summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)Author
2021-09-27connect: also update offset for features without valuesAndrzej Hunt
2021-09-23difftool: fix symlink-file writing in dir-diff modeDavid Aguilar
2021-09-23http: match headers case-insensitively when redactingJeff King
2021-09-20clone: handle unborn branch in bare reposJeff King
2021-09-17git-cvsserver: protect against NULL in crypt(3)Carlo Marcelo Arenas Belón
2021-09-16git-cvsserver: use crypt correctly to compare password hashesCarlo Marcelo Arenas Belón
2021-09-16t0000: avoid masking git exit value through pipesCarlo Marcelo Arenas Belón
2021-09-15t1400: avoid SIGPIPE race condition on fifoJeff King
2021-09-10am: fix incorrect exit status on am fail to abortElijah Newren
2021-09-10t4151: add a few am --abort testsElijah Newren
2021-09-10stash: restore untracked files AFTER restoring tracked filesElijah Newren
2021-09-10stash: avoid feeding directories to update-indexElijah Newren
2021-09-10t3903: document a pair of directory/file bugsElijah Newren
2021-09-10t5562: use alarm() to interrupt timed child-waitJeff King
2021-09-07send-email: fix a "first config key wins" regression in v2.33.0Ævar Arnfjörð Bjarmason
2021-09-05apply: resolve trivial merge without hitting ll-merge with "--3way"Junio C Hamano
2021-09-03update-ref: fix streaming of status updatesPatrick Steinhardt
2021-09-01upload-pack.c: treat want-ref relative to namespaceKim Altintop
2021-09-01t5730: introduce fetch command helperKim Altintop
2021-08-31fast-export: fix anonymized tag using original lengthTal Kelrich
2021-08-30send-email: avoid incorrect header propagationMarvin Häuser
2021-08-30test-lib: set GIT_CEILING_DIRECTORIES to protect the surrounding repositorySZEDER Gábor
2021-08-27branch: allow deleting dangling branches with --forceRené Scharfe
2021-08-27logmsg_reencode(): warn when iconv() failsJeff King
2021-08-27checkout: make delayed checkout respect --quiet and --no-progressMatheus Tavares
2021-08-26column: fix parsing of the '--nl' optionSZEDER Gábor
2021-08-25diff-lib: ignore paths that are outside $cwd if --relative askedĐoàn Trần Công Danh
2021-08-25t6300: check for cat-file exit status codeĐoàn Trần Công Danh
2021-08-25t6300: don't run cat-file on non-existent objectĐoàn Trần Công Danh
2021-08-25t5323: drop mentions of "master"Jeff King
2021-08-24ls-remote: set packet_trace_identity(<name>)Ævar Arnfjörð Bjarmason
2021-08-24maintenance: skip bootout/bootstrap when plist is registeredDerrick Stolee
2021-08-24t9001: PATH must not use Windows-style pathsJohannes Sixt
2021-08-24t5582: remove spurious 'cd "$D"' lineMickey Endito
2021-08-23rebase -r: fix merge -c with a merge strategyPhillip Wood
2021-08-23rebase -r: don't write .git/MERGE_MSG when fast-forwardingPhillip Wood
2021-08-23rebase -i: add another reword testPhillip Wood
2021-08-20rebase -r: make 'merge -c' behave like rewordPhillip Wood
2021-08-18completion: bash: fix for suboptions with valueFelipe Contreras
2021-08-15commit: restore --edit when combined with --fixupJoel Klinghed
2021-08-13rebase --continue: remove .git/MERGE_MSGPhillip Wood
2021-08-13rebase --apply: restore some testsPhillip Wood
2021-08-13t3403: fix commit authorshipPhillip Wood
2021-08-11Merge branch 'jn/log-m-does-not-imply-p'Junio C Hamano
2021-08-10connect, protocol: log negotiated protocol versionJosh Steadmon
2021-08-10apply: keep buffer/size pair in sync when parsing binary hunksJeff King
2021-08-09Revert 'diff-merges: let "-m" imply "-p"'Jonathan Nieder
2021-08-06Merge branch 'cb/t7508-regexp-fix'Junio C Hamano
2021-08-06Merge branch 'fc/disable-checkwinsize'Junio C Hamano
2021-08-06test: fix for COLUMNS and bash 5Felipe Contreras