Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)Author
2023-11-02Merge branch 'jc/diff-exit-code-with-w-fixes' into maint-2.42Junio C Hamano
2023-11-02Merge branch 'tb/commit-graph-verify-fix' into maint-2.42Junio C Hamano
2023-11-02Merge branch 'ds/scalar-updates' into maint-2.42Junio C Hamano
2023-11-02Merge branch 'mp/rebase-label-length-limit' into maint-2.42Junio C Hamano
2023-11-02Merge branch 'jk/test-lsan-denoise-output' into maint-2.42Junio C Hamano
2023-08-29leak tests: mark t5583-push-branches.sh as leak-freeTaylor Blau
2023-08-29leak tests: mark t3321-notes-stripspace.sh as leak-freeTaylor Blau
2023-08-29leak tests: mark a handful of tests as leak-freeTaylor Blau
2023-08-28test-lib: ignore uninteresting LSan outputJeff King
2023-08-28scalar: add --[no-]src optionDerrick Stolee
2023-08-22diff: the -w option breaks --exit-code for --raw and other output modesJunio C Hamano
2023-08-22commit-graph: avoid repeated mixed generation number warningsTaylor Blau
2023-08-22t/t5318-commit-graph.sh: test generation zero transitions during fsckTaylor Blau
2023-08-22commit-graph: introduce `commit_graph_generation_from_graph()`Taylor Blau
2023-08-19t4040: remove test that succeeded for a wrong reasonJunio C Hamano
2023-08-19diff: teach "--stat -w --exit-code" to notice differencesJunio C Hamano
2023-08-19diff: mode-only change should be noticed by "--patch -w --exit-code"Junio C Hamano
2023-08-15Merge branch 'pw/diff-no-index-from-named-pipes'Junio C Hamano
2023-08-15Merge branch 'st/mv-lstat-fix'Junio C Hamano
2023-08-15Merge branch 'jc/send-email-pre-process-fix'Junio C Hamano
2023-08-14Merge branch 'js/allow-t4000-to-be-indented-with-spaces'Junio C Hamano
2023-08-14Merge branch 'jk/send-email-with-new-readline'Junio C Hamano
2023-08-14t4053: avoid writing to unopened pipeJeff King
2023-08-10rebase: allow overriding the maximal length of the generated labelsJohannes Schindelin
2023-08-10t4053: avoid race when killing background processesPhillip Wood
2023-08-10Merge branch 'pw/rebase-skip-commit-message-fix'Junio C Hamano
2023-08-10Merge branch 'bc/ident-dot-is-no-longer-crud-letter'Junio C Hamano
2023-08-09t9001: remove excessive GIT_SEND_EMAIL_NOTTY=1Oswald Buddenhagen
2023-08-09mv: handle lstat() failure correctlySebastian Thiel
2023-08-09send-email: avoid creating more than one Term::ReadLine objectJeff King
2023-08-09t0040: declare non-tab indentation to be okay in this scriptJohannes Schindelin
2023-08-07Merge branch 'rs/bundle-parseopt-cleanup'Junio C Hamano
2023-08-07Merge branch 'tb/commit-graph-tests'Junio C Hamano
2023-08-04Merge branch 'jc/branch-in-use-error-message'Junio C Hamano
2023-08-04Merge branch 'hy/blame-in-bare-with-contents'Junio C Hamano
2023-08-04Merge branch 'jc/parse-options-short-help'Junio C Hamano
2023-08-04Merge branch 'ja/worktree-orphan-fix'Junio C Hamano
2023-08-03rebase --skip: fix commit message clean up when skipping squashPhillip Wood
2023-08-02ident: don't consider '.' a crudbrian m. carlson
2023-08-02Merge branch 'ks/ref-filter-describe'Junio C Hamano
2023-08-02Merge branch 'ah/sequencer-rewrite-todo-fix'Junio C Hamano
2023-08-02Merge branch 'bb/use-trace2-counters-for-fsync-stats'Junio C Hamano
2023-07-31bundle: use OPT_PASSTHRU_ARGVRené Scharfe
2023-07-28Merge branch 'rs/describe-parseopt-fix'Junio C Hamano
2023-07-28Merge branch 'jc/parse-options-reset'Junio C Hamano
2023-07-28Merge branch 'jc/parse-options-show-branch'Junio C Hamano
2023-07-28Merge branch 'jc/transport-parseopt-fix'Junio C Hamano
2023-07-27t2400: rewrite regex to avoid unintentional PCREJacob Abel
2023-07-27t2400: drop no-op `--sq` from rev-parse callJacob Abel
2023-07-27Merge branch 'jc/branch-parseopt-fix'Junio C Hamano