summaryrefslogtreecommitdiff
path: root/Git
Commit message (Expand)AuthorAge
* avoid webapp crash on startup when there's no ~/.gitconfigGravatar Joey Hess2012-09-23
* flip catchDefaultIOGravatar Joey Hess2012-09-17
* better name for fallback sync refsGravatar Joey Hess2012-09-16
* make the merger merge any equivilant sync branch into the current branchGravatar Joey Hess2012-09-16
* Support repositories created with --separate-git-dir. Closes: #684405Gravatar Joey Hess2012-09-15
* Revert "add catFileIndex"Gravatar Joey Hess2012-09-15
* run git coprocesses with gitEnvGravatar Joey Hess2012-09-15
* add catFileIndexGravatar Joey Hess2012-09-15
* thread safe git-annex index file useGravatar Joey Hess2012-08-24
* make the webapp honor the web.browser git configGravatar Joey Hess2012-08-08
* handle case of adding populated drive to just created repoGravatar Joey Hess2012-08-05
* fix crashes when run in a git repo that has been initted but has no master br...Gravatar Joey Hess2012-08-05
* better readProcessGravatar Joey Hess2012-07-19
* add back debug loggingGravatar Joey Hess2012-07-19
* switch from System.Cmd.Utils to System.ProcessGravatar Joey Hess2012-07-18
* Merge branch 'master' into threadedGravatar Joey Hess2012-07-18
|\
* | more debuggingGravatar Joey Hess2012-07-18
| * typoGravatar Joey Hess2012-07-17
| * avoid --no-edit with older git versionsGravatar Joey Hess2012-07-17
* | add debuggingGravatar 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