summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-10-07Merge branch 'cb/do-not-use-test-cmp-with-a'Junio C Hamano1-1/+1
2019-10-07Merge branch 'cc/multi-promisor'Junio C Hamano3-7/+23
2019-10-07Merge branch 'jt/merge-recursive-symlink-is-not-a-dir-in-way'Junio C Hamano2-1/+30
2019-10-07Merge branch 'ps/my-first-contribution-alphasort'Junio C Hamano1-5/+5
2019-10-07Merge branch 'sg/travis-help-debug'Junio C Hamano1-0/+5
2019-10-07Merge branch 'rs/alias-use-copy-array'Junio C Hamano1-3/+2
2019-10-07Merge branch 'sg/t-helper-gitignore'Junio C Hamano1-5/+4
2019-10-07Merge branch 'cc/svn-fe-py-shebang'Junio C Hamano1-1/+1
2019-10-07Merge branch 'ah/doc-submodule-ignore-submodules'Junio C Hamano1-1/+1
2019-10-07Merge branch 'rs/nth-switch-code-simplification'Junio C Hamano1-7/+4
2019-10-07Merge branch 'hb/hg-to-git-py3'Junio C Hamano1-25/+25
2019-10-07Merge branch 'sg/progress-fix'Junio C Hamano7-16/+421
2019-10-07Merge branch 'js/doc-patch-text'Junio C Hamano1-13/+17
2019-10-07Merge branch 'tb/commit-graph-harden'Junio C Hamano3-3/+54
2019-10-07Merge branch 'jt/cache-tree-avoid-lazy-fetch-during-merge'Junio C Hamano2-1/+15
2019-10-07Merge branch 'dl/cocci-everywhere'Junio C Hamano1-9/+21
2019-10-07Merge branch 'gs/commit-graph-progress'Junio C Hamano5-10/+60
2019-10-07Merge branch 'ms/fetch-follow-tag-optim'Junio C Hamano1-8/+10
2019-10-07Merge branch 'rs/commit-graph-use-list-count'Junio C Hamano1-11/+6
2019-10-07Merge branch 'rs/nth-parent-parse'Junio C Hamano2-3/+20
2019-10-07Merge branch 'dl/submodule-set-branch'Junio C Hamano1-1/+2
2019-10-07Merge branch 'cs/pretty-formats-doc-typofix'Junio C Hamano1-1/+1
2019-10-07Merge branch 'jk/list-objects-optim-wo-trees'Junio C Hamano1-1/+3
2019-10-07Merge branch 'jk/disable-commit-graph-during-upload-pack'Junio C Hamano5-4/+63
2019-10-07Merge branch 'mr/complete-more-for-log-etc'Junio C Hamano1-4/+14
2019-10-07Merge branch 'dl/complete-rebase-and-archive'Junio C Hamano1-19/+8
2019-10-07Merge branch 'jk/commit-graph-cleanup'Junio C Hamano2-1/+3
2019-10-07Merge branch 'ss/get-time-cleanup'Junio C Hamano3-35/+24
2019-10-07Merge branch 'rs/simplify-by-deco-with-deco-refs-exclude'Junio C Hamano4-3/+16
2019-10-07Merge branch 'jk/partial-clone-sparse-blob'Junio C Hamano5-22/+50
2019-10-07Merge branch 'tg/stash-refresh-index'Junio C Hamano6-28/+67
2019-10-07hashmap_entry: remove first member requirement from docsEric Wong9-10/+11
2019-10-07hashmap: remove type arg from hashmap_{get,put,remove}_entryEric Wong17-55/+56
2019-10-07OFFSETOF_VAR macro to simplify hashmap iteratorsEric Wong15-45/+56
2019-10-07hashmap: introduce hashmap_free_entriesEric Wong17-34/+52
2019-10-07hashmap: hashmap_{put,remove} return hashmap_entry *Eric Wong6-11/+32
2019-10-07hashmap: use *_entry APIs for iterationEric Wong13-47/+70
2019-10-07hashmap_cmp_fn takes hashmap_entry paramsEric Wong23-115/+204
2019-10-07hashmap_get{,_from_hash} return "struct hashmap_entry *"Eric Wong20-41/+72
2019-10-07hashmap: use *_entry APIs to wrap container_ofEric Wong6-40/+73
2019-10-07hashmap_get_next returns "struct hashmap_entry *"Eric Wong6-23/+39
2019-10-07introduce container_of macroEric Wong1-0/+10
2019-10-07hashmap_put takes "struct hashmap_entry *"Eric Wong11-12/+15
2019-10-07hashmap_remove takes "const struct hashmap_entry *"Eric Wong9-10/+11
2019-10-07hashmap_get takes "const struct hashmap_entry *"Eric Wong14-23/+28
2019-10-07hashmap_add takes "struct hashmap_entry *"Eric Wong20-31/+31
2019-10-07hashmap_get_next takes "const struct hashmap_entry *"Eric Wong6-8/+11
2019-10-07hashmap_entry_init takes "struct hashmap_entry *"Eric Wong23-52/+55
2019-10-07packfile: use hashmap_entry in delta_base_cache_entryEric Wong1-1/+1
2019-10-07coccicheck: detect hashmap_entry.hash assignmentEric Wong1-0/+16