summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* avoid using --literal-pathspecs with git older than 1.8.1 which added itGravatar Joey Hess2015-04-06
| | | | Windows is still building with an older git.
* promote comment which is really a bug report to a proper bug reportGravatar Joey Hess2015-04-06
|
* move to todoGravatar Joey Hess2015-04-06
|
* reopenGravatar Joey Hess2015-04-06
|
* commentGravatar Joey Hess2015-04-06
|
* responseGravatar Joey Hess2015-04-06
|
* prep releaseGravatar Joey Hess2015-04-06
|
* expire --no-actGravatar Joey Hess2015-04-05
|
* info remove: show trust levelGravatar Joey Hess2015-04-05
|
* updateGravatar Joey Hess2015-04-05
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2015-04-05
|\
* | devblogGravatar Joey Hess2015-04-05
| |
* | rethought distributed fsck; instead add activity.log and expire commandGravatar Joey Hess2015-04-05
| | | | | | | | This is much more space efficient!
| * Added a comment: importfeeds with file based rss contentsGravatar mac2015-04-04
| |
| * removedGravatar mac2015-04-04
| |
| * Added a comment: importfeeds with file based rss contentsGravatar mac2015-04-04
| |
* | Merge branch 'concurrentprogress'Gravatar Joey Hess2015-04-04
|\ \
| * | relay external special remote stderr through progress suppression machinery ↵Gravatar Joey Hess2015-04-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (eep!) It sounds worse than it is. ;) Some external special remotes may run commands that display progress on stderr. If git-annex is run with --quiet, this should filter out such displays while letting the errors through.
| * | well along the way to fully quiet --quietGravatar Joey Hess2015-04-04
| | | | | | | | | | | | | | | | | | | | | Came up with a generic way to filter out progress messages while keeping errors, for commands that use stderr for both. --json mode will disable command outputs too.
| | * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawl6rte43qSRK1o2zn7Ww4Z8pgBmJm8gDrc2015-04-04
| | |
| | * Added a comment: Yes and no...Gravatar https://openid.stackexchange.com/user/e65e6d0e-58ba-41de-84cc-1f2ba54cf5742015-04-04
| |/ |/|
| * avoid progress bar for url download with --quietGravatar Joey Hess2015-04-03
| |
| * make downloadQuiet quiet againGravatar Joey Hess2015-04-03
| | | | | | | | This was broken in commit 95418cc430284b65af13105f7c63da08908dd826
| * dead codeGravatar Joey Hess2015-04-03
| |
| * propigate outer output state into inner state when running onLocalGravatar Joey Hess2015-04-03
| | | | | | | | | | Otherwise, progress displays would not be suppressed here when running with --quiet. Interesting wrinkle!
| * reall disable progress displays for --quietGravatar Joey Hess2015-04-03
| |
| * use defGravatar Joey Hess2015-04-03
| |
| * fix stderr handlingGravatar Joey Hess2015-04-03
| |
* | this too!Gravatar Joey Hess2015-04-03
| |
* | oh wow, why didn't I think of this before?Gravatar Joey Hess2015-04-03
| |
* | devblogGravatar Joey Hess2015-04-03
| |
| * WIP on making --quiet silence progress, and infra for concurrent progress barsGravatar Joey Hess2015-04-03
| |
| * add importGravatar Joey Hess2015-04-03
| |
| * rename bothHandles -> ioHandlesGravatar Joey Hess2015-04-03
| |
* | init: Improve fifo test to detect NFS systems that support fifos but not ↵Gravatar Joey Hess2015-04-03
|/ | | | | | | | well enough for sshcaching. ssh tries to hard link a fifo, and if not, complains: muxserver_listen: link mux listener .git/annex/ssh/SHARD1@iabak.archiveteam.org.QK8zOCbtNebI7q54 => .git/annex/ssh/SHARD1@iabak.archiveteam.org: Operation not permitted
* rename showProgress -> showProgressDotsGravatar Joey Hess2015-04-03
|
* commentGravatar Joey Hess2015-04-03
|
* ascii-progressGravatar Joey Hess2015-04-03
|
* Merge remote-tracking branch 'jean/master'Gravatar Joey Hess2015-04-03
|\
* | Added a comment: WorkaroundGravatar https://www.google.com/accounts/o8/id?id=AItOawkutSE8_3fFAETmO_E598zja4gKwYXbb8E2015-04-03
| |
| * Merge branch 'master' of github.com:jean/git-annexGravatar Jean Jordaan2015-04-03
| |\
| * | Steer towards deduplicationGravatar Jean Jordaan2015-04-03
|/ /
| * Steer towards deduplicationGravatar Jean Jordaan2015-04-03
| |
* | annex.debconf.org IPv4 is downGravatar edward2015-04-03
| |
* | Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2015-04-02
|\ \
* | | version: Add --rawGravatar Joey Hess2015-04-02
| | |
| * | Added a comment: Same problem as another bugGravatar https://www.google.com/accounts/o8/id?id=AItOawlc-3pdibcizrdz4WmZooECL0k6AvM1cWc2015-04-02
|/ /
* | Significantly sped up processing of large numbers of directories passed to a ↵Gravatar Joey Hess2015-04-02
| | | | | | | | | | | | | | | | single git-annex command. (try 2) New approach is to do it the expensive way for the first 100 paths on the command line, but then assume the user doesn't care about order too much and fall back to the cheap way that does not preserve order.
* | Revert "Significantly sped up processing of large numbers of directories ↵Gravatar Joey Hess2015-04-02
| | | | | | | | | | | | | | | | | | passed to a single git-annex command." This reverts commit 5492d8f4ddbd398e0188da9daed840908d1198c0. Whoops, git ls-files does not always output in the input ordering. That's why all this work is needed. Urk.
* | Fix truncation of parameters that could occur when using xargs git-annex.Gravatar Joey Hess2015-04-02
| | | | | | | | | | | | | | | | This will only ever result in a few more git-ls-files being run than were run before. (Only 1 more is really needed, but around 10 more are currently run for a max length command line.) So, no need to worry about the extra zombie, or lost laziness due to concat.