summaryrefslogtreecommitdiff
path: root/doc/todo
Commit message (Collapse)AuthorAge
* made link a linkGravatar branchable@d31204a44f76a567b0ac1ace14680d4f2ec7750d2016-04-23
|
* mentioned git-annex-remote-rcloneGravatar branchable@d31204a44f76a567b0ac1ace14680d4f2ec7750d2016-04-23
|
* (no commit message)Gravatar https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f42016-04-22
|
* refactorGravatar Joey Hess2016-04-22
|
* assistant: Deal with upcoming git's refusal to merge unrelated histories by ↵Gravatar Joey Hess2016-04-22
| | | | | | | | | | | | | default git 2.8.1 (or perhaps 2.9.0) is going to prevent git merge from merging in unrelated branches. Since the webapp's pairing etc features often combine together repositories with unrelated histories, work around this behavior change by setting GIT_MERGE_ALLOW_UNRELATED_HISTORIES when the assistant merges. Note though that this is not done for git annex sync's merges, so it will follow git's default or configured behavior.
* reinject: Added new mode which can reinject known files into the annex.Gravatar Joey Hess2016-04-22
| | | | For example: git-annex reinject --known /mnt/backup/*
* todoGravatar Joey Hess2016-04-21
|
* Added a commentGravatar CandyAngel2016-04-21
|
* Added a commentGravatar grawity@2ea26be48562f66fcb9b66307da72b1e2e37453f2016-04-20
|
* commentGravatar Joey Hess2016-04-20
|
* calckey: New plumbing command, calculates the key that would be used to ↵Gravatar Joey Hess2016-04-20
| | | | refer to a file
* reinject: When src file's content cannot be verified, leave it alone, ↵Gravatar Joey Hess2016-04-20
| | | | instead of deleting it.
* remove old closed bugs and todo items to speed up wiki updates and reduce sizeGravatar Joey Hess2016-04-19
| | | | | | | | | Remove closed bugs and todos that were last edited or commented before Q3 2015. Command line used: for f in $(grep -l '\[\[done\]\]' -- *.mdwn); do d="$(echo "$f" | sed 's/.mdwn$//')"; if [ -z "$(git log --since=09-09-2015 --pretty=oneline -- "$f")" -a -z "$(git log --since=09-09-2015 --pretty=oneline -- "$d")" ]; then git rm -- "$f"; git rm -rf "$d"; fi; done for f in $(grep -l '|done\]\]' -- *.mdwn); do d="$(echo "$f" | sed 's/.mdwn$//')"; if [ -z "$(git log --since=09-09-2015 --pretty=oneline -- "$f")" -a -z "$(git log --since=09-09-2015 --pretty=oneline -- "$d")" ]; then git rm -- "$f"; git rm -rf "$d"; fi; done
* removedGravatar 0xloem@0bd8a79a57e4f0dcade8fc81d162c37eae4d67302016-04-16
|
* Added a comment: Assistant supportGravatar 0xloem@0bd8a79a57e4f0dcade8fc81d162c37eae4d67302016-04-16
|
* Added a comment: Assistant supportGravatar 0xloem@0bd8a79a57e4f0dcade8fc81d162c37eae4d67302016-04-16
|
* updateGravatar Joey Hess2016-04-13
|
* Fix build with ghc v7.11. Thanks, Gabor Greif.Gravatar Joey Hess2016-04-12
|
* updateGravatar Joey Hess2016-04-12
|
* updateGravatar Joey Hess2016-04-12
|
* todoGravatar Joey Hess2016-04-11
|
* another thing i forgotGravatar Antoine Beaupré2016-04-10
|
* fix for manpage generation without hacksGravatar Antoine Beaupré2016-04-10
|
* commentGravatar Joey Hess2016-04-09
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2016-04-09
|\
| * possible fix for markdown generation with pandocGravatar Antoine Beaupré2016-04-09
| |
| * attack the manpage problemGravatar Antoine Beaupré2016-04-09
| |
| * Added a comment: freenet special remoteGravatar 0xloem@0bd8a79a57e4f0dcade8fc81d162c37eae4d67302016-04-09
| |
| * respondGravatar Antoine Beaupré2016-04-09
| |
* | windows does not like filenames starting with a dot, renameGravatar Joey Hess2016-04-08
| |
* | Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2016-04-08
|\|
* | updateGravatar Joey Hess2016-04-08
| |
| * pull request for Bup.hsGravatar ggreif@8132a868199b4ffec14150c87f538dc06a5382202016-04-08
|/
* another reasonGravatar Joey Hess2016-04-05
|
* Added a comment: HarlinksGravatar ExGen2016-04-03
|
* Added a comment: HarlinksGravatar ExGen2016-04-02
|
* Added a comment: cache?Gravatar https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f42016-04-01
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2016-03-31
|\
* \ Merge branch 'adjustedbranch'Gravatar Joey Hess2016-03-31
|\ \
| | * another batch?Gravatar anarcat2016-03-31
| |/ |/|
* | updateGravatar Joey Hess2016-03-30
| |
* | updateGravatar Joey Hess2016-03-30
| |
* | log --raw-date: Use to display seconds from unix epoch.Gravatar Joey Hess2016-03-29
| |
| * init: Automatically enter the adjusted unlocked branch when in a v6 repo on ↵Gravatar Joey Hess2016-03-29
|/ | | | a filesystem not supporting symlinks.
* (no commit message)Gravatar http://svario.it/gioele2016-03-28
|
* closeGravatar Joey Hess2016-03-14
|
* (no commit message)Gravatar karl2016-03-13
|
* rename files containing :Gravatar Joey Hess2016-03-12
| | | | | | This is mostly to let the repo check out on windows w/o using cygwin's git. But, bash completion is also crap with : , so ..
* add todo from commentGravatar Joey Hess2016-03-09
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2016-03-09
|