summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-07-06ci (windows): transfer also the Git-tracked files to the test jobsJohannes Schindelin1-10/+12
2021-07-06bundle: remove "ref_list" in favor of string-list.c APIÆvar Arnfjörð Bjarmason4-43/+50
2021-07-06bundle.c: use a temporary variable for OIDs and namesÆvar Arnfjörð Bjarmason2-10/+22
2021-07-06bundle cmd: stop leaking memory from parse_options_cmd_bundle()Ævar Arnfjörð Bjarmason1-21/+41
2021-07-05l10n: id.po: fix mismatched variable namesBagas Sanjaya1-3/+3
2021-07-02perf: fix when running with TEST_OUTPUT_DIRECTORYPatrick Steinhardt3-13/+24
2021-07-01string-list.h users: change to use *_{nodup,dup}()Ævar Arnfjörð Bjarmason8-13/+13
2021-07-01string-list.[ch]: add a string_list_init_{nodup,dup}()Ævar Arnfjörð Bjarmason2-4/+25
2021-07-01dir.[ch]: replace dir_init() with DIR_INITÆvar Arnfjörð Bjarmason10-27/+13
2021-07-01*.c *_init(): define in terms of corresponding *_INIT macroÆvar Arnfjörð Bjarmason6-15/+12
2021-07-01*.h: move some *_INIT to designated initializersÆvar Arnfjörð Bjarmason4-5/+13
2021-07-01test-lib: avoid accidental globbing in match_pattern_list()Jeff King1-12/+22
2021-07-01Merge branch 'zh/cat-file-batch-fix' into zh/ref-filter-raw-dataJunio C Hamano2-6/+26
2021-06-30fetch: document the --negotiate-only optionÆvar Arnfjörð Bjarmason2-3/+13
2021-06-30send-pack.c: move "no refs in common" abort earlierÆvar Arnfjörð Bjarmason1-5/+6
2021-06-30merge-recursive: handle rename-to-self caseElijah Newren2-9/+16
2021-06-30merge-ort: ensure we consult df_conflict and path_conflictsElijah Newren2-4/+8
2021-06-30t6423: test directory renames causing rename-to-selfElijah Newren1-0/+175
2021-06-30grep: report missing left operand of --andRené Scharfe2-0/+11
2021-06-29xmmap: inform Linux users of tuning knobs on ENOMEMEric Wong5-5/+22
2021-06-29test-lib.sh: set COLUMNS=80 for --verbose repeatabilityÆvar Arnfjörð Bjarmason1-2/+3
2021-06-29Makefile: add QUIET_GEN to "cscope" targetÆvar Arnfjörð Bjarmason1-1/+1
2021-06-29Makefile: move ".PHONY: cscope" near its targetÆvar Arnfjörð Bjarmason1-1/+2
2021-06-29Makefile: add and use the ".DELETE_ON_ERROR" flagÆvar Arnfjörð Bjarmason1-11/+18
2021-06-28midx: report checksum mismatches during 'verify'Taylor Blau2-0/+8
2021-06-28midx: don't reuse corrupt MIDXs when writingTaylor Blau2-0/+18
2021-06-28commit-graph: rewrite to use checksum_valid()Taylor Blau1-8/+6
2021-06-28csum-file: introduce checksum_valid()Taylor Blau3-10/+20
2021-06-28ci: upgrade to using actions/{up,down}load-artifacts v2Johannes Schindelin1-8/+8
2021-06-28ci (vs-build): use `cmd` to copy the DLLs, not `powershell`Johannes Schindelin1-4/+2
2021-06-28ci: use the new GitHub Action to download git-sdk-64-minimalJohannes Schindelin1-84/+19
2021-06-28add_ref_decoration(): rename s/type/deco_type/Jeff King1-7/+7
2021-06-28load_ref_decorations(): avoid parsing non-tag objectsJeff King1-2/+4
2021-06-28object.h: add lookup_object_by_type() functionJeff King3-18/+25
2021-06-28object.h: expand docstring for lookup_unknown_object()Jeff King1-1/+12
2021-06-28log: avoid loading decorations for userformats that don't need itJeff King3-0/+8
2021-06-28pretty.h: update and expand docstring for userformat_find_requirements()Jeff King1-2/+5
2021-06-28submodule: remove unnecessary `prefix` based option logicKaartic Sivaraam1-7/+7
2021-06-28pack-objects tests: cover blindspots in stdin handlingÆvar Arnfjörð Bjarmason1-0/+85
2021-06-28config: normalize the path of the system gitconfigJohannes Schindelin1-3/+4
2021-06-28cmake(windows): set correct path to the system Git configDennis Ameling1-4/+7
2021-06-28mingw: move Git for Windows' system config where users expect itJohannes Schindelin1-0/+10
2021-06-28config.mak.uname: PCRE1 cleanupCarlo Marcelo Arenas Belón1-1/+1
2021-06-28Documentation: fix typo in the --patch option of the commit commandBeshr Kayali1-1/+1
2021-06-28pager: avoid setting COLUMNS when we're guessing its valueJohannes Schindelin1-3/+13
2021-06-28git-worktree.txt: fix typo in example pathAndrei Rybak1-1/+1
2021-06-28t: fix typos in test messagesAndrei Rybak2-2/+2
2021-06-28blame: correct name of config option in docsAndrei Rybak1-1/+1
2021-06-28promisor-remote: teach lazy-fetch in any repoJonathan Tan7-9/+76
2021-06-28run-command: refactor subprocess env preparationJonathan Tan3-16/+24