summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-09-29Merge branch 'bc/faq-misc'Junio C Hamano1-0/+86
2020-09-29clone: add tests for --template and some disallowed option pairsSean Barag1-1/+45
2020-09-29diff: get rid of redundant 'dense' argumentSergey Organov6-23/+18
2020-09-28packfile: fix memory leak in add_delta_base_cache()Matheus Tavares1-2/+5
2020-09-28packfile: fix race condition on unpack_entry()Matheus Tavares1-17/+24
2020-09-28fetch: do not override partial clone filterJonathan Tan3-3/+12
2020-09-28Doc: show example scissors lineEvan Gates1-4/+3
2020-09-28cmake: ensure that the `vcpkg` packages are found on WindowsJohannes Schindelin1-0/+7
2020-09-28cmake: do find Git for Windows' shell interpreterJohannes Schindelin1-1/+1
2020-09-27config/uploadpack.txt: fix typo in `--filter=tree:<n>`Martin Ågren1-1/+1
2020-09-27config/fmt-merge-msg.txt: drop space in quoteMartin Ågren1-1/+1
2020-09-27worktree: use skip_prefix to parse targetMartin Ågren1-7/+7
2020-09-27worktree: rename copy-pasted variableMartin Ågren1-6/+6
2020-09-27worktree: update renamed variable in commentMartin Ågren1-1/+1
2020-09-27worktree: inline `worktree_ref()` into its only callerMartin Ågren2-18/+6
2020-09-27wt-status: introduce wt_status_state_free_buffers()Martin Ågren4-9/+18
2020-09-27wt-status: print to s->fp, not stdoutMartin Ågren1-25/+32
2020-09-27wt-status: replace sha1 mentions with oidMartin Ågren1-4/+4
2020-09-27shortlog: allow multiple groups to be specifiedJeff King5-29/+127
2020-09-27shortlog: parse trailer identsJeff King3-3/+30
2020-09-27shortlog: rename parse_stdin_ident()Jeff King1-3/+3
2020-09-27shortlog: de-duplicate trailer valuesJeff King3-1/+88
2020-09-27shortlog: match commit trailers with --groupJeff King4-1/+72
2020-09-27trailer: add interface for iterating over commit trailersJeff King2-2/+79
2020-09-27shortlog: add grouping optionJeff King4-12/+65
2020-09-26t9902: avoid using the branch name `master`Johannes Schindelin1-5/+5
2020-09-26tests: avoid variations of the `master` branch nameJohannes Schindelin7-58/+58
2020-09-26ref-filter: plug memory leak in reach_filter()René Scharfe1-1/+3
2020-09-26completion: complete refs after 'git restore -s'Ákos Uzonyi1-0/+7
2020-09-26completion: use "prev" variable instead of introducing "prevword"Ákos Uzonyi1-34/+32
2020-09-25Seventeenth batchJunio C Hamano1-0/+19
2020-09-25Merge branch 'jk/diff-highlight-blank-match-fix'Junio C Hamano1-1/+1
2020-09-25Merge branch 'hx/push-atomic-with-cert'Junio C Hamano2-26/+51
2020-09-25Merge branch 'rs/misc-cleanups'Junio C Hamano1-8/+4
2020-09-25Merge branch 'ld/p4-unshelve-fix'Junio C Hamano2-2/+5
2020-09-25Merge branch 'jx/proc-receive-hook'Junio C Hamano48-100/+4325
2020-09-25Merge branch 'ds/maintenance-part-1'Junio C Hamano24-28/+568
2020-09-25sequencer: stop abbreviating stopped-sha fileJunio C Hamano1-5/+6
2020-09-25t1506: rev-parse A..B and A...BJunio C Hamano1-0/+18
2020-09-25protocol: re-enable v2 protocol by defaultJeff King3-11/+2
2020-09-25maintenance: add start/stop subcommandsDerrick Stolee8-0/+207
2020-09-25maintenance: add [un]register subcommandsDerrick Stolee3-2/+84
2020-09-25for-each-repo: run subcommands on configured reposDerrick Stolee8-0/+152
2020-09-25maintenance: add --schedule option and configDerrick Stolee4-4/+118
2020-09-25maintenance: optionally skip --auto processDerrick Stolee3-0/+24
2020-09-25maintenance: add incremental-repack auto conditionDerrick Stolee3-0/+68
2020-09-25maintenance: auto-size incremental-repack batchDerrick Stolee2-3/+76
2020-09-25maintenance: add incremental-repack taskDerrick Stolee4-0/+133
2020-09-25midx: use start_delayed_progress()Derrick Stolee2-12/+12
2020-09-25midx: enable core.multiPackIndex by defaultDerrick Stolee4-10/+13