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
2017-09-10
Merge branch 'hv/t5526-andand-chain-fix' into maint
Junio C Hamano
1
-4
/
+4
2017-09-10
Merge branch 'rs/t1002-do-not-use-sum' into maint
Junio C Hamano
2
-35
/
+35
2017-09-10
Merge branch 'rs/t3700-clean-leftover' into maint
Junio C Hamano
1
-0
/
+1
2017-09-10
Merge branch 'ab/ref-filter-no-contains' into maint
Junio C Hamano
1
-1
/
+1
2017-09-10
Merge branch 'rs/archive-excluded-directory' into maint
Junio C Hamano
1
-3
/
+44
2017-09-10
Merge branch 'mg/killed-merge' into maint
Junio C Hamano
1
-0
/
+15
2017-09-10
Merge branch 'tb/apply-with-crlf' into maint
Junio C Hamano
1
-6
/
+27
2017-09-10
Merge branch 'as/grep-quiet-no-match-exit-code-fix' into maint
Junio C Hamano
1
-0
/
+5
2017-09-10
Merge branch 'pw/am-signoff' into maint
Junio C Hamano
1
-20
/
+63
2017-09-10
Merge branch 'rs/in-obsd-basename-dirname-take-const' into maint
Junio C Hamano
1
-2
/
+16
2017-09-10
Merge branch 'rs/t4062-obsd' into maint
Junio C Hamano
1
-1
/
+3
2017-09-10
Merge branch 'rs/obsd-getcwd-workaround' into maint
Junio C Hamano
1
-2
/
+28
2017-09-10
Merge branch 'bw/clone-recursive-quiet' into maint
Junio C Hamano
1
-0
/
+6
2017-09-10
Merge branch 'pw/sequence-rerere-autoupdate' into maint
Junio C Hamano
2
-45
/
+132
2017-09-10
Merge branch 'bw/push-options-recursively-to-submodules' into maint
Junio C Hamano
1
-1
/
+24
2017-09-10
Merge branch 'ma/pager-per-subcommand-action' into maint
Junio C Hamano
1
-0
/
+80
2017-09-10
Merge branch 'jk/rev-list-empty-input' into maint
Junio C Hamano
2
-11
/
+15
2017-09-10
Merge branch 'st/lib-gpg-kill-stray-agent' into maint
Junio C Hamano
1
-0
/
+1
2017-08-23
Merge branch 'jt/t1450-fsck-corrupt-packfile' into maint
Junio C Hamano
1
-0
/
+16
2017-08-23
Merge branch 'jb/t8008-cleanup' into maint
Junio C Hamano
1
-14
/
+16
2017-08-23
Merge branch 'jt/subprocess-handshake' into maint
Junio C Hamano
2
-101
/
+293
2017-08-23
Merge branch 'jk/reflog-walk' into maint
Junio C Hamano
3
-12
/
+136
2017-08-23
Merge branch 'jk/ref-filter-colors' into maint
Junio C Hamano
6
-72
/
+175
2017-08-23
merge: save merge state earlier
Michael J Gruber
1
-0
/
+15
2017-08-19
apply: file commited with CRLF should roundtrip diff and apply
Torsten Bögershausen
1
-6
/
+27
2017-08-19
archive: don't queue excluded directories
René Scharfe
1
-2
/
+2
2017-08-19
t5001: add tests for export-ignore attributes and exclude pathspecs
René Scharfe
1
-3
/
+44
2017-08-17
git-grep: correct exit code with --quiet and -L
Anthony Sottile
1
-0
/
+5
2017-08-17
t5526: fix some broken && chains
Heiko Voigt
1
-4
/
+4
2017-08-15
t1002: stop using sum(1)
René Scharfe
2
-35
/
+35
2017-08-09
t4062: use less than 256 repetitions in regex
René Scharfe
1
-1
/
+3
2017-08-08
t3700: fix broken test under !POSIXPERM
René Scharfe
1
-0
/
+1
2017-08-08
am: fix signoff when other trailers are present
Phillip Wood
1
-20
/
+63
2017-08-07
test-path-utils: handle const parameter of basename and dirname
René Scharfe
1
-2
/
+16
2017-08-07
t0001: skip test with restrictive permissions if getpwd(3) respects them
René Scharfe
1
-2
/
+28
2017-08-07
tests: don't give unportable ">" to "test" built-in, use -gt
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2017-08-04
Merge tag 'v2.13.5' into maint
Junio C Hamano
4
-2
/
+57
2017-08-04
clone: teach recursive clones to respect -q
Brandon Williams
1
-0
/
+6
2017-08-03
git.c: ignore pager.* when launching builtin as dashed external
Martin Ågren
1
-1
/
+1
2017-08-03
tag: change default of `pager.tag` to "on"
Martin Ågren
1
-14
/
+14
2017-08-03
tag: respect `pager.tag` in list-mode only
Martin Ågren
1
-1
/
+14
2017-08-03
t7006: add tests for how git tag paginates
Martin Ågren
1
-0
/
+67
2017-08-02
revision: do not fallback to default when rev_input_given is set
Jeff King
1
-0
/
+6
2017-08-02
rev-list: don't show usage when we see empty ref patterns
Jeff King
1
-3
/
+3
2017-08-02
t6018: flesh out empty input/output rev-list tests
Jeff King
1
-11
/
+9
2017-08-02
cherry-pick/revert: reject --rerere-autoupdate when continuing
Phillip Wood
1
-0
/
+13
2017-08-02
cherry-pick/revert: remember --rerere-autoupdate
Phillip Wood
1
-7
/
+53
2017-08-02
t3504: use test_commit
Phillip Wood
1
-12
/
+9
2017-08-02
rebase -i: honor --rerere-autoupdate
Phillip Wood
1
-0
/
+3
2017-08-02
rebase: honor --rerere-autoupdate
Phillip Wood
1
-27
/
+55
[next]