aboutsummaryrefslogtreecommitdiff
path: root/Git
Commit message (Expand)AuthorAge
* couple of AMP warnings I missed beforeGravatar Joey Hess2015-05-10
* more {-# OPTIONS_GHC -fno-warn-tabs #-} ... Forcing people who have what is m...Gravatar Joey Hess2015-05-10
* descGravatar Joey Hess2015-04-19
* removed all uses of undefined from code baseGravatar Joey Hess2015-04-19
* spotted a few more places where diff-tree needed --Gravatar Joey Hess2015-04-09
* fix union merge to call diff-index with -- after the refGravatar Joey Hess2015-04-09
* This fixes a bug in the assistant introduced by the literal pathspec changes ...Gravatar Joey Hess2015-04-09
* use --literal-pathspecs globally, as a better way to avoid globbingGravatar Joey Hess2015-03-30
* workaround git ls-files bug in handling slash-escaped wildcardsGravatar Joey Hess2015-03-30
* Prevent git-ls-files from double-expanding wildcards when an unexpanded wildc...Gravatar Joey Hess2015-03-27
* promote forum request to todo item so it is not lostGravatar Joey Hess2015-03-27
* Improve error message when --in @date is used and there is no reflog for the ...Gravatar Joey Hess2015-03-26
* sync: Fix committing when in a direct mode repo that has no HEAD ref.Gravatar Joey Hess2015-03-04
* Submodules are now supported by git-annex!Gravatar Joey Hess2015-03-02
* add -q to git symbolic-ref callGravatar Joey Hess2015-03-02
* avoid unncessary IOGravatar Joey Hess2015-02-12
* update my email address and homepage urlGravatar Joey Hess2015-01-21
* Windows: Fix running of the pre-commit-annex hook.Gravatar Joey Hess2015-01-20
* convert parentDir to be based on takeDirectory, but fixed for trailing /Gravatar Joey Hess2015-01-09
* revert parentDir changeGravatar Joey Hess2015-01-09
* Merge branch 'master' into relativepathsGravatar Joey Hess2015-01-06
|\
| * Bugfix: A file named HEAD in the work tree could confuse some git commands ru...Gravatar Joey Hess2015-01-06
* | Merge branch 'master' into relativepathsGravatar Joey Hess2015-01-06
|\|
| * made parentDir return a Maybe FilePath; removed most uses of itGravatar Joey Hess2015-01-06
* | git-hash-object needs absolute files (git bug)Gravatar Joey Hess2015-01-06
* | git repo path may be relative, so don't assume absolute any moreGravatar Joey Hess2015-01-06
* | Switch to using relative paths to the git repository.Gravatar Joey Hess2015-01-06
|/
* Check git version at runtime, rather than assuming it will be the same as the...Gravatar Joey Hess2015-01-05
* split out DiffTreeItemGravatar Joey Hess2014-12-22
* Use wget -q --show-progress for less verbose wget output, when built with wge...Gravatar Joey Hess2014-12-16
* 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