Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | Merge branch 'ab/unused-annotation' | Junio C Hamano | 2022-09-14 | 93 | -269/+270 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | git-compat-util.h: use "deprecated" for UNUSED variables | Ævar Arnfjörð Bjarmason | 2022-09-01 | 1 | -1/+2 | |
| * | | | | | | | | git-compat-util.h: use "UNUSED", not "UNUSED(var)" | Ævar Arnfjörð Bjarmason | 2022-09-01 | 93 | -269/+269 | |
* | | | | | | | | | Merge branch 'jk/unused-annotation' | Junio C Hamano | 2022-09-14 | 92 | -234/+337 | |
|\| | | | | | | | | ||||||
| * | | | | | | | | is_path_owned_by_current_uid(): mark "report" parameter as unused | Jeff King | 2022-08-19 | 1 | -1/+2 | |
| * | | | | | | | | run-command: mark unused async callback parameters | Jeff King | 2022-08-19 | 4 | -4/+4 | |
| * | | | | | | | | mark unused read_tree_recursive() callback parameters | Jeff King | 2022-08-19 | 7 | -13/+18 | |
| * | | | | | | | | hashmap: mark unused callback parameters | Jeff King | 2022-08-19 | 29 | -56/+59 | |
| * | | | | | | | | config: mark unused callback parameters | Jeff King | 2022-08-19 | 23 | -26/+41 | |
| * | | | | | | | | streaming: mark unused virtual method parameters | Jeff King | 2022-08-19 | 1 | -3/+3 | |
| * | | | | | | | | transport: mark bundle transport_options as unused | Jeff King | 2022-08-19 | 1 | -1/+1 | |
| * | | | | | | | | refs: mark unused virtual method parameters | Jeff King | 2022-08-19 | 3 | -14/+16 | |
| * | | | | | | | | refs: mark unused reflog callback parameters | Jeff King | 2022-08-19 | 10 | -32/+55 | |
| * | | | | | | | | refs: mark unused each_ref_fn parameters | Jeff King | 2022-08-19 | 39 | -84/+132 | |
| * | | | | | | | | git-compat-util: add UNUSED macro | Jeff King | 2022-08-19 | 1 | -0/+6 | |
* | | | | | | | | | Sync with 'maint' | Junio C Hamano | 2022-09-13 | 1 | -0/+31 | |
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | | | ||||||
| * | | | | | | | | Merge a handful of topics from the 'master' front | Junio C Hamano | 2022-09-13 | 2 | -1/+32 | |
| * | | | | | | | | Merge branch 'en/merge-unstash-only-on-clean-merge' into maint | Junio C Hamano | 2022-09-13 | 2 | -1/+13 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ | Merge branch 'ds/github-actions-use-newer-ubuntu' into maint | Junio C Hamano | 2022-09-13 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ | Merge branch 'ad/preload-plug-memleak' into maint | Junio C Hamano | 2022-09-13 | 1 | -0/+6 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ | Merge branch 'sg/xcalloc-cocci-fix' into maint | Junio C Hamano | 2022-09-13 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'jk/pipe-command-nonblock' into maint | Junio C Hamano | 2022-09-13 | 7 | -27/+123 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'jk/is-promisor-object-keep-tree-in-use' into maint | Junio C Hamano | 2022-09-13 | 2 | -2/+20 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | The twentieth batch | Junio C Hamano | 2022-09-13 | 1 | -0/+26 | |
* | | | | | | | | | | | | | | Merge branch 'ow/rev-parse-parseopt-fix' | Junio C Hamano | 2022-09-13 | 2 | -0/+10 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | rev-parse --parseopt: detect missing opt-spec | Øystein Walle | 2022-09-08 | 2 | -0/+10 | |
| |/ / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | Merge branch 'js/builtin-add-p-portability-fix' | Junio C Hamano | 2022-09-13 | 3 | -4/+8 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | t6132(NO_PERL): do not run the scripted `add -p` | Johannes Schindelin | 2022-08-30 | 1 | -1/+5 | |
| * | | | | | | | | | | | | | | t3701: test the built-in `add -i` regardless of NO_PERL | Johannes Schindelin | 2022-08-30 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | | add -p: avoid ambiguous signed/unsigned comparison | Johannes Schindelin | 2022-08-30 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | | Merge branch 'sg/parse-options-subcommand' | Junio C Hamano | 2022-09-13 | 4 | -10/+12 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | notes, remote: show unknown subcommands between `' | SZEDER Gábor | 2022-09-07 | 2 | -2/+2 | |
| * | | | | | | | | | | | | | | | notes: simplify default operation mode arguments check | SZEDER Gábor | 2022-09-07 | 1 | -4/+7 | |
| * | | | | | | | | | | | | | | | test-parse-options.c: fix style of comparison with zero | SZEDER Gábor | 2022-09-07 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | | | test-parse-options.c: don't use for loop initial declaration | SZEDER Gábor | 2022-09-07 | 1 | -1/+2 | |
| * | | | | | | | | | | | | | | | t0040-parse-options: remove leftover debugging | SZEDER Gábor | 2022-09-07 | 1 | -2/+0 | |
* | | | | | | | | | | | | | | | | Merge branch 'jk/rev-list-verify-objects-fix' | Junio C Hamano | 2022-09-13 | 3 | -1/+30 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | rev-list: disable commit graph with --verify-objects | Jeff King | 2022-09-07 | 2 | -0/+29 | |
| * | | | | | | | | | | | | | | | | lookup_commit_in_graph(): use prepare_commit_graph() to check for graph | Jeff King | 2022-09-07 | 1 | -1/+1 | |
| | |_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | Merge branch 'jk/upload-pack-skip-hash-check' | Junio C Hamano | 2022-09-13 | 6 | -20/+56 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | t1060: check partial clone of misnamed blob | Jeff King | 2022-09-08 | 1 | -0/+7 | |
| * | | | | | | | | | | | | | | | | parse_object(): check commit-graph when skip_hash set | Jeff King | 2022-09-07 | 3 | -20/+11 | |
| * | | | | | | | | | | | | | | | | upload-pack: skip parse-object re-hashing of "want" objects | Jeff King | 2022-09-07 | 3 | -2/+25 | |
| * | | | | | | | | | | | | | | | | parse_object(): allow skipping hash check | Jeff King | 2022-09-07 | 2 | -3/+18 | |
* | | | | | | | | | | | | | | | | | Merge branch 'rs/diff-no-index-cleanup' | Junio C Hamano | 2022-09-13 | 1 | -6/+12 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | diff-no-index: simplify argv index calculation | René Scharfe | 2022-09-07 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | diff-no-index: release prefixed filenames | René Scharfe | 2022-09-07 | 1 | -1/+4 | |
| * | | | | | | | | | | | | | | | | | diff-no-index: release strbuf on queue error | René Scharfe | 2022-09-07 | 1 | -4/+7 | |
| | |/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | Merge branch 'ab/submodule-helper-prep' | Junio C Hamano | 2022-09-13 | 16 | -371/+467 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | submodule--helper: fix bad config API usage | Ævar Arnfjörð Bjarmason | 2022-09-02 | 1 | -1/+1 |