summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)AuthorFilesLines
2023-08-15Merge branch 'pw/diff-no-index-from-named-pipes'Junio C Hamano1-6/+2
2023-08-15Merge branch 'st/mv-lstat-fix'Junio C Hamano1-0/+7
2023-08-15Merge branch 'jc/send-email-pre-process-fix'Junio C Hamano1-1/+0
2023-08-14Merge branch 'js/allow-t4000-to-be-indented-with-spaces'Junio C Hamano1-0/+1
2023-08-14Merge branch 'jk/send-email-with-new-readline'Junio C Hamano1-2/+3
2023-08-13t4053: avoid writing to unopened pipeJeff King1-4/+0
2023-08-10t4053: avoid race when killing background processesPhillip Wood1-2/+2
2023-08-09Merge branch 'pw/rebase-skip-commit-message-fix'Junio C Hamano3-32/+74
2023-08-09Merge branch 'bc/ident-dot-is-no-longer-crud-letter'Junio C Hamano2-3/+12
2023-08-09t9001: remove excessive GIT_SEND_EMAIL_NOTTY=1Oswald Buddenhagen1-1/+0
2023-08-09mv: handle lstat() failure correctlySebastian Thiel1-0/+7
2023-08-08send-email: avoid creating more than one Term::ReadLine objectJeff King1-2/+3
2023-08-08t0040: declare non-tab indentation to be okay in this scriptJohannes Schindelin1-0/+1
2023-08-07Merge branch 'rs/bundle-parseopt-cleanup'Junio C Hamano1-0/+6
2023-08-07Merge branch 'tb/commit-graph-tests'Junio C Hamano3-242/+224
2023-08-04Merge branch 'jc/branch-in-use-error-message'Junio C Hamano1-5/+5
2023-08-04Merge branch 'hy/blame-in-bare-with-contents'Junio C Hamano1-0/+9
2023-08-04Merge branch 'jc/parse-options-short-help'Junio C Hamano2-2/+5
2023-08-04Merge branch 'ja/worktree-orphan-fix'Junio C Hamano1-7/+7
2023-08-03rebase --skip: fix commit message clean up when skipping squashPhillip Wood3-32/+74
2023-08-02ident: don't consider '.' a crudbrian m. carlson2-3/+12
2023-08-02Merge branch 'ks/ref-filter-describe'Junio C Hamano1-0/+138
2023-08-02Merge branch 'ah/sequencer-rewrite-todo-fix'Junio C Hamano1-0/+26
2023-08-02Merge branch 'bb/use-trace2-counters-for-fsync-stats'Junio C Hamano1-3/+3
2023-07-31bundle: use OPT_PASSTHRU_ARGVRené Scharfe1-0/+6
2023-07-28Merge branch 'rs/describe-parseopt-fix'Junio C Hamano1-0/+8
2023-07-27Merge branch 'jc/parse-options-reset'Junio C Hamano1-0/+10
2023-07-27Merge branch 'jc/parse-options-show-branch'Junio C Hamano1-0/+25
2023-07-27Merge branch 'jc/transport-parseopt-fix'Junio C Hamano1-0/+11
2023-07-26t2400: rewrite regex to avoid unintentional PCREJacob Abel1-6/+6
2023-07-26t2400: drop no-op `--sq` from rev-parse callJacob Abel1-1/+1
2023-07-26Merge branch 'jc/branch-parseopt-fix'Junio C Hamano1-0/+16
2023-07-26Merge branch 'rs/ls-tree-no-full-name-fix'Junio C Hamano1-0/+8
2023-07-25Merge branch 'jk/nested-points-at'Junio C Hamano1-0/+2
2023-07-25Merge branch 'rs/ref-filter-signature-fix'Junio C Hamano1-1/+2
2023-07-25Merge branch 'jk/unused-parameter'Junio C Hamano3-8/+2
2023-07-25Merge branch 'dk/t4002-syntaxo-fix'Junio C Hamano1-1/+1
2023-07-25Merge branch 'ah/advise-force-pushing'Junio C Hamano1-25/+23
2023-07-24t/lib-commit-graph.sh: avoid sub-shell in `graph_git_behavior()`Taylor Blau1-8/+5
2023-07-24t5328: avoid top-level directory changesTaylor Blau1-27/+27
2023-07-24t5318: avoid top-level directory changesTaylor Blau1-206/+172
2023-07-24t/lib-commit-graph.sh: avoid directory change in `graph_git_behavior()`Taylor Blau1-6/+15
2023-07-24t/lib-commit-graph.sh: allow `graph_read_expect()` in sub-directoriesTaylor Blau1-3/+13
2023-07-24ref-filter: add new "describe" atomKousik Sanagavarapu1-0/+138
2023-07-24sequencer: finish parsing the todo list despite an invalid first lineAlex Henrie1-0/+26
2023-07-21branch: update the message to refuse touching a branch in-useJunio C Hamano1-5/+5
2023-07-21Merge branch 'tb/refs-exclusion-and-packed-refs'Junio C Hamano6-1/+170
2023-07-21describe: fix --no-exact-matchRené Scharfe1-0/+8
2023-07-21blame: allow --contents to work with bare repoHan Young1-0/+9
2023-07-20wrapper: use trace2 counters to collect fsync statsBeat Bolli1-3/+3