summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Added a comment: does it really need to be a new command ("export") or could ↵Gravatar yarikoptic2017-07-11
| | | | be the same old "copy"?
* Added a comment: couldn't STATE be used for KEY -> FILENAME(s) mapping?Gravatar yarikoptic2017-07-11
|
* Added a comment: note that some remotes could support files versioning ↵Gravatar yarikoptic2017-07-11
| | | | "natively"
* improveGravatar Joey Hess2017-07-11
|
* add designGravatar Joey Hess2017-07-11
|
* noteGravatar Joey Hess2017-07-10
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2017-07-10
|\
* | thoughtsGravatar Joey Hess2017-07-10
| |
| * Added a commentGravatar fiatjaf2017-07-10
| |
| * How to use git-annex for content on external drives only?Gravatar chocolate.camera@ec2ecab153906be21ac5f36652c33786ad0e0b602017-07-10
|/
* Added a commentGravatar memeplex2017-07-08
|
* Added a commentGravatar memeplex2017-07-08
|
* Please compile an Intel 64 bit package for linux.Gravatar metst13@1d16544ec52801db7efb2895d3dc7a4458b8eb452017-07-08
|
* name updateGravatar Joey Hess2017-07-06
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2017-07-02
|\
* | updateGravatar Joey Hess2017-07-02
| |
| * Added a commentGravatar glasserc2017-07-02
|/
* Added a comment: v6 & manual annexationGravatar hoxu2017-06-29
|
* (no commit message)Gravatar alex@20f891a76542a3d12976c3bfef5d4b5b47070a6a2017-06-29
|
* Added a commentGravatar https://launchpad.net/~felixonmars2017-06-28
|
* (no commit message)Gravatar https://launchpad.net/~felixonmars2017-06-28
|
* Added a commentGravatar https://launchpad.net/~felixonmars2017-06-27
|
* Added a comment: git-annex support droppedGravatar spalax@b201acef21dca7798b874036bbbaa9e0079a0b7e2017-06-27
|
* (no commit message)Gravatar https://launchpad.net/~barthelemy2017-06-27
|
* fsck: Support --json.Gravatar Joey Hess2017-06-26
| | | | | | | One use case is to get a list of files that fsck fails on, in order to eg, drop them from a remote. This commit was sponsored by Nick Daly on Patreon.
* followupGravatar Joey Hess2017-06-26
|
* responseGravatar Joey Hess2017-06-26
|
* followupGravatar Joey Hess2017-06-26
|
* followupGravatar Joey Hess2017-06-26
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2017-06-26
|\
| * (no commit message)Gravatar http://schnouki.net/2017-06-23
| |
* | Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2017-06-22
|\|
| * Added a commentGravatar olaf2017-06-22
| |
| * Added a commentGravatar olaf2017-06-22
| |
| * (no commit message)Gravatar https://launchpad.net/~felixonmars2017-06-19
| |
| * removedGravatar unqueued2017-06-19
| |
| * Added a commentGravatar unqueued2017-06-18
| |
* | remove reference to some old docker image of mineGravatar Joey Hess2017-06-18
| |
* | update, removing notes about by now quite old ubuntu releasesGravatar Joey Hess2017-06-18
| |
* | update for debian releaseGravatar Joey Hess2017-06-18
|/
* fix failing quickcheck propertiesGravatar Joey Hess2017-06-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | QuickCheck 2.10 found a counterexample eg "\929184" broke the property. As far as I can tell, Git.Filename is matching how git handles encoding of strange high unicode characters in filenames for display. Git does not display high unicode characters, and instead displays the C-style escaped form of each byte. This is ambiguous, but since git is not unicode aware, it doesn't need to roundtrip parse it. So, making Git.FileName's roundtrip test only chars < 256 seems fine. Utility.Format.format uses encode_c, in order to mimic git, so that's ok. Utility.Format.gen uses decode_c, but only so that stuff like "\n" in the format string is handled. If the format string contains C-style octal escapes, they will be converted to ascii characters, and not combined into unicode characters, but that should not be a problem. If the user wants unicode characters, they can include them in the format string, without escaping them. Finally, decode_c is used by Utility.Gpg.secretKeys, because gpg --with-colons hex-escapes some characters in particular ':' and '\\'. gpg passes unicode through, so this use of decode_c is not a problem. This commit was sponsored by Henrik Riomar on Patreon.
* closeGravatar Joey Hess2017-06-17
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2017-06-17
|\
* | Fix build with QuickCheck 2.10.Gravatar Joey Hess2017-06-17
| | | | | | | | | | | | | | | | QuickCheck added an Arbitrary instance for CTime aka EpochTime. However, while git-annex's instance disallowed times before the epoch, QuickCheck's does not. So, rather than using its instance, convert from an Integer. This commit was sponsored by Thomas Hochstein on Patreon.
| * (no commit message)Gravatar ilovezfs2017-06-17
|/
* Added a commentGravatar avar2017-06-16
|
* (no commit message)Gravatar memeplex2017-06-16
|
* Added a commentGravatar t.z.mates2017-06-15
|
* Added a comment: Error messages changedGravatar t.z.mates2017-06-15
|
* A wishlist item I would likeGravatar glasserc2017-06-14
|