summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)AuthorFilesLines
2024-03-14Merge branch 'jh/fsmonitor-icase-corner-case-fix'Junio C Hamano1-0/+223
2024-03-14Merge branch 'so/clean-dry-run-without-force'Junio C Hamano1-0/+6
2024-03-14checkout: plug some leaks in git-restoreRubén Justo4-0/+4
2024-03-14checkout: fix interaction between --conflict and --mergePhillip Wood1-0/+60
2024-03-14checkout: cleanup --conflict=<style> parsingPhillip Wood1-0/+6
2024-03-14t0006: add more tests with a negative TZ offsetBeat Bolli1-0/+8
2024-03-13date: make "iso-strict" conforming for the UTC timezoneBeat Bolli1-0/+1
2024-03-13status: allow --untracked=false and friendsJunio C Hamano1-10/+22
2024-03-12t5601: exercise clones with "includeIf.*.onbranch"Patrick Steinhardt1-0/+12
2024-03-12config: allow multi-byte core.commentCharJeff King3-2/+19
2024-03-12config: forbid newline as core.commentCharJeff King1-0/+5
2024-03-11Merge branch 'sj/t9117-path-is-file'Junio C Hamano1-8/+8
2024-03-11Merge branch 'rs/t-ctype-simplify'Junio C Hamano1-54/+27
2024-03-11Merge branch 'js/merge-base-with-missing-commit'Junio C Hamano2-4/+19
2024-03-11setup: notice more types of implicit bare repositoriesJunio C Hamano1-4/+22
2024-03-07Merge branch 'ps/remote-helper-repo-initialization-fix'Junio C Hamano1-0/+5
2024-03-07Merge branch 'jk/upload-pack-v2-capability-cleanup'Junio C Hamano1-0/+19
2024-03-07Merge branch 'jk/upload-pack-bounded-resources'Junio C Hamano2-2/+23
2024-03-07Merge branch 'ps/reftable-repo-init-fix'Junio C Hamano1-0/+12
2024-03-07Merge branch 'jt/commit-redundant-scissors-fix'Junio C Hamano1-0/+5
2024-03-07Merge branch 'js/merge-tree-3-trees'Junio C Hamano2-1/+34
2024-03-07Merge branch 'cc/rev-list-allow-missing-tips'Junio C Hamano1-3/+72
2024-03-07Merge branch 'jc/no-lazy-fetch'Junio C Hamano1-0/+15
2024-03-07wt-status: don't find scissors line beyond buf lenFlorian Schmidt1-0/+14
2024-03-07trace2: emit 'def_param' set with 'cmd_name' eventJeff Hostetler1-3/+3
2024-03-07trace2: avoid emitting 'def_param' set more than onceJeff Hostetler1-1/+1
2024-03-07t0211: demonstrate missing 'def_param' events for certain commandsJeff Hostetler1-0/+231
2024-03-06t7301: use test_path_is_(missing|file)Vincenzo Mezzela1-245/+245
2024-03-06fsmonitor: support case-insensitive eventsJeff Hostetler1-10/+16
2024-03-06t0610: remove unused variable assignmentPatrick Steinhardt1-1/+0
2024-03-05tests: modernize the test script t0010-racy-git.shAryan Gupta1-15/+14
2024-03-05branch: advise about ref syntax rulesKristoffer Haugsbakk1-0/+10
2024-03-05t3200: improve test styleKristoffer Haugsbakk1-58/+55
2024-03-05Merge branch 'kn/for-all-refs'Junio C Hamano2-6/+37
2024-03-05Merge branch 'pb/ort-make-submodule-conflict-message-an-advice'Junio C Hamano2-8/+8
2024-03-05Merge branch 'jk/reflog-special-cases-fix'Junio C Hamano1-15/+34
2024-03-05Merge branch 'jk/textconv-cache-outside-repo-fix'Junio C Hamano1-0/+22
2024-03-04clean: further clean-up of implementation around "--force"Junio C Hamano1-0/+6
2024-03-04setup: remove unnecessary variableGhanshyam Thakkar2-16/+5
2024-03-04t9117: prefer test_path_* helper functionsshejialuo1-8/+8
2024-03-03completion: reflog show <log-options>Rubén Justo1-1/+4
2024-03-03completion: reflog with implicit "show"Rubén Justo1-0/+11
2024-03-03parse-options: detect ambiguous self-negationRené Scharfe1-0/+11
2024-03-03parse-options: recognize abbreviated negated option with argRené Scharfe1-0/+16
2024-03-03t-ctype: avoid duplicating class namesRené Scharfe1-40/+24
2024-03-03t-ctype: align output of iRené Scharfe1-1/+1
2024-03-03t-ctype: simplify EOF checkRené Scharfe1-2/+1
2024-03-03t-ctype: allow NUL anywhere in the specification stringRené Scharfe1-14/+4
2024-03-02test_i18ngrep: hard deprecate and forbid its useJunio C Hamano1-2/+1
2024-03-01Merge branch 'ps/reflog-list' into HEADJunio C Hamano5-26/+140