summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-07-06t7509: avoid direct file access for writing CHERRY_PICK_HEADLibravatar Han-Wen Nienhuys1-2/+2
2021-07-06t1415: avoid direct filesystem access for writing refsLibravatar Han-Wen Nienhuys1-6/+4
2021-07-06t6402: preserve git exit status codeLibravatar Đoàn Trần Công Danh1-68/+64
2021-07-06t6400: preserve git ls-files exit status codeLibravatar Đoàn Trần Công Danh1-8/+8
2021-07-06test-lib-functions: introduce test_stdout_line_countLibravatar Đoàn Trần Công Danh1-0/+26
2021-07-06ci: accelerate the checkoutLibravatar Johannes Schindelin1-5/+5
2021-07-06ci (vs-build): build with NO_GETTEXTLibravatar Dennis Ameling1-2/+2
2021-07-06artifacts-tar: respect NO_GETTEXTLibravatar Johannes Schindelin1-1/+4
2021-07-06ci (windows): transfer also the Git-tracked files to the test jobsLibravatar Johannes Schindelin1-10/+12
2021-07-06bundle: remove "ref_list" in favor of string-list.c APILibravatar Ævar Arnfjörð Bjarmason4-43/+50
2021-07-06bundle.c: use a temporary variable for OIDs and namesLibravatar Ævar Arnfjörð Bjarmason2-10/+22
2021-07-06bundle cmd: stop leaking memory from parse_options_cmd_bundle()Libravatar Ævar Arnfjörð Bjarmason1-21/+41
2021-07-01string-list.h users: change to use *_{nodup,dup}()Libravatar Ævar Arnfjörð Bjarmason8-13/+13
2021-07-01string-list.[ch]: add a string_list_init_{nodup,dup}()Libravatar Ævar Arnfjörð Bjarmason2-4/+25
2021-07-01dir.[ch]: replace dir_init() with DIR_INITLibravatar Ævar Arnfjörð Bjarmason10-27/+13
2021-07-01*.c *_init(): define in terms of corresponding *_INIT macroLibravatar Ævar Arnfjörð Bjarmason6-15/+12
2021-07-01*.h: move some *_INIT to designated initializersLibravatar Ævar Arnfjörð Bjarmason4-5/+13
2021-07-01test-lib: avoid accidental globbing in match_pattern_list()Libravatar Jeff King1-12/+22
2021-06-30fetch: document the --negotiate-only optionLibravatar Ævar Arnfjörð Bjarmason2-3/+13
2021-06-30send-pack.c: move "no refs in common" abort earlierLibravatar Ævar Arnfjörð Bjarmason1-5/+6
2021-06-30merge-recursive: handle rename-to-self caseLibravatar Elijah Newren2-9/+16
2021-06-30merge-ort: ensure we consult df_conflict and path_conflictsLibravatar Elijah Newren2-4/+8
2021-06-30t6423: test directory renames causing rename-to-selfLibravatar Elijah Newren1-0/+175
2021-06-30grep: report missing left operand of --andLibravatar René Scharfe2-0/+11
2021-06-29xmmap: inform Linux users of tuning knobs on ENOMEMLibravatar Eric Wong5-5/+22
2021-06-29test-lib.sh: set COLUMNS=80 for --verbose repeatabilityLibravatar Ævar Arnfjörð Bjarmason1-2/+3
2021-06-29Makefile: add and use the ".DELETE_ON_ERROR" flagLibravatar Ævar Arnfjörð Bjarmason1-11/+18
2021-06-28midx: report checksum mismatches during 'verify'Libravatar Taylor Blau2-0/+8
2021-06-28midx: don't reuse corrupt MIDXs when writingLibravatar Taylor Blau2-0/+18
2021-06-28commit-graph: rewrite to use checksum_valid()Libravatar Taylor Blau1-8/+6
2021-06-28csum-file: introduce checksum_valid()Libravatar Taylor Blau3-10/+20
2021-06-28ci: upgrade to using actions/{up,down}load-artifacts v2Libravatar Johannes Schindelin1-8/+8
2021-06-28ci (vs-build): use `cmd` to copy the DLLs, not `powershell`Libravatar Johannes Schindelin1-4/+2
2021-06-28ci: use the new GitHub Action to download git-sdk-64-minimalLibravatar Johannes Schindelin1-84/+19
2021-06-28submodule: remove unnecessary `prefix` based option logicLibravatar Kaartic Sivaraam1-7/+7
2021-06-28config: normalize the path of the system gitconfigLibravatar Johannes Schindelin1-3/+4
2021-06-28cmake(windows): set correct path to the system Git configLibravatar Dennis Ameling1-4/+7
2021-06-28mingw: move Git for Windows' system config where users expect itLibravatar Johannes Schindelin1-0/+10
2021-06-28config.mak.uname: PCRE1 cleanupLibravatar Carlo Marcelo Arenas Belón1-1/+1
2021-06-28Documentation: fix typo in the --patch option of the commit commandLibravatar Beshr Kayali1-1/+1
2021-06-28pager: avoid setting COLUMNS when we're guessing its valueLibravatar Johannes Schindelin1-3/+13
2021-06-28git-worktree.txt: fix typo in example pathLibravatar Andrei Rybak1-1/+1
2021-06-28t: fix typos in test messagesLibravatar Andrei Rybak2-2/+2
2021-06-28blame: correct name of config option in docsLibravatar Andrei Rybak1-1/+1
2021-06-28promisor-remote: teach lazy-fetch in any repoLibravatar Jonathan Tan7-9/+76
2021-06-28run-command: refactor subprocess env preparationLibravatar Jonathan Tan3-16/+24
2021-06-28submodule: refrain from filtering GIT_CONFIG_COUNTLibravatar Jonathan Tan1-1/+2
2021-06-28promisor-remote: support per-repository configLibravatar Jonathan Tan4-46/+82
2021-06-28repository: move global r_f_p_c to repo structLibravatar Jonathan Tan5-20/+23
2021-06-28git-p4: fix failed submit by skip non-text data filesLibravatar dorgon.chang1-2/+5