summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)AuthorFilesLines
2023-08-21pretty: add %(decorate[:<options>]) formatAndy Koppe1-0/+27
2023-08-21decorate: color each token separatelyAndy Koppe1-19/+25
2023-08-18t4040: remove test that succeeded for a wrong reasonJunio C Hamano1-2/+1
2023-08-18diff: teach "--stat -w --exit-code" to notice differencesJunio C Hamano1-1/+1
2023-08-18diff: mode-only change should be noticed by "--patch -w --exit-code"Junio C Hamano1-1/+34
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-13t9001: fix indentation in test_no_confirm()Oswald Buddenhagen1-2/+2
2023-08-13t4053: avoid writing to unopened pipeJeff King1-4/+0
2023-08-11check-attr: integrate with sparse-indexShuqi Liang2-0/+16
2023-08-11attr.c: read attributes in a sparse directoryShuqi Liang1-1/+9
2023-08-11t1092: add tests for 'git check-attr'Shuqi Liang1-0/+49
2023-08-10maintenance: update schedule before configDerrick Stolee1-0/+13
2023-08-10maintenance: use random minute in systemd schedulerDerrick Stolee1-2/+13
2023-08-10rebase: allow overriding the maximal length of the generated labelsJohannes Schindelin1-0/+11
2023-08-10t/lib-rebase: improve documentation of set_fake_editor()Oswald Buddenhagen1-9/+12
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-08branch: error message checking out a branch in useRubén Justo2-2/+3
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-07branch: error message deleting a branch in useRubén Justo1-1/+13
2023-08-07t/lib-rebase: set_fake_editor(): handle FAKE_LINES more consistentlyOswald Buddenhagen1-1/+1
2023-08-07t/lib-rebase: set_fake_editor(): fix recognition of reset's short commandOswald Buddenhagen1-1/+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-06parse-options: no --[no-]no-...René Scharfe2-2/+4
2023-08-06parse-options: show negatability of options in short helpRené Scharfe4-38/+45
2023-08-06t1502: test option negationRené Scharfe3-0/+63
2023-08-06t1502: move optionspec help output to a fileRené Scharfe3-72/+42
2023-08-06t1502, docs: disallow --no-helpRené Scharfe1-3/+3
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-31checkout: allow "checkout -m path" to unmerge removed pathsJunio C Hamano2-2/+2
2023-07-31checkout/restore: add basic tests for --mergeJunio C Hamano2-0/+106
2023-07-31checkout/restore: refuse unmerging paths unless checking out of the indexJunio C Hamano2-2/+10
2023-07-31update-index: use unmerge_index_entry() to support removalJunio C Hamano1-4/+33