summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | Merge branch 'ab/unused-annotation'Junio C Hamano2022-09-1493-269/+270
|\ \ \ \ \ \ \ \
| * | | | | | | | git-compat-util.h: use "deprecated" for UNUSED variablesÆvar Arnfjörð Bjarmason2022-09-011-1/+2
| * | | | | | | | git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason2022-09-0193-269/+269
* | | | | | | | | Merge branch 'jk/unused-annotation'Junio C Hamano2022-09-1492-234/+337
|\| | | | | | | |
| * | | | | | | | is_path_owned_by_current_uid(): mark "report" parameter as unusedJeff King2022-08-191-1/+2
| * | | | | | | | run-command: mark unused async callback parametersJeff King2022-08-194-4/+4
| * | | | | | | | mark unused read_tree_recursive() callback parametersJeff King2022-08-197-13/+18
| * | | | | | | | hashmap: mark unused callback parametersJeff King2022-08-1929-56/+59
| * | | | | | | | config: mark unused callback parametersJeff King2022-08-1923-26/+41
| * | | | | | | | streaming: mark unused virtual method parametersJeff King2022-08-191-3/+3
| * | | | | | | | transport: mark bundle transport_options as unusedJeff King2022-08-191-1/+1
| * | | | | | | | refs: mark unused virtual method parametersJeff King2022-08-193-14/+16
| * | | | | | | | refs: mark unused reflog callback parametersJeff King2022-08-1910-32/+55
| * | | | | | | | refs: mark unused each_ref_fn parametersJeff King2022-08-1939-84/+132
| * | | | | | | | git-compat-util: add UNUSED macroJeff King2022-08-191-0/+6
* | | | | | | | | Sync with 'maint'Junio C Hamano2022-09-131-0/+31
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | |
| * | | | | | | | Merge a handful of topics from the 'master' frontJunio C Hamano2022-09-132-1/+32
| * | | | | | | | Merge branch 'en/merge-unstash-only-on-clean-merge' into maintJunio C Hamano2022-09-132-1/+13
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'ds/github-actions-use-newer-ubuntu' into maintJunio C Hamano2022-09-131-1/+1
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'ad/preload-plug-memleak' into maintJunio C Hamano2022-09-131-0/+6
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'sg/xcalloc-cocci-fix' into maintJunio C Hamano2022-09-131-1/+1
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'jk/pipe-command-nonblock' into maintJunio C Hamano2022-09-137-27/+123
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'jk/is-promisor-object-keep-tree-in-use' into maintJunio C Hamano2022-09-132-2/+20
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | The twentieth batchJunio C Hamano2022-09-131-0/+26
* | | | | | | | | | | | | | Merge branch 'ow/rev-parse-parseopt-fix'Junio C Hamano2022-09-132-0/+10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | rev-parse --parseopt: detect missing opt-specØystein Walle2022-09-082-0/+10
| |/ / / / / / / / / / / / /
* | | | | | | | | | | | | | Merge branch 'js/builtin-add-p-portability-fix'Junio C Hamano2022-09-133-4/+8
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | t6132(NO_PERL): do not run the scripted `add -p`Johannes Schindelin2022-08-301-1/+5
| * | | | | | | | | | | | | | t3701: test the built-in `add -i` regardless of NO_PERLJohannes Schindelin2022-08-301-2/+2
| * | | | | | | | | | | | | | add -p: avoid ambiguous signed/unsigned comparisonJohannes Schindelin2022-08-301-1/+1
* | | | | | | | | | | | | | | Merge branch 'sg/parse-options-subcommand'Junio C Hamano2022-09-134-10/+12
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | notes, remote: show unknown subcommands between `'SZEDER Gábor2022-09-072-2/+2
| * | | | | | | | | | | | | | | notes: simplify default operation mode arguments checkSZEDER Gábor2022-09-071-4/+7
| * | | | | | | | | | | | | | | test-parse-options.c: fix style of comparison with zeroSZEDER Gábor2022-09-071-2/+2
| * | | | | | | | | | | | | | | test-parse-options.c: don't use for loop initial declarationSZEDER Gábor2022-09-071-1/+2
| * | | | | | | | | | | | | | | t0040-parse-options: remove leftover debuggingSZEDER Gábor2022-09-071-2/+0
* | | | | | | | | | | | | | | | Merge branch 'jk/rev-list-verify-objects-fix'Junio C Hamano2022-09-133-1/+30
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | rev-list: disable commit graph with --verify-objectsJeff King2022-09-072-0/+29
| * | | | | | | | | | | | | | | | lookup_commit_in_graph(): use prepare_commit_graph() to check for graphJeff King2022-09-071-1/+1
| | |_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge branch 'jk/upload-pack-skip-hash-check'Junio C Hamano2022-09-136-20/+56
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | t1060: check partial clone of misnamed blobJeff King2022-09-081-0/+7
| * | | | | | | | | | | | | | | | parse_object(): check commit-graph when skip_hash setJeff King2022-09-073-20/+11
| * | | | | | | | | | | | | | | | upload-pack: skip parse-object re-hashing of "want" objectsJeff King2022-09-073-2/+25
| * | | | | | | | | | | | | | | | parse_object(): allow skipping hash checkJeff King2022-09-072-3/+18
* | | | | | | | | | | | | | | | | Merge branch 'rs/diff-no-index-cleanup'Junio C Hamano2022-09-131-6/+12
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | diff-no-index: simplify argv index calculationRené Scharfe2022-09-071-1/+1
| * | | | | | | | | | | | | | | | | diff-no-index: release prefixed filenamesRené Scharfe2022-09-071-1/+4
| * | | | | | | | | | | | | | | | | diff-no-index: release strbuf on queue errorRené Scharfe2022-09-071-4/+7
| | |/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge branch 'ab/submodule-helper-prep'Junio C Hamano2022-09-1316-371/+467
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | submodule--helper: fix bad config API usageÆvar Arnfjörð Bjarmason2022-09-021-1/+1