summaryrefslogtreecommitdiff
path: root/diffcore.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jk/maint-null-in-trees'Junio C Hamano2012-08-271-1/+1
|\
| * diff: do not use null sha1 as a sentinel valueJeff King2012-07-291-1/+1
* | Merge branch 'jc/refactor-diff-stdin'Junio C Hamano2012-07-131-0/+1
|\ \ | |/ |/|
| * diff-index.c: "git diff" has no need to read blob from the standard inputJunio C Hamano2012-06-281-0/+1
* | combine-diff: support format_callbackJunio C Hamano2011-08-201-1/+1
|/
* diff: pass the entire diff-options to diffcore_pickaxe()Junio C Hamano2010-08-311-1/+1
* diff --follow: do call diffcore_std() as necessaryJunio C Hamano2010-08-131-2/+0
* Standardize do { ... } while (0) styleJonathan Nieder2010-08-121-4/+4
* Document -B<n>[/<m>], -M<n> and -C<n> variants of -B, -M and -CMatthieu Moy2010-08-091-1/+1
* Make diffcore_std only can run once before a diff_flushBo Yang2010-05-071-0/+2
* Add a macro DIFF_QUEUE_CLEAR.Bo Yang2010-05-071-0/+5
* git diff --submodule: Show detailed dirty status of submodulesJens Lehmann2010-03-041-1/+3
* Performance optimization for detection of modified submodulesJens Lehmann2010-01-181-0/+1
* Merge branch 'maint'Junio C Hamano2008-11-021-1/+1
|\
| * Add reference for status letters in documentation.Yann Dirson2008-11-021-1/+1
* | diff: introduce diff.<driver>.binaryJeff King2008-10-181-2/+6
|/
* Bust the ghost of long-defunct diffcore-pathspec.Yann Dirson2008-09-191-1/+0
* copy vs rename detection: avoid unnecessary O(n*m) loopsLinus Torvalds2007-10-261-1/+1
* Ref-count the filespecs used by diffcoreLinus Torvalds2007-10-261-0/+2
* rename diff_free_filespec_data_large() to diff_free_filespec_blob()Junio C Hamano2007-10-021-1/+1
* diffcore-rename: cache file deltasJeff King2007-10-021-0/+1
* Fix configuration syntax to specify customized hunk header patterns.Junio C Hamano2007-07-071-1/+1
* Per-path attribute based hunk header selection.Junio C Hamano2007-07-061-0/+1
* Introduce diff_filespec_is_binary()Junio C Hamano2007-07-061-0/+2
* diffcore_filespec: add is_binaryJunio C Hamano2007-06-301-0/+1
* diffcore_count_changes: pass diffcore_filespecJunio C Hamano2007-06-301-2/+2
* Make macros to prevent double-inclusion in headers consistent.Junio C Hamano2007-04-291-2/+2
* diff-index --cached --raw: show tree entry on the LHS for unmerged entries.Junio C Hamano2007-01-061-2/+2
* diff.c: do not use pathname comparison to tell renamesJunio C Hamano2006-08-031-1/+2
* diffcore-rename: somewhat optimized.Junio C Hamano2006-03-121-0/+3
* diffcore-break: similarity estimator fix.Junio C Hamano2006-03-041-2/+2
* diffcore-rename: split out the delta counting code.Junio C Hamano2006-02-281-0/+6
* diffcore-break/diffcore-rename: integer overflow.Junio C Hamano2006-01-151-1/+1
* Diff: -l<num> to limit rename/copy detection.Junio C Hamano2005-09-241-1/+1
* Revert "[PATCH] plug memory leak in diff.c::diff_free_filepair()"Junio C Hamano2005-09-141-1/+1
* [PATCH] plug memory leak in diff.c::diff_free_filepair()Yasushi SHOJI2005-08-131-1/+1
* [PATCH] Re-Fix SIGSEGV on unmerged files in git-diff-files -pJunio C Hamano2005-06-121-1/+1
* Fix SIGSEGV on unmerged files in git-diff-files -pLinus Torvalds2005-06-081-1/+1
* [PATCH] diffcore-break.c: various fixes.Junio C Hamano2005-06-051-1/+1
* [PATCH] diff: Update -B heuristics.Junio C Hamano2005-06-031-0/+11
* [PATCH] diff: Fix docs and add -O to diff-helper.Junio C Hamano2005-06-031-0/+6
* [PATCH] Tweak count-delta interfaceJunio C Hamano2005-06-031-2/+0
* [PATCH] diff: mode bits fixesJunio C Hamano2005-06-011-4/+0
* [PATCH] Add -B flag to diff-* brothers.Junio C Hamano2005-05-301-3/+9
* [PATCH] diff: code clean-up and removal of rename hack.Junio C Hamano2005-05-301-3/+3
* [PATCH] Optimize diff-tree -[CM] --stdinJunio C Hamano2005-05-291-1/+1
* [PATCH] Fix the way diffcore-rename records unremoved source.Junio C Hamano2005-05-291-2/+5
* [PATCH] Remove a function not used anymore.Junio C Hamano2005-05-291-3/+0
* [PATCH] Introduce diff_free_filepair() funcion.Junio C Hamano2005-05-291-0/+2
* [PATCH] Diff updates to express type changesJunio C Hamano2005-05-261-0/+6