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
/
Documentation
Age
Commit message (
Expand
)
Author
Files
Lines
2018-10-26
Sixth batch for 2.20
Junio C Hamano
1
-0
/
+48
2018-10-26
Merge branch 'ld/p4-unshelve'
Junio C Hamano
1
-5
/
+5
2018-10-26
Merge branch 'ab/gc-doc-update'
Junio C Hamano
1
-1
/
+2
2018-10-26
Merge branch 'rv/alias-help'
Junio C Hamano
1
-0
/
+4
2018-10-26
Merge branch 'mm/doc-no-dashed-git'
Junio C Hamano
2
-3
/
+3
2018-10-26
http: when using Secure Channel, ignore sslCAInfo by default
Johannes Schindelin
1
-0
/
+8
2018-10-26
http: add support for disabling SSL revocation checks in cURL
Brendan Forster
1
-0
/
+8
2018-10-25
howto/using-merge-subtree: mention --allow-unrelated-histories
Uwe Kleine-König
1
-1
/
+1
2018-10-25
doc: document diff/merge.guitool config keys
Denton Liu
2
-0
/
+14
2018-10-25
mergetool: accept -g/--[no-]gui as arguments
Denton Liu
1
-0
/
+11
2018-10-24
reset: warn when refresh_index() takes more than 2 seconds
Ben Peart
1
-0
/
+4
2018-10-24
reset: add new reset.quiet config setting
Ben Peart
2
-1
/
+7
2018-10-24
Documentation/config.txt: fix typo in core.alternateRefsCommand
Taylor Blau
1
-1
/
+1
2018-10-23
Documentation/git-log.txt: do not show --exclude-promisor-objects
Matthew DeVore
1
-1
/
+1
2018-10-23
send-email: explicitly disable authentication
Joshua Watt
1
-1
/
+6
2018-10-23
doc: fix formatting in git-update-ref
Andreas Heiduk
1
-4
/
+4
2018-10-23
doc: fix indentation of listing blocks in gitweb.conf.txt
Andreas Heiduk
1
-10
/
+15
2018-10-23
doc: fix descripion for 'git tag --format'
Andreas Heiduk
1
-6
/
+6
2018-10-23
doc: fix inappropriate monospace formatting
Andreas Heiduk
5
-32
/
+40
2018-10-23
doc: fix ASCII art tab spacing
Andreas Heiduk
3
-25
/
+25
2018-10-23
doc: clarify boundaries of 'git worktree list --porcelain'
Andreas Heiduk
1
-2
/
+2
2018-10-23
gpg-interface.c: obtain primary key fingerprint as well
Michał Górny
1
-0
/
+2
2018-10-23
gpg-interface.c: support getting key fingerprint via %GF format
Michał Górny
1
-0
/
+1
2018-10-22
reflog expire: cover reflog from all worktrees
Nguyễn Thái Ngọc Duy
1
-1
/
+6
2018-10-22
refs: new ref types to make per-worktree refs visible to all worktrees
Nguyễn Thái Ngọc Duy
1
-1
/
+14
2018-10-22
worktree: add per-worktree config files
Nguyễn Thái Ngọc Duy
4
-9
/
+70
2018-10-19
Fifth batch for 2.20
Junio C Hamano
1
-0
/
+82
2018-10-19
Merge branch 'tb/filter-alternate-refs'
Junio C Hamano
1
-0
/
+18
2018-10-19
Merge branch 'rs/grep-no-recursive'
Junio C Hamano
1
-2
/
+9
2018-10-19
Merge branch 'nd/help-commands-verbose-by-default'
Junio C Hamano
1
-3
/
+5
2018-10-19
Merge branch 'jc/how-to-document-api'
Junio C Hamano
1
-1
/
+4
2018-10-19
Merge branch 'bp/read-cache-parallel'
Junio C Hamano
2
-0
/
+48
2018-10-19
Merge branch 'nd/the-index'
Junio C Hamano
2
-4
/
+4
2018-10-18
doc: fix small typo in git show-branch
Saulius Gurklys
1
-1
/
+1
2018-10-16
send-email: also pick up cc addresses from -by trailers
Rasmus Villemoes
1
-1
/
+4
2018-10-16
Fourth batch for 2.20
Junio C Hamano
1
-0
/
+50
2018-10-16
Merge branch 'mw/doc-typofixes'
Junio C Hamano
2
-3
/
+2
2018-10-16
Merge branch 'ma/mailing-list-address-in-git-help'
Junio C Hamano
1
-1
/
+3
2018-10-16
Merge branch 'nd/packobjectshook-doc-fix'
Junio C Hamano
1
-4
/
+4
2018-10-16
Merge branch 'ma/commit-graph-docs'
Junio C Hamano
2
-19
/
+20
2018-10-16
Merge branch 'dz/credential-doc-url-matching-rules'
Junio C Hamano
1
-0
/
+6
2018-10-16
Merge branch 'jn/gc-auto'
Junio C Hamano
1
-1
/
+2
2018-10-16
Merge branch 'md/test-cleanup'
Junio C Hamano
1
-0
/
+18
2018-10-16
Merge branch 'fe/doc-updates'
Junio C Hamano
3
-5
/
+39
2018-10-16
Merge branch 'ma/config-doc-update'
Junio C Hamano
3
-6
/
+6
2018-10-16
Merge branch 'ds/commit-graph-with-grafts'
Junio C Hamano
1
-3
/
+15
2018-10-16
git-p4: fully support unshelving changelists
Luke Diamand
1
-2
/
+2
2018-10-16
git-p4: unshelve into refs/remotes/p4-unshelved, not refs/remotes/p4/unshelved
Luke Diamand
1
-3
/
+3
2018-10-16
http: add support for selecting SSL backends at runtime
Johannes Schindelin
1
-0
/
+5
2018-10-12
rebase -i: introduce the 'break' command
Johannes Schindelin
1
-0
/
+3
[prev]
[next]