summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2005-06-06[PATCH] Document git-ssh-pull and git-ssh-pushLibravatar Daniel Barkalow2-11/+45
2005-06-06git-resolve-script: stop when the automated merge failsLibravatar Linus Torvalds1-1/+5
2005-06-06Make fetch/pull scripts terminate cleanly on errorsLibravatar Linus Torvalds2-3/+3
2005-06-06git-resolve-script: don't wait for three seconds any moreLibravatar Linus Torvalds1-3/+0
2005-06-06[PATCH] -w support for git-ssh-pull/pushLibravatar Daniel Barkalow2-5/+41
2005-06-06[PATCH] Generic support for pulling refsLibravatar Daniel Barkalow5-9/+63
2005-06-06[PATCH] rsh.c environment variableLibravatar Daniel Barkalow1-2/+2
2005-06-06[PATCH] Operations on refsLibravatar Daniel Barkalow5-2/+207
2005-06-06git-read-tree: some "final" cleanupsLibravatar Linus Torvalds1-14/+10
2005-06-06git-read-tree: simplify merge loops enormouslyLibravatar Linus Torvalds1-163/+110
2005-06-06[PATCH] index locking like everybody elseLibravatar Junio C Hamano1-17/+5
2005-06-06Add "__noreturn__" attribute to die() and usage()Libravatar Linus Torvalds1-2/+8
2005-06-06git-rev-list: make sure to link with ssl librariesLibravatar Linus Torvalds1-0/+1
2005-06-06[PATCH] Modify git-rev-list to linearise the commit history in merge order.Libravatar jon@blackcubes.dyndns.org8-18/+840
2005-06-05Fix off-by-one in new three-way-merge updatesLibravatar Linus Torvalds1-1/+1
2005-06-05[PATCH] 3-way merge tests for new "git-read-tree -m"?Libravatar Junio C Hamano1-1/+18
2005-06-05Three-way merge: fix silly bug that made trivial merges not workLibravatar Linus Torvalds1-2/+2
2005-06-05Fix entry.c dependency and compile problemLibravatar Linus Torvalds2-1/+2
2005-06-05git-read-tree: fix up two-way mergeLibravatar Linus Torvalds1-15/+44
2005-06-05More work on merging with git-read-tree..Libravatar Linus Torvalds3-23/+107
2005-06-05Make fiel checkout function available to the git libraryLibravatar Linus Torvalds4-174/+192
2005-06-05git-read-tree: fix up three-way merge testsLibravatar Linus Torvalds1-14/+14
2005-06-05git-read-tree: be a lot more careful about merging dirty treesLibravatar Linus Torvalds2-5/+54
2005-06-05[PATCH] Make git-update-cache --force-remove regularLibravatar Petr Baudis2-7/+9
2005-06-05[PATCH] rename git-rpush and git-rpull to git-ssh-push and git-ssh-pullLibravatar Junio C Hamano6-26/+26
2005-06-05diff 'rename' format change.Libravatar Linus Torvalds7-12/+14
2005-06-05git-apply: consider it an error to apply no changesLibravatar Linus Torvalds1-0/+3
2005-06-05[PATCH] Documentation: describe git extended diff headers.Libravatar Junio C Hamano1-1/+35
2005-06-05[PATCH] Documentation: describe diff tweaking.Libravatar Junio C Hamano1-0/+241
2005-06-05git-apply: fix rename header parsingLibravatar Linus Torvalds1-3/+3
2005-06-05[PATCH] pull: gracefully recover from delta retrieval failure.Libravatar Junio C Hamano9-12/+113
2005-06-05[PATCH] diffcore-break.c: various fixes.Libravatar Junio C Hamano2-15/+9
2005-06-05[PATCH] diff.c: -B argument passing fix.Libravatar Junio C Hamano1-2/+2
2005-06-05[PATCH] diff.c: locate_size_cache() fix.Libravatar Junio C Hamano1-5/+6
2005-06-05git-apply: actually apply patches and update the indexLibravatar Linus Torvalds1-4/+121
2005-06-05git-apply: fix apply of a new fileLibravatar Linus Torvalds1-12/+27
2005-06-05git-apply: find offset fragments, and really apply themLibravatar Linus Torvalds1-15/+82
2005-06-05git-apply: first cut at actually checking fragment dataLibravatar Linus Torvalds1-10/+187
2005-06-05git-fsck-cache: complain if no default references foundLibravatar Linus Torvalds1-9/+11
2005-06-05pretty_print_commit: add different formatsLibravatar Linus Torvalds4-22/+67
2005-06-04git-shortlog: add name translations for 'sparse' repoLibravatar Linus Torvalds1-1/+11
2005-06-04Add git-shortlog perl scriptLibravatar Linus Torvalds2-1/+168
2005-06-04git-rev-list: allow arbitrary head selections, use git-rev-tree syntaxLibravatar Linus Torvalds1-24/+21
2005-06-03[PATCH] ssh-protocol version, command types, response codeLibravatar Daniel Barkalow2-32/+93
2005-06-03[PATCH] diff: Update -B heuristics.Libravatar Junio C Hamano3-43/+224
2005-06-03[PATCH] diff: Clean up diff_scoreopt_parse().Libravatar Junio C Hamano5-28/+62
2005-06-03[PATCH] diff: Fix docs and add -O to diff-helper.Libravatar Junio C Hamano10-27/+33
2005-06-03[PATCH] Tweak count-delta interfaceLibravatar Junio C Hamano5-25/+40
2005-06-03[PATCH] git-tar-tree: do only basic tests in t/t5000-git-tar-tree.shLibravatar Rene Scharfe1-20/+7
2005-06-03[PATCH] git-tar-tree: fix write_trailerLibravatar Rene Scharfe1-1/+1