aboutsummaryrefslogtreecommitdiff
path: root/Git
Commit message (Expand)AuthorAge
* immediate queue flushing when annex.queuesize=1Gravatar Joey Hess2016-01-13
* optimiseGravatar Joey Hess2016-01-06
* clarify absPathFromGravatar Joey Hess2016-01-05
* use TopFilePath for associated filesGravatar Joey Hess2016-01-05
* improve data typeGravatar Joey Hess2016-01-01
* wait for git lstree to exitGravatar Joey Hess2016-01-01
* remove old TODOGravatar Joey Hess2016-01-01
* fix use of hifalutin terminologyGravatar Joey Hess2015-11-16
* work around git check-ignore --batch bad exit status bug, and bring back impo...Gravatar Joey Hess2015-11-06
* merge git command queue when joining with concurrent threadGravatar Joey Hess2015-11-05
* Catch up with current git behavior when both repo and repo.git exist; it seem...Gravatar Joey Hess2015-10-26
* fix various build warnings, mostly on WindowsGravatar Joey Hess2015-10-13
* status: Show added but not yet committed files.Gravatar Joey Hess2015-09-22
* Switched to using git for Windows, rather than msysgit.Gravatar Joey Hess2015-09-10
* avoid nul-truncationGravatar Joey Hess2015-08-11
* Only look at reflogs for relevant branches, not for git-annex branchesGravatar Joey Hess2015-07-07
* unused: --used-refspec can now be configured to look at refs in the reflog. T...Gravatar Joey Hess2015-07-07
* Support git's undocumented core.sharedRepository=2 value, which is equivilant...Gravatar Joey Hess2015-07-06
* refactor ls-tree paramsGravatar Joey Hess2015-07-06
* remove Params constructor from Utility.SafeCommandGravatar Joey Hess2015-06-01
* 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