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
2018-06-16
l10n: es.po: Spanish update for v2.18.0 round 3
Christopher Diaz Riveros
1
-20
/
+20
2018-06-16
l10n: git.pot: v2.18.0 round 3 (1 new, 1 removed)
Jiang Xin
1
-17
/
+17
2018-06-16
Merge branch 'master' of git://github.com/git-l10n/git-po
Jiang Xin
8
-12862
/
+18214
2018-06-15
Makefile: make NO_ICONV really mean "no iconv"
Eric Sunshine
1
-10
/
+12
2018-06-15
tests: clean after SANITY tests
Junio C Hamano
5
-9
/
+6
2018-06-15
Merge branch 'master' of https://github.com/vnwildman/git
Jiang Xin
1
-430
/
+994
2018-06-14
t5526: test recursive submodules when fetching moved submodules
Stefan Beller
1
-5
/
+1
2018-06-14
submodule: fix NULL correctness in renamed broken submodules
Stefan Beller
1
-2
/
+4
2018-06-14
doc: update the order of the syntax `git merge --continue`
Meng-Sung Wu
1
-1
/
+1
2018-06-14
blame: release string_list after use in parse_color_fields()
René Scharfe
1
-0
/
+1
2018-06-14
merge-recursive: use xstrdup() instead of fixed buffer
René Scharfe
1
-5
/
+5
2018-06-14
l10n: vi.po(3608t): Update Vietnamese translation for v2.18.0 round2
Tran Ngoc Quan
1
-430
/
+994
2018-06-13
Git 2.18-rc2
Junio C Hamano
2
-1
/
+7
2018-06-13
Merge branch 'jk/index-pack-maint'
Junio C Hamano
4
-2
/
+25
2018-06-13
Merge branch 'sg/completion-zsh-workaround'
Junio C Hamano
2
-2
/
+5
2018-06-13
Merge branch 'sb/submodule-merge-in-merge-recursive'
Junio C Hamano
1
-2
/
+2
2018-06-13
Merge branch 'jk/submodule-fsck-loose-fixup'
Junio C Hamano
2
-8
/
+24
2018-06-13
fetch-pack: test explicitly that --all can fetch tag references pointing to n...
Kirill Smelkov
1
-0
/
+31
2018-06-13
packfile: correct zlib buffer handling
Jeremy Linton
1
-0
/
+3
2018-06-13
RelNotes 2.18: clarify where directory rename detection applies
Elijah Newren
1
-1
/
+1
2018-06-13
Use hyphenated "remote-tracking branch" (docs and comments)
Robert P. J. Day
3
-5
/
+5
2018-06-13
git-credential-netrc: remove use of "autodie"
Ævar Arnfjörð Bjarmason
1
-1
/
+0
2018-06-12
git-p4: auto-size the block
Luke Diamand
2
-6
/
+29
2018-06-12
git-p4: narrow the scope of exceptions caught when parsing an int
Luke Diamand
1
-1
/
+1
2018-06-12
git-p4: raise exceptions from p4CmdList based on error from p4 server
Luke Diamand
1
-4
/
+40
2018-06-12
git-p4: better error reporting when p4 fails
Luke Diamand
2
-0
/
+133
2018-06-12
git-p4: add option to disable syncing of p4/master with p4
Luke Diamand
2
-11
/
+28
2018-06-12
git-p4: disable-rebase: allow setting this via configuration
Luke Diamand
2
-2
/
+5
2018-06-12
git-p4: add options --commit and --disable-rebase
Romain Merland
3
-6
/
+77
2018-06-12
builtin/send-pack: populate the default configs
Masaya Suzuki
1
-1
/
+1
2018-06-12
list-objects: check if filter is NULL before using
Jonathan Tan
2
-0
/
+10
2018-06-12
gitworkflows: fix grammar in 'Merge upwards' rule
Kyle Meyer
1
-1
/
+1
2018-06-12
completion: correct zsh detection when run from git-completion.zsh
SZEDER Gábor
2
-2
/
+5
2018-06-12
l10n: bg.po: Updated Bulgarian translation (3608t)
Alexander Shopov
1
-2463
/
+3598
2018-06-11
index-pack: correct install_packed_git() args
Junio C Hamano
1
-1
/
+1
2018-06-11
diff-options.txt: fix minor typos, font inconsistencies, in docs
Robert P. J. Day
1
-4
/
+4
2018-06-11
fetch-pack: don't try to fetch peel values with --all
Jeff King
2
-4
/
+14
2018-06-11
merge-submodule: reduce output verbosity
Leif Middelschulte
1
-2
/
+2
2018-06-11
fsck: avoid looking at NULL blob->object
Jeff King
2
-1
/
+20
2018-06-11
t7415: don't bother creating commit for symlink test
Jeff King
1
-7
/
+4
2018-06-11
completion: collapse extra --no-.. options
Nguyễn Thái Ngọc Duy
3
-29
/
+115
2018-06-11
config.c: fix regression for core.safecrlf false
Anthony Sottile
2
-1
/
+11
2018-06-11
tests: make forging GPG signed commits and tags more robust
SZEDER Gábor
4
-5
/
+4
2018-06-11
t7510-signed-commit: use 'test_must_fail'
SZEDER Gábor
1
-2
/
+2
2018-06-11
refspec: initalize `refspec_item` in `valid_fetch_refspec()`
Martin Ågren
1
-1
/
+1
2018-06-11
refspec: add back a refspec_item_init() function
Ævar Arnfjörð Bjarmason
2
-3
/
+9
2018-06-11
refspec: s/refspec_item_init/&_or_die/g
Ævar Arnfjörð Bjarmason
4
-5
/
+7
2018-06-11
add -p: fix counting empty context lines in edited patches
Phillip Wood
2
-1
/
+44
2018-06-11
RelNotes 2.18: typofixes
Junio C Hamano
1
-2
/
+2
2018-06-10
l10n: es.po: Spanish update for v2.18.0 round 2
Christopher Diaz Riveros
1
-422
/
+994
[prev]
[next]