summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-02-24ref-filter: drop unused atom parameter from get_worktree_path()Jeff King1-2/+2
2023-02-23diff.h: remove unnecessary include of object.hElijah Newren1-1/+0
2023-02-23Remove unnecessary includes of builtin.hElijah Newren3-3/+1
2023-02-23treewide: replace cache.h with more direct headers, where possibleElijah Newren12-11/+30
2023-02-23replace-object.h: move read_replace_refs declaration from cache.h to hereElijah Newren15-9/+21
2023-02-23object-store.h: move struct object_info from cache.hElijah Newren4-65/+67
2023-02-23dir.h: refactor to no longer need to include cache.hElijah Newren5-35/+43
2023-02-23object.h: stop depending on cache.h; make cache.h depend on object.hElijah Newren17-32/+36
2023-02-23ident.h: move ident-related declarations out of cache.hElijah Newren11-59/+79
2023-02-23pretty.h: move has_non_ascii() declaration from commit.hElijah Newren3-3/+4
2023-02-23cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren173-1/+172
2023-02-23hex.h: move some hex-related declarations from cache.hElijah Newren7-82/+95
2023-02-23hash.h: move some oid-related declarations from cache.hElijah Newren7-37/+42
2023-02-23alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren91-134/+219
2023-02-23treewide: remove unnecessary cache.h includes in source filesElijah Newren29-30/+25
2023-02-23treewide: remove unnecessary cache.h includesElijah Newren10-11/+7
2023-02-23treewide: remove unnecessary git-compat-util.h includes in headersElijah Newren11-15/+0
2023-02-23treewide: ensure one of the appropriate headers is sourced firstElijah Newren14-3/+19
2023-02-23rebase -i: fix parsing of "fixup -C<commit>"Phillip Wood4-6/+42
2023-02-23rebase -i: match whole word in is_command()Phillip Wood3-12/+14
2023-02-23t5559: make SSL/TLS the defaultJeff King1-0/+1
2023-02-23t5559: fix test failures with LIB_HTTPD_SSLJeff King1-5/+18
2023-02-23t/lib-httpd: enable HTTP/2 "h2" protocol, not just h2cJeff King1-1/+1
2023-02-23t/lib-httpd: respect $HTTPD_PROTO in expect_askpass()Jeff King1-3/+3
2023-02-23t5551: drop curl trace lines without headersJeff King1-1/+1
2023-02-23t5551: handle v2 protocol in cookie testJeff King1-8/+11
2023-02-23t5551: simplify expected cookie fileJeff King1-3/+2
2023-02-23t5551: handle v2 protocol in upload-pack service testJeff King1-13/+3
2023-02-23t5551: handle v2 protocol when checking curl traceJeff King1-11/+25
2023-02-23t5551: stop forcing clone to run with v0 protocolJeff King1-1/+1
2023-02-23t5551: handle HTTP/2 when checking curl traceJeff King1-3/+11
2023-02-23t5551: lower-case headers in expected curl traceJeff King1-25/+30
2023-02-23t5551: drop redundant grep for Accept-LanguageJeff King1-4/+1
2023-02-23t5541: simplify and move "no empty path components" testJeff King2-18/+9
2023-02-23t5541: stop marking "used receive-pack service" test as v0 onlyJeff King1-6/+1
2023-02-23t5541: run "used receive-pack service" test earlierJeff King1-26/+18
2023-02-22credential: new attribute password_expiry_utcM Hickford6-2/+125
2023-02-22The seventeenth batchJunio C Hamano1-0/+12
2023-02-22Merge branch 'ab/hook-api-with-stdin'Junio C Hamano8-36/+54
2023-02-22Merge branch 'ab/various-leak-fixes'Junio C Hamano77-62/+182
2023-02-22Merge branch 'jk/doc-ls-remote-matching'Junio C Hamano2-7/+14
2023-02-22Merge branch 'rs/cache-tree-strbuf-growth-fix'Junio C Hamano1-2/+1
2023-02-22Merge branch 'ab/the-index-compatibility'Junio C Hamano12-87/+62
2023-02-22Merge branch 'en/name-rev-make-taggerdate-much-less-important'Junio C Hamano2-11/+9
2023-02-21range-diff: let '--abbrev' option takes effectTeng Long2-4/+39
2023-02-21fetch: choose a sensible default with --jobs=0 againMatthias Aßhauer2-0/+8
2023-02-21trace.c, git.c: remove unnecessary parameter to trace_repo_setup()idriss fekir3-6/+5
2023-02-21t2015-checkout-unborn.sh: changes the style for cdAshutosh Pandey1-5/+6
2023-02-21diff: teach diff to read algorithm from diff driverJohn Cai6-11/+97
2023-02-21diff: consolidate diff algorithm option parsingJohn Cai1-14/+43