aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/commit.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2025-07-09parse-options: add precision handling for OPTION_COUNTUPRené Scharfe3-5/+21
2025-07-09parse-options: add precision handling for OPTION_BITOPRené Scharfe2-4/+8
2025-07-09parse-options: add precision handling for OPTION_NEGBITRené Scharfe3-4/+9
2025-07-09parse-options: add precision handling for OPTION_BITRené Scharfe3-4/+17
2025-07-09parse-options: add precision handling for OPTION_SET_INTRené Scharfe4-20/+45
2025-07-09parse-options: add precision handling for PARSE_OPT_CMDMODERené Scharfe4-8/+48
2025-07-09parse-options: require PARSE_OPT_NOARG for OPTION_BITOPRené Scharfe1-0/+1
2025-07-09meson: fix lookup of shell on MINGW64Patrick Steinhardt1-1/+1
2025-07-09meson: clean up unnecessary variablesPatrick Steinhardt1-3/+2
2025-07-09meson: improve summary of auto-detected featuresPatrick Steinhardt1-6/+6
2025-07-09meson: stop printing 'https' option twice in our summariesPatrick Steinhardt1-1/+0
2025-07-09meson: stop discovering native version of PythonPatrick Steinhardt1-5/+7
2025-07-08remote: detect collisions in remote namesJeff King2-0/+31
2025-07-08The eighth batchJunio C Hamano1-0/+6
2025-07-08t: avoid git config syntax from newer releasesTodd Zullinger2-4/+4
2025-07-08t1006: fix broken TAP formatPatrick Steinhardt1-1/+1
2025-07-08refs/files: remove empty parent dirs when ref creation failsPatrick Steinhardt2-0/+21
2025-07-08docs/git-pack-refs: document heuristic used for packing loose refsPatrick Steinhardt1-1/+4
2025-07-08Documentation/RelNotes: use .adoc extension for new security releasesTaylor Blau7-0/+0
2025-07-07The seventh batchJunio C Hamano1-0/+16
2025-07-07doc: git-log: convert log config to new doc formatJean-Noël Avila1-22/+34
2025-07-07doc: git-log: convert diff options to new doc formatJean-Noël Avila1-17/+23
2025-07-07doc: git-log: convert pretty formats to new doc formatJean-Noël Avila1-140/+143
2025-07-07doc: git-log: convert pretty options to new doc formatJean-Noël Avila1-35/+36
2025-07-07doc: git-log: convert rev list options to new doc formatJean-Noël Avila3-198/+198
2025-07-07doc: git-log: convert line range format to new doc formatJean-Noël Avila1-13/+13
2025-07-07doc: git-log: convert line range options to new doc formatJean-Noël Avila1-5/+5
2025-07-07doc: git-log convert rev-list-description to new doc formatJean-Noël Avila1-3/+3
2025-07-07doc: convert git-log to new documentation formatJean-Noël Avila1-40/+46
2025-07-07ssh signing: don't detach the filename strbuf from key_file tempfileredoste2-13/+21
2025-07-07builtin/gc: correct total_ram calculation with HAVE_BSD_SYSCTLCarlo Marcelo Arenas Belón1-3/+10
2025-07-07t5333: fix missing terminator for sed(1) 's' commandPatrick Steinhardt1-2/+2
2025-07-07t4150: fix warning printed by awk due to escaped '\@'Patrick Steinhardt1-1/+1
2025-07-07docs: correct ORIG_HEAD example in "git merge" documentationTimur Sultanaev1-5/+5
2025-07-07build: fix FreeBSD build when sysinfo compat library installedRamsay Jones2-30/+41
2025-07-07builtin/prune: stop depending on 'the_repository'Ayush Chandekar2-15/+19
2025-07-07repository: move 'repository_format_precious_objects' to repo scopeAyush Chandekar8-7/+9
2025-07-07u-string-list: move "remove duplicates" test to "u-string-list.c"shejialuo4-67/+62
2025-07-07u-string-list: move "filter string" test to "u-string-list.c"shejialuo3-32/+73
2025-07-07u-string-list: move "test_split_in_place" to "u-string-list.c"shejialuo3-73/+37
2025-07-07u-string-list: move "test_split" into "u-string-list.c"shejialuo5-67/+57
2025-07-07string-list: enable sign compare warnings checkshejialuo1-11/+9
2025-07-07string-list: return index directly when inserting an existing elementshejialuo1-5/+1
2025-07-07string-list: remove unused "insert_at" parameter from add_entryshejialuo1-3/+3
2025-07-07string-list: fix sign compare warnings for loop iteratorshejialuo1-12/+10
2025-07-07read-cache: report lock error when refreshing indexHan Young2-13/+8
2025-07-07apply docs: clarify wording for --intent-to-addRaymond E. Pasco1-4/+5
2025-07-07t4140: test apply --intent-to-add interactionsRaymond E. Pasco1-1/+30
2025-07-07apply: only write intents to add for new filesRaymond E. Pasco1-1/+1
2025-07-07apply: read in the index in --intent-to-add modeRaymond E. Pasco1-1/+1