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-02-11
t3905: use test_cmp() to check file contents
Denton Liu
1
-2
/
+4
2021-02-11
t3905: replace test -s with test_file_not_empty
Denton Liu
1
-6
/
+6
2021-02-11
t3905: remove nested git in command substitution
Denton Liu
1
-3
/
+6
2021-02-11
t3905: move all commands into test cases
Denton Liu
1
-72
/
+75
2021-02-11
t3905: remove spaces after redirect operators
Denton Liu
1
-20
/
+20
2021-02-11
rev-list: add --disk-usage option for calculating disk usage
Jeff King
1
-0
/
+51
2021-02-11
reflog expire --stale-fix: be generous about missing objects
Johannes Schindelin
1
-0
/
+26
2021-02-10
tests: remove most uses of test_i18ncmp
Ævar Arnfjörð Bjarmason
90
-415
/
+415
2021-02-10
tests: remove last uses of C_LOCALE_OUTPUT
Ævar Arnfjörð Bjarmason
3
-14
/
+4
2021-02-10
tests: remove most uses of C_LOCALE_OUTPUT
Ævar Arnfjörð Bjarmason
17
-41
/
+41
2021-02-10
tests: remove last uses of GIT_TEST_GETTEXT_POISON=false
Ævar Arnfjörð Bjarmason
1
-8
/
+4
2021-02-10
gpg-interface: remove other signature headers before verifying
brian m. carlson
1
-0
/
+25
2021-02-10
Merge branch 'ab/detox-gettext-tests'
Junio C Hamano
12
-101
/
+20
2021-02-10
Merge branch 'ab/grep-pcre-invalid-utf8'
Junio C Hamano
4
-7
/
+60
2021-02-10
Merge branch 'ab/retire-pcre1'
Junio C Hamano
2
-14
/
+1
2021-02-10
Merge branch 'jk/pretty-lazy-load-commit'
Junio C Hamano
1
-1
/
+1
2021-02-10
Merge branch 'ds/more-index-cleanups'
Junio C Hamano
3
-2
/
+344
2021-02-10
Merge branch 'rs/worktree-list-verbose'
Junio C Hamano
1
-0
/
+96
2021-02-10
Merge branch 'js/rebase-i-commit-cleanup-fix'
Junio C Hamano
1
-0
/
+8
2021-02-10
Merge branch 'jk/t0000-cleanups'
Junio C Hamano
1
-286
/
+284
2021-02-10
Merge branch 'sg/t7800-difftool-robustify'
Junio C Hamano
1
-19
/
+19
2021-02-10
t1500: ensure current --since= behavior remains
Eric Wong
1
-0
/
+15
2021-02-10
t/.gitattributes: sort lines
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2021-02-10
test-lib-functions: move function to lib-bitmap.sh
Ævar Arnfjörð Bjarmason
4
-27
/
+29
2021-02-10
test libs: rename gitweb-lib.sh to lib-gitweb.sh
Ævar Arnfjörð Bjarmason
4
-3
/
+3
2021-02-10
test libs: rename bundle helper to "lib-bundle.sh"
Ævar Arnfjörð Bjarmason
3
-2
/
+2
2021-02-10
test-lib-functions: remove generate_zero_bytes() wrapper
Ævar Arnfjörð Bjarmason
2
-8
/
+1
2021-02-10
test-lib-functions: move test_set_index_version() to its user
Ævar Arnfjörð Bjarmason
2
-5
/
+5
2021-02-10
test lib: change "error" to "BUG" as appropriate
Ævar Arnfjörð Bjarmason
1
-2
/
+2
2021-02-10
test-lib: remove check_var_migration
Ævar Arnfjörð Bjarmason
1
-30
/
+0
2021-02-10
mailmap: only look for .mailmap in work tree
Jeff King
1
-0
/
+43
2021-02-10
fsck --name-objects: be more careful parsing generation numbers
Johannes Schindelin
1
-4
/
+6
2021-02-10
t1450: robustify `remove_object()`
Johannes Schindelin
1
-10
/
+6
2021-02-09
grep: honor sparse-checkout on working tree searches
Matheus Tavares
2
-9
/
+174
2021-02-09
maintenance: incremental strategy runs pack-refs weekly
Derrick Stolee
1
-0
/
+14
2021-02-09
maintenance: add pack-refs task
Derrick Stolee
1
-0
/
+12
2021-02-09
usage: trace2 BUG() invocations
Jonathan Tan
2
-0
/
+28
2021-02-09
mergetool: add hideResolved configuration
Seth House
1
-0
/
+18
2021-02-09
t: add --no-tag option to test_commit
Jeff King
2
-8
/
+10
2021-02-08
Merge branch 'pb/blame-funcname-range-userdiff' into maint
Junio C Hamano
1
-4
/
+4
2021-02-08
Merge branch 'jk/p5303-sed-portability-fix' into maint
Junio C Hamano
1
-4
/
+8
2021-02-08
Merge branch 'ab/branch-sort' into maint
Junio C Hamano
1
-1
/
+50
2021-02-08
Merge branch 'ar/t6016-modernise' into maint
Junio C Hamano
1
-187
/
+167
2021-02-08
Merge branch 'ma/t1300-cleanup' into maint
Junio C Hamano
1
-40
/
+32
2021-02-08
Merge branch 'fc/t6030-bisect-reset-removes-auxiliary-files' into maint
Junio C Hamano
1
-8
/
+8
2021-02-06
range-diff/format-patch: handle commit ranges other than A..B
Johannes Schindelin
1
-0
/
+13
2021-02-06
range-diff: offer --left-only/--right-only options
Johannes Schindelin
1
-0
/
+15
2021-02-05
Merge branch 'sg/test-stress-jobs'
Junio C Hamano
1
-4
/
+4
2021-02-05
Merge branch 'pb/blame-funcname-range-userdiff'
Junio C Hamano
1
-4
/
+4
2021-02-05
Merge branch 'jk/p5303-sed-portability-fix'
Junio C Hamano
1
-4
/
+8
[prev]
[next]