index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
merge-recursive.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
use fspathhash() everywhere
René Scharfe
2021-07-30
1
-8
/
+3
*
Merge branch 'en/rename-limits-doc'
Junio C Hamano
2021-07-28
1
-1
/
+1
|
\
|
*
rename: bump limit defaults yet again
Elijah Newren
2021-07-16
1
-1
/
+1
*
|
Merge branch 'ab/attribute-format'
Junio C Hamano
2021-07-28
1
-0
/
+1
|
\
\
|
*
|
*.c static functions: add missing __attribute__((format))
Ævar Arnfjörð Bjarmason
2021-07-14
1
-0
/
+1
|
|
/
*
|
Merge branch 'ab/struct-init'
Junio C Hamano
2021-07-17
1
-2
/
+2
|
\
\
|
*
|
string-list.h users: change to use *_{nodup,dup}()
Ævar Arnfjörð Bjarmason
2021-07-01
1
-2
/
+2
*
|
|
Merge branch 'en/merge-dir-rename-corner-case-fix'
Junio C Hamano
2021-07-17
1
-6
/
+13
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
merge-recursive: handle rename-to-self case
Elijah Newren
2021-06-30
1
-6
/
+13
|
|
/
*
/
*: fix typos which duplicate a word
Andrei Rybak
2021-06-14
1
-1
/
+1
|
/
*
Merge branch 'js/merge-already-up-to-date-message-reword'
Junio C Hamano
2021-05-11
1
-1
/
+1
|
\
|
*
merge(s): apply consistent punctuation to "up to date" messages
Eric Sunshine
2021-05-03
1
-1
/
+1
*
|
Merge branch 'bc/hash-transition-interop-part-1'
Junio C Hamano
2021-05-10
1
-5
/
+5
|
\
\
|
*
|
hash: provide per-algorithm null OIDs
brian m. carlson
2021-04-27
1
-5
/
+5
*
|
|
Merge branch 'ds/sparse-index-protections'
Junio C Hamano
2021-04-30
1
-1
/
+3
|
\
\
\
|
*
|
|
merge-recursive: ensure full index
Derrick Stolee
2021-04-14
1
-0
/
+2
|
*
|
|
*: remove 'const' qualifier for struct index_state
Derrick Stolee
2021-04-14
1
-1
/
+1
*
|
|
|
Merge branch 'en/ort-readiness'
Junio C Hamano
2021-04-16
1
-0
/
+37
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
merge-recursive: add a bunch of FIXME comments documenting known bugs
Elijah Newren
2021-03-20
1
-0
/
+37
*
|
|
|
Merge branch 'ab/read-tree'
Junio C Hamano
2021-03-30
1
-3
/
+3
|
\
\
\
\
|
|
|
/
/
|
|
/
|
/
|
|
_
|
/
|
/
|
|
|
*
|
tree.h API: simplify read_tree_recursive() signature
Ævar Arnfjörð Bjarmason
2021-03-21
1
-3
/
+3
|
|
/
*
/
use CALLOC_ARRAY
René Scharfe
2021-03-14
1
-5
/
+4
|
/
*
commit: move reverse_commit_list() from merge-recursive
Elijah Newren
2020-12-17
1
-11
/
+0
*
hashmap: provide deallocation function names
Elijah Newren
2020-11-02
1
-3
/
+3
*
Merge branch 'en/eol-attrs-gotchas'
Junio C Hamano
2020-08-10
1
-0
/
+3
|
\
|
*
merge: make merge.renormalize work for all uses of merge machinery
Elijah Newren
2020-08-03
1
-0
/
+3
*
|
merge-recursive: fix unclear and outright wrong comments
Elijah Newren
2020-08-02
1
-2
/
+3
|
/
*
merge-recursive: fix rename/rename(1to2) for working tree with a binary
Elijah Newren
2020-05-14
1
-0
/
+12
*
convert: permit passing additional metadata to filter processes
brian m. carlson
2020-03-16
1
-1
/
+1
*
Merge branch 'en/merge-path-collision'
Junio C Hamano
2020-03-09
1
-105
/
+47
|
\
|
*
merge-recursive: apply collision handling unification to recursive case
Elijah Newren
2020-02-27
1
-105
/
+47
*
|
Merge branch 'en/t3433-rebase-stat-dirty-failure'
Junio C Hamano
2020-03-03
1
-2
/
+5
|
\
\
|
|
/
|
/
|
|
*
merge-recursive: fix the refresh logic in update_file_flags
Elijah Newren
2020-02-19
1
-2
/
+5
*
|
merge-recursive: use subtraction to flip stage
Junio C Hamano
2020-01-27
1
-3
/
+2
*
|
merge-recursive: silence -Wxor-used-as-pow warning
Jeff King
2020-01-27
1
-5
/
+14
|
/
*
Merge branch 'en/merge-recursive-oid-eq-simplify'
Junio C Hamano
2020-01-06
1
-22
/
+11
|
\
|
*
merge-recursive: remove unnecessary oid_eq function
Elijah Newren
2020-01-02
1
-22
/
+11
*
|
Merge branch 'en/merge-recursive-directory-rename-fixes'
Junio C Hamano
2019-11-10
1
-23
/
+81
|
\
\
|
|
/
|
/
|
|
*
merge-recursive: fix merging a subdirectory into the root directory
Elijah Newren
2019-10-23
1
-3
/
+49
|
*
merge-recursive: clean up get_renamed_dir_portion()
Elijah Newren
2019-10-23
1
-24
/
+36
*
|
Merge branch 'ew/hashmap'
Junio C Hamano
2019-10-15
1
-40
/
+51
|
\
\
|
*
|
hashmap: remove type arg from hashmap_{get,put,remove}_entry
Eric Wong
2019-10-07
1
-4
/
+2
|
*
|
OFFSETOF_VAR macro to simplify hashmap iterators
Eric Wong
2019-10-07
1
-5
/
+0
|
*
|
hashmap: introduce hashmap_free_entries
Eric Wong
2019-10-07
1
-3
/
+4
|
*
|
hashmap: use *_entry APIs for iteration
Eric Wong
2019-10-07
1
-10
/
+15
|
*
|
hashmap_cmp_fn takes hashmap_entry params
Eric Wong
2019-10-07
1
-12
/
+21
|
*
|
hashmap_get{,_from_hash} return "struct hashmap_entry *"
Eric Wong
2019-10-07
1
-2
/
+4
|
*
|
hashmap_put takes "struct hashmap_entry *"
Eric Wong
2019-10-07
1
-2
/
+2
|
*
|
hashmap_remove takes "const struct hashmap_entry *"
Eric Wong
2019-10-07
1
-1
/
+1
|
*
|
hashmap_get takes "const struct hashmap_entry *"
Eric Wong
2019-10-07
1
-2
/
+2
[next]