summaryrefslogtreecommitdiff
path: root/Git
Commit message (Expand)AuthorAge
* typoGravatar Joey Hess2012-07-17
* avoid --no-edit with older git versionsGravatar Joey Hess2012-07-17
* sync: Automatically resolves merge conflicts.Gravatar Joey Hess2012-06-27
* properly handle deleted files when processing ls-files --unmergedGravatar Joey Hess2012-06-27
* add ls-files --unmerged supportGravatar Joey Hess2012-06-27
* git-config fileEncodingGravatar Joey Hess2012-06-26
* Got rid of the last place that did utf8 decoding.Gravatar Joey Hess2012-06-26
* sync: Avoid recent git's interactive merge.Gravatar Joey Hess2012-06-23
* avoid ByteString.Char8 where not neededGravatar Joey Hess2012-06-20
* optimisation and memory leak fixGravatar Joey Hess2012-06-12
* crazy optimisationGravatar Joey Hess2012-06-10
* queue size fixGravatar Joey Hess2012-06-10
* stage deletions directly using update-indexGravatar Joey Hess2012-06-10
* force thunk for precalculated valueGravatar Joey Hess2012-06-10
* refactor and function name cleanupGravatar Joey Hess2012-06-08
* make watch use the queueGravatar Joey Hess2012-06-07
* extend Git.Queue to be able to queue more than simple git commandsGravatar Joey Hess2012-06-07
* add support for staging other types of blobs, like symlinks, into the indexGravatar Joey Hess2012-06-06
* Merge branch 'master' into watchGravatar Joey Hess2012-06-06
|\
| * move hashObject to HashObject library and generalize it to support all git ob...Gravatar Joey Hess2012-06-06
* | Merge branch 'master' into watchGravatar Joey Hess2012-06-06
|\|
| * factor out generic update-index code from unionmerge codeGravatar Joey Hess2012-06-06
* | flush the git queue when a new type of action is being added to itGravatar Joey Hess2012-06-04
|/
* more worktree improvementsGravatar Joey Hess2012-05-19
* avoid chdir when already inside worktreeGravatar Joey Hess2012-05-19
* test suite saved my baconGravatar Joey Hess2012-05-19
* make GIT_DIR, GIT_WORK_TREE absoluteGravatar Joey Hess2012-05-18
* Add support for core.worktree, and fix support for GIT_WORK_TREE and GIT_DIR.Gravatar Joey Hess2012-05-18
* Clean up handling of git directory and git worktree.Gravatar Joey Hess2012-05-18
* Add annex.httpheaders and annex.httpheader-command config settingsGravatar Joey Hess2012-04-22
* noopGravatar Joey Hess2012-04-21
* Support git's core.sharedRepository configurationGravatar Joey Hess2012-04-21
* compute distance in correct directionGravatar Joey Hess2012-04-14
* autocorrectionGravatar Joey Hess2012-04-12
* bup: Properly handle key names with spaces or other things that are not legal...Gravatar Joey Hess2012-04-11
* nicer style; also empty refs are implicitly not allowedGravatar Joey Hess2012-04-11
* added a git ref legality checkerGravatar Joey Hess2012-04-11
* removed another 10 lines via ifMGravatar Joey Hess2012-03-16
* fix filename encoding for git cat-fileGravatar Joey Hess2012-02-26
* cleanupGravatar Joey Hess2012-02-21
* refactorGravatar Joey Hess2012-02-20
* reorder prams and put -- after atrributes, for compatability with old gitGravatar Joey Hess2012-02-15
* Added a annex.queuesize settingGravatar Joey Hess2012-02-15
* fix memory leak when staging the journalGravatar Joey Hess2012-02-14
* Fixed a memory leak due to excessive strictness when committing journal files.Gravatar Joey Hess2012-02-14
* set fileEncoding on CheckAttr handlesGravatar Joey Hess2012-02-14
* fix LsFiles.typeChanged pathsGravatar Joey Hess2012-02-14
* rework git check-attr interfaceGravatar Joey Hess2012-02-13
* another place hGetBoth was used without a writer threadGravatar Joey Hess2012-02-13
* thinkoGravatar Joey Hess2012-02-13