summaryrefslogtreecommitdiff
path: root/Git
Commit message (Expand)AuthorAge
* undo commandGravatar Joey Hess2014-11-14
* simplifyGravatar Joey Hess2014-11-12
* proxy: for all your direct mode repository munging needsGravatar Joey Hess2014-11-12
* comment typoGravatar Joey Hess2014-11-10
* pre-commit: Block partial commit of unlocked annexed file, since that left a ...Gravatar Joey Hess2014-11-10
* move remote removal into separate moduleGravatar Joey Hess2014-10-27
* Use haskell setenv library to clean up several ugly workarounds for inability...Gravatar Joey Hess2014-10-15
* repair: Prevent auto gc from happening when fetching from a remote.Gravatar Joey Hess2014-10-12
* indent with tabs not spacesGravatar Joey Hess2014-10-09
* fix some mixed space+tab indentationGravatar Joey Hess2014-10-09
* Fix parsing of ipv6 address in git remote address when it was not formatted a...Gravatar Joey Hess2014-09-10
* New annex.hardlink setting. Closes: #758593Gravatar Joey Hess2014-09-05
* Fix handing of autocorrection when running outside a git repository.Gravatar Joey Hess2014-08-23
* unify exception handling into Utility.ExceptionGravatar Joey Hess2014-08-07
* improve repair of bad branchesGravatar Joey Hess2014-07-21
* Set gcrypt-publish-participants when setting up a gcrypt repository, to avoid...Gravatar Joey Hess2014-07-15
* Fix git version that supported --no-gpg-sign.Gravatar Joey Hess2014-07-08
* avoid using --no-gpg-sign with old versions of gitGravatar Joey Hess2014-07-04
* reorgGravatar Joey Hess2014-07-04
* support commit.gpgsignGravatar Joey Hess2014-07-04
* Fix bug in annex.queuesize calculation that caused much more queue flushing t...Gravatar Joey Hess2014-06-18
* fix a test suite reversion on WindowsGravatar Joey Hess2014-06-12
* export CreateProcess fields from Utility.ProcessGravatar Joey Hess2014-06-10
* avoid bad commits after interrupted direct mode sync (or merge)Gravatar Joey Hess2014-06-09
* Merge branch 'master' into remotecontrolGravatar Joey Hess2014-04-14
|\
| * adjust to not use cpp in modules used by configureGravatar Joey Hess2014-04-14
* | support gcrypt remotes (assuming them to be over ssh transport)Gravatar Joey Hess2014-04-08
|/
* added git-annex remotedaemonGravatar Joey Hess2014-04-06
* Windows: Fix some filename encoding bugs.Gravatar Joey Hess2014-03-19
* fully fix fsck memory use by iterative fsckingGravatar Joey Hess2014-03-12
* read stdout and stderr concurrentlyGravatar Joey Hess2014-03-12
* better streaming when cleaning up corrupt objectsGravatar Joey Hess2014-03-10
* Improve memory usage when git fsck finds a great many broken objects.Gravatar Joey Hess2014-03-10
* improved direct mode dir/file conflicted merge resultion, using tree graftingGravatar Joey Hess2014-03-04
* sync: Fix bug in direct mode that caused a file not checked into git to be de...Gravatar Joey Hess2014-03-03
* pre-commit-annex hook script to automatically extract metadata from lots of t...Gravatar Joey Hess2014-03-02
* couple more warning fixesGravatar Joey Hess2014-02-25
* fix all remaining -Wall warnings on WindowsGravatar Joey Hess2014-02-25
* repair: Optimise unpacking of pack files, and avoid repeated error messages a...Gravatar Joey Hess2014-02-24
* remove Read instance for RefGravatar Joey Hess2014-02-19
* add git annex view commandGravatar Joey Hess2014-02-18
* filter branches (incomplete)Gravatar Joey Hess2014-02-16
* unbreak the buildGravatar Joey Hess2014-02-12
* remove windows --git-dir unix style path hackGravatar Joey Hess2014-02-11
* Windows: Fix handling of absolute unix-style git repository paths.Gravatar Joey Hess2014-02-08
* remove workaroundGravatar Joey Hess2014-02-08
* --in can now refer to files that were located in a repository at some past da...Gravatar Joey Hess2014-02-06
* assistant: Run the periodic git gc in batch mode.Gravatar Joey Hess2014-01-22
* repair: Check git version at run time.Gravatar Joey Hess2014-01-21
* repair: Fix bug in packed refs file exploding code that caused a .gitrefs dir...Gravatar Joey Hess2014-01-15