summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-03-03t-ctype: align output of iRené Scharfe1-1/+1
2024-03-03t-ctype: simplify EOF checkRené Scharfe1-2/+1
2024-03-03t-ctype: allow NUL anywhere in the specification stringRené Scharfe1-14/+4
2024-03-02repack: check error writing to pack-objects subprocessJunio C Hamano1-2/+3
2024-03-02sideband: avoid short write(2)Junio C Hamano1-2/+2
2024-03-02unpack: replace xwrite() loop with write_in_full()Junio C Hamano2-21/+4
2024-03-02test_i18ngrep: hard deprecate and forbid its useJunio C Hamano1-2/+1
2024-03-01The third batchJunio C Hamano1-0/+15
2024-03-01Merge branch 'tb/multi-pack-verbatim-reuse' into HEADJunio C Hamano1-5/+4
2024-03-01Merge branch 'hs/rebase-not-in-progress' into HEADJunio C Hamano1-1/+1
2024-03-01Merge branch 'jw/remote-doc-typofix' into HEADJunio C Hamano1-1/+1
2024-03-01Merge branch 'jc/doc-add-placeholder-fix' into HEADJunio C Hamano1-10/+10
2024-03-01Merge branch 'ja/doc-placeholders-markup-rules' into HEADJunio C Hamano1-0/+7
2024-03-01Merge branch 'ps/reflog-list' into HEADJunio C Hamano20-205/+380
2024-03-01Merge branch 'ds/doc-send-email-capitalization' into HEADJunio C Hamano2-15/+15
2024-03-01Merge branch 'ja/docfixes' into HEADJunio C Hamano4-16/+16
2024-03-01Merge branch 'cp/t9146-use-test-path-helpers' into HEADJunio C Hamano1-44/+12
2024-03-01Merge branch 'ps/difftool-dir-diff-exit-code' into HEADJunio C Hamano3-46/+67
2024-03-01gitcli: drop mention of “non-dashed form”Kristoffer Haugsbakk1-3/+0
2024-03-01format_trailers_from_commit(): indirectly call trailer_info_get()Linus Arver1-1/+4
2024-03-01format_trailer_info(): move "fast path" to callerLinus Arver1-11/+9
2024-03-01format_trailers(): use strbuf instead of FILELinus Arver3-8/+14
2024-03-01trailer_info_get(): reorder parametersLinus Arver3-8/+10
2024-03-01trailer: move interpret_trailers() to interpret-trailers.cLinus Arver3-109/+123
2024-03-01trailer: reorder format_trailers_from_commit() parametersLinus Arver4-9/+11
2024-03-01trailer: rename functions to use 'trailer'Linus Arver3-18/+18
2024-03-01shortlog: add test for de-duplicating folded trailersLinus Arver2-0/+33
2024-03-01trailer: free trailer_info _after_ all related usageLinus Arver1-2/+1
2024-02-29docs: sort configuration variable groupings alphabeticallyEric Sunshine1-14/+14
2024-02-29add: use unsigned type for collection of bitsEugenio Gigante1-1/+1
2024-02-29upload-pack: only accept packfile-uris if we advertised itJeff King2-9/+26
2024-02-29commit-reach(repo_get_merge_bases_many_dirty): pass on errorsJohannes Schindelin3-16/+16
2024-02-29commit-reach(repo_get_merge_bases_many): pass on "missing commits" errorsJohannes Schindelin6-28/+31
2024-02-29commit-reach(get_octopus_merge_bases): pass on "missing commits" errorsJohannes Schindelin5-15/+26
2024-02-29commit-reach(repo_get_merge_bases): pass on "missing commits" errorsJohannes Schindelin17-51/+96
2024-02-29commit-reach(get_merge_bases_many_0): pass on "missing commits" errorsJohannes Schindelin1-21/+36
2024-02-29commit-reach(merge_bases_many): pass on "missing commits" errorsJohannes Schindelin1-13/+22
2024-02-29commit-reach(paint_down_to_common): start reporting errorsJohannes Schindelin1-21/+45
2024-02-29commit-reach(paint_down_to_common): prepare for handling shallow commitsJohannes Schindelin1-4/+12
2024-02-28upload-pack: use existing config mechanism for advertisementJeff King1-16/+10
2024-02-28upload-pack: centralize setup of sideband-all configJeff King1-2/+3
2024-02-28upload-pack: use repository struct to get configJeff King1-5/+6
2024-02-28upload-pack: free tree buffers after parsingJeff King4-4/+23
2024-02-28upload-pack: use PARSE_OBJECT_SKIP_HASH_CHECK in more placesJeff King1-2/+4
2024-02-28upload-pack: always turn off save_commit_bufferJeff King2-2/+2
2024-02-28upload-pack: disallow object-info capability by defaultTaylor Blau4-3/+40
2024-02-28upload-pack: accept only a single packfile-uri lineJeff King2-1/+5
2024-02-28upload-pack: use a strmap for want-ref linesJeff King2-14/+19
2024-02-28upload-pack: use oidset for deepen_not listJeff King1-10/+11
2024-02-28upload-pack: switch deepen-not list to an oid_arrayJeff King1-7/+7