aboutsummaryrefslogtreecommitdiff
path: root/Git
Commit message (Expand)AuthorAge
* Deal with the Semigroup/Monoid proposalGravatar Benjamin Barenblat2022-01-19
* Eliminate Data.Map.insertWith'Gravatar Benjamin Barenblat2022-01-19
* Improve startup time for commands that do not operate on remotesGravatar Joey Hess2018-01-09
* finally really add back custom-setup stanzaGravatar Joey Hess2017-12-31
* Revert "git-annex.cabal: Add back custom-setup stanza, so cabal new-build wor...Gravatar Joey Hess2017-12-31
* git-annex.cabal: Add back custom-setup stanza, so cabal new-build works.Gravatar Joey Hess2017-12-31
* fold Build/SysConfig.hs into BuildInfo via includeGravatar Joey Hess2017-12-14
* still can't express custom-setup depsGravatar Joey Hess2017-11-14
* split out setEnv to avoid adding depGravatar Joey Hess2017-11-14
* typo fixGravatar Joey Hess2017-10-30
* Fix export of subdir of a branch.Gravatar Joey Hess2017-10-30
* sync: Added --cleanup, which removes local and remote synced/ branches.Gravatar Joey Hess2017-09-28
* graft exported tree into git-annex branchGravatar Joey Hess2017-08-31
* avoid the dashed ssh hostname class of security holesGravatar Joey Hess2017-08-17
* fix failing quickcheck propertiesGravatar Joey Hess2017-06-17
* adeiu, MissingHGravatar Joey Hess2017-05-16
* fix GIT_SSH_COMMAND -n parameterGravatar Joey Hess2017-03-20
* super tricky shell command generation hackGravatar Joey Hess2017-03-17
* fix over-shell-escapeGravatar Joey Hess2017-03-17
* Support GIT_SSH and GIT_SSH_COMMANDGravatar Joey Hess2017-03-17
* status: Pass --ignore-submodules=when option on to git status.Gravatar Joey Hess2017-02-20
* adjust: Fix behavior when used in a repository that contains submodules.Gravatar Joey Hess2017-02-20
* post-recive hook to make updateInstead work in direct mode and adjusted branchesGravatar Joey Hess2017-02-17
* unused: Improved memory use significantly when there are a lot of differences...Gravatar Joey Hess2017-01-31
* Some optimisations to string splitting code.Gravatar Joey Hess2017-01-31
* fix lack of laziness streaming large diffsGravatar Joey Hess2017-01-31
* Always use filesystem encoding for all file and handle reads and writes.Gravatar Joey Hess2016-12-24
* Avoid backtraces on expected failures when built with ghc 8; only use backtra...Gravatar Joey Hess2016-11-15
* restart coprocess in raw modeGravatar Joey Hess2016-11-01
* Fix reversion in 6.20161012 that prevented adding files with a space in their...Gravatar Joey Hess2016-10-31
* Assistant, repair: Fix ignoring of git fsck errors due to duplicate file entr...Gravatar Joey Hess2016-10-31
* Assistant, repair: Improved filtering out of git fsck lines about duplicate f...Gravatar Joey Hess2016-10-18
* fix tree graft-in bugGravatar Joey Hess2016-10-11
* sync: Fix bug in adjusted branch merging that could cause recently added file...Gravatar Joey Hess2016-10-10
* Avoid using a lot of memory when large objects are present in the git repositoryGravatar Joey Hess2016-10-05
* Optimisations to git-annex branch query and setting, avoiding repeated copies...Gravatar Joey Hess2016-09-29
* fix bugs in handing of deep branches with sync and adjusted branchesGravatar Joey Hess2016-09-21
* improve commentGravatar Joey Hess2016-09-21
* Assistant, repair: Filter out git fsck lines about duplicate file entries in ...Gravatar Joey Hess2016-09-05
* Windows: Handle shebang in external special remote program.Gravatar Joey Hess2016-09-05
* --branch, stage 2Gravatar Joey Hess2016-07-20
* New url for git-remote-gcrypt, now maintained by spwhitton.Gravatar Joey Hess2016-07-05
* Pass -S to git commit-tree when commit.gpgsign is set and when making a non-a...Gravatar Joey Hess2016-06-02
* minor typo fixes throughoutGravatar Yaroslav Halchenko2016-06-02
* Windows: Avoid terminating git-annex branch lines with \r\n when union merging.Gravatar Joey Hess2016-05-27
* git's handing of relative GIT_INDEX_FILE is more insane than I thought; alway...Gravatar Joey Hess2016-05-22
* unify handling of unusual GIT_INDEX_FILE relative pathGravatar Joey Hess2016-05-17
* Work around git bug in handling of relative path to GIT_INDEX_FILE when in a ...Gravatar Joey Hess2016-05-17
* Propigate GIT_DIR and GIT_WORK_TREE environment to external special remotes.Gravatar Joey Hess2016-05-06
* more windows path fixesGravatar Joey Hess2016-05-04