summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [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
* [PATCH] Document -R option for git-diff-tree.Junio C Hamano2005-05-201-1/+4
* fsck-cache: fix segfault on nonexistent referenced objectLinus Torvalds2005-05-201-4/+8
* Fix up previous commitLinus Torvalds2005-05-196-3/+8
* [PATCH] diff overhaulJunio C Hamano2005-05-1911-125/+192
* diff-tree: add "--root" flag to show a root commit as a big creation event.Linus Torvalds2005-05-191-6/+35
* [PATCH] cleanup of in-code namesAlexey Nezhdanov2005-05-1919-50/+50
* [PATCH] Declare stacked variables before the first statement.Thomas Glanzmann2005-05-191-2/+2
* [PATCH] Detect renames in diff family.Junio C Hamano2005-05-191-4/+17
* [PATCH] manpage name conflictSebastian Kuzminsky2005-05-193-5/+7
* [PATCH] Implement git-checkout-cache -u to update stat information in the cache.Junio C Hamano2005-05-198-47/+157
* diff.c: remove left-over scoring debug messageLinus Torvalds2005-05-191-3/+0
* git-whatchanged: use 'less -S' on the output to make it more user friendlyLinus Torvalds2005-05-191-1/+1
* [PATCH] Detect renames in diff family.Junio C Hamano2005-05-1912-239/+533
* [PATCH] Deltification library work by Nicolas Pitre.Nicolas Pitre2005-05-195-2/+511
* [PATCH] A test case addition for strbuf regressionJunio C Hamano2005-05-191-0/+9
* [PATCH] fix strbuf take #2Junio C Hamano2005-05-191-0/+2
* merge-base: use the new lookup_commit_reference() helper functionLinus Torvalds2005-05-181-2/+2
* commit: add "lookup_commit_reference()" helper functionLinus Torvalds2005-05-182-6/+24
* [PATCH] fix show_date() for positive timezonesNicolas Pitre2005-05-181-2/+2
* diff-tree: don't match non-directories as partial pathnamesLinus Torvalds2005-05-181-0/+2
* diff-tree: fix "whole sub-tree disappeared or appeared" caseLinus Torvalds2005-05-181-9/+11
* diff-tree: fix up comparison of "interesting" sub-treesLinus Torvalds2005-05-181-0/+5
* diff-tree: show hex sha1 of the single-commit argument case correctly.Linus Torvalds2005-05-181-1/+7
* diff-tree: fix and extend argument parsingLinus Torvalds2005-05-181-11/+27
* diff-tree: clean up diff_tree_stdin() functionLinus Torvalds2005-05-181-21/+27
* diff-helper: pass unrecognized lines through unmodifiedLinus Torvalds2005-05-181-4/+5
* strbuf: allow zero-length linesLinus Torvalds2005-05-181-2/+0
* [PATCH] Diff-helper updateJunio C Hamano2005-05-184-19/+170