index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2019-06-13
Merge branch 'nd/worktree-name-sanitization'
Junio C Hamano
4
-21
/
+110
2019-06-13
Merge branch 'en/fast-export-encoding'
Junio C Hamano
8
-17
/
+163
2019-06-13
Merge branch 'jk/unused-params-final-batch'
Junio C Hamano
22
-72
/
+53
2019-06-13
Merge branch 'sb/format-patch-base-patch-id-fix'
Junio C Hamano
7
-32
/
+66
2019-06-13
Merge branch 'nd/init-relative-template-fix'
Junio C Hamano
3
-4
/
+7
2019-06-13
Merge branch 'ab/send-email-transferencoding-fix'
Junio C Hamano
3
-109
/
+206
2019-06-12
mergetool: use shell variable magic instead of `awk`
Johannes Sixt
1
-5
/
+20
2019-06-12
mergetool: dissect strings with shell variable magic instead of `expr`
Johannes Sixt
1
-9
/
+11
2019-06-12
t7610-mergetool: use test_cmp instead of test $(cat file) = $txt
Johannes Sixt
1
-45
/
+90
2019-06-12
completion: do not cache if --git-completion-helper fails
Nguyễn Thái Ngọc Duy
1
-1
/
+2
2019-06-11
t5616: cover case of client having delta base
Jonathan Tan
1
-11
/
+28
2019-06-11
t5616: use correct flag to check object is missing
Jonathan Tan
1
-1
/
+1
2019-06-10
t7610-mergetool: do not place pipelines headed by `yes` in subshells
Johannes Sixt
1
-85
/
+85
2019-06-07
configure: Detect linking style for HP aCC on HP-UX
Michael Osipov
1
-2
/
+12
2019-06-07
Git 2.22
Junio C Hamano
1
-1
/
+1
2019-06-07
Merge tag 'l10n-2.22.0-rnd3' of git://github.com/git-l10n/git-po
Junio C Hamano
11
-33731
/
+43398
2019-06-07
Merge branch 'fr_review' of git://github.com/jnavila/git
Jiang Xin
1
-15
/
+15
2019-06-07
Merge branch 'master' of git://github.com/alshopov/git-po
Jiang Xin
1
-7
/
+11
2019-06-07
l10n: fr.po: Review French translation
Cédric Malard
1
-15
/
+15
2019-06-06
Merge branch 'en/merge-directory-renames-fix'
Junio C Hamano
2
-0
/
+117
2019-06-06
config/alias.txt: document alias accepting non-command first word
Denton Liu
1
-0
/
+10
2019-06-06
config/alias.txt: change " and ' to `
Denton Liu
1
-6
/
+6
2019-06-06
l10n: de.po: Update German translation
Matthias Rüster
1
-3074
/
+4139
2019-06-06
l10n: de.po: improve description of 'git reset --quiet'
Ralf Thielow
1
-1
/
+1
2019-06-05
tag: add tag.gpgSign config option to force all tags be GPG-signed
Tigran Mkrtchyan
4
-6
/
+52
2019-06-05
l10n: TEAMS: Change German translation team leader
Matthias Rüster
1
-3
/
+3
2019-06-05
merge-recursive: restore accidentally dropped setting of path
Elijah Newren
2
-0
/
+117
2019-06-05
l10n: bg.po: Updated Bulgarian translation (4581t)
Alexander Shopov
1
-7
/
+11
2019-06-05
l10n: zh_CN: Revision for git v2.22.0 l10n
Fangyi Zhou
2
-54
/
+54
2019-06-05
l10n: zh_CN: for git v2.22.0 l10n round 1~3
Jiang Xin
1
-3040
/
+4015
2019-06-05
Merge branch '2.22' of https://github.com/ChrisADR/git-po
Jiang Xin
1
-8
/
+12
2019-06-05
Merge branch 'it-l10n-wip' of github.com:AlessandroMenti/git-po
Jiang Xin
1
-4745
/
+6015
2019-06-04
l10n: es: 2.22.0 round 3
Christopher Diaz Riveros
1
-8
/
+12
2019-06-04
clang-format: use git grep to generate the ForEachMacros list
Miguel Ojeda
1
-2
/
+15
2019-06-04
url: do not allow %00 to represent NUL in URLs
Matthew DeVore
1
-1
/
+1
2019-06-04
url: do not read past end of buffer
Matthew DeVore
1
-1
/
+1
2019-06-04
gitignore.txt: make slash-rules more readable
Dr. Adam Nielsen
1
-22
/
+44
2019-06-04
l10n: it.po: Updated Italian translation
Alessandro Menti
1
-4745
/
+6015
2019-06-04
fetch: fix regression with transport helpers
Felipe Contreras
2
-3
/
+4
2019-06-04
fetch: make the code more understandable
Felipe Contreras
1
-7
/
+9
2019-06-04
fetch: trivial cleanup
Felipe Contreras
1
-3
/
+8
2019-06-04
t5801 (remote-helpers): add test to fetch tags
Felipe Contreras
2
-5
/
+22
2019-06-04
t5801 (remote-helpers): cleanup refspec stuff
Felipe Contreras
2
-11
/
+8
2019-06-04
l10n: fr v2.22.0 rnd 3
Jean-Noël Avila
1
-10
/
+16
2019-06-04
l10n: vi.po(4581t): Updated Vietnamese translation for v2.22.0 round 3
Tran Ngoc Quan
1
-12
/
+16
2019-06-04
l10n: git.pot: v2.22.0 round 3 (3 new, 2 removed)
Jiang Xin
1
-6
/
+10
2019-06-04
Merge branch 'master' of git://git.kernel.org/pub/scm/git/git
Jiang Xin
11
-126
/
+54
2019-06-03
Git 2.22-rc3
Junio C Hamano
2
-1
/
+8
2019-06-03
Merge branch 'cc/list-objects-filter-wo-sparse-path'
Junio C Hamano
7
-116
/
+37
2019-06-03
i18n: fix typos found during l10n for git 2.22.0
Jiang Xin
2
-3
/
+3
[prev]
[next]