index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
t
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-27
Merge branch 'js/userdiff-php'
Junio C Hamano
2
-0
/
+14
2020-10-27
checkout-index: propagate errors to exit code
Jeff King
2
-1
/
+12
2020-10-27
checkout-index: drop error message from empty --stage=all
Jeff King
1
-1
/
+9
2020-10-27
test-pkt-line: drop colon from sideband identity
Jeff King
1
-1
/
+1
2020-10-27
remote: add meaningful exit code on missing/existing
Ævar Arnfjörð Bjarmason
1
-8
/
+8
2020-10-26
t/perf/fsmonitor: add benchmark for dirty status
Nipunn Koorapati
1
-0
/
+5
2020-10-26
t/perf/fsmonitor: perf comparison of multiple fsmonitor integrations
Nipunn Koorapati
1
-8
/
+14
2020-10-26
t/perf/fsmonitor: initialize test with git reset
Nipunn Koorapati
1
-2
/
+6
2020-10-26
t/perf/fsmonitor: factor setup for fsmonitor into function
Nipunn Koorapati
1
-2
/
+6
2020-10-26
t/perf/fsmonitor: silence initial git commit
Nipunn Koorapati
1
-1
/
+1
2020-10-26
t/perf/fsmonitor: shorten DESC to basename
Nipunn Koorapati
1
-1
/
+5
2020-10-26
t/perf/fsmonitor: factor description out for readability
Nipunn Koorapati
1
-10
/
+12
2020-10-26
t/perf/fsmonitor: improve error message if typoing hook name
Nipunn Koorapati
1
-1
/
+3
2020-10-26
t/perf/fsmonitor: move watchman setup to one-time-repo-setup
Nipunn Koorapati
1
-7
/
+9
2020-10-26
t/perf/fsmonitor: separate one time repo initialization
Nipunn Koorapati
1
-8
/
+11
2020-10-26
Merge branch 'jk/committer-date-is-author-date-fix'
Junio C Hamano
1
-2
/
+2
2020-10-26
t6423: add more details about direct resolution of directories
Elijah Newren
1
-16
/
+23
2020-10-26
t6423: note improved ort handling with untracked files
Elijah Newren
1
-71
/
+124
2020-10-26
t6423, t6436: note improved ort handling with dirty files
Elijah Newren
2
-119
/
+165
2020-10-26
merge tests: expect slight differences in output for recursive vs. ort
Elijah Newren
3
-6
/
+39
2020-10-26
t6423: expect improved conflict markers labels in the ort backend
Elijah Newren
1
-10
/
+28
2020-10-26
t6404, t6423: expect improved rename/delete handling in ort backend
Elijah Newren
2
-22
/
+62
2020-10-26
t6416: correct expectation for rename/rename(1to2) + directory/file
Elijah Newren
1
-2
/
+2
2020-10-26
merge tests: expect improved directory/file conflict handling in ort
Elijah Newren
6
-108
/
+314
2020-10-26
t/: new helper for tests that pass with ort but fail with recursive
Elijah Newren
6
-16
/
+34
2020-10-23
t1400: prepare for `main` being default branch name
Johannes Schindelin
1
-5
/
+5
2020-10-23
tests: prepare aligned mentions of the default branch name
Johannes Schindelin
8
-82
/
+82
2020-10-23
t9902: prepare a test for the upcoming default branch name
Johannes Schindelin
1
-3
/
+3
2020-10-23
t3200: prepare for `main` being shorter than `master`
Johannes Schindelin
1
-2
/
+2
2020-10-23
t5703: adjust a test case for the upcoming default branch name
Johannes Schindelin
1
-3
/
+3
2020-10-23
t6200: adjust suppression pattern to also match "main"
Johannes Schindelin
1
-1
/
+1
2020-10-23
tests: start moving to a different default main branch name
Johannes Schindelin
4
-4
/
+21
2020-10-23
t9801: use `--` in preparation for default branch rename
Johannes Schindelin
1
-6
/
+6
2020-10-23
rebase: fix broken email with --committer-date-is-author-date
Jeff King
1
-4
/
+4
2020-10-23
am: fix broken email with --committer-date-is-author-date
Jeff King
1
-1
/
+1
2020-10-23
t3436: check --committer-date-is-author-date result more carefully
Jeff King
1
-7
/
+7
2020-10-22
t7102: prepare expected output inside test_expect_* block
Junio C Hamano
1
-123
/
+121
2020-10-22
t7201: put each command on a separate line
Charvi Mendiratta
1
-8
/
+18
2020-10-22
t7201: use 'git -C' to avoid subshell
Charvi Mendiratta
1
-8
/
+2
2020-10-22
t7102,t7201: remove whitespace after redirect operator
Charvi Mendiratta
2
-21
/
+21
2020-10-22
userdiff: support Bash
Victor Engmark
16
-0
/
+67
2020-10-21
perl: check for perl warnings while running tests
Jeff King
1
-0
/
+6
2020-10-21
t7006: Use test_path_is_* functions in test script
Joey Salazar
1
-42
/
+42
2020-10-20
apply: when -R, also reverse list of sections
Jonathan Tan
2
-0
/
+16
2020-10-20
sideband: avoid reporting incomplete sideband messages
Johannes Schindelin
2
-0
/
+29
2020-10-20
t7102,t7201: remove unnecessary blank spaces in test body
Charvi Mendiratta
2
-34
/
+0
2020-10-20
t7101,t7102,t7201: modernize test formatting
Charvi Mendiratta
3
-65
/
+56
2020-10-20
diff: add -I<regex> that ignores matching changes
Michał Kępień
2
-0
/
+140
2020-10-20
p7519-fsmonitor: add a git add benchmark
Nipunn Koorapati
1
-0
/
+4
2020-10-20
p7519-fsmonitor: refactor to avoid code duplication
Nipunn Koorapati
1
-99
/
+37
[prev]
[next]