summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] Add -B flag to diff-* brothers.Junio C Hamano2005-05-3013-29/+433
* [PATCH] diff: fix the culling of unneeded delete record.Junio C Hamano2005-05-302-32/+35
* [PATCH] diff: further cleanup.Junio C Hamano2005-05-301-2/+7
* [PATCH] diff: code clean-up and removal of rename hack.Junio C Hamano2005-05-303-7/+7
* [PATCH] diff: consolidate various calls into diffcore.Junio C Hamano2005-05-305-16/+25
* [PATCH] diff-helper: Fix R/C score parsing under -z flag.Junio C Hamano2005-05-305-18/+219
* git-init-db: set up the full default environmentLinus Torvalds2005-05-301-6/+49
* git-mktag: be more careful in reading the input.Linus Torvalds2005-05-291-1/+12
* [PATCH] Fix count-delta overcountingJunio C Hamano2005-05-291-0/+3
* [PATCH] Do not include unused header files.Junio C Hamano2005-05-293-3/+0
* [PATCH] Pickaxe fixes.Junio C Hamano2005-05-295-5/+18
* [PATCH] Rewrite ls-tree to behave more like "/bin/ls -a"Junio C Hamano2005-05-295-156/+195
* [PATCH] Adjust diff-helper to diff-tree -v -z changes.Junio C Hamano2005-05-291-1/+4
* [PATCH] Optimize diff-tree -[CM] --stdinJunio C Hamano2005-05-296-9/+102
* [PATCH] Move pathspec to the beginning of the diffcore chain.Junio C Hamano2005-05-294-19/+19
* [PATCH] Fix the way diffcore-rename records unremoved source.Junio C Hamano2005-05-294-80/+169
* [PATCH] Add --pickaxe-all to diff-* brothers.Junio C Hamano2005-05-296-26/+81
* [PATCH] Remove a function not used anymore.Junio C Hamano2005-05-292-25/+0
* [PATCH] Clean up diff_setup() to make it more extensible.Junio C Hamano2005-05-295-16/+19
* [PATCH] Remove final newline from the value of xfrm_msg variable.Junio C Hamano2005-05-292-4/+4
* [PATCH] Do not expose internal scaling to diff-helper.Junio C Hamano2005-05-292-3/+1
* [PATCH] Remove unused rank field from diff_core structure.Junio C Hamano2005-05-291-1/+0
* [PATCH] Make pathspec only care about the detination tree.Junio C Hamano2005-05-291-2/+1
* [PATCH] Introduce diff_free_filepair() funcion.Junio C Hamano2005-05-295-13/+15
* [PATCH] Fix math thinko in similarity estimator.Junio C Hamano2005-05-291-1/+1
* [PATCH] Document the --root switch of git-diff-treeThomas Glanzmann2005-05-291-0/+4
* [PATCH] check_file_directory_conflict path fixDavid Meybohm2005-05-271-1/+3
* git-diff-tree: simplify header output with '-z'Linus Torvalds2005-05-271-12/+5
* [PATCH] allow pathspec to end with a slashJunio C Hamano2005-05-261-1/+5
* git-diff-tree: don't use diffcore_pathspec()Linus Torvalds2005-05-261-2/+0
* [PATCH] fix and testcase for git-commit-tree optionRene Scharfe2005-05-262-1/+46
* [PATCH] Make ls-* output consistent with diff-* output format.Junio C Hamano2005-05-265-94/+94
* [PATCH] ls-tree matching multiple pathsJason McMullan2005-05-263-18/+227
* [PATCH] Add git-external-diff-scriptJunio C Hamano2005-05-261-0/+67
* [PATCH] Diff updates to express type changesJunio C Hamano2005-05-262-9/+42
* git-apply: add "--check" option to check that the diff makes senseLinus Torvalds2005-05-261-26/+96
* git-apply: when validating default names, check the final EOLN tooLinus Torvalds2005-05-261-1/+1
* git-apply: pick up default filenames from "diff --git" header lineLinus Torvalds2005-05-261-10/+72
* git-apply: make the diffstat output happen for "--stat" only.Linus Torvalds2005-05-261-28/+68
* git-apply: implement "diffstat" outputLinus Torvalds2005-05-261-15/+77
* git-apply: parse the whole list of patches into memory firstLinus Torvalds2005-05-261-90/+146
* [PATCH] Test case portability fix.Mark Allen2005-05-252-5/+3
* Make "parse_object()" also fill in commit message buffer data.Linus Torvalds2005-05-253-1/+7
* git-rev-list: add "end" commit and "--header" flagLinus Torvalds2005-05-251-15/+42
* commit: save the commit buffer off when parsing a commitLinus Torvalds2005-05-252-0/+5
* unpack_sha1_file: zero-pad the unpacked object.Linus Torvalds2005-05-251-1/+2
* [PATCH] Mode only changes from diff.Junio C Hamano2005-05-253-2/+40
* [PATCH] Fix type-change handling when assigning the status code to filepairs.Junio C Hamano2005-05-252-14/+25
* [PATCH] Adjust show-files test for dotfiles.Junio C Hamano2005-05-251-3/+4
* git-pull-script: pretty-print the merge head informationLinus Torvalds2005-05-251-3/+12