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-04-19
sequencer: reset the committer date before commits
Johannes Sixt
1
-0
/
+2
2018-04-19
send-email: avoid duplicate In-Reply-To/References
Stefan Agner
1
-1
/
+6
2018-04-19
Makefile: mark perllibdir as a .PHONY target
Christian Hesse
1
-0
/
+1
2018-04-19
submodule--helper: don't print null in 'submodule status'
Nguyễn Thái Ngọc Duy
1
-2
/
+6
2018-04-18
git-submodule.txt: quote usage in monospace, drop backslash
Martin Ågren
1
-2
/
+2
2018-04-18
git-[short]log.txt: unify quoted standalone --
Martin Ågren
2
-3
/
+3
2018-04-18
doc: convert [\--] to [--]
Martin Ågren
3
-5
/
+5
2018-04-18
doc: convert \--option to --option
Martin Ågren
2
-2
/
+2
2018-04-18
docs/git-gc: fix minor rendering issue
SZEDER Gábor
1
-1
/
+1
2018-04-18
worktree: accept -f as short for --force for removal
Stefan Beller
2
-3
/
+4
2018-04-18
completion: reduce overhead of clearing cached --options
SZEDER Gábor
1
-1
/
+5
2018-04-17
glossary: substitute "ancestor" for "direct ancestor" in 'push' description.
Sergey Organov
1
-1
/
+1
2018-04-17
t1510-repo-setup.sh: remove useless mkdir
Tao Qingyun
1
-1
/
+0
2018-04-16
git{,-blame}.el: remove old bitrotting Emacs code
Ævar Arnfjörð Bjarmason
5
-2228
/
+25
2018-04-16
gpg-interface: find the last gpg signature line
Jeff King
2
-3
/
+20
2018-04-16
gpg-interface: extract gpg line matching helper
Jeff King
1
-2
/
+7
2018-04-16
gpg-interface: fix const-correctness of "eol" pointer
Jeff King
1
-2
/
+1
2018-04-16
gpg-interface: use size_t for signature buffer size
Jeff King
2
-2
/
+2
2018-04-16
gpg-interface: modernize function declarations
Jeff King
2
-28
/
+38
2018-04-16
gpg-interface: handle bool user.signingkey
Jeff King
1
-0
/
+6
2018-04-16
t7004: fix mistaken tag name
Jeff King
1
-1
/
+1
2018-04-16
Makefile: add a DEVOPTS to get all of -Wextra
Ævar Arnfjörð Bjarmason
2
-0
/
+8
2018-04-16
Makefile: add a DEVOPTS to suppress -Werror under DEVELOPER
Ævar Arnfjörð Bjarmason
2
-0
/
+12
2018-04-16
Makefile: detect compiler and enable more warnings in DEVELOPER=1
Nguyễn Thái Ngọc Duy
3
-10
/
+96
2018-04-16
connect.c: mark die_initial_contact() NORETURN
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2018-04-16
pack-objects: show some progress when counting kept objects
Nguyễn Thái Ngọc Duy
1
-6
/
+12
2018-04-16
gc --auto: exclude base pack if not enough mem to "repack -ad"
Nguyễn Thái Ngọc Duy
7
-4
/
+119
2018-04-16
gc: handle a corner case in gc.bigPackThreshold
Nguyễn Thái Ngọc Duy
2
-1
/
+12
2018-04-16
gc: add gc.bigPackThreshold config
Nguyễn Thái Ngọc Duy
3
-8
/
+31
2018-04-16
gc: add --keep-largest-pack option
Nguyễn Thái Ngọc Duy
3
-5
/
+71
2018-04-16
repack: add --keep-pack option
Nguyễn Thái Ngọc Duy
6
-18
/
+110
2018-04-16
t7700: have closing quote of a test at the beginning of line
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2018-04-16
ci: exercise the whole test suite with uncommon code in pack-objects
Nguyễn Thái Ngọc Duy
1
-1
/
+4
2018-04-16
pack-objects: reorder members to shrink struct object_entry
Nguyễn Thái Ngọc Duy
1
-7
/
+21
2018-04-16
pack-objects: shrink delta_size field in struct object_entry
Nguyễn Thái Ngọc Duy
2
-11
/
+38
2018-04-16
pack-objects: shrink size field in struct object_entry
Nguyễn Thái Ngọc Duy
4
-26
/
+145
2018-04-16
pack-objects: clarify the use of object_entry::size
Nguyễn Thái Ngọc Duy
2
-4
/
+11
2018-04-16
pack-objects: don't check size when the object is bad
Nguyễn Thái Ngọc Duy
1
-2
/
+2
2018-04-16
pack-objects: shrink z_delta_size field in struct object_entry
Nguyễn Thái Ngọc Duy
3
-8
/
+22
2018-04-16
pack-objects: refer to delta objects by index instead of pointer
Nguyễn Thái Ngọc Duy
2
-59
/
+125
2018-04-16
pack-objects: move in_pack out of struct object_entry
Nguyễn Thái Ngọc Duy
6
-12
/
+130
2018-04-16
pack-objects: move in_pack_pos out of struct object_entry
Nguyễn Thái Ngọc Duy
5
-7
/
+26
2018-04-16
pack-objects: use bitfield for object_entry::depth
Nguyễn Thái Ngọc Duy
5
-5
/
+15
2018-04-16
pack-objects: use bitfield for object_entry::dfs_state
Nguyễn Thái Ngọc Duy
2
-11
/
+20
2018-04-16
pack-objects: turn type and in_pack_type to bitfields
Nguyễn Thái Ngọc Duy
5
-30
/
+58
2018-04-16
pack-objects: a bit of document about struct object_entry
Nguyễn Thái Ngọc Duy
1
-0
/
+45
2018-04-16
read-cache.c: make $GIT_TEST_SPLIT_INDEX boolean
Nguyễn Thái Ngọc Duy
3
-3
/
+14
2018-04-16
convert: add round trip check based on 'core.checkRoundtripEncoding'
Lars Schneider
7
-0
/
+137
2018-04-16
convert: add tracing for 'working-tree-encoding' attribute
Lars Schneider
2
-0
/
+27
2018-04-16
convert: check for detectable errors in UTF encodings
Lars Schneider
2
-0
/
+123
[prev]
[next]