index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
diffcore-rename.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Preallocate hash tables when the number of inserts are known in advance
Nguyễn Thái Ngọc Duy
2013-03-17
1
-0
/
+1
*
Merge branch 'jk/maint-null-in-trees'
Junio C Hamano
2012-08-27
1
-1
/
+1
|
\
|
*
diff: do not use null sha1 as a sentinel value
Jeff King
2012-07-30
1
-1
/
+1
*
|
teach diffcore-rename to optionally ignore empty content
Jeff King
2012-03-23
1
-0
/
+6
|
/
*
Merge branch 'mz/maint-rename-unmerged'
Junio C Hamano
2011-05-03
1
-2
/
+5
|
\
|
*
diffcore-rename: don't consider unmerged path as source
Martin von Zweigbergk
2011-03-24
1
-2
/
+5
*
|
diffcore-rename.c: avoid set-but-not-used warning
Jim Meyering
2011-04-29
1
-2
/
+1
*
|
diffcore-rename: fall back to -C when -C -C busts the rename limit
Junio C Hamano
2011-03-22
1
-2
/
+36
*
|
diffcore-rename: record filepair for rename src
Junio C Hamano
2011-03-22
1
-11
/
+12
*
|
diffcore-rename: refactor "too many candidates" logic
Junio C Hamano
2011-03-22
1
-18
/
+29
*
|
Merge branch 'jk/merge-rename-ux'
Junio C Hamano
2011-03-20
1
-2
/
+13
|
\
\
|
*
|
add inexact rename detection progress infrastructure
Jeff King
2011-02-21
1
-0
/
+10
|
*
|
merge: improve inexact rename limit warning
Jeff King
2011-02-21
1
-2
/
+3
|
|
/
*
|
diffcore-rename: improve estimate_similarity() heuristics
Linus Torvalds
2011-02-19
1
-1
/
+1
*
|
diffcore-rename: properly honor the difference between -M and -C
Linus Torvalds
2011-02-19
1
-27
/
+26
*
|
for_each_hash: allow passing a 'void *data' pointer to callback
Linus Torvalds
2011-02-19
1
-6
/
+8
|
/
*
Add a macro DIFF_QUEUE_CLEAR.
Bo Yang
2010-05-07
1
-2
/
+1
*
diffcore-rename: reduce memory footprint by freeing blob data early
Junio C Hamano
2009-11-21
1
-2
/
+5
*
Fix typos / spelling in comments
Mike Ralphson
2009-04-23
1
-1
/
+1
*
Rename detection: Avoid repeated filespec population
Björn Steinbrink
2009-01-21
1
-2
/
+7
*
Add file delete/create info when we overflow rename_limit
Linus Torvalds
2008-10-28
1
-1
/
+1
*
diff: make "too many files" rename warning optional
Jeff King
2008-05-03
1
-1
/
+2
*
Merge branch 'jc/rename'
Junio C Hamano
2008-04-09
1
-22
/
+58
|
\
|
*
Optimize rename detection for a huge diff
Junio C Hamano
2008-02-14
1
-22
/
+58
*
|
rename: warn user when we have turned off rename detection
Jeff King
2008-03-01
1
-3
/
+4
|
/
*
Fix a pathological case in git detecting proper renames
Linus Torvalds
2007-12-01
1
-0
/
+13
*
Fix a pathological case in git detecting proper renames
Linus Torvalds
2007-12-01
1
-9
/
+16
*
Do the fuzzy rename detection limits with the exact renames removed
Linus Torvalds
2007-10-27
1
-14
/
+18
*
Fix ugly magic special case in exact rename detection
Linus Torvalds
2007-10-27
1
-13
/
+14
*
Do exact rename detection regardless of rename limits
Linus Torvalds
2007-10-27
1
-6
/
+6
*
Do linear-time/space rename logic for exact renames
Linus Torvalds
2007-10-27
1
-63
/
+148
*
copy vs rename detection: avoid unnecessary O(n*m) loops
Linus Torvalds
2007-10-27
1
-51
/
+17
*
Ref-count the filespecs used by diffcore
Linus Torvalds
2007-10-27
1
-10
/
+6
*
Split out "exact content match" phase of rename detection
Linus Torvalds
2007-10-27
1
-34
/
+56
*
rename diff_free_filespec_data_large() to diff_free_filespec_blob()
Junio C Hamano
2007-10-03
1
-2
/
+2
*
diffcore-rename: cache file deltas
Jeff King
2007-10-03
1
-3
/
+4
*
Fix the rename detection limit checking
Linus Torvalds
2007-09-14
1
-2
/
+17
*
Merge branch 'jc/diffcore'
Junio C Hamano
2007-07-02
1
-2
/
+1
|
\
|
*
diffcore_count_changes: pass diffcore_filespec
Junio C Hamano
2007-07-01
1
-2
/
+1
*
|
diffcore-rename: don't change similarity index based on basename equality
René Scharfe
2007-06-25
1
-4
/
+7
|
/
*
diffcore-rename: favour identical basenames
Johannes Schindelin
2007-06-23
1
-1
/
+32
*
diff -M: release the preimage candidate blobs after rename detection.
Junio C Hamano
2007-05-08
1
-0
/
+1
*
Cast 64 bit off_t to 32 bit size_t
Shawn O. Pearce
2007-03-07
1
-3
/
+4
*
Bypass expensive content comparsion during rename detection.
Shawn O. Pearce
2006-12-14
1
-0
/
+2
*
git-pickaxe: rename detection optimization
Junio C Hamano
2006-11-04
1
-1
/
+5
*
Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length.
David Rientjes
2006-08-17
1
-1
/
+1
*
diff.c: do not use pathname comparison to tell renames
Junio C Hamano
2006-08-03
1
-0
/
+1
*
diffcore-rename: try matching up renames without populating filespec first.
Junio C Hamano
2006-07-07
1
-11
/
+22
*
diffcore-rename: fix merging back a broken pair.
Junio C Hamano
2006-04-09
1
-4
/
+10
*
Fix up diffcore-rename scoring
Linus Torvalds
2006-03-13
1
-7
/
+5
[next]