summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | t5541: stop marking "used receive-pack service" test as v0 onlyJeff King2023-02-231-6/+1
| * | | | | t5541: run "used receive-pack service" test earlierJeff King2023-02-231-26/+18
| |/ / / /
* | | | | A bit more before 2.40-rc1Junio C Hamano2023-02-271-0/+31
* | | | | Merge branch 'if/simplify-trace-setup'Junio C Hamano2023-02-273-6/+5
|\ \ \ \ \
| * | | | | trace.c, git.c: remove unnecessary parameter to trace_repo_setup()idriss fekir2023-02-213-6/+5
* | | | | | Merge branch 'jc/countermand-format-attach'Junio C Hamano2023-02-273-1/+22
|\ \ \ \ \ \
| * | | | | | format.attach: allow empty value to disable multi-part messagesJunio C Hamano2023-02-183-1/+22
| |/ / / / /
* | | | | | Merge branch 'jk/shorten-unambiguous-ref-wo-sscanf'Junio C Hamano2023-02-272-45/+82
|\ \ \ \ \ \
| * | | | | | shorten_unambiguous_ref(): avoid sscanf()Jeff King2023-02-152-35/+77
| * | | | | | shorten_unambiguous_ref(): use NUM_REV_PARSE_RULES constantJeff King2023-02-151-14/+8
| * | | | | | shorten_unambiguous_ref(): avoid integer truncationJeff King2023-02-151-2/+3
* | | | | | | Merge branch 'mh/credential-password-expiry'Junio C Hamano2023-02-276-2/+125
|\ \ \ \ \ \ \
| * | | | | | | credential: new attribute password_expiry_utcM Hickford2023-02-236-2/+125
* | | | | | | | Merge branch 'rs/archive-mtime'Junio C Hamano2023-02-274-0/+32
|\ \ \ \ \ \ \ \
| * | | | | | | | archive: add --mtimeRené Scharfe2023-02-184-0/+32
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge branch 'tb/drop-dir-iterator-follow-symlink-bit'Junio C Hamano2023-02-274-74/+8
|\ \ \ \ \ \ \ \
| * | | | | | | | t0066: drop setup of "dir5"Jeff King2023-02-171-8/+2
| * | | | | | | | dir-iterator: drop unused `DIR_ITERATOR_FOLLOW_SYMLINKS`Taylor Blau2023-02-174-66/+6
| |/ / / / / / /
* | | | | | | | Merge branch 'tl/range-diff-custom-abbrev'Junio C Hamano2023-02-272-4/+39
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| * | | | | | | range-diff: let '--abbrev' option takes effectTeng Long2023-02-212-4/+39
| |/ / / / / /
* | | | | | | Merge branch 'ap/t2015-style-update'Junio C Hamano2023-02-271-5/+6
|\ \ \ \ \ \ \
| * | | | | | | t2015-checkout-unborn.sh: changes the style for cdAshutosh Pandey2023-02-211-5/+6
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'jc/diff-algo-attribute'Junio C Hamano2023-02-276-25/+140
|\ \ \ \ \ \ \
| * | | | | | | diff: teach diff to read algorithm from diff driverJohn Cai2023-02-216-11/+97
| * | | | | | | diff: consolidate diff algorithm option parsingJohn Cai2023-02-211-14/+43
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'pw/rebase-i-validate-labels-early'Junio C Hamano2023-02-272-1/+61
|\ \ \ \ \ \ \
| * | | | | | | rebase -i: check labels and refs when parsing todo listPhillip Wood2023-02-212-1/+61
| | |_|/ / / / | |/| | | | |
* | | | | | | A few more topics post 2.40-rc0Junio C Hamano2023-02-251-0/+3
* | | | | | | Merge branch 'ps/free-island-marks'Junio C Hamano2023-02-252-5/+23
|\ \ \ \ \ \ \
| * | | | | | | delta-islands: fix segfault when freeing island marksPatrick Steinhardt2023-02-212-5/+23
* | | | | | | | Merge branch 'jk/http-proxy-tests'Junio C Hamano2023-02-254-0/+65
|\ \ \ \ \ \ \ \
| * | | | | | | | add basic http proxy testsJeff King2023-02-174-0/+65
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'ma/fetch-parallel-use-online-cpus'Junio C Hamano2023-02-252-0/+8
|\ \ \ \ \ \ \ \
| * | | | | | | | fetch: choose a sensible default with --jobs=0 againMatthias Aßhauer2023-02-212-0/+8
| |/ / / / / / /
* | | | | | | | Git 2.40-rc0v2.40.0-rc0Junio C Hamano2023-02-242-1/+15
* | | | | | | | Merge branch 'jc/genzeros-avoid-raw-write'Junio C Hamano2023-02-241-5/+6
|\ \ \ \ \ \ \ \
| * | | | | | | | test-genzeros: avoid raw write(2)Junio C Hamano2023-02-161-5/+6
* | | | | | | | | Merge branch 'rd/doc-default-date-format'Junio C Hamano2023-02-241-5/+5
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | rev-list: clarify git-log default date formatJunio C Hamano2023-02-161-5/+5
* | | | | | | | | | Merge branch 'js/gpg-errors'Junio C Hamano2023-02-242-2/+50
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | gpg: do show gpg's error message upon failureJohannes Schindelin2023-02-152-3/+15
| * | | | | | | | | | t7510: add a test case that does not need gpgJohannes Schindelin2023-02-151-0/+36
| | |_|_|_|_|/ / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'rs/ctype-test'Junio C Hamano2023-02-241-2/+28
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / |/| | | | | | | | |
| * | | | | | | | | test-ctype: test iscntrl, ispunct, isxdigit and isprintRené Scharfe2023-02-131-0/+9
| * | | | | | | | | test-ctype: test islower and isupperRené Scharfe2023-02-131-0/+2
| * | | | | | | | | test-ctype: test isasciiRené Scharfe2023-02-131-2/+17
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | The seventeenth batchJunio C Hamano2023-02-221-0/+12
* | | | | | | | | Merge branch 'ab/hook-api-with-stdin'Junio C Hamano2023-02-228-36/+54
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | hook: support a --to-stdin=<path> optionEmily Shaffer2023-02-083-2/+27
| * | | | | | | | | sequencer: use the new hook API for the simpler "post-rewrite" callEmily Shaffer2023-02-081-14/+4