| Commit message (Expand) | Author | Age |
* | improve data type | Joey Hess | 2016-01-01 |
* | wait for git lstree to exit | Joey Hess | 2016-01-01 |
* | remove old TODO | Joey Hess | 2016-01-01 |
* | fix use of hifalutin terminology | Joey Hess | 2015-11-16 |
* | work around git check-ignore --batch bad exit status bug, and bring back impo... | Joey Hess | 2015-11-06 |
* | merge git command queue when joining with concurrent thread | Joey Hess | 2015-11-05 |
* | Catch up with current git behavior when both repo and repo.git exist; it seem... | Joey Hess | 2015-10-26 |
* | fix various build warnings, mostly on Windows | Joey Hess | 2015-10-13 |
* | status: Show added but not yet committed files. | Joey Hess | 2015-09-22 |
* | Switched to using git for Windows, rather than msysgit. | Joey Hess | 2015-09-10 |
* | avoid nul-truncation | Joey Hess | 2015-08-11 |
* | Only look at reflogs for relevant branches, not for git-annex branches | Joey Hess | 2015-07-07 |
* | unused: --used-refspec can now be configured to look at refs in the reflog. T... | Joey Hess | 2015-07-07 |
* | Support git's undocumented core.sharedRepository=2 value, which is equivilant... | Joey Hess | 2015-07-06 |
* | refactor ls-tree params | Joey Hess | 2015-07-06 |
* | remove Params constructor from Utility.SafeCommand | Joey Hess | 2015-06-01 |
* | couple of AMP warnings I missed before | Joey Hess | 2015-05-10 |
* | more {-# OPTIONS_GHC -fno-warn-tabs #-} ... Forcing people who have what is m... | Joey Hess | 2015-05-10 |
* | desc | Joey Hess | 2015-04-19 |
* | removed all uses of undefined from code base | Joey Hess | 2015-04-19 |
* | spotted a few more places where diff-tree needed -- | Joey Hess | 2015-04-09 |
* | fix union merge to call diff-index with -- after the ref | Joey Hess | 2015-04-09 |
* | This fixes a bug in the assistant introduced by the literal pathspec changes ... | Joey Hess | 2015-04-09 |
* | use --literal-pathspecs globally, as a better way to avoid globbing | Joey Hess | 2015-03-30 |
* | workaround git ls-files bug in handling slash-escaped wildcards | Joey Hess | 2015-03-30 |
* | Prevent git-ls-files from double-expanding wildcards when an unexpanded wildc... | Joey Hess | 2015-03-27 |
* | promote forum request to todo item so it is not lost | Joey Hess | 2015-03-27 |
* | Improve error message when --in @date is used and there is no reflog for the ... | Joey Hess | 2015-03-26 |
* | sync: Fix committing when in a direct mode repo that has no HEAD ref. | Joey Hess | 2015-03-04 |
* | Submodules are now supported by git-annex! | Joey Hess | 2015-03-02 |
* | add -q to git symbolic-ref call | Joey Hess | 2015-03-02 |
* | avoid unncessary IO | Joey Hess | 2015-02-12 |
* | update my email address and homepage url | Joey Hess | 2015-01-21 |
* | Windows: Fix running of the pre-commit-annex hook. | Joey Hess | 2015-01-20 |
* | convert parentDir to be based on takeDirectory, but fixed for trailing / | Joey Hess | 2015-01-09 |
* | revert parentDir change | Joey Hess | 2015-01-09 |
* | Merge branch 'master' into relativepaths | Joey Hess | 2015-01-06 |
|\ |
|
| * | Bugfix: A file named HEAD in the work tree could confuse some git commands ru... | Joey Hess | 2015-01-06 |
* | | Merge branch 'master' into relativepaths | Joey Hess | 2015-01-06 |
|\| |
|
| * | made parentDir return a Maybe FilePath; removed most uses of it | Joey Hess | 2015-01-06 |
* | | git-hash-object needs absolute files (git bug) | Joey Hess | 2015-01-06 |
* | | git repo path may be relative, so don't assume absolute any more | Joey Hess | 2015-01-06 |
* | | Switch to using relative paths to the git repository. | Joey Hess | 2015-01-06 |
|/ |
|
* | Check git version at runtime, rather than assuming it will be the same as the... | Joey Hess | 2015-01-05 |
* | split out DiffTreeItem | Joey Hess | 2014-12-22 |
* | Use wget -q --show-progress for less verbose wget output, when built with wge... | Joey Hess | 2014-12-16 |
* | undo command | Joey Hess | 2014-11-14 |
* | simplify | Joey Hess | 2014-11-12 |
* | proxy: for all your direct mode repository munging needs | Joey Hess | 2014-11-12 |
* | comment typo | Joey Hess | 2014-11-10 |