aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/commit.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2024-04-12merge-tree: fix argument type of the `--merge-base` optionJohannes Schindelin1-1/+1
2024-04-10The seventeenth batchJunio C Hamano1-0/+4
2024-04-09The sixteenth batchJunio C Hamano1-0/+33
2024-04-05The fifteenth batchJunio C Hamano1-0/+7
2024-04-05apply: don't leak fd on fdopen() errorRené Scharfe1-2/+5
2024-04-05fetch: return when parsing submodule.recurseDerrick Stolee1-0/+1
2024-04-05path: remove mksnpath()René Scharfe3-24/+0
2024-04-05apply: avoid fixed-size buffer in create_one_file()René Scharfe1-6/+9
2024-04-03builtin/add: error out when passing untracked path with -uGhanshyam Thakkar2-1/+18
2024-04-03builtin/commit: error out when passing untracked path with -iGhanshyam Thakkar2-16/+7
2024-04-03revision: optionally record matches with pathspec elementsJunio C Hamano7-10/+23
2024-04-03Win32: detect unix socket support at runtimeMatthias Aßhauer7-2/+50
2024-04-03The fourteenth batchJunio C Hamano1-0/+27
2024-04-03reftable/block: avoid decoding keys when searching restart pointsPatrick Steinhardt1-10/+19
2024-04-03reftable/record: extract function to decode key lengthsPatrick Steinhardt2-9/+31
2024-04-03reftable/block: fix error handling when searching restart pointsPatrick Steinhardt3-8/+11
2024-04-03reftable/block: refactor binary search over restart pointsPatrick Steinhardt1-27/+73
2024-04-03reftable/refname: refactor binary search over refnamesPatrick Steinhardt1-22/+22
2024-04-03reftable/basics: improve `binsearch()` testPatrick Steinhardt1-24/+31
2024-04-03reftable/basics: fix return type of `binsearch()` to be `size_t`Patrick Steinhardt5-16/+14
2024-04-02t-prio-queue: simplify using compound literalsRené Scharfe1-34/+17
2024-04-02t2104: style fixesJunio C Hamano1-15/+15
2024-04-02imap-send: use xsnprintf to format commandRené Scharfe1-20/+4
2024-04-02githooks: use {old,new}-oid instead of {old,new}-valueKarthik Nayak1-8/+8
2024-04-02update-ref: use {old,new}-oid instead of {old,new}valueKarthik Nayak3-59/+59
2024-04-01midx-write.c: use `--stdin-packs` when repackingTaylor Blau1-9/+9
2024-04-01midx-write.c: check count of packs to repack after groupingTaylor Blau1-24/+20
2024-04-01midx-write.c: factor out common want_included_pack() routineTaylor Blau1-12/+20
2024-04-01midx-write: move writing-related functions from midx.cTaylor Blau4-1539/+1555
2024-04-01The thirteenth batchJunio C Hamano1-0/+26
2024-04-01completion: protect prompt against unset SHOWUPSTREAM in nounset modeVille Skyttä1-1/+1
2024-04-01completion: fix prompt with unset SHOWCONFLICTSTATE in nounset modeVille Skyttä1-1/+1
2024-03-31config: fix some small capitalization issues, as spottedDragan Simic1-1/+1
2024-03-31mem-pool: use st_add() in mem_pool_strvfmt()René Scharfe1-2/+4
2024-03-31test-lib: fix non-functioning GIT_TEST_MAINT_SCHEDULER fallbackEric Sunshine1-0/+1
2024-03-30add: use advise_if_enabled for ADVICE_ADD_EMBEDDED_REPORubén Justo2-3/+37
2024-03-30add: use advise_if_enabled for ADVICE_ADD_EMPTY_PATHSPECRubén Justo2-4/+12
2024-03-30add: use advise_if_enabled for ADVICE_ADD_IGNORED_FILERubén Justo3-8/+4
2024-03-30checkout: omit "tracking" information on a detached HEADJunio C Hamano2-2/+6
2024-03-29advice: omit trailing whitespaceJunio C Hamano3-5/+6
2024-03-29doc: git-clone: do not autoreference the manpage in itselfJean-Noël Avila1-2/+12
2024-03-29doc: git-clone: apply new documentation formatting guidelinesJean-Noël Avila3-84/+86
2024-03-29doc: git-init: apply new documentation formatting guidelinesJean-Noël Avila2-30/+30
2024-03-29doc: allow literal and emphasis format in doc vs help testsJean-Noël Avila1-1/+3
2024-03-29doc: rework CodingGuidelines with new formatting rulesJean-Noël Avila1-68/+85
2024-03-29t4126: fix "funny directory name" test on Windows (again)Junio C Hamano1-18/+17
2024-03-29add-patch: do not print hunks repeatedlyRubén Justo1-7/+12
2024-03-28add-patch: introduce 'p' in interactive-patchRubén Justo3-11/+16
2024-03-28t4126: make sure a directory with SP at the end is usableJunio C Hamano1-15/+18
2024-03-28The twelfth batchJunio C Hamano1-0/+18