summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [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
* [PATCH] optimize git-resolve-scriptJeff Garzik2005-05-251-2/+2
* diff.c: don't silently ignore unknown state changes in diffs.Linus Torvalds2005-05-251-1/+1
* [PATCH] show changed tree objects with recursive git-diff-treeJunio C Hamano2005-05-252-2/+12
* [PATCH] Use pathspec array correctlyJunio C Hamano2005-05-251-2/+2
* git-rev-tree: teach it about tag referencesLinus Torvalds2005-05-241-24/+25
* [PATCH] Allow dot files in ls-files as well (take #2).Junio C Hamano2005-05-241-1/+4
* git-diff-cache: fix argument parsingLinus Torvalds2005-05-241-14/+22
* [PATCH] Update rename/copy similarity estimator.Junio C Hamano2005-05-244-7/+116
* [PATCH] Squelch compiler warningJunio C Hamano2005-05-241-1/+1
* [PATCH] Allow symlinks in the leading path in checkout-cache --prefix=Junio C Hamano2005-05-242-13/+110
* [PATCH] Use DIFF_FORMAT_NO_OUTPUT to implement diff-tree -s option.Junio C Hamano2005-05-241-12/+2
* git-update-cache: allow dot-filesLinus Torvalds2005-05-241-4/+40
* git-commit-tree: allow overriding of commit dateLinus Torvalds2005-05-241-2/+5
* [PATCH] Redo rename/copy detection logic.Junio C Hamano2005-05-246-252/+314
* git-apply: more consistency checks on gitdiff filenamesLinus Torvalds2005-05-231-4/+46
* [PATCH] adjust git-deltafy-script to the new diff-tree output formatNicolas Pitre2005-05-231-2/+3