summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] Anal retentive 'const unsigned char *sha1'Jason McMullan2005-06-0814-22/+22
* [PATCH] git-diff-cache: handle pathspec beginning with a dashJonas Fonseca2005-06-081-1/+6
* Leave merge failures in the filesystemLinus Torvalds2005-06-081-12/+19
* Fix SIGSEGV on unmerged files in git-diff-files -pLinus Torvalds2005-06-081-1/+1
* [PATCH] Tests: read-tree -m test updates.Junio C Hamano2005-06-082-32/+30
* Make default merge messages denser.Linus Torvalds2005-06-082-5/+2
* [PATCH] three --merge-order bug fixesJon Seymour2005-06-082-3/+177
* [PATCH] git-cvs2git: create tagsSven Verdoolaege2005-06-081-0/+7
* git-apply: creatign empty files is nonfatalLinus Torvalds2005-06-081-2/+5
* Talk about "git cvsimport" in the cvs migration docsLinus Torvalds2005-06-071-1/+89
* [PATCH] Documentation: describe diff tweaking (fix).Junio C Hamano2005-06-071-1/+1
* [PATCH] Start cvs-migration documentationJunio C Hamano2005-06-071-0/+105
* git-read-tree: -u without -m is meaningless. Don't allow it.Linus Torvalds2005-06-071-1/+3
* git-read-tree: make one-way merge also honor the "update" flagLinus Torvalds2005-06-071-5/+5
* [PATCH] read-tree: update documentation for 3-way merge.Junio C Hamano2005-06-071-24/+66
* Add CVS import scripts and programsLinus Torvalds2005-06-073-2/+336
* git-ssh-push/pull: usability improvementsLinus Torvalds2005-06-074-8/+13
* [PATCH] Use ntohs instead of htons to convert ce_flags to host byte orderTimo Hirvonen2005-06-071-5/+5
* [PATCH] read-tree: save more user hassles during fast-forward.Junio C Hamano2005-06-074-13/+698
* [PATCH] Document git-ssh-pull and git-ssh-pushDaniel Barkalow2005-06-062-11/+45
* git-resolve-script: stop when the automated merge failsLinus Torvalds2005-06-061-1/+5
* Make fetch/pull scripts terminate cleanly on errorsLinus Torvalds2005-06-062-3/+3
* git-resolve-script: don't wait for three seconds any moreLinus Torvalds2005-06-061-3/+0
* [PATCH] -w support for git-ssh-pull/pushDaniel Barkalow2005-06-062-5/+41
* [PATCH] Generic support for pulling refsDaniel Barkalow2005-06-065-9/+63
* [PATCH] rsh.c environment variableDaniel Barkalow2005-06-061-2/+2
* [PATCH] Operations on refsDaniel Barkalow2005-06-065-2/+207
* git-read-tree: some "final" cleanupsLinus Torvalds2005-06-061-14/+10
* git-read-tree: simplify merge loops enormouslyLinus Torvalds2005-06-061-163/+110
* [PATCH] index locking like everybody elseJunio C Hamano2005-06-061-17/+5
* Add "__noreturn__" attribute to die() and usage()Linus Torvalds2005-06-061-2/+8
* git-rev-list: make sure to link with ssl librariesLinus Torvalds2005-06-061-0/+1
* [PATCH] Modify git-rev-list to linearise the commit history in merge order.jon@blackcubes.dyndns.org2005-06-068-18/+840
* Fix off-by-one in new three-way-merge updatesLinus Torvalds2005-06-051-1/+1
* [PATCH] 3-way merge tests for new "git-read-tree -m"?Junio C Hamano2005-06-051-1/+18
* Three-way merge: fix silly bug that made trivial merges not workLinus Torvalds2005-06-051-2/+2
* Fix entry.c dependency and compile problemLinus Torvalds2005-06-052-1/+2
* git-read-tree: fix up two-way mergeLinus Torvalds2005-06-051-15/+44
* More work on merging with git-read-tree..Linus Torvalds2005-06-053-23/+107
* Make fiel checkout function available to the git libraryLinus Torvalds2005-06-054-174/+192
* git-read-tree: fix up three-way merge testsLinus Torvalds2005-06-051-14/+14
* git-read-tree: be a lot more careful about merging dirty treesLinus Torvalds2005-06-052-5/+54
* [PATCH] Make git-update-cache --force-remove regularPetr Baudis2005-06-052-7/+9
* [PATCH] rename git-rpush and git-rpull to git-ssh-push and git-ssh-pullJunio C Hamano2005-06-056-26/+26
* diff 'rename' format change.Linus Torvalds2005-06-057-12/+14
* git-apply: consider it an error to apply no changesLinus Torvalds2005-06-051-0/+3
* [PATCH] Documentation: describe git extended diff headers.Junio C Hamano2005-06-051-1/+35
* [PATCH] Documentation: describe diff tweaking.Junio C Hamano2005-06-051-0/+241
* git-apply: fix rename header parsingLinus Torvalds2005-06-051-3/+3
* [PATCH] pull: gracefully recover from delta retrieval failure.Junio C Hamano2005-06-059-12/+113