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-12
commit-graph: remove Future Work section
Derrick Stolee
1
-17
/
+0
2019-06-12
commit-graph: collapse parameters into flags
Derrick Stolee
5
-13
/
+18
2019-06-12
commit-graph: return with errors during write
Derrick Stolee
6
-39
/
+77
2019-06-12
Revert "test-lib: whitelist GIT_TR2_* in the environment"
Ævar Arnfjörð Bjarmason
1
-1
/
+0
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-11
t5319-multi-pack-index.sh: test batch size zero
Derrick Stolee
1
-0
/
+19
2019-06-11
midx: add test that 'expire' respects .keep files
Derrick Stolee
1
-0
/
+18
2019-06-11
multi-pack-index: test expire while adding packs
Derrick Stolee
1
-0
/
+32
2019-06-11
midx: implement midx_repack()
Derrick Stolee
2
-1
/
+178
2019-06-11
multi-pack-index: prepare 'repack' subcommand
Derrick Stolee
5
-3
/
+52
2019-06-11
multi-pack-index: implement 'expire' subcommand
Derrick Stolee
2
-10
/
+129
2019-06-11
midx: refactor permutation logic and pack sorting
Derrick Stolee
1
-87
/
+69
2019-06-11
midx: simplify computation of pack name lengths
Derrick Stolee
1
-9
/
+9
2019-06-11
multi-pack-index: prepare for 'expire' subcommand
Derrick Stolee
5
-1
/
+63
2019-06-11
Docs: rearrange subcommands for multi-pack-index
Derrick Stolee
1
-5
/
+5
2019-06-11
repack: refactor pack deletion for future use
Derrick Stolee
3
-12
/
+37
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
config: learn the "onbranch:" includeIf condition
Denton Liu
3
-2
/
+87
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
[prev]
[next]