summaryrefslogtreecommitdiffstats
path: root/name-hash.c (unfollow)
Commit message (Expand)AuthorFilesLines
2022-02-16cache.h: remove always unused show_date_human() declarationÆvar Arnfjörð Bjarmason1-2/+0
2022-02-12The third batchJunio C Hamano1-0/+19
2022-02-09The second batch for 2.36Junio C Hamano1-1/+59
2022-02-05The first batchJunio C Hamano1-3/+23
2022-02-02builtin/diff.c: fix "git-diff" usage string typoShaoxuan Yuan1-3/+3
2022-01-31fetch --prune: exit with error if pruning failsThomas Gummerer2-4/+17
2022-01-29Name the next one 2.36 to prepare for 2.35.1Junio C Hamano2-1/+35
2022-01-29Git 2.35.1v2.35.1Junio C Hamano3-2/+8
2022-01-29fetch: fix negotiate-only error messageRobert Coup2-2/+2
2022-01-28sparse-checkout: fix a couple minor memory leaksElijah Newren1-0/+2
2022-01-28SubmittingPatches: explain why we care about log messagesJunio C Hamano1-0/+29
2022-01-28CodingGuidelines: hint why we value clearly written log messagesJunio C Hamano1-0/+7
2022-01-28SubmittingPatches: write problem statement in the log in the present tenseJunio C Hamano1-0/+7
2022-01-27Start post 2.35 cycleJunio C Hamano1-1/+1
2022-01-27Documentation/config/pgp.txt: add missing apostropheGreg Hurrell1-1/+1
2022-01-27Documentation/config/pgp.txt: replace stray <TAB> character with <SPC>Greg Hurrell1-1/+1
2022-01-27refs API: remove "failure_errno" from refs_resolve_ref_unsafe()Ævar Arnfjörð Bjarmason7-77/+33
2022-01-27sequencer: don't use die_errno() on refs_resolve_ref_unsafe() failureÆvar Arnfjörð Bjarmason1-6/+4
2022-01-26sequencer, stash: fix running from worktree subdirElijah Newren3-2/+30
2022-01-26clone: support unusual remote ref configurationsJonathan Tan2-6/+21
2022-01-24mem-pool: don't assume uintmax_t is aligned enough for all typesJessica Clarke1-3/+23
2022-01-24Git 2.35v2.35.0Junio C Hamano2-1/+11
2022-01-24split-index: it really is incompatible with the sparse indexJohannes Schindelin2-0/+6
2022-01-24t1091: disable split indexJohannes Schindelin1-28/+26
2022-01-24sparse-index: sparse index is disallowed when split index is activeJohannes Schindelin1-1/+1
2022-01-23l10n: Update Catalan translationJordi Mas1-16/+16
2022-01-22checkout: avoid BUG() when hitting a broken repositoryJunio C Hamano2-3/+13
2022-01-22merge: fix memory leaks in cmd_merge()Elijah Newren1-1/+5
2022-01-22merge-ort: fix memory leak in merge_ort_internal()Elijah Newren1-5/+5
2022-01-22l10n: zh_TW: v2.35.0 round 2 (0 untranslated)Yi-Jyun Pan1-84/+85
2022-01-21sparse-checkout: create leading directoryJonathan Tan2-0/+9
2022-01-21l10n: Update Catalan translationJordi Mas1-555/+444
2022-01-21fetch: help translators by reusing the same message templateJunio C Hamano2-2/+3
2022-01-20branch,checkout: fix --track documentationRené Scharfe4-9/+9
2022-01-20test-lib: unset trace2 parent envvarsJosh Steadmon1-0/+2
2022-01-20parse-options: document bracketing of arghRené Scharfe1-0/+5
2022-01-20l10n: de.po: Update German translationMatthias Rüster1-3162/+3168
2022-01-20l10n: de.po: Fix translation for "'%s' is aliased to '%s'"Jürgen Krämer1-1/+1
2022-01-19Git 2.35-rc2v2.35.0-rc2Junio C Hamano1-1/+1
2022-01-19getcwd(mingw): handle the case when there is no cwdJohannes Schindelin1-0/+4
2022-01-19l10n: po-id for 2.35 (round 2)Bagas Sanjaya1-196/+310
2022-01-19l10n: Update Catalan translationJordi Mas1-4835/+3976
2022-01-19fetch --negotiate-only: do not update submodulesGlen Choo4-1/+48
2022-01-19fetch: skip tasks related to fetching objectsGlen Choo1-0/+11
2022-01-19fetch: use goto cleanup in cmd_fetch()Glen Choo1-3/+4
2022-01-18branch,checkout: fix --track usage stringsJosh Steadmon2-5/+5
2022-01-18config: include file if remote URL matches a globJonathan Tan4-7/+275
2022-01-18config: make git_config_include() staticJonathan Tan2-34/+15
2022-01-18Makefile: FreeBSD cannot do C99-or-below buildJunio C Hamano1-0/+5
2022-01-17merge-ort: avoid assuming all renames detectedElijah Newren2-0/+71