summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Git 2.40-rc1v2.40.0-rc1Junio C Hamano2023-03-011-1/+1
* A bit more before 2.40-rc1Junio C Hamano2023-02-281-0/+9
* Merge branch 'ar/test-lib-remove-stale-comment'Junio C Hamano2023-02-281-6/+0
|\
| * test-lib: drop comment about test_descriptionAndrei Rybak2023-02-271-6/+0
* | Merge branch 'zy/t9700-style'Junio C Hamano2023-02-281-31/+30
|\ \
| * | t9700: modernize test scriptsZhang Yi2023-02-251-31/+30
* | | Merge branch 'pw/rebase-i-parse-fix'Junio C Hamano2023-02-285-18/+56
|\ \ \
| * | | rebase -i: fix parsing of "fixup -C<commit>"Phillip Wood2023-02-234-6/+42
| * | | rebase -i: match whole word in is_command()Phillip Wood2023-02-233-12/+14
| | |/ | |/|
* | | Merge branch 'jk/http-test-fixes'Junio C Hamano2023-02-285-114/+122
|\ \ \
| * | | t5559: make SSL/TLS the defaultJeff King2023-02-231-0/+1
| * | | t5559: fix test failures with LIB_HTTPD_SSLJeff King2023-02-231-5/+18
| * | | t/lib-httpd: enable HTTP/2 "h2" protocol, not just h2cJeff King2023-02-231-1/+1
| * | | t/lib-httpd: respect $HTTPD_PROTO in expect_askpass()Jeff King2023-02-231-3/+3
| * | | t5551: drop curl trace lines without headersJeff King2023-02-231-1/+1
| * | | t5551: handle v2 protocol in cookie testJeff King2023-02-231-8/+11
| * | | t5551: simplify expected cookie fileJeff King2023-02-231-3/+2
| * | | t5551: handle v2 protocol in upload-pack service testJeff King2023-02-231-13/+3
| * | | t5551: handle v2 protocol when checking curl traceJeff King2023-02-231-11/+25
| * | | t5551: stop forcing clone to run with v0 protocolJeff King2023-02-231-1/+1
| * | | t5551: handle HTTP/2 when checking curl traceJeff King2023-02-231-3/+11
| * | | t5551: lower-case headers in expected curl traceJeff King2023-02-231-25/+30
| * | | t5551: drop redundant grep for Accept-LanguageJeff King2023-02-231-4/+1
| * | | t5541: simplify and move "no empty path components" testJeff King2023-02-232-18/+9
| * | | 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-173-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-226-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-161-8/+2
| * | | | | | dir-iterator: drop unused `DIR_ITERATOR_FOLLOW_SYMLINKS`Taylor Blau2023-02-164-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
|\ \ \ \ \ \