summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * Added a commentGravatar rfourquet2017-11-05
|/
* Added a comment: tutorial up to date?Gravatar ynikitenko2017-11-03
|
* Added a comment: Is it essential to clone from the server?Gravatar ynikitenko2017-11-03
|
* Fixed typo: changed "an" to "a" in "an new feature"Gravatar elon.bing@6534c6b616a8fda498b5bfa4e48ca5a1ebb7c48e2017-11-03
|
* Fixed typo: changed "copy" to "copies" in "two copy"Gravatar elon.bing@6534c6b616a8fda498b5bfa4e48ca5a1ebb7c48e2017-11-03
|
* Fixed typo: added "that" to "to require [that] more than one copy of a file ↵Gravatar elon.bing@6534c6b616a8fda498b5bfa4e48ca5a1ebb7c48e2017-11-02
| | | | exists"
* Fixed typo: added "to" to "the `--size` parameter can adjust it [to] test ↵Gravatar elon.bing@6534c6b616a8fda498b5bfa4e48ca5a1ebb7c48e2017-11-02
| | | | using smaller files"
* FreeBSD port is in devel/*hs-*git-annex (the URL was correct; the text wasn't)Gravatar erics2017-11-02
|
* Fixed typo: "repisitory"Gravatar elon.bing@6534c6b616a8fda498b5bfa4e48ca5a1ebb7c48e2017-11-02
|
* Added a comment: difference with git-annex-fix?Gravatar ynikitenko2017-11-02
|
* Added a comment: WorksGravatar ynikitenko2017-11-02
|
* (no commit message)Gravatar erics2017-11-01
|
* (no commit message)Gravatar erics2017-11-01
|
* (no commit message)Gravatar erics2017-11-01
|
* Added a comment: Woops, just found the "contributing" page...Gravatar erics2017-11-01
|
* Added a comment: Adventures with stackGravatar erics2017-11-01
|
* grammar...Gravatar Lykos1532017-11-01
|
* (no commit message)Gravatar Lykos1532017-11-01
|
* rename todo/Test_cases_for_exportree_special_remotes.mdwn to ↵Gravatar Lykos1532017-11-01
| | | | todo/Test_cases_for_exporttree_special_remotes.mdwn
* Fix type exportreeGravatar Lykos1532017-11-01
|
* (no commit message)Gravatar Lykos1532017-11-01
|
* (no commit message)Gravatar ynikitenko2017-10-31
|
* responseGravatar Joey Hess2017-10-31
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2017-10-31
|\
* | close bug; copy benchmarking info to new pageGravatar Joey Hess2017-10-31
| |
| * Added a comment: thanksGravatar yarikoptic2017-10-30
|/
* close; exportGravatar Joey Hess2017-10-30
|
* closeGravatar Joey Hess2017-10-30
|
* followupGravatar Joey Hess2017-10-30
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2017-10-30
|\
* | followupGravatar Joey Hess2017-10-30
| |
* | closeGravatar Joey Hess2017-10-30
| |
* | unlock, lock: Support --json.Gravatar Joey Hess2017-10-30
| |
| * Added a comment: got itGravatar yarikoptic2017-10-30
|/
* followupGravatar Joey Hess2017-10-30
|
* Added a commentGravatar Lykos1532017-10-30
|
* commentGravatar Joey Hess2017-10-30
|
* followup; closeGravatar Joey Hess2017-10-30
|
* Fix exporting of non-annexed files to external special remotes.Gravatar Joey Hess2017-10-30
| | | | | | | | | | | | Actual problem is the keyName was set to "Ref \"sha\"", which led to this follow-on failure since it contained a space. The bad data would also get into the export database when exporting to a non-external special remote. Looking briefly at that, I don't think the bad data will lead to anything more than a re-upload of the file content now that the problem has been fixed. This commit was sponsored by Peter Hogg on Patreon.
* remove unused valueGravatar Joey Hess2017-10-30
| | | | felix's patch removed the user of home
* typo fixGravatar Joey Hess2017-10-30
|
* managed to reproGravatar Joey Hess2017-10-30
|
* moreinfoGravatar Joey Hess2017-10-30
|
* responsesGravatar Joey Hess2017-10-30
|
* Fix export of subdir of a branch.Gravatar Joey Hess2017-10-30
| | | | | | | | | | | Seems I forgot to fully test that feature when documenting it. git rev-parse needs a colon after a branch to de-reference the tree it points to, rather than the commit. But that had it adding an extra colon when the user specified "branch:subdir". So, check if there is a colon before adding one. This commit was sponsored by Francois Marier on Patreon.
* commentGravatar Joey Hess2017-10-30
|
* (no commit message)Gravatar Lykos1532017-10-29
|
* Added a comment: thanksGravatar ynikitenko2017-10-29
|
* remove custom-setup again until cabal issue is fixedGravatar Joey Hess2017-10-27
|
* this is the custom-setup I wantGravatar Joey Hess2017-10-27
| | | | | Unfortunately, cabal fails to parse this. https://github.com/haskell/cabal/issues/4852