summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2024-03-03clean: improve -n and -f implementation and documentationSergey Organov-16/+13
2024-03-03parse-options: rearrange long_name matching codeRené Scharfe-22/+15
2024-03-03parse-options: normalize arg and long_name before comparisonRené Scharfe-22/+22
2024-03-03parse-options: detect ambiguous self-negationRené Scharfe-2/+12
2024-03-03parse-options: factor out register_abbrev() and struct parsed_optionRené Scharfe-34/+49
2024-03-03parse-options: set arg of abbreviated option lazilyRené Scharfe-3/+4
2024-03-03parse-options: recognize abbreviated negated option with argRené Scharfe-2/+19
2024-03-03t-ctype: avoid duplicating class namesRené Scharfe-40/+24
2024-03-03t-ctype: align output of iRené Scharfe-1/+1
2024-03-03t-ctype: simplify EOF checkRené Scharfe-2/+1
2024-03-03t-ctype: allow NUL anywhere in the specification stringRené Scharfe-14/+4
2024-03-02repack: check error writing to pack-objects subprocessJunio C Hamano-2/+3
2024-03-02sideband: avoid short write(2)Junio C Hamano-2/+2
2024-03-02unpack: replace xwrite() loop with write_in_full()Junio C Hamano-21/+4
2024-03-02test_i18ngrep: hard deprecate and forbid its useJunio C Hamano-2/+1
2024-03-01The third batchJunio C Hamano-0/+15
2024-03-01Merge branch 'tb/multi-pack-verbatim-reuse' into HEADJunio C Hamano-5/+4
2024-03-01Merge branch 'hs/rebase-not-in-progress' into HEADJunio C Hamano-1/+1
2024-03-01Merge branch 'jw/remote-doc-typofix' into HEADJunio C Hamano-1/+1
2024-03-01Merge branch 'jc/doc-add-placeholder-fix' into HEADJunio C Hamano-10/+10
2024-03-01Merge branch 'ja/doc-placeholders-markup-rules' into HEADJunio C Hamano-0/+7
2024-03-01Merge branch 'ps/reflog-list' into HEADJunio C Hamano-205/+380
2024-03-01Merge branch 'ds/doc-send-email-capitalization' into HEADJunio C Hamano-15/+15
2024-03-01Merge branch 'ja/docfixes' into HEADJunio C Hamano-16/+16
2024-03-01Merge branch 'cp/t9146-use-test-path-helpers' into HEADJunio C Hamano-44/+12
2024-03-01Merge branch 'ps/difftool-dir-diff-exit-code' into HEADJunio C Hamano-46/+67
2024-03-01gitcli: drop mention of “non-dashed form”Kristoffer Haugsbakk-3/+0
2024-03-01format_trailers_from_commit(): indirectly call trailer_info_get()Linus Arver-1/+4
2024-03-01format_trailer_info(): move "fast path" to callerLinus Arver-11/+9
2024-03-01format_trailers(): use strbuf instead of FILELinus Arver-8/+14
2024-03-01trailer_info_get(): reorder parametersLinus Arver-8/+10
2024-03-01trailer: move interpret_trailers() to interpret-trailers.cLinus Arver-109/+123
2024-03-01trailer: reorder format_trailers_from_commit() parametersLinus Arver-9/+11
2024-03-01trailer: rename functions to use 'trailer'Linus Arver-18/+18
2024-03-01shortlog: add test for de-duplicating folded trailersLinus Arver-0/+33
2024-03-01trailer: free trailer_info _after_ all related usageLinus Arver-2/+1
2024-02-29docs: sort configuration variable groupings alphabeticallyEric Sunshine-14/+14
2024-02-29add: use unsigned type for collection of bitsEugenio Gigante-1/+1
2024-02-29upload-pack: only accept packfile-uris if we advertised itJeff King-9/+26
2024-02-29commit-reach(repo_get_merge_bases_many_dirty): pass on errorsJohannes Schindelin-16/+16
2024-02-29commit-reach(repo_get_merge_bases_many): pass on "missing commits" errorsJohannes Schindelin-28/+31
2024-02-29commit-reach(get_octopus_merge_bases): pass on "missing commits" errorsJohannes Schindelin-15/+26
2024-02-29commit-reach(repo_get_merge_bases): pass on "missing commits" errorsJohannes Schindelin-51/+96
2024-02-29commit-reach(get_merge_bases_many_0): pass on "missing commits" errorsJohannes Schindelin-21/+36
2024-02-29commit-reach(merge_bases_many): pass on "missing commits" errorsJohannes Schindelin-13/+22
2024-02-29commit-reach(paint_down_to_common): start reporting errorsJohannes Schindelin-21/+45
2024-02-29commit-reach(paint_down_to_common): prepare for handling shallow commitsJohannes Schindelin-4/+12
2024-02-28upload-pack: use existing config mechanism for advertisementJeff King-16/+10
2024-02-28upload-pack: centralize setup of sideband-all configJeff King-2/+3
2024-02-28upload-pack: use repository struct to get configJeff King-5/+6