aboutsummaryrefslogtreecommitdiff
path: root/diff.c
Commit message (Expand)AuthorAge
* Fix ?: statements.Jason Riedy2005-08-23
* [PATCH] possible memory leak in diff.c::diff_free_filepair()Yasushi SHOJI2005-08-21
* [PATCH] plug memory leak in diff.c::diff_free_filepair()Yasushi SHOJI2005-08-13
* A bit more format warning squelching.Junio C Hamano2005-08-09
* [PATCH] git: use git_mkstemp() instead of mkstemp() for diff generation.Holger Eitzenberger2005-08-05
* [PATCH] mmap error handlingPavel Roskin2005-07-29
* Use symbolic constants for diff-raw status indicators.Junio C Hamano2005-07-25
* Split up "diff_format" into "format" and "line_termination".Linus Torvalds2005-07-14
* [PATCH] git-diff-*: --name-only and --name-only-z.Junio C Hamano2005-07-13
* [PATCH] Make sq_expand() available as sq_quote().Junio C Hamano2005-07-08
* [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