aboutsummaryrefslogtreecommitdiff
path: root/diff.c
Commit message (Expand)AuthorAge
* [PATCH] Enhance sha1_file_size() into sha1_object_info()Junio C Hamano2005-06-27
* [PATCH] Rework -B output.Junio C Hamano2005-06-19
* [PATCH] Add --diff-filter= output restriction to diff-* family.Junio C Hamano2005-06-12
* [PATCH] Fix rename/copy when dealing with temporarily broken pairs.Junio C Hamano2005-06-12
* [PATCH] Re-Fix SIGSEGV on unmerged files in git-diff-files -pJunio C Hamano2005-06-12
* diff 'rename' format change.Linus Torvalds2005-06-05
* [PATCH] diff.c: -B argument passing fix.Junio C Hamano2005-06-05
* [PATCH] diff.c: locate_size_cache() fix.Junio C Hamano2005-06-05
* [PATCH] diff: Update -B heuristics.Junio C Hamano2005-06-03
* [PATCH] diff: Clean up diff_scoreopt_parse().Junio C Hamano2005-06-03
* [PATCH] Find size of SHA1 object without inflating everything.Junio C Hamano2005-06-02
* [PATCH] diff: mode bits fixesJunio C Hamano2005-06-01
* [PATCH] Show dissimilarity index for D and N case.Junio C Hamano2005-05-30
* [PATCH] Add -O<orderfile> option to diff-* brothers.Junio C Hamano2005-05-30
* [PATCH] Add -B flag to diff-* brothers.Junio C Hamano2005-05-30
* [PATCH] diff: fix the culling of unneeded delete record.Junio C Hamano2005-05-30
* [PATCH] diff: further cleanup.Junio C Hamano2005-05-30
* [PATCH] diff: code clean-up and removal of rename hack.Junio C Hamano2005-05-30
* [PATCH] diff: consolidate various calls into diffcore.Junio C Hamano2005-05-30
* [PATCH] Optimize diff-tree -[CM] --stdinJunio C Hamano2005-05-29
* [PATCH] Fix the way diffcore-rename records unremoved source.Junio C Hamano2005-05-29
* [PATCH] Remove a function not used anymore.Junio C Hamano2005-05-29
* [PATCH] Clean up diff_setup() to make it more extensible.Junio C Hamano2005-05-29
* [PATCH] Remove final newline from the value of xfrm_msg variable.Junio C Hamano2005-05-29
* [PATCH] Do not expose internal scaling to diff-helper.Junio C Hamano2005-05-29
* [PATCH] Introduce diff_free_filepair() funcion.Junio C Hamano2005-05-29
* [PATCH] Diff updates to express type changesJunio C Hamano2005-05-26
* [PATCH] Mode only changes from diff.Junio C Hamano2005-05-25
* [PATCH] Fix type-change handling when assigning the status code to filepairs.Junio C Hamano2005-05-25
* diff.c: don't silently ignore unknown state changes in diffs.Linus Torvalds2005-05-25
* [PATCH] Redo rename/copy detection logic.Junio C Hamano2005-05-24
* [PATCH] Fix diff-pruning logic which was running prune too early.Junio C Hamano2005-05-23
* [PATCH] diff-raw format update take #2.Junio C Hamano2005-05-23
* [PATCH] Rename/copy detection fix.Junio C Hamano2005-05-23
* Some more sparse warning fixesLinus Torvalds2005-05-22
* Include file cleanups..Linus Torvalds2005-05-22
* [PATCH] Diffcore updates.Junio C Hamano2005-05-22
* [PATCH] The diff-raw format updates.Junio C Hamano2005-05-21
* [PATCH] Prepare diffcore interface for diff-tree header supression.Junio C Hamano2005-05-21
* [PATCH] Constness fix for pickaxe option.Junio C Hamano2005-05-21
* [PATCH] Introducing software archaeologist's tool "pickaxe".Junio C Hamano2005-05-21
* [PATCH] Diff overhaul, adding half of copy detection.Junio C Hamano2005-05-21
* sparse cleanupLinus Torvalds2005-05-20
* [PATCH] Simplify "reverse-diff" logic in the diff core.Junio C Hamano2005-05-20
* [PATCH] diff overhaulJunio C Hamano2005-05-19
* [PATCH] Declare stacked variables before the first statement.Thomas Glanzmann2005-05-19
* [PATCH] Detect renames in diff family.Junio C Hamano2005-05-19
* diff.c: remove left-over scoring debug messageLinus Torvalds2005-05-19
* [PATCH] Detect renames in diff family.Junio C Hamano2005-05-19
* [PATCH] Diff-helper updateJunio C Hamano2005-05-18