summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2021-07-05l10n: id.po: fix mismatched variable namesBagas Sanjaya-3/+3
2021-07-02perf: fix when running with TEST_OUTPUT_DIRECTORYPatrick Steinhardt-13/+24
2021-07-01string-list.h users: change to use *_{nodup,dup}()Ævar Arnfjörð Bjarmason-13/+13
2021-07-01string-list.[ch]: add a string_list_init_{nodup,dup}()Ævar Arnfjörð Bjarmason-4/+25
2021-07-01dir.[ch]: replace dir_init() with DIR_INITÆvar Arnfjörð Bjarmason-27/+13
2021-07-01*.c *_init(): define in terms of corresponding *_INIT macroÆvar Arnfjörð Bjarmason-15/+12
2021-07-01*.h: move some *_INIT to designated initializersÆvar Arnfjörð Bjarmason-5/+13
2021-07-01test-lib: avoid accidental globbing in match_pattern_list()Jeff King-12/+22
2021-07-01Merge branch 'zh/cat-file-batch-fix' into zh/ref-filter-raw-dataJunio C Hamano-6/+26
2021-06-30fetch: document the --negotiate-only optionÆvar Arnfjörð Bjarmason-3/+13
2021-06-30send-pack.c: move "no refs in common" abort earlierÆvar Arnfjörð Bjarmason-5/+6
2021-06-30merge-recursive: handle rename-to-self caseElijah Newren-9/+16
2021-06-30merge-ort: ensure we consult df_conflict and path_conflictsElijah Newren-4/+8
2021-06-30t6423: test directory renames causing rename-to-selfElijah Newren-0/+175
2021-06-30grep: report missing left operand of --andRené Scharfe-0/+11
2021-06-29xmmap: inform Linux users of tuning knobs on ENOMEMEric Wong-5/+22
2021-06-29test-lib.sh: set COLUMNS=80 for --verbose repeatabilityÆvar Arnfjörð Bjarmason-2/+3
2021-06-29Makefile: add QUIET_GEN to "cscope" targetÆvar Arnfjörð Bjarmason-1/+1
2021-06-29Makefile: move ".PHONY: cscope" near its targetÆvar Arnfjörð Bjarmason-1/+2
2021-06-29Makefile: add and use the ".DELETE_ON_ERROR" flagÆvar Arnfjörð Bjarmason-11/+18
2021-06-28midx: report checksum mismatches during 'verify'Taylor Blau-0/+8
2021-06-28midx: don't reuse corrupt MIDXs when writingTaylor Blau-0/+18
2021-06-28commit-graph: rewrite to use checksum_valid()Taylor Blau-8/+6
2021-06-28csum-file: introduce checksum_valid()Taylor Blau-10/+20
2021-06-28ci: upgrade to using actions/{up,down}load-artifacts v2Johannes Schindelin-8/+8
2021-06-28ci (vs-build): use `cmd` to copy the DLLs, not `powershell`Johannes Schindelin-4/+2
2021-06-28ci: use the new GitHub Action to download git-sdk-64-minimalJohannes Schindelin-84/+19
2021-06-28add_ref_decoration(): rename s/type/deco_type/Jeff King-7/+7
2021-06-28load_ref_decorations(): avoid parsing non-tag objectsJeff King-2/+4
2021-06-28object.h: add lookup_object_by_type() functionJeff King-18/+25
2021-06-28object.h: expand docstring for lookup_unknown_object()Jeff King-1/+12
2021-06-28log: avoid loading decorations for userformats that don't need itJeff King-0/+8
2021-06-28pretty.h: update and expand docstring for userformat_find_requirements()Jeff King-2/+5
2021-06-28submodule: remove unnecessary `prefix` based option logicKaartic Sivaraam-7/+7
2021-06-28pack-objects tests: cover blindspots in stdin handlingÆvar Arnfjörð Bjarmason-0/+85
2021-06-28config: normalize the path of the system gitconfigJohannes Schindelin-3/+4
2021-06-28cmake(windows): set correct path to the system Git configDennis Ameling-4/+7
2021-06-28mingw: move Git for Windows' system config where users expect itJohannes Schindelin-0/+10
2021-06-28config.mak.uname: PCRE1 cleanupCarlo Marcelo Arenas Belón-1/+1
2021-06-28Documentation: fix typo in the --patch option of the commit commandBeshr Kayali-1/+1
2021-06-28pager: avoid setting COLUMNS when we're guessing its valueJohannes Schindelin-3/+13
2021-06-28git-worktree.txt: fix typo in example pathAndrei Rybak-1/+1
2021-06-28t: fix typos in test messagesAndrei Rybak-2/+2
2021-06-28blame: correct name of config option in docsAndrei Rybak-1/+1
2021-06-28promisor-remote: teach lazy-fetch in any repoJonathan Tan-9/+76
2021-06-28run-command: refactor subprocess env preparationJonathan Tan-16/+24
2021-06-28submodule: refrain from filtering GIT_CONFIG_COUNTJonathan Tan-1/+2
2021-06-28promisor-remote: support per-repository configJonathan Tan-46/+82
2021-06-28repository: move global r_f_p_c to repo structJonathan Tan-20/+23
2021-06-28git-p4: fix failed submit by skip non-text data filesdorgon.chang-2/+5