index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
diffcore-rename.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-04-07
diff: restrict when prefetching occurs
Jonathan Tan
1
-4
/
+51
2020-04-07
diff: make diff_populate_filespec_options struct
Jonathan Tan
1
-5
/
+8
2020-01-31
sha1-file: pass git_hash_algo to hash_object_file()
Matheus Tavares
1
-2
/
+2
2019-10-15
Merge branch 'ew/hashmap'
Junio C Hamano
1
-8
/
+7
2019-10-07
OFFSETOF_VAR macro to simplify hashmap iterators
Eric Wong
1
-1
/
+1
2019-10-07
hashmap: introduce hashmap_free_entries
Eric Wong
1
-1
/
+1
2019-10-07
hashmap: use *_entry APIs to wrap container_of
Eric Wong
1
-9
/
+5
2019-10-07
hashmap_get_next returns "struct hashmap_entry *"
Eric Wong
1
-4
/
+7
2019-10-07
hashmap_add takes "struct hashmap_entry *"
Eric Wong
1
-1
/
+1
2019-10-07
hashmap_get_next takes "const struct hashmap_entry *"
Eric Wong
1
-1
/
+1
2019-10-07
hashmap_entry_init takes "struct hashmap_entry *"
Eric Wong
1
-1
/
+1
2019-10-02
diffcore_rename(): use a stable sort
Johannes Schindelin
1
-1
/
+1
2019-07-09
Merge branch 'jk/oidhash'
Junio C Hamano
1
-1
/
+1
2019-06-20
hashmap: convert sha1hash() to oidhash()
Jeff King
1
-1
/
+1
2019-06-13
cleanup: fix possible overflow errors in binary search, part 2
René Scharfe
1
-2
/
+2
2018-10-19
Merge branch 'nd/the-index'
Junio C Hamano
1
-13
/
+22
2018-09-21
diff.c: reduce implicit dependency on the_index
Nguyễn Thái Ngọc Duy
1
-13
/
+22
2018-08-29
convert "oidcmp() != 0" to "!oideq()"
Jeff King
1
-1
/
+1
2018-05-16
object-store: move object access functions to object-store.h
Stefan Beller
1
-0
/
+1
2018-02-15
Merge branch 'po/object-id'
Junio C Hamano
1
-2
/
+2
2018-01-30
sha1_file: convert hash_sha1_file to object_id
Patryk Obara
1
-2
/
+2
2018-01-22
Use MOVE_ARRAY
SZEDER Gábor
1
-4
/
+4
2017-12-02
diffcore-rename: make diff-tree -l0 mean -l<large>
Jonathan Tan
1
-0
/
+2
2017-11-15
diff: remove silent clamp of renameLimit
Elijah Newren
1
-7
/
+4
2017-11-15
progress: fix progress meters when dealing with lots of work
Elijah Newren
1
-2
/
+2
2017-11-01
diff: make struct diff_flags members lowercase
Brandon Williams
1
-3
/
+3
2017-11-01
diff: remove DIFF_OPT_TST macro
Brandon Williams
1
-3
/
+3
2017-08-19
progress: simplify "delayed" progress API
Junio C Hamano
1
-2
/
+2
2017-06-30
hashmap.h: compare function has access to a data field
Stefan Beller
1
-1
/
+1
2017-06-24
Merge branch 'ab/free-and-null'
Junio C Hamano
1
-4
/
+2
2017-06-16
coccinelle: make use of the "type" FREE_AND_NULL() rule
Ævar Arnfjörð Bjarmason
1
-4
/
+2
2017-06-05
diffcore-rename: use is_empty_blob_oid
Brandon Williams
1
-2
/
+2
2017-06-02
diff: convert fill_filespec to struct object_id
Brandon Williams
1
-1
/
+1
2016-11-17
Merge branch 'tk/diffcore-delta-remove-unused'
Junio C Hamano
1
-4
/
+0
2016-11-14
diffcore-delta: remove unused parameter to diffcore_count_changes()
Tobias Klauser
1
-4
/
+0
2016-09-29
use QSORT
René Scharfe
1
-1
/
+1
2016-08-01
pass constants as first argument to st_mult()
René Scharfe
1
-1
/
+1
2016-06-28
diff: rename struct diff_filespec's sha1_valid member
brian m. carlson
1
-2
/
+2
2016-06-28
diff: convert struct diff_filespec to struct object_id
brian m. carlson
1
-6
/
+8
2016-04-29
Merge branch 'sg/diff-multiple-identical-renames' into maint
Junio C Hamano
1
-2
/
+4
2016-04-13
Merge branch 'sg/diff-multiple-identical-renames'
Junio C Hamano
1
-2
/
+4
2016-03-30
diffcore: fix iteration order of identical files during rename detection
SZEDER Gábor
1
-2
/
+4
2016-02-22
use st_add and st_mult for allocation size computation
Jeff King
1
-1
/
+1
2015-03-10
Merge branch 'jk/diffcore-rename-duplicate'
Junio C Hamano
1
-13
/
+31
2015-02-27
diffcore-rename: avoid processing duplicate destinations
Jeff King
1
-2
/
+6
2015-02-27
diffcore-rename: split locate_rename_dst into two functions
Jeff King
1
-12
/
+26
2014-08-18
diff.c: allow to pass more flags to diff_populate_filespec
Nguyễn Thái Ngọc Duy
1
-2
/
+4
2014-07-07
hashmap: add simplified hashmap_get_from_hash() API
Karsten Blees
1
-4
/
+3
2014-07-07
hashmap: factor out getting a hash code from a SHA1
Karsten Blees
1
-3
/
+1
2014-03-18
Merge branch 'dd/use-alloc-grow'
Junio C Hamano
1
-10
/
+2
[next]