summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-10-07Merge branch 'jk/list-objects-optim-wo-trees'Libravatar Junio C Hamano1-1/+3
2019-10-07Merge branch 'jk/disable-commit-graph-during-upload-pack'Libravatar Junio C Hamano5-4/+63
2019-10-07Merge branch 'mr/complete-more-for-log-etc'Libravatar Junio C Hamano1-4/+14
2019-10-07Merge branch 'dl/complete-rebase-and-archive'Libravatar Junio C Hamano1-19/+8
2019-10-07Merge branch 'jk/commit-graph-cleanup'Libravatar Junio C Hamano2-1/+3
2019-10-07Merge branch 'ss/get-time-cleanup'Libravatar Junio C Hamano3-35/+24
2019-10-07Merge branch 'rs/simplify-by-deco-with-deco-refs-exclude'Libravatar Junio C Hamano4-3/+16
2019-10-07Merge branch 'jk/partial-clone-sparse-blob'Libravatar Junio C Hamano5-22/+50
2019-10-07Merge branch 'tg/stash-refresh-index'Libravatar Junio C Hamano6-28/+67
2019-10-07hashmap_entry: remove first member requirement from docsLibravatar Eric Wong9-10/+11
2019-10-07hashmap: remove type arg from hashmap_{get,put,remove}_entryLibravatar Eric Wong17-55/+56
2019-10-07OFFSETOF_VAR macro to simplify hashmap iteratorsLibravatar Eric Wong15-45/+56
2019-10-07hashmap: introduce hashmap_free_entriesLibravatar Eric Wong17-34/+52
2019-10-07hashmap: hashmap_{put,remove} return hashmap_entry *Libravatar Eric Wong6-11/+32
2019-10-07hashmap: use *_entry APIs for iterationLibravatar Eric Wong13-47/+70
2019-10-07hashmap_cmp_fn takes hashmap_entry paramsLibravatar Eric Wong23-115/+204
2019-10-07hashmap_get{,_from_hash} return "struct hashmap_entry *"Libravatar Eric Wong20-41/+72
2019-10-07hashmap: use *_entry APIs to wrap container_ofLibravatar Eric Wong6-40/+73
2019-10-07hashmap_get_next returns "struct hashmap_entry *"Libravatar Eric Wong6-23/+39
2019-10-07introduce container_of macroLibravatar Eric Wong1-0/+10
2019-10-07hashmap_put takes "struct hashmap_entry *"Libravatar Eric Wong11-12/+15
2019-10-07hashmap_remove takes "const struct hashmap_entry *"Libravatar Eric Wong9-10/+11
2019-10-07hashmap_get takes "const struct hashmap_entry *"Libravatar Eric Wong14-23/+28
2019-10-07hashmap_add takes "struct hashmap_entry *"Libravatar Eric Wong20-31/+31
2019-10-07hashmap_get_next takes "const struct hashmap_entry *"Libravatar Eric Wong6-8/+11
2019-10-07hashmap_entry_init takes "struct hashmap_entry *"Libravatar Eric Wong23-52/+55
2019-10-07packfile: use hashmap_entry in delta_base_cache_entryLibravatar Eric Wong1-1/+1
2019-10-07coccicheck: detect hashmap_entry.hash assignmentLibravatar Eric Wong1-0/+16
2019-10-07diff: use hashmap_entry_init on moved_entry.entLibravatar Eric Wong1-1/+2
2019-10-07tests: remove "cat foo" before "test_i18ngrep bar foo"Libravatar René Scharfe4-32/+0
2019-10-06git-p4: auto-delete named temporary fileLibravatar Philip.McGraw1-7/+6
2019-10-06Fifth batchLibravatar Junio C Hamano1-0/+16
2019-10-06Merge branch 'cb/skip-utf8-check-with-pcre1'Libravatar Junio C Hamano2-1/+4
2019-10-06Merge branch 'ma/user-manual-markup-update'Libravatar Junio C Hamano2-247/+137
2019-10-06Merge branch 'bc/doc-use-docbook-5'Libravatar Junio C Hamano5-3/+10
2019-10-06Merge branch 'ma/asciidoctor-more-fixes'Libravatar Junio C Hamano11-184/+223
2019-10-06Merge branch 'ma/asciidoctor-refmiscinfo'Libravatar Junio C Hamano4-13/+30
2019-10-06Merge branch 'am/mailmap-andrey-mazo'Libravatar Junio C Hamano1-0/+1
2019-10-06Merge branch 'jc/git-gui-has-maintainer'Libravatar Junio C Hamano1-2/+2
2019-10-06git-rev-list.txt: prune options in synopsisLibravatar Denton Liu1-53/+1
2019-10-06Documentation: update the location of the git-gui repoLibravatar Pratyush Yadav1-8/+2
2019-10-06convert: fix handling of dashless UTF prefix in validate_encoding()Libravatar René Scharfe1-4/+4
2019-10-06ci: also build and test with MS Visual Studio on Azure PipelinesLibravatar Johannes Schindelin2-0/+163
2019-10-06ci: really use shallow clones on Azure PipelinesLibravatar Johannes Schindelin1-3/+2
2019-10-06tests: let --immediate and --write-junit-xml play well togetherLibravatar Johannes Schindelin1-16/+22
2019-10-06test-tool run-command: learn to run (parts of) the testsuiteLibravatar Johannes Schindelin1-0/+153
2019-10-06vcxproj: include more generated filesLibravatar Johannes Schindelin1-3/+6
2019-10-06vcxproj: only copy `git-remote-http.exe` once it was builtLibravatar Johannes Schindelin2-3/+10
2019-10-06msvc: work around a bug in GetEnvironmentVariable()Libravatar Johannes Schindelin1-0/+2
2019-10-06msvc: handle DEVELOPER=1Libravatar Johannes Schindelin1-0/+46