summaryrefslogtreecommitdiffstats
path: root/strvec.h (unfollow)
Commit message (Expand)AuthorFilesLines
2022-01-14unpack-trees: fix accidental loss of user changesElijah Newren2-2/+4
2022-01-14t1011: add testcase demonstrating accidental loss of user modificationsElijah Newren1-0/+21
2022-01-13update-index: reduce scope of index expansion in do_reupdateVictoria Dye2-4/+15
2022-01-13update-index: integrate with sparse indexVictoria Dye3-3/+25
2022-01-13update-index: add tests for sparse-checkout compatibilityVictoria Dye2-0/+168
2022-01-13checkout-index: integrate with sparse indexVictoria Dye2-3/+36
2022-01-13checkout-index: add --ignore-skip-worktree-bits optionVictoria Dye3-12/+38
2022-01-13checkout-index: expand sparse checkout compatibility testsVictoria Dye2-0/+55
2022-01-13clean: integrate with sparse indexVictoria Dye2-0/+24
2022-01-13reset: reorder wildcard pathspec conditionsVictoria Dye1-3/+9
2022-01-13reset: fix validation in sparse index testVictoria Dye1-4/+2
2022-01-13Last minute fixes before -rc1Junio C Hamano1-1/+10
2022-01-12build: NonStop ships with an older zlibRandall S. Becker1-0/+1
2022-01-12packfile: fix off-by-one error in decoding logicJunio C Hamano1-1/+1
2022-01-12t/gpg: simplify test for unknown keyFabian Stelzer1-20/+2
2022-01-12branch: missing space fix at line 313Bagas Sanjaya1-1/+1
2022-01-10fmt-merge-msg: prevent use-after-free with signed tagsTaylor Blau2-1/+9
2022-01-10Git 2.35-rc0v2.35.0-rc0Junio C Hamano2-1/+60
2022-01-10cache.h: drop duplicate `ensure_full_index()` declarationMartin Ågren1-2/+0
2022-01-09lazyload: use correct calling conventionsMatthias Aßhauer5-10/+15
2022-01-07fetch: fix deadlock when cleaning up lockfiles in async signalsPatrick Steinhardt4-11/+33
2022-01-05The seventh batchJunio C Hamano1-0/+49
2022-01-05i18n: turn even more messages into "cannot be used together" onesJean-Noël Avila23-41/+47
2022-01-05i18n: ref-filter: factorize "%(foo) atom used without %(bar) atom"Jean-Noël Avila1-4/+4
2022-01-05i18n: factorize "--foo outside a repository"Jean-Noël Avila1-3/+3
2022-01-05i18n: refactor "unrecognized %(foo) argument" stringsJean-Noël Avila1-7/+7
2022-01-05i18n: factorize "no directory given for --foo"Jean-Noël Avila1-3/+3
2022-01-05i18n: factorize "--foo requires --bar" and the likeJean-Noël Avila21-24/+24
2022-01-05i18n: tag.c factorize i18n stringsJean-Noël Avila1-9/+14
2022-01-05i18n: standardize "cannot open" and "cannot read"Jean-Noël Avila2-4/+4
2022-01-05i18n: turn "options are incompatible" into "cannot be used together"Jean-Noël Avila31-64/+64
2022-01-05i18n: refactor "%s, %s and %s are mutually exclusive"Jean-Noël Avila5-7/+7
2022-01-05i18n: refactor "foo and bar are mutually exclusive"Jean-Noël Avila10-13/+13
2022-01-05grep: align default colors with GNU grep onesLénaïc Huard1-3/+3
2022-01-05t/README: fix typoMarc Strapetz1-1/+1
2022-01-05stash: do not return before restoring untracked filesElijah Newren2-4/+29
2022-01-04subtree: fix argument handling in check_parentsJames Limbouris1-4/+3
2022-01-04The sixth batchJunio C Hamano1-0/+11
2021-12-30sparse-checkout: refuse to add to bad patternsDerrick Stolee3-3/+9
2021-12-30sparse-checkout: fix OOM error with mixed patternsDerrick Stolee2-1/+12
2021-12-30sparse-checkout: fix segfault on malformed patternsDerrick Stolee2-3/+22
2021-12-30SubmittingPatchs: clarify choice of base and testingJunio C Hamano1-14/+39
2021-12-30merge-ort: fix bug with renormalization and rename/delete conflictsElijah Newren2-3/+42
2021-12-26Makefile: don't invoke msgfmt with --statisticsÆvar Arnfjörð Bjarmason1-1/+1
2021-12-25Makefile: move -DPAGER_ENV from BASIC_CFLAGS to EXTRA_CPPFLAGSÆvar Arnfjörð Bjarmason1-5/+6
2021-12-25Makefile: correct the dependency graph of hook-list.hÆvar Arnfjörð Bjarmason1-2/+2
2021-12-25t/perf: do not run tests in user's $SHELLJohannes Altmanninger1-1/+1
2021-12-23reftable: support preset file mode for writingHan-Wen Nienhuys3-10/+56
2021-12-23reftable: signal overflowHan-Wen Nienhuys4-0/+44
2021-12-23reftable: fix typo in headerHan-Wen Nienhuys1-1/+1