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
2017-02-07
ref-filter: resurrect "strip" as a synonym to "lstrip"
Junio C Hamano
1
-0
/
+2
2017-01-31
branch: implement '--format' option
Karthik Nayak
1
-1
/
+6
2017-01-31
ref-filter: add an 'rstrip=<N>' option to atoms which deal with refnames
Karthik Nayak
1
-19
/
+23
2017-01-31
ref-filter: modify the 'lstrip=<N>' option to work with negative '<N>'
Karthik Nayak
1
-2
/
+8
2017-01-10
ref-filter: Do not abruptly die when using the 'lstrip=<N>' option
Karthik Nayak
1
-2
/
+1
2017-01-10
ref-filter: rename the 'strip' option to 'lstrip'
Karthik Nayak
1
-5
/
+5
2017-01-10
ref-filter: make remote_ref_atom_parser() use refname_atom_parser_internal()
Karthik Nayak
1
-15
/
+16
2017-01-10
ref-filter: introduce refname_atom_parser()
Karthik Nayak
1
-0
/
+5
2017-01-10
ref-filter: add support for %(upstream:track,nobracket)
Karthik Nayak
1
-3
/
+7
2017-01-10
ref-filter: make %(upstream:track) prints "[gone]" for invalid upstreams
Karthik Nayak
1
-1
/
+2
2017-01-10
ref-filter: modify "%(objectname:short)" to take length
Karthik Nayak
1
-0
/
+3
2017-01-10
ref-filter: implement %(if:equals=<string>) and %(if:notequals=<string>)
Karthik Nayak
1
-0
/
+3
2017-01-10
ref-filter: implement %(if), %(then), and %(else) atoms
Karthik Nayak
1
-0
/
+34
2016-12-21
Third batch for 2.12
Junio C Hamano
1
-0
/
+40
2016-12-21
Merge branch 'jk/quote-env-path-list-component'
Junio C Hamano
1
-0
/
+6
2016-12-19
Second batch for 2.12
Junio C Hamano
1
-3
/
+90
2016-12-19
Merge branch 'kh/tutorial-grammofix'
Junio C Hamano
1
-6
/
+6
2016-12-19
Merge branch 'lr/doc-fix-cet'
Junio C Hamano
1
-1
/
+1
2016-12-19
Merge branch 'nd/rebase-forget'
Junio C Hamano
1
-1
/
+6
2016-12-19
Merge branch 'jk/trailers-placeholder-in-pretty'
Junio C Hamano
2
-0
/
+4
2016-12-19
Merge branch 'ak/commit-only-allow-empty'
Junio C Hamano
1
-1
/
+2
2016-12-19
Merge branch 'jk/http-walker-limit-redirect-2.9'
Junio C Hamano
1
-0
/
+10
2016-12-19
Merge branch 'nd/for-each-ref-ignore-case'
Junio C Hamano
3
-0
/
+11
2016-12-16
First batch for 2.12
Junio C Hamano
1
-1
/
+34
2016-12-16
Merge branch 'ls/p4-retry-thrice'
Junio C Hamano
1
-0
/
+4
2016-12-16
Merge branch 'ld/p4-update-shelve'
Junio C Hamano
1
-0
/
+4
2016-12-16
Merge branch 'vk/p4-submit-shelve'
Junio C Hamano
1
-0
/
+5
2016-12-13
Early fixes for 2.11.x series
Junio C Hamano
1
-0
/
+10
2016-12-13
Merge branch 'ew/svn-fixes'
Junio C Hamano
1
-1
/
+7
2016-12-12
alternates: accept double-quoted paths
Jeff King
1
-0
/
+6
2016-12-12
date-formats.txt: Typo fix
Luis Ressel
1
-1
/
+1
2016-12-12
git-svn: document useLogAuthor and addAuthorFrom config keys
Eric Wong
1
-1
/
+7
2016-12-11
ref-filter: add support to display trailers as part of contents
Jacob Keller
1
-0
/
+2
2016-12-11
pretty: add %(trailers) format for displaying trailers of a commit message
Jacob Keller
1
-0
/
+2
2016-12-11
rebase: add --quit to cleanup rebase, leave everything else untouched
Nguyễn Thái Ngọc Duy
1
-1
/
+6
2016-12-09
doc: omit needless "for"
Kristoffer Haugsbakk
1
-1
/
+1
2016-12-09
doc: make the intent of sentence clearer
Kristoffer Haugsbakk
1
-1
/
+1
2016-12-09
doc: add verb in front of command to run
Kristoffer Haugsbakk
1
-1
/
+1
2016-12-09
doc: add articles (grammar)
Kristoffer Haugsbakk
1
-3
/
+3
2016-12-06
http: make redirects more obvious
Jeff King
1
-0
/
+10
2016-12-05
tag, branch, for-each-ref: add --ignore-case for sorting and filtering
Nguyễn Thái Ngọc Duy
3
-0
/
+11
2016-12-05
git-p4: add config to retry p4 commands; retry 3 times by default
Lars Schneider
1
-0
/
+4
2016-12-05
git-p4: support updating an existing shelved changelist
Luke Diamand
1
-0
/
+4
2016-12-05
commit: make --only --allow-empty work without paths
Andreas Krey
1
-1
/
+2
2016-12-05
Start post 2.11 cycle
Junio C Hamano
1
-0
/
+43
2016-12-05
Sync with maint-2.10
Junio C Hamano
1
-0
/
+48
2016-12-05
preparing for 2.10.3
Junio C Hamano
1
-0
/
+48
2016-11-29
Merge branch 'nd/worktree-lock' into maint
Junio C Hamano
1
-1
/
+1
2016-11-29
Merge branch 'ps/common-info-doc' into maint
Junio C Hamano
1
-1
/
+1
2016-11-29
Merge branch 'sc/fmt-merge-msg-doc-markup-fix' into maint
Junio C Hamano
1
-2
/
+2
[next]