summaryrefslogtreecommitdiff
path: root/doc/todo
Commit message (Collapse)AuthorAge
* (no commit message)Gravatar https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f42016-06-09
|
* (no commit message)Gravatar https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f42016-06-09
|
* followupGravatar Joey Hess2016-06-09
|
* Pass -S to git commit-tree when commit.gpgsign is set and when making a ↵Gravatar Joey Hess2016-06-02
| | | | non-automatic commit, in order to preserve current behavior when used with git 1.9, which has stopped doing this itself.
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2016-06-02
|\
| * fixed up done tagGravatar https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f42016-06-02
| |
* | todoGravatar Joey Hess2016-06-01
| |
| * (no commit message)Gravatar https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f42016-06-02
|/
* followupGravatar Joey Hess2016-05-31
|
* just added a tag to claim my ownershipGravatar https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f42016-05-25
|
* (no commit message)Gravatar xloem2016-05-25
|
* Added a commentGravatar https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f42016-05-25
|
* (no commit message)Gravatar https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f42016-05-25
|
* commentGravatar Joey Hess2016-05-21
|
* (no commit message)Gravatar https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f42016-05-19
|
* Added a comment: Freenet Special RemoteGravatar xloem2016-05-19
|
* found a bad memory use in gitGravatar Joey Hess2016-05-12
|
* link to my post "proposal for extending smudge/clean filters with raw file ↵Gravatar Joey Hess2016-05-12
| | | | access"
* close; done in v6 modeGravatar Joey Hess2016-05-10
|
* closeGravatar Joey Hess2016-05-10
|
* closeGravatar Joey Hess2016-05-10
|
* Added new encryption=sharedpubkey mode for special remotes.Gravatar Joey Hess2016-05-10
| | | | | | This is useful for makking a special remote that anyone with a clone of the repo and your public keys can upload files to, but only you can decrypt the files stored in it.
* updateGravatar Joey Hess2016-05-10
|
* commentGravatar Joey Hess2016-05-10
|
* followup, closeGravatar Joey Hess2016-05-06
|
* Added a commentGravatar xloem2016-05-06
|
* (no commit message)Gravatar jean.jordaan@4bb3bd508a9eb0a4bab5d1b587dadd2b6c4a7edc2016-05-06
|
* commentGravatar Joey Hess2016-05-03
|
* todoGravatar Joey Hess2016-04-27
|
* Added a commentGravatar https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f42016-04-25
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2016-04-25
|\
* | commentGravatar Joey Hess2016-04-25
| |
* | close todos covered by rcloneGravatar Joey Hess2016-04-25
| |
| * initial whiningGravatar https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f42016-04-25
|/
* 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
|