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-06-25
Merge branch 'jk/complete-git-switch'
Junio C Hamano
1
-0
/
+455
2020-06-22
Merge branch 'es/worktree-duplicate-paths'
Junio C Hamano
2
-0
/
+45
2020-06-22
Merge branch 'jt/redact-all-cookies'
Junio C Hamano
1
-14
/
+24
2020-06-17
Merge branch 'dl/t-readme-spell-git-correctly'
Junio C Hamano
1
-7
/
+7
2020-06-17
Merge branch 'en/do-match-pathspec-fix'
Junio C Hamano
1
-0
/
+33
2020-06-17
Merge branch 'en/sparse-checkout'
Junio C Hamano
1
-0
/
+22
2020-06-17
Merge branch 'js/reflog-anonymize-for-clone-and-fetch'
Junio C Hamano
1
-0
/
+15
2020-06-17
Merge branch 'tb/t5318-cleanup'
Junio C Hamano
1
-4
/
+25
2020-06-12
Merge branch 'hn/refs-cleanup'
Junio C Hamano
5
-21
/
+21
2020-06-10
worktree: make "move" refuse to move atop missing registered worktree
Eric Sunshine
1
-0
/
+21
2020-06-10
worktree: prune linked worktree referencing main worktree path
Eric Sunshine
1
-0
/
+12
2020-06-10
worktree: prune duplicate entries referencing same worktree path
Eric Sunshine
1
-0
/
+12
2020-06-08
Merge branch 'jt/curl-verbose-on-trace-curl'
Junio C Hamano
2
-1
/
+37
2020-06-08
Merge branch 'cb/bisect-helper-parser-fix'
Junio C Hamano
1
-0
/
+2
2020-06-08
Merge branch 'js/checkout-p-new-file'
Junio C Hamano
1
-0
/
+19
2020-06-08
Merge branch 'dl/remote-curl-deadlock-fix'
Junio C Hamano
6
-0
/
+67
2020-06-08
Merge branch 'bc/filter-process'
Junio C Hamano
1
-0
/
+8
2020-06-08
Merge branch 'rs/fsck-duplicate-names-in-trees'
Junio C Hamano
1
-15
/
+28
2020-06-08
Merge branch 'tb/commit-graph-no-check-oids'
Junio C Hamano
1
-9
/
+16
2020-06-08
Merge branch 'cb/t4210-illseq-auto-detect'
Junio C Hamano
3
-52
/
+125
2020-06-08
Merge branch 'ds/line-log-on-bloom'
Junio C Hamano
1
-0
/
+68
2020-06-08
t/README: avoid poor-man's small caps GIT
Denton Liu
1
-7
/
+7
2020-06-05
http: redact all cookies, teach GIT_TRACE_REDACT=0
Jonathan Tan
1
-14
/
+24
2020-06-05
dir: fix treatment of negated pathspecs
Elijah Newren
1
-0
/
+33
2020-06-05
sparse-checkout: avoid staging deletions of all files
Elijah Newren
1
-0
/
+22
2020-06-04
clone/fetch: anonymize URLs in the reflog
Johannes Schindelin
1
-0
/
+15
2020-06-04
t5318: test that '--stdin-commits' respects '--[no-]progress'
Taylor Blau
1
-0
/
+21
2020-06-04
t5318: use 'test_must_be_empty'
Taylor Blau
1
-4
/
+4
2020-06-02
Merge branch 'en/fast-import-looser-date'
Junio C Hamano
1
-0
/
+28
2020-06-02
Merge branch 'la/diff-relative-config'
Junio C Hamano
2
-3
/
+92
2020-06-02
Merge branch 'rs/checkout-b-track-error'
Junio C Hamano
2
-0
/
+34
2020-06-02
Merge branch 'cb/t5608-cleanup'
Junio C Hamano
1
-6
/
+5
2020-05-31
Merge branch 'cb/test-use-ere-for-alternation'
Junio C Hamano
2
-2
/
+2
2020-05-31
fast-import: add new --date-format=raw-permissive format
Elijah Newren
1
-0
/
+28
2020-05-29
t: avoid alternation (not POSIX) in grep's BRE
Carlo Marcelo Arenas Belón
2
-2
/
+2
2020-05-28
completion: improve handling of --orphan option of switch/checkout
Jacob Keller
1
-6
/
+3
2020-05-28
completion: improve handling of -c/-C and -b/-B in switch/checkout
Jacob Keller
1
-32
/
+16
2020-05-28
completion: improve handling of --track in switch/checkout
Jacob Keller
1
-4
/
+2
2020-05-28
completion: improve handling of --detach in checkout
Jacob Keller
1
-4
/
+2
2020-05-28
completion: improve completion for git switch with no options
Jacob Keller
1
-12
/
+6
2020-05-28
completion: improve handling of DWIM mode for switch/checkout
Jacob Keller
1
-10
/
+7
2020-05-28
completion: add tests showing subpar switch/checkout --orphan logic
Jacob Keller
1
-0
/
+39
2020-05-28
completion: add tests showing subpar -c/C argument completion
Jacob Keller
1
-0
/
+100
2020-05-28
completion: add tests showing subpar -c/-C startpoint completion
Jacob Keller
1
-0
/
+140
2020-05-28
completion: add tests showing subpar switch/checkout --track logic
Jacob Keller
1
-0
/
+34
2020-05-28
completion: add tests showing subar checkout --detach logic
Jacob Keller
1
-0
/
+46
2020-05-28
completion: add tests showing subpar DWIM logic for switch/checkout
Jacob Keller
1
-0
/
+105
2020-05-28
completion: add test showing subpar git switch completion
Jacob Keller
1
-0
/
+23
2020-05-27
checkout -p: handle new files correctly
Johannes Schindelin
1
-0
/
+19
2020-05-24
Merge branch 'dd/t5703-grep-a-fix'
Junio C Hamano
1
-3
/
+6
[next]