summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* [PATCH] diff: Fix docs and add -O to diff-helper.Junio C Hamano2005-06-0310-27/+33
* [PATCH] Tweak count-delta interfaceJunio C Hamano2005-06-035-25/+40
* [PATCH] git-tar-tree: do only basic tests in t/t5000-git-tar-tree.shRene Scharfe2005-06-031-20/+7
* [PATCH] git-tar-tree: fix write_trailerRene Scharfe2005-06-031-1/+1
* [PATCH] git-tar-tree: add a test caseRene Scharfe2005-06-021-0/+106
* [PATCH] git-tar-tree: small doc updateRene Scharfe2005-06-021-1/+8
* [PATCH] git-tar-tree: cleanup write_trailer()Rene Scharfe2005-06-021-7/+4
* Clarify git-diff-cache semantics in the tutorial.Linus Torvalds2005-06-021-13/+28
* [PATCH] Find size of SHA1 object without inflating everything.Junio C Hamano2005-06-023-5/+67
* [PATCH] Handle deltified object correctly in git-*-pull family.Junio C Hamano2005-06-0210-6/+66
* git-rev-list: split out commit limiting from main() too.Linus Torvalds2005-06-021-17/+21
* git-rev-list: factor out the commit printing from "main()"Linus Torvalds2005-06-021-36/+50
* Run the tutorial through ispell once moreLinus Torvalds2005-06-021-6/+6
* Split up unpack_sha1_file() some moreLinus Torvalds2005-06-022-19/+74
* Add "unpack_sha1_header()" helper functionLinus Torvalds2005-06-012-12/+16
* tutorial.txt: start describing how to copy repositoriesLinus Torvalds2005-06-011-3/+97
* [PATCH] diff: mode bits fixesJunio C Hamano2005-06-015-15/+17
* Update tutorial for simplified "git" script.Linus Torvalds2005-06-011-8/+19
* Add "git" and "git-log-script" helper scripts.Linus Torvalds2005-06-013-2/+9
* git-rev-list: add "--pretty" command line optionLinus Torvalds2005-06-011-5/+22
* Add generic commit "pretty print" function.Linus Torvalds2005-06-013-69/+86
* [PATCH] git: git-commit-script ignores $GIT_DIRAlexey Guzeev2005-06-011-1/+1
* tutorial.txt: fix typos and a'git-whatchanged' exampleLinus Torvalds2005-06-011-11/+11
* git-apply --stat: limit lines to 79 charactersLinus Torvalds2005-05-311-4/+9
* [PATCH] ls-tree: handle trailing slashes in the pathspec properly.Junio C Hamano2005-05-313-52/+146
* Add first cut at a simple git tutorial.Linus Torvalds2005-05-311-0/+413
* [PATCH] diff: consolidate test helper script pieces.Junio C Hamano2005-05-316-83/+43
* pathspec: fix pathspecs with '/' at the endLinus Torvalds2005-05-311-8/+8
* git-apply: don't try to be clever about filenames and the indexLinus Torvalds2005-05-311-13/+5