summaryrefslogtreecommitdiffstats
path: root/git-apply-patch-script (unfollow)
Commit message (Expand)AuthorFilesLines
2005-05-29[PATCH] Remove a function not used anymore.Junio C Hamano2-25/+0
2005-05-29[PATCH] Clean up diff_setup() to make it more extensible.Junio C Hamano5-16/+19
2005-05-29[PATCH] Remove final newline from the value of xfrm_msg variable.Junio C Hamano2-4/+4
2005-05-29[PATCH] Do not expose internal scaling to diff-helper.Junio C Hamano2-3/+1
2005-05-29[PATCH] Remove unused rank field from diff_core structure.Junio C Hamano1-1/+0
2005-05-29[PATCH] Make pathspec only care about the detination tree.Junio C Hamano1-2/+1
2005-05-29[PATCH] Introduce diff_free_filepair() funcion.Junio C Hamano5-13/+15
2005-05-29[PATCH] Fix math thinko in similarity estimator.Junio C Hamano1-1/+1
2005-05-29[PATCH] Document the --root switch of git-diff-treeThomas Glanzmann1-0/+4
2005-05-27[PATCH] check_file_directory_conflict path fixDavid Meybohm1-1/+3
2005-05-27git-diff-tree: simplify header output with '-z'Linus Torvalds1-12/+5
2005-05-27[PATCH] allow pathspec to end with a slashJunio C Hamano1-1/+5
2005-05-27git-diff-tree: don't use diffcore_pathspec()Linus Torvalds1-2/+0
2005-05-27[PATCH] fix and testcase for git-commit-tree optionRene Scharfe2-1/+46
2005-05-27[PATCH] Make ls-* output consistent with diff-* output format.Junio C Hamano5-94/+94
2005-05-27[PATCH] ls-tree matching multiple pathsJason McMullan3-18/+227