summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2005-06-02[PATCH] git-tar-tree: add a test caseLibravatar Rene Scharfe1-0/+106
2005-06-02[PATCH] git-tar-tree: small doc updateLibravatar Rene Scharfe1-1/+8
2005-06-02[PATCH] git-tar-tree: cleanup write_trailer()Libravatar Rene Scharfe1-7/+4
2005-06-02Clarify git-diff-cache semantics in the tutorial.Libravatar Linus Torvalds1-13/+28
2005-06-02[PATCH] Find size of SHA1 object without inflating everything.Libravatar Junio C Hamano3-5/+67
2005-06-02[PATCH] Handle deltified object correctly in git-*-pull family.Libravatar Junio C Hamano10-6/+66
2005-06-02git-rev-list: split out commit limiting from main() too.Libravatar Linus Torvalds1-17/+21
2005-06-02git-rev-list: factor out the commit printing from "main()"Libravatar Linus Torvalds1-36/+50
2005-06-02Run the tutorial through ispell once moreLibravatar Linus Torvalds1-6/+6
2005-06-02Split up unpack_sha1_file() some moreLibravatar Linus Torvalds2-19/+74
2005-06-01Add "unpack_sha1_header()" helper functionLibravatar Linus Torvalds2-12/+16
2005-06-01tutorial.txt: start describing how to copy repositoriesLibravatar Linus Torvalds1-3/+97
2005-06-01[PATCH] diff: mode bits fixesLibravatar Junio C Hamano5-15/+17
2005-06-01Update tutorial for simplified "git" script.Libravatar Linus Torvalds1-8/+19
2005-06-01Add "git" and "git-log-script" helper scripts.Libravatar Linus Torvalds3-2/+9
2005-06-01git-rev-list: add "--pretty" command line optionLibravatar Linus Torvalds1-5/+22
2005-06-01Add generic commit "pretty print" function.Libravatar Linus Torvalds3-69/+86