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
2021-07-14
status: skip sparse-checkout percentage with sparse-index
Derrick Stolee
1
-0
/
+8
2021-07-14
t1092: add tests for status/add and sparse files
Derrick Stolee
1
-0
/
+38
2021-07-14
t1092: expand repository data shape
Derrick Stolee
1
-3
/
+41
2021-07-14
t1092: replace incorrect 'echo' with 'cat'
Derrick Stolee
1
-1
/
+1
2021-07-14
sparse-index: skip indexes with unmerged entries
Derrick Stolee
1
-0
/
+22
2021-07-14
load_ref_decorations(): fix decoration with tags
Jeff King
1
-0
/
+14
2021-07-14
t2400: clean up '"add" worktree with lock' test
Stephen Manz
1
-1
/
+1
2021-07-13
Merge branch 'rs/grep-parser-fix'
Junio C Hamano
1
-0
/
+9
2021-07-13
Merge branch 'ab/pre-auto-gc-hook-test'
Junio C Hamano
1
-0
/
+46
2021-07-13
Merge branch 'jk/union-merge-binary'
Junio C Hamano
1
-0
/
+18
2021-07-13
Merge branch 'ab/describe-tests-fix'
Junio C Hamano
1
-62
/
+72
2021-07-13
Merge branch 'ab/pickaxe-pcre2'
Junio C Hamano
3
-18
/
+170
2021-07-13
Merge branch 'hn/prep-tests-for-reftable'
Junio C Hamano
18
-159
/
+170
2021-07-13
Merge branch 'zh/cat-file-batch-fix'
Junio C Hamano
1
-0
/
+22
2021-07-13
advice.h: add missing __attribute__((format)) & fix usage
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2021-07-12
submodule: prefix die messages with 'fatal'
Atharva Raykar
2
-7
/
+7
2021-07-12
rev-list: add option for --pretty=format without header
brian m. carlson
1
-2
/
+78
2021-07-09
commit: remove irrelavent prompt on `--allow-empty-message`
Hu Jialun
1
-1
/
+1
2021-07-08
Merge branch 'ar/test-code-cleanup'
Junio C Hamano
5
-5
/
+5
2021-07-08
Merge branch 'ab/cmd-foo-should-return'
Junio C Hamano
4
-4
/
+4
2021-07-08
Merge branch 'ab/fix-columns-to-80-during-tests'
Junio C Hamano
1
-2
/
+3
2021-07-08
Merge branch 'ar/more-typofix'
Junio C Hamano
2
-2
/
+2
2021-07-08
Merge branch 'jk/test-without-readlink-1'
Junio C Hamano
3
-3
/
+9
2021-07-08
Merge branch 'jx/sideband-cleanup'
Junio C Hamano
31
-1013
/
+1013
2021-07-08
Merge branch 'jk/test-avoid-globmatch-with-skip-patterns'
Junio C Hamano
1
-12
/
+22
2021-07-08
Merge branch 'ab/config-hooks-path-testfix'
Junio C Hamano
1
-0
/
+1
2021-07-08
Merge branch 'jx/t6020-with-older-bash'
Junio C Hamano
1
-19
/
+31
2021-07-08
Merge branch 'ar/typofix'
Junio C Hamano
2
-2
/
+2
2021-07-08
Merge branch 'dd/svn-test-wo-locale-a'
Junio C Hamano
4
-22
/
+24
2021-07-08
fetch: fix segfault in --negotiate-only without --negotiation-tip=*
Ævar Arnfjörð Bjarmason
1
-0
/
+16
2021-07-07
oidtree: a crit-bit tree for odb_loose_cache
Eric Wong
4
-0
/
+100
2021-07-07
t7400: test failure to add submodule in tracked path
Atharva Raykar
1
-0
/
+11
2021-07-06
t7509: avoid direct file access for writing CHERRY_PICK_HEAD
Han-Wen Nienhuys
1
-2
/
+2
2021-07-06
t1415: avoid direct filesystem access for writing refs
Han-Wen Nienhuys
1
-6
/
+4
2021-07-06
t6402: preserve git exit status code
Đoàn Trần Công Danh
1
-68
/
+64
2021-07-06
t6400: preserve git ls-files exit status code
Đoàn Trần Công Danh
1
-8
/
+8
2021-07-06
test-lib-functions: introduce test_stdout_line_count
Đoàn Trần Công Danh
1
-0
/
+26
2021-07-02
perf: fix when running with TEST_OUTPUT_DIRECTORY
Patrick Steinhardt
3
-13
/
+24
2021-07-01
test-lib: avoid accidental globbing in match_pattern_list()
Jeff King
1
-12
/
+22
2021-06-30
merge-recursive: handle rename-to-self case
Elijah Newren
1
-3
/
+3
2021-06-30
merge-ort: ensure we consult df_conflict and path_conflicts
Elijah Newren
1
-3
/
+3
2021-06-30
t6423: test directory renames causing rename-to-self
Elijah Newren
1
-0
/
+175
2021-06-30
grep: report missing left operand of --and
René Scharfe
1
-0
/
+9
2021-06-29
test-lib.sh: set COLUMNS=80 for --verbose repeatability
Ævar Arnfjörð Bjarmason
1
-2
/
+3
2021-06-28
midx: report checksum mismatches during 'verify'
Taylor Blau
1
-0
/
+5
2021-06-28
midx: don't reuse corrupt MIDXs when writing
Taylor Blau
1
-0
/
+8
2021-06-28
t: fix typos in test messages
Andrei Rybak
2
-2
/
+2
2021-06-28
promisor-remote: teach lazy-fetch in any repo
Jonathan Tan
4
-0
/
+68
2021-06-28
show-branch tests: add missing tests
Ævar Arnfjörð Bjarmason
1
-0
/
+61
2021-06-28
show-branch: don't <COLOR></RESET> for space characters
Ævar Arnfjörð Bjarmason
1
-0
/
+30
[prev]
[next]