summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-06-08[PATCH] Anal retentive 'const unsigned char *sha1'Jason McMullan
2005-06-08[PATCH] git-diff-cache: handle pathspec beginning with a dashJonas Fonseca
2005-06-08Leave merge failures in the filesystemLinus Torvalds
2005-06-08Fix SIGSEGV on unmerged files in git-diff-files -pLinus Torvalds
2005-06-08[PATCH] Tests: read-tree -m test updates.Junio C Hamano
2005-06-08Make default merge messages denser.Linus Torvalds
2005-06-08[PATCH] three --merge-order bug fixesJon Seymour
2005-06-08[PATCH] git-cvs2git: create tagsSven Verdoolaege
2005-06-08git-apply: creatign empty files is nonfatalLinus Torvalds
2005-06-07Talk about "git cvsimport" in the cvs migration docsLinus Torvalds
2005-06-07[PATCH] Documentation: describe diff tweaking (fix).Junio C Hamano
2005-06-07[PATCH] Start cvs-migration documentationJunio C Hamano
2005-06-07git-read-tree: -u without -m is meaningless. Don't allow it.Linus Torvalds
2005-06-07git-read-tree: make one-way merge also honor the "update" flagLinus Torvalds
2005-06-07[PATCH] read-tree: update documentation for 3-way merge.Junio C Hamano
2005-06-07Add CVS import scripts and programsLinus Torvalds
2005-06-07git-ssh-push/pull: usability improvementsLinus Torvalds
2005-06-07[PATCH] Use ntohs instead of htons to convert ce_flags to host byte orderTimo Hirvonen
2005-06-07[PATCH] read-tree: save more user hassles during fast-forward.Junio C Hamano
2005-06-07[PATCH] Document git-ssh-pull and git-ssh-pushDaniel Barkalow
2005-06-07git-resolve-script: stop when the automated merge failsLinus Torvalds
2005-06-07Make fetch/pull scripts terminate cleanly on errorsLinus Torvalds
2005-06-07git-resolve-script: don't wait for three seconds any moreLinus Torvalds
2005-06-07[PATCH] -w support for git-ssh-pull/pushDaniel Barkalow
2005-06-07[PATCH] Generic support for pulling refsDaniel Barkalow
2005-06-07[PATCH] rsh.c environment variableDaniel Barkalow
2005-06-07[PATCH] Operations on refsDaniel Barkalow
2005-06-06git-read-tree: some "final" cleanupsLinus Torvalds
2005-06-06git-read-tree: simplify merge loops enormouslyLinus Torvalds
2005-06-06[PATCH] index locking like everybody elseJunio C Hamano
2005-06-06Add "__noreturn__" attribute to die() and usage()Linus Torvalds
2005-06-06git-rev-list: make sure to link with ssl librariesLinus Torvalds
2005-06-06[PATCH] Modify git-rev-list to linearise the commit history in merge order.jon@blackcubes.dyndns.org
2005-06-06Fix off-by-one in new three-way-merge updatesLinus Torvalds
2005-06-06[PATCH] 3-way merge tests for new "git-read-tree -m"?Junio C Hamano
2005-06-06Three-way merge: fix silly bug that made trivial merges not workLinus Torvalds
2005-06-06Fix entry.c dependency and compile problemLinus Torvalds
2005-06-06git-read-tree: fix up two-way mergeLinus Torvalds
2005-06-06More work on merging with git-read-tree..Linus Torvalds
2005-06-06Make fiel checkout function available to the git libraryLinus Torvalds
2005-06-06git-read-tree: fix up three-way merge testsLinus Torvalds
2005-06-06git-read-tree: be a lot more careful about merging dirty treesLinus Torvalds
2005-06-05[PATCH] Make git-update-cache --force-remove regularPetr Baudis
2005-06-05[PATCH] rename git-rpush and git-rpull to git-ssh-push and git-ssh-pullJunio C Hamano
2005-06-05diff 'rename' format change.Linus Torvalds
2005-06-05git-apply: consider it an error to apply no changesLinus Torvalds
2005-06-05[PATCH] Documentation: describe git extended diff headers.Junio C Hamano
2005-06-05[PATCH] Documentation: describe diff tweaking.Junio C Hamano
2005-06-05git-apply: fix rename header parsingLinus Torvalds
2005-06-05[PATCH] pull: gracefully recover from delta retrieval failure.Junio C Hamano