summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-09-30cmake: fall back to using `vcpkg`'s `msgfmt.exe` on WindowsLibravatar Johannes Schindelin1-1/+5
2020-09-30dir.c: drop unused "untracked" from treat_path_fast()Libravatar Jeff King1-2/+1
2020-09-30sequencer: handle ignore_footer when parsing trailersLibravatar Jeff King1-0/+9
2020-09-30test-advise: check argument count with argc instead of argvLibravatar Jeff King1-2/+2
2020-09-30sparse-checkout: fill in some options boilerplateLibravatar Jeff King1-0/+37
2020-09-30sequencer: drop repository argument from run_git_commit()Libravatar Jeff King1-6/+5
2020-09-30push: drop unused repo argument to do_push()Libravatar Jeff King1-2/+2
2020-09-30assert PARSE_OPT_NONEG in parse-options callbacksLibravatar Jeff King4-0/+8
2020-09-30env--helper: write to opt->value in parseopt helperLibravatar Jeff King1-4/+7
2020-09-30drop unused argc parametersLibravatar Jeff King5-15/+15
2020-09-30convert: drop unused crlf_action from check_global_conv_flags_eol()Libravatar Jeff King1-2/+2
2020-09-29Eighteenth batchLibravatar Junio C Hamano1-0/+24
2020-09-29Merge branch 'ah/pull'Libravatar Junio C Hamano2-3/+21
2020-09-29Merge branch 'tg/range-diff-same-file-fix'Libravatar Junio C Hamano2-13/+11
2020-09-29Merge branch 'jc/t1506-rev-parse-leaves-range-endpoint-unpeeled'Libravatar Junio C Hamano1-0/+18
2020-09-29Merge branch 'dl/zero-oid-in-hooks'Libravatar Junio C Hamano2-10/+10
2020-09-29Merge branch 'jk/make-protocol-v2-the-default'Libravatar Junio C Hamano3-11/+2
2020-09-29Merge branch 'bc/clone-with-git-default-hash-fix'Libravatar Junio C Hamano4-4/+20
2020-09-29Merge branch 'tb/bloom-improvements'Libravatar Junio C Hamano22-123/+508
2020-09-29Merge branch 'bc/faq-misc'Libravatar Junio C Hamano1-0/+86
2020-09-29diff: get rid of redundant 'dense' argumentLibravatar Sergey Organov6-23/+18
2020-09-28packfile: fix memory leak in add_delta_base_cache()Libravatar Matheus Tavares1-2/+5
2020-09-28packfile: fix race condition on unpack_entry()Libravatar Matheus Tavares1-17/+24
2020-09-28fetch: do not override partial clone filterLibravatar Jonathan Tan3-3/+12
2020-09-28Doc: show example scissors lineLibravatar Evan Gates1-4/+3
2020-09-28cmake: ensure that the `vcpkg` packages are found on WindowsLibravatar Johannes Schindelin1-0/+7
2020-09-28cmake: do find Git for Windows' shell interpreterLibravatar Johannes Schindelin1-1/+1
2020-09-27config/uploadpack.txt: fix typo in `--filter=tree:<n>`Libravatar Martin Ågren1-1/+1
2020-09-27config/fmt-merge-msg.txt: drop space in quoteLibravatar Martin Ågren1-1/+1
2020-09-27worktree: use skip_prefix to parse targetLibravatar Martin Ågren1-7/+7
2020-09-27worktree: rename copy-pasted variableLibravatar Martin Ågren1-6/+6
2020-09-27worktree: update renamed variable in commentLibravatar Martin Ågren1-1/+1
2020-09-27worktree: inline `worktree_ref()` into its only callerLibravatar Martin Ågren2-18/+6
2020-09-27wt-status: introduce wt_status_state_free_buffers()Libravatar Martin Ågren4-9/+18
2020-09-27wt-status: print to s->fp, not stdoutLibravatar Martin Ågren1-25/+32
2020-09-27wt-status: replace sha1 mentions with oidLibravatar Martin Ågren1-4/+4
2020-09-27shortlog: allow multiple groups to be specifiedLibravatar Jeff King5-29/+127
2020-09-27shortlog: parse trailer identsLibravatar Jeff King3-3/+30
2020-09-27shortlog: rename parse_stdin_ident()Libravatar Jeff King1-3/+3
2020-09-27shortlog: de-duplicate trailer valuesLibravatar Jeff King3-1/+88
2020-09-27shortlog: match commit trailers with --groupLibravatar Jeff King4-1/+72
2020-09-27trailer: add interface for iterating over commit trailersLibravatar Jeff King2-2/+79
2020-09-27shortlog: add grouping optionLibravatar Jeff King4-13/+66
2020-09-26t9902: avoid using the branch name `master`Libravatar Johannes Schindelin1-5/+5
2020-09-26tests: avoid variations of the `master` branch nameLibravatar Johannes Schindelin7-58/+58
2020-09-26ref-filter: plug memory leak in reach_filter()Libravatar René Scharfe1-1/+3
2020-09-26completion: complete refs after 'git restore -s'Libravatar Ákos Uzonyi1-0/+7
2020-09-26completion: use "prev" variable instead of introducing "prevword"Libravatar Ákos Uzonyi1-34/+32
2020-09-25Seventeenth batchLibravatar Junio C Hamano1-0/+19
2020-09-25Merge branch 'jk/diff-highlight-blank-match-fix'Libravatar Junio C Hamano1-1/+1