summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] Fix diff-pruning logic which was running prune too early.Junio C Hamano2005-05-238-127/+69
* git-apply: start using the index file information.Linus Torvalds2005-05-231-19/+68
* git-apply: if no input files specified, apply stdinLinus Torvalds2005-05-231-0/+5
* diff-tree: don't write headers if the diff queue is emptyLinus Torvalds2005-05-231-5/+5
* git-apply: unknown modes are zero, not -1Linus Torvalds2005-05-231-1/+1
* [PATCH] diff-raw format update take #2.Junio C Hamano2005-05-2313-366/+494
* git-apply: parse the diff headers (both traditional and new)Linus Torvalds2005-05-231-31/+217
* git-apply: improve error detection and messagesLinus Torvalds2005-05-231-42/+74
* git-apply: bad patch fragments are fatalLinus Torvalds2005-05-231-1/+1
* [PATCH] NUL terminate diff-tree header lines under -z.Junio C Hamano2005-05-232-2/+13
* [PATCH] Performance fix for pickaxe.Junio C Hamano2005-05-231-1/+2
* [PATCH] Rename/copy detection fix.Junio C Hamano2005-05-237-138/+244
* [PATCH] Be careful with symlinks when detecting renames and copies.Junio C Hamano2005-05-232-10/+80
* Start implementing "git-apply"Linus Torvalds2005-05-232-1/+318
* Don't care about st_dev in the index fileLinus Torvalds2005-05-222-5/+17
* Some more sparse warning fixesLinus Torvalds2005-05-222-5/+5
* Fix up git-fsck-cache documentationLinus Torvalds2005-05-221-2/+5
* Include file cleanups..Linus Torvalds2005-05-2214-35/+1
* [PATCH] Makefile: Solaris fix: call $(MAKE) instead of make for subdirectoriesThomas Glanzmann2005-05-221-2/+2
* [PATCH] Docs - delta objectDavid Greaves2005-05-224-10/+89
* [PATCH] Docs - tag object, git- prefix and s/changeset/commit/gDavid Greaves2005-05-221-70/+89
* [PATCH] Docs - include README in git.txtDavid Greaves2005-05-221-25/+21
* [PATCH] Docs - asciidoc changesDavid Greaves2005-05-221-289/+291
* [PATCH] Docs - Makefile updateDavid Greaves2005-05-221-7/+21
* Split up git-pull-script into separate "fetch" and "merge" phases.Linus Torvalds2005-05-223-34/+43
* [PATCH] Diffcore updates.Junio C Hamano2005-05-2211-167/+265
* [PATCH] Add the code to set default minimum score back in.Junio C Hamano2005-05-221-0/+2
* [PATCH] Fix tweak in similarity estimator.Junio C Hamano2005-05-221-2/+2
* [PATCH] The diff-raw format updates.Junio C Hamano2005-05-2116-313/+322
* [PATCH] Prepare diffcore interface for diff-tree header supression.Junio C Hamano2005-05-219-53/+71
* [PATCH] Tweak diffcore-rename heuristics.Junio C Hamano2005-05-211-19/+21
* diff-tree: don't print multiple headers for merges when silent.Linus Torvalds2005-05-211-1/+8
* [PATCH] Constness fix for pickaxe option.Junio C Hamano2005-05-216-6/+6
* diff-tree: prettify output slightlyLinus Torvalds2005-05-211-3/+16
* t/t4003-diff-rename-1: use modern options to "diff"Linus Torvalds2005-05-211-3/+3
* "make clean" should also clean up documentationLinus Torvalds2005-05-211-0/+1
* [PATCH] Diff overhaul, adding the other half of copy detection.Junio C Hamano2005-05-213-3/+40
* [PATCH] Introducing software archaeologist's tool "pickaxe".Junio C Hamano2005-05-2114-51/+140
* [PATCH] Diff overhaul, adding half of copy detection.Junio C Hamano2005-05-2116-432/+944
* git-whatchanged: allow other pagersLinus Torvalds2005-05-211-1/+1
* [PATCH] Fix use of wc in t0000-basicDaniel Barkalow2005-05-201-1/+1
* [PATCH] delta creationNicolas Pitre2005-05-203-2/+360
* [PATCH] delta checkNicolas Pitre2005-05-2010-6/+202
* [PATCH] delta readNicolas Pitre2005-05-202-14/+22
* sparse cleanupLinus Torvalds2005-05-2018-31/+33
* [PATCH] Simplify "reverse-diff" logic in the diff core.Junio C Hamano2005-05-201-23/+15
* [PATCH] Diff-files fix with more tests.Junio C Hamano2005-05-202-1/+62
* [PATCH] Add tests for diff-treeJunio C Hamano2005-05-203-170/+332
* diff-tree: use new base_name_compare() helper functionLinus Torvalds2005-05-201-1/+1
* Introduce "base_name_compare()" helper functionLinus Torvalds2005-05-202-0/+20