summaryrefslogtreecommitdiffstats
path: root/strbuf.h (unfollow)
Commit message (Expand)AuthorFilesLines
2005-05-30git-init-db: set up the full default environmentLinus Torvalds1-6/+49
2005-05-29git-mktag: be more careful in reading the input.Linus Torvalds1-1/+12
2005-05-29[PATCH] Fix count-delta overcountingJunio C Hamano1-0/+3
2005-05-29[PATCH] Do not include unused header files.Junio C Hamano3-3/+0
2005-05-29[PATCH] Pickaxe fixes.Junio C Hamano5-5/+18
2005-05-29[PATCH] Rewrite ls-tree to behave more like "/bin/ls -a"Junio C Hamano5-156/+195
2005-05-29[PATCH] Adjust diff-helper to diff-tree -v -z changes.Junio C Hamano1-1/+4
2005-05-29[PATCH] Optimize diff-tree -[CM] --stdinJunio C Hamano6-9/+102
2005-05-29[PATCH] Move pathspec to the beginning of the diffcore chain.Junio C Hamano4-19/+19
2005-05-29[PATCH] Fix the way diffcore-rename records unremoved source.Junio C Hamano4-80/+169
2005-05-29[PATCH] Add --pickaxe-all to diff-* brothers.Junio C Hamano6-26/+81
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