aboutsummaryrefslogtreecommitdiff
path: root/Git
Commit message (Expand)AuthorAge
* don't treat foo::bar as a ssh urlGravatar Joey Hess2012-11-09
* webapp: Generate better git remote names.Gravatar Joey Hess2012-10-31
* Use USER and HOME environment when set, and only fall back to getpwent, which...Gravatar Joey Hess2012-10-25
* add ConfigMonitor threadGravatar Joey Hess2012-10-20
* remove some more !!Gravatar Joey Hess2012-10-20
* Fix handling of GIT_DIR when it refers to a git submodule.Gravatar Joey Hess2012-10-17
* better fix for zombie problem, which turns out to be a zombie ssh started by ...Gravatar Joey Hess2012-10-17
* ensure that gitdir is absoluteGravatar Joey Hess2012-10-16
* A relative core.worktree is relative to the gitdir.Gravatar Joey Hess2012-10-16
* simplifyGravatar Joey Hess2012-10-15
* drop old config when rereading repo configGravatar Joey Hess2012-10-14
* fix slightly incorrect commentGravatar Joey Hess2012-10-12
* Fix a crash when merging files in the git-annex branch that contain invalid u...Gravatar Joey Hess2012-10-12
* fix last zombies in the assistantGravatar Joey Hess2012-10-04
* bugfixGravatar Joey Hess2012-10-04
* remove now-unnecessary manual reapsGravatar Joey Hess2012-10-04
* more zombie fightingGravatar Joey Hess2012-10-04
* make a pipeReadStrict, that properly waits on the processGravatar Joey Hess2012-10-04
* 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