summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2005-05-29[PATCH] Add --pickaxe-all to diff-* brothers.Libravatar Junio C Hamano6-26/+81
2005-05-29[PATCH] Remove a function not used anymore.Libravatar Junio C Hamano2-25/+0
2005-05-29[PATCH] Clean up diff_setup() to make it more extensible.Libravatar Junio C Hamano5-16/+19
2005-05-29[PATCH] Remove final newline from the value of xfrm_msg variable.Libravatar Junio C Hamano2-4/+4
2005-05-29[PATCH] Do not expose internal scaling to diff-helper.Libravatar Junio C Hamano2-3/+1
2005-05-29[PATCH] Remove unused rank field from diff_core structure.Libravatar Junio C Hamano1-1/+0
2005-05-29[PATCH] Make pathspec only care about the detination tree.Libravatar Junio C Hamano1-2/+1
2005-05-29[PATCH] Introduce diff_free_filepair() funcion.Libravatar Junio C Hamano5-13/+15
2005-05-29[PATCH] Fix math thinko in similarity estimator.Libravatar Junio C Hamano1-1/+1
2005-05-29[PATCH] Document the --root switch of git-diff-treeLibravatar Thomas Glanzmann1-0/+4
2005-05-27[PATCH] check_file_directory_conflict path fixLibravatar David Meybohm1-1/+3
2005-05-27git-diff-tree: simplify header output with '-z'Libravatar Linus Torvalds1-12/+5
2005-05-26[PATCH] allow pathspec to end with a slashLibravatar Junio C Hamano1-1/+5
2005-05-26git-diff-tree: don't use diffcore_pathspec()Libravatar Linus Torvalds1-2/+0
2005-05-26[PATCH] fix and testcase for git-commit-tree optionLibravatar Rene Scharfe2-1/+46
2005-05-26[PATCH] Make ls-* output consistent with diff-* output format.Libravatar Junio C Hamano5-94/+94
2005-05-26[PATCH] ls-tree matching multiple pathsLibravatar Jason McMullan3-18/+227
2005-05-26[PATCH] Add git-external-diff-scriptLibravatar Junio C Hamano1-0/+67
2005-05-26[PATCH] Diff updates to express type changesLibravatar Junio C Hamano2-9/+42
2005-05-26git-apply: add "--check" option to check that the diff makes senseLibravatar Linus Torvalds1-26/+96
2005-05-26git-apply: when validating default names, check the final EOLN tooLibravatar Linus Torvalds1-1/+1
2005-05-26git-apply: pick up default filenames from "diff --git" header lineLibravatar Linus Torvalds1-10/+72
2005-05-26git-apply: make the diffstat output happen for "--stat" only.Libravatar Linus Torvalds1-28/+68
2005-05-26git-apply: implement "diffstat" outputLibravatar Linus Torvalds1-15/+77
2005-05-26git-apply: parse the whole list of patches into memory firstLibravatar Linus Torvalds1-90/+146
2005-05-25[PATCH] Test case portability fix.Libravatar Mark Allen2-5/+3
2005-05-25Make "parse_object()" also fill in commit message buffer data.Libravatar Linus Torvalds3-1/+7
2005-05-25git-rev-list: add "end" commit and "--header" flagLibravatar Linus Torvalds1-15/+42
2005-05-25commit: save the commit buffer off when parsing a commitLibravatar Linus Torvalds2-0/+5
2005-05-25unpack_sha1_file: zero-pad the unpacked object.Libravatar Linus Torvalds1-1/+2
2005-05-25[PATCH] Mode only changes from diff.Libravatar Junio C Hamano3-2/+40
2005-05-25[PATCH] Fix type-change handling when assigning the status code to filepairs.Libravatar Junio C Hamano2-14/+25
2005-05-25[PATCH] Adjust show-files test for dotfiles.Libravatar Junio C Hamano1-3/+4
2005-05-25git-pull-script: pretty-print the merge head informationLibravatar Linus Torvalds1-3/+12
2005-05-25[PATCH] optimize git-resolve-scriptLibravatar Jeff Garzik1-2/+2
2005-05-25diff.c: don't silently ignore unknown state changes in diffs.Libravatar Linus Torvalds1-1/+1
2005-05-25[PATCH] show changed tree objects with recursive git-diff-treeLibravatar Junio C Hamano2-2/+12
2005-05-25[PATCH] Use pathspec array correctlyLibravatar Junio C Hamano1-2/+2
2005-05-24git-rev-tree: teach it about tag referencesLibravatar Linus Torvalds1-24/+25
2005-05-24[PATCH] Allow dot files in ls-files as well (take #2).Libravatar Junio C Hamano1-1/+4
2005-05-24git-diff-cache: fix argument parsingLibravatar Linus Torvalds1-14/+22
2005-05-24[PATCH] Update rename/copy similarity estimator.Libravatar Junio C Hamano4-7/+116
2005-05-24[PATCH] Squelch compiler warningLibravatar Junio C Hamano1-1/+1
2005-05-24[PATCH] Allow symlinks in the leading path in checkout-cache --prefix=Libravatar Junio C Hamano2-13/+110
2005-05-24[PATCH] Use DIFF_FORMAT_NO_OUTPUT to implement diff-tree -s option.Libravatar Junio C Hamano1-12/+2
2005-05-24git-update-cache: allow dot-filesLibravatar Linus Torvalds1-4/+40
2005-05-24git-commit-tree: allow overriding of commit dateLibravatar Linus Torvalds1-2/+5
2005-05-24[PATCH] Redo rename/copy detection logic.Libravatar Junio C Hamano6-252/+314
2005-05-23git-apply: more consistency checks on gitdiff filenamesLibravatar Linus Torvalds1-4/+46
2005-05-23[PATCH] adjust git-deltafy-script to the new diff-tree output formatLibravatar Nicolas Pitre1-2/+3