summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* [PATCH] diffcore-break.c: various fixes.Junio C Hamano2005-06-052-15/+9
* [PATCH] diff.c: -B argument passing fix.Junio C Hamano2005-06-051-2/+2
* [PATCH] diff.c: locate_size_cache() fix.Junio C Hamano2005-06-051-5/+6
* git-apply: actually apply patches and update the indexLinus Torvalds2005-06-051-4/+121
* git-apply: fix apply of a new fileLinus Torvalds2005-06-051-12/+27
* git-apply: find offset fragments, and really apply themLinus Torvalds2005-06-051-15/+82
* git-apply: first cut at actually checking fragment dataLinus Torvalds2005-06-051-10/+187
* git-fsck-cache: complain if no default references foundLinus Torvalds2005-06-051-9/+11
* pretty_print_commit: add different formatsLinus Torvalds2005-06-054-22/+67
* git-shortlog: add name translations for 'sparse' repoLinus Torvalds2005-06-041-1/+11
* Add git-shortlog perl scriptLinus Torvalds2005-06-042-1/+168
* git-rev-list: allow arbitrary head selections, use git-rev-tree syntaxLinus Torvalds2005-06-041-24/+21
* [PATCH] ssh-protocol version, command types, response codeDaniel Barkalow2005-06-032-32/+93
* [PATCH] diff: Update -B heuristics.Junio C Hamano2005-06-033-43/+224
* [PATCH] diff: Clean up diff_scoreopt_parse().Junio C Hamano2005-06-035-28/+62