summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2019-10-06msvc: ignore some libraries when linkingLibravatar Johannes Schindelin1-1/+1
2019-10-06compat/win32/path-utils.h: add #include guardsLibravatar Johannes Schindelin1-0/+5
2019-10-06winansi: use FLEX_ARRAY to avoid compiler warningLibravatar Johannes Schindelin1-1/+1
2019-10-06msvc: avoid using minus operator on unsigned typesLibravatar Johannes Schindelin3-4/+17
2019-10-06stash apply: report status correctly even in a worktree's subdirectoryLibravatar Johannes Schindelin2-0/+31
2019-10-06fetch: let --jobs=<n> parallelize --multiple, tooLibravatar Johannes Schindelin4-21/+137
2019-10-05trace2: write discard message to sentinel filesLibravatar Josh Steadmon7-33/+70
2019-10-05trace2: discard new traces if target directory has too many filesLibravatar Josh Steadmon5-0/+112
2019-10-04t4214: demonstrate octopus graph coloring failureLibravatar Denton Liu1-1/+281
2019-10-04t4214: explicitly list tags in logLibravatar Denton Liu1-4/+4
2019-10-04t4214: generate expect in their own test casesLibravatar Denton Liu1-21/+21
2019-10-04t4214: use test_mergeLibravatar Denton Liu1-2/+1
2019-10-04test-lib: let test_merge() perform octopus mergesLibravatar Denton Liu1-2/+4
2019-10-04docs: clarify trace2 version invariantsLibravatar Josh Steadmon1-1/+7
2019-10-04docs: mention trace2 target-dir mode in git-configLibravatar Josh Steadmon2-5/+6
2019-10-04treewide: remove duplicate #include directivesLibravatar René Scharfe10-12/+0
2019-10-04push: do not pretend to return `int` from `die_push_simple()`Libravatar Johannes Schindelin1-2/+2