aboutsummaryrefslogtreecommitdiff
path: root/Git/Types.hs
Commit message (Expand)AuthorAge
* Improve startup time for commands that do not operate on remotesGravatar Joey Hess2018-01-09
* avoid withWorkTreeRelated affecting annex symlink calculationGravatar Joey Hess2016-04-08
* extract commit parent(s)Gravatar Joey Hess2016-03-11
* add fromBlobTypeGravatar Joey Hess2016-02-25
* add catCommit, with commit object parserGravatar Joey Hess2016-02-25
* remove support for network older than 2.4Gravatar Joey Hess2016-02-23
* update my email address and homepage urlGravatar Joey Hess2015-01-21
* adjust to not use cpp in modules used by configureGravatar Joey Hess2014-04-14
* added git-annex remotedaemonGravatar Joey Hess2014-04-06
* remove Read instance for RefGravatar Joey Hess2014-02-19
* --in can now refer to files that were located in a repository at some past da...Gravatar Joey Hess2014-02-06
* webapp: Improve UI around remote that have no annex.uuid set, either because ...Gravatar Joey Hess2013-11-07
* pass -c option on to all git commands runGravatar Joey Hess2013-11-05
* index file recoveryGravatar Joey Hess2013-10-22
* XMPP: Avoid redundant and unncessary pushes. Note that this breaks compatibil...Gravatar Joey Hess2013-05-21
* thread safe git-annex index file useGravatar Joey Hess2012-08-24
* sync: Automatically resolves merge conflicts.Gravatar Joey Hess2012-06-27
* add ls-files --unmerged supportGravatar Joey Hess2012-06-27
* add support for staging other types of blobs, like symlinks, into the indexGravatar Joey Hess2012-06-06
* move hashObject to HashObject library and generalize it to support all git ob...Gravatar Joey Hess2012-06-06
* Clean up handling of git directory and git worktree.Gravatar Joey Hess2012-05-18
* fixed behavior when multiple insteadOf configs are provided for the same url ...Gravatar Joey Hess2011-12-30
* split out three modules from GitGravatar Joey Hess2011-12-13