summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-05-29[PATCH] Add --pickaxe-all to diff-* brothers.Junio C Hamano
2005-05-29[PATCH] Remove a function not used anymore.Junio C Hamano
2005-05-29[PATCH] Clean up diff_setup() to make it more extensible.Junio C Hamano
2005-05-29[PATCH] Remove final newline from the value of xfrm_msg variable.Junio C Hamano
2005-05-29[PATCH] Do not expose internal scaling to diff-helper.Junio C Hamano
2005-05-29[PATCH] Remove unused rank field from diff_core structure.Junio C Hamano
2005-05-29[PATCH] Make pathspec only care about the detination tree.Junio C Hamano
2005-05-29[PATCH] Introduce diff_free_filepair() funcion.Junio C Hamano
2005-05-29[PATCH] Fix math thinko in similarity estimator.Junio C Hamano
2005-05-29[PATCH] Document the --root switch of git-diff-treeThomas Glanzmann
2005-05-27[PATCH] check_file_directory_conflict path fixDavid Meybohm
2005-05-27git-diff-tree: simplify header output with '-z'Linus Torvalds
2005-05-27[PATCH] allow pathspec to end with a slashJunio C Hamano
2005-05-27git-diff-tree: don't use diffcore_pathspec()Linus Torvalds
2005-05-26[PATCH] fix and testcase for git-commit-tree optionRene Scharfe
2005-05-26[PATCH] Make ls-* output consistent with diff-* output format.Junio C Hamano
2005-05-26[PATCH] ls-tree matching multiple pathsJason McMullan
2005-05-26[PATCH] Add git-external-diff-scriptJunio C Hamano
2005-05-26[PATCH] Diff updates to express type changesJunio C Hamano
2005-05-26git-apply: add "--check" option to check that the diff makes senseLinus Torvalds
2005-05-26git-apply: when validating default names, check the final EOLN tooLinus Torvalds
2005-05-26git-apply: pick up default filenames from "diff --git" header lineLinus Torvalds
2005-05-26git-apply: make the diffstat output happen for "--stat" only.Linus Torvalds
2005-05-26git-apply: implement "diffstat" outputLinus Torvalds
2005-05-26git-apply: parse the whole list of patches into memory firstLinus Torvalds
2005-05-26[PATCH] Test case portability fix.Mark Allen
2005-05-26Make "parse_object()" also fill in commit message buffer data.Linus Torvalds
2005-05-26git-rev-list: add "end" commit and "--header" flagLinus Torvalds
2005-05-26commit: save the commit buffer off when parsing a commitLinus Torvalds
2005-05-26unpack_sha1_file: zero-pad the unpacked object.Linus Torvalds
2005-05-25[PATCH] Mode only changes from diff.Junio C Hamano
2005-05-25[PATCH] Fix type-change handling when assigning the status code to filepairs.Junio C Hamano
2005-05-25[PATCH] Adjust show-files test for dotfiles.Junio C Hamano
2005-05-25git-pull-script: pretty-print the merge head informationLinus Torvalds
2005-05-25[PATCH] optimize git-resolve-scriptJeff Garzik
2005-05-25diff.c: don't silently ignore unknown state changes in diffs.Linus Torvalds
2005-05-25[PATCH] show changed tree objects with recursive git-diff-treeJunio C Hamano
2005-05-25[PATCH] Use pathspec array correctlyJunio C Hamano
2005-05-25git-rev-tree: teach it about tag referencesLinus Torvalds
2005-05-25[PATCH] Allow dot files in ls-files as well (take #2).Junio C Hamano
2005-05-25git-diff-cache: fix argument parsingLinus Torvalds
2005-05-25[PATCH] Update rename/copy similarity estimator.Junio C Hamano
2005-05-25[PATCH] Squelch compiler warningJunio C Hamano
2005-05-25[PATCH] Allow symlinks in the leading path in checkout-cache --prefix=Junio C Hamano
2005-05-25[PATCH] Use DIFF_FORMAT_NO_OUTPUT to implement diff-tree -s option.Junio C Hamano
2005-05-24git-update-cache: allow dot-filesLinus Torvalds
2005-05-24git-commit-tree: allow overriding of commit dateLinus Torvalds
2005-05-24[PATCH] Redo rename/copy detection logic.Junio C Hamano
2005-05-24git-apply: more consistency checks on gitdiff filenamesLinus Torvalds
2005-05-24[PATCH] adjust git-deltafy-script to the new diff-tree output formatNicolas Pitre