summaryrefslogtreecommitdiffstats
path: root/rpull.c (unfollow)
Commit message (Expand)AuthorFilesLines
2005-05-22[PATCH] Docs - delta objectDavid Greaves4-10/+89
2005-05-22[PATCH] Docs - tag object, git- prefix and s/changeset/commit/gDavid Greaves1-70/+89
2005-05-22[PATCH] Docs - include README in git.txtDavid Greaves1-25/+21
2005-05-22[PATCH] Docs - asciidoc changesDavid Greaves1-289/+291
2005-05-22[PATCH] Docs - Makefile updateDavid Greaves1-7/+21
2005-05-22Split up git-pull-script into separate "fetch" and "merge" phases.Linus Torvalds3-34/+43
2005-05-22[PATCH] Diffcore updates.Junio C Hamano11-167/+265
2005-05-22[PATCH] Add the code to set default minimum score back in.Junio C Hamano1-0/+2
2005-05-22[PATCH] Fix tweak in similarity estimator.Junio C Hamano1-2/+2
2005-05-22[PATCH] The diff-raw format updates.Junio C Hamano16-313/+322
2005-05-22[PATCH] Prepare diffcore interface for diff-tree header supression.Junio C Hamano9-53/+71
2005-05-22[PATCH] Tweak diffcore-rename heuristics.Junio C Hamano1-19/+21
2005-05-22diff-tree: don't print multiple headers for merges when silent.Linus Torvalds1-1/+8
2005-05-22[PATCH] Constness fix for pickaxe option.Junio C Hamano6-6/+6
2005-05-21diff-tree: prettify output slightlyLinus Torvalds1-3/+16
2005-05-21t/t4003-diff-rename-1: use modern options to "diff"Linus Torvalds1-3/+3
2005-05-21"make clean" should also clean up documentationLinus Torvalds1-0/+1
2005-05-21[PATCH] Diff overhaul, adding the other half of copy detection.Junio C Hamano3-3/+40
2005-05-21[PATCH] Introducing software archaeologist's tool "pickaxe".Junio C Hamano14-51/+140
2005-05-21[PATCH] Diff overhaul, adding half of copy detection.Junio C Hamano16-432/+944
2005-05-21git-whatchanged: allow other pagersLinus Torvalds1-1/+1
2005-05-21[PATCH] Fix use of wc in t0000-basicDaniel Barkalow1-1/+1
2005-05-21[PATCH] delta creationNicolas Pitre3-2/+360
2005-05-21[PATCH] delta checkNicolas Pitre10-6/+202
2005-05-21[PATCH] delta readNicolas Pitre2-14/+22
2005-05-20sparse cleanupLinus Torvalds18-31/+33
2005-05-20[PATCH] Simplify "reverse-diff" logic in the diff core.Junio C Hamano1-23/+15
2005-05-20[PATCH] Diff-files fix with more tests.Junio C Hamano2-1/+62
2005-05-20[PATCH] Add tests for diff-treeJunio C Hamano3-170/+332
2005-05-20diff-tree: use new base_name_compare() helper functionLinus Torvalds1-1/+1
2005-05-20Introduce "base_name_compare()" helper functionLinus Torvalds2-0/+20
2005-05-20[PATCH] Document -R option for git-diff-tree.Junio C Hamano1-1/+4
2005-05-20fsck-cache: fix segfault on nonexistent referenced objectLinus Torvalds1-4/+8
2005-05-20Fix up previous commitLinus Torvalds6-3/+8
2005-05-20[PATCH] diff overhaulJunio C Hamano11-125/+192
2005-05-19diff-tree: add "--root" flag to show a root commit as a big creation event.Linus Torvalds1-6/+35
2005-05-19[PATCH] cleanup of in-code namesAlexey Nezhdanov19-50/+50
2005-05-19[PATCH] Declare stacked variables before the first statement.Thomas Glanzmann1-2/+2
2005-05-19[PATCH] Detect renames in diff family.Junio C Hamano1-4/+17
2005-05-19[PATCH] manpage name conflictSebastian Kuzminsky3-5/+7
2005-05-19[PATCH] Implement git-checkout-cache -u to update stat information in the cache.Junio C Hamano8-47/+157
2005-05-19diff.c: remove left-over scoring debug messageLinus Torvalds1-3/+0
2005-05-19git-whatchanged: use 'less -S' on the output to make it more user friendlyLinus Torvalds1-1/+1
2005-05-19[PATCH] Detect renames in diff family.Junio C Hamano12-239/+533
2005-05-19[PATCH] Deltification library work by Nicolas Pitre.Nicolas Pitre5-2/+511
2005-05-19[PATCH] A test case addition for strbuf regressionJunio C Hamano1-0/+9
2005-05-19[PATCH] fix strbuf take #2Junio C Hamano1-0/+2
2005-05-19merge-base: use the new lookup_commit_reference() helper functionLinus Torvalds1-2/+2
2005-05-19commit: add "lookup_commit_reference()" helper functionLinus Torvalds2-6/+24
2005-05-18[PATCH] fix show_date() for positive timezonesNicolas Pitre1-2/+2