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-07-24
pass st.st_size as hint for strbuf_readlink()
Jeff King
2
-2
/
+3
2018-07-24
strbuf_readlink: use ssize_t
Jeff King
1
-1
/
+1
2018-07-24
strbuf: use size_t for length in intermediate variables
Jeff King
1
-3
/
+3
2018-07-24
reencode_string: use size_t for string lengths
Jeff King
5
-13
/
+13
2018-07-24
reencode_string: use st_add/st_mult helpers
Jeff King
1
-2
/
+2
2018-07-24
Merge branch 'sb/blame-color' into jk/banned-function
Junio C Hamano
1
-1
/
+3
2018-07-24
fetch: send "refs/tags/" prefix upon CLI refspecs
Jonathan Tan
2
-4
/
+22
2018-07-24
t5702: test fetch with multiple refspecs at a time
Jonathan Tan
1
-0
/
+47
2018-07-23
fetch-pack: mark die strings for translation
Brandon Williams
1
-8
/
+8
2018-07-23
coccinelle: extract dedicated make target to clean Coccinelle's results
SZEDER Gábor
1
-3
/
+5
2018-07-23
coccinelle: put sane filenames into output patches
SZEDER Gábor
1
-1
/
+1
2018-07-23
coccinelle: exclude sha1dc source files from static analysis
SZEDER Gábor
1
-2
/
+8
2018-07-23
coccinelle: use $(addsuffix) in 'coccicheck' make target
SZEDER Gábor
1
-1
/
+1
2018-07-23
coccinelle: mark the 'coccicheck' make target as .PHONY
SZEDER Gábor
1
-0
/
+2
2018-07-23
t7406: avoid failures solely due to timing issues
Johannes Schindelin
1
-5
/
+6
2018-07-23
travis-ci: fail if Coccinelle static analysis found something to transform
SZEDER Gábor
1
-0
/
+19
2018-07-23
travis-ci: run Coccinelle static analysis with two parallel jobs
SZEDER Gábor
1
-1
/
+1
2018-07-23
transport-helper.c: mark more strings for translation
Nguyễn Thái Ngọc Duy
2
-47
/
+48
2018-07-23
transport.c: mark more strings for translation
Nguyễn Thái Ngọc Duy
1
-8
/
+8
2018-07-23
sha1-file.c: mark more strings for translation
Nguyễn Thái Ngọc Duy
1
-52
/
+52
2018-07-23
sequencer.c: mark more strings for translation
Nguyễn Thái Ngọc Duy
1
-12
/
+14
2018-07-23
replace-object.c: mark more strings for translation
Nguyễn Thái Ngọc Duy
1
-3
/
+3
2018-07-23
refspec.c: mark more strings for translation
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2018-07-23
refs.c: mark more strings for translation
Nguyễn Thái Ngọc Duy
6
-37
/
+37
2018-07-23
pkt-line.c: mark more strings for translation
Nguyễn Thái Ngọc Duy
1
-13
/
+13
2018-07-23
object.c: mark more strings for translation
Nguyễn Thái Ngọc Duy
2
-6
/
+6
2018-07-23
exec-cmd.c: mark more strings for translation
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2018-07-23
environment.c: mark more strings for translation
Nguyễn Thái Ngọc Duy
1
-2
/
+2
2018-07-23
dir.c: mark more strings for translation
Nguyễn Thái Ngọc Duy
3
-6
/
+6
2018-07-23
convert.c: mark more strings for translation
Nguyễn Thái Ngọc Duy
2
-19
/
+21
2018-07-23
connect.c: mark more strings for translation
Nguyễn Thái Ngọc Duy
2
-38
/
+42
2018-07-23
config.c: mark more strings for translation
Nguyễn Thái Ngọc Duy
2
-37
/
+37
2018-07-23
commit-graph.c: mark more strings for translation
Nguyễn Thái Ngọc Duy
1
-10
/
+10
2018-07-23
builtin/replace.c: mark more strings for translation
Nguyễn Thái Ngọc Duy
1
-37
/
+37
2018-07-23
builtin/pack-objects.c: mark more strings for translation
Nguyễn Thái Ngọc Duy
2
-51
/
+53
2018-07-23
builtin/grep.c: mark strings for translation
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2018-07-23
builtin/config.c: mark more strings for translation
Nguyễn Thái Ngọc Duy
2
-25
/
+25
2018-07-23
archive-zip.c: mark more strings for translation
Nguyễn Thái Ngọc Duy
1
-7
/
+7
2018-07-23
archive-tar.c: mark more strings for translation
Nguyễn Thái Ngọc Duy
1
-6
/
+6
2018-07-23
Update messages in preparation for i18n
Nguyễn Thái Ngọc Duy
30
-146
/
+154
2018-07-23
xdiff/histogram: remove tail recursion
Stefan Beller
1
-6
/
+14
2018-07-20
clone: send ref-prefixes when using protocol v2
Brandon Williams
2
-6
/
+21
2018-07-20
Documentation/git-interpret-trailers: explain possible values
Stefan Beller
1
-3
/
+6
2018-07-20
t9300: wait for background fast-import process to die after killing it
SZEDER Gábor
1
-1
/
+4
2018-07-20
gpg-interface t: extend the existing GPG tests with GPGSM
Henning Schild
7
-5
/
+178
2018-07-19
xdiff/xhistogram: move index allocation into find_lcs
Stefan Beller
1
-43
/
+53
2018-07-19
xdiff/xhistogram: factor out memory cleanup into free_index()
Stefan Beller
1
-4
/
+9
2018-07-19
xdiff/xhistogram: pass arguments directly to fall_back_to_classic_diff
Stefan Beller
1
-11
/
+11
2018-07-19
diff.c: offer config option to control ws handling in move detection
Stefan Beller
3
-2
/
+19
2018-07-19
diff.c: add white space mode to move detection that allows indent changes
Stefan Beller
4
-2
/
+252
[prev]
[next]