summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-07-24pass st.st_size as hint for strbuf_readlink()Libravatar Jeff King2-2/+3
2018-07-24strbuf_readlink: use ssize_tLibravatar Jeff King1-1/+1
2018-07-24strbuf: use size_t for length in intermediate variablesLibravatar Jeff King1-3/+3
2018-07-24reencode_string: use size_t for string lengthsLibravatar Jeff King5-13/+13
2018-07-24reencode_string: use st_add/st_mult helpersLibravatar Jeff King1-2/+2
2018-07-24Merge branch 'sb/blame-color' into jk/banned-functionLibravatar Junio C Hamano1-1/+3
2018-07-24fetch: send "refs/tags/" prefix upon CLI refspecsLibravatar Jonathan Tan2-4/+22
2018-07-24t5702: test fetch with multiple refspecs at a timeLibravatar Jonathan Tan1-0/+47
2018-07-23fetch-pack: mark die strings for translationLibravatar Brandon Williams1-8/+8
2018-07-23coccinelle: extract dedicated make target to clean Coccinelle's resultsLibravatar SZEDER Gábor1-3/+5
2018-07-23coccinelle: put sane filenames into output patchesLibravatar SZEDER Gábor1-1/+1
2018-07-23coccinelle: exclude sha1dc source files from static analysisLibravatar SZEDER Gábor1-2/+8
2018-07-23coccinelle: use $(addsuffix) in 'coccicheck' make targetLibravatar SZEDER Gábor1-1/+1
2018-07-23coccinelle: mark the 'coccicheck' make target as .PHONYLibravatar SZEDER Gábor1-0/+2
2018-07-23t7406: avoid failures solely due to timing issuesLibravatar Johannes Schindelin1-5/+6
2018-07-23travis-ci: fail if Coccinelle static analysis found something to transformLibravatar SZEDER Gábor1-0/+19
2018-07-23travis-ci: run Coccinelle static analysis with two parallel jobsLibravatar SZEDER Gábor1-1/+1
2018-07-23transport-helper.c: mark more strings for translationLibravatar Nguyễn Thái Ngọc Duy2-47/+48
2018-07-23transport.c: mark more strings for translationLibravatar Nguyễn Thái Ngọc Duy1-8/+8
2018-07-23sha1-file.c: mark more strings for translationLibravatar Nguyễn Thái Ngọc Duy1-52/+52
2018-07-23sequencer.c: mark more strings for translationLibravatar Nguyễn Thái Ngọc Duy1-12/+14
2018-07-23replace-object.c: mark more strings for translationLibravatar Nguyễn Thái Ngọc Duy1-3/+3
2018-07-23refspec.c: mark more strings for translationLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2018-07-23refs.c: mark more strings for translationLibravatar Nguyễn Thái Ngọc Duy6-37/+37
2018-07-23pkt-line.c: mark more strings for translationLibravatar Nguyễn Thái Ngọc Duy1-13/+13
2018-07-23object.c: mark more strings for translationLibravatar Nguyễn Thái Ngọc Duy2-6/+6
2018-07-23exec-cmd.c: mark more strings for translationLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2018-07-23environment.c: mark more strings for translationLibravatar Nguyễn Thái Ngọc Duy1-2/+2
2018-07-23dir.c: mark more strings for translationLibravatar Nguyễn Thái Ngọc Duy3-6/+6
2018-07-23convert.c: mark more strings for translationLibravatar Nguyễn Thái Ngọc Duy2-19/+21
2018-07-23connect.c: mark more strings for translationLibravatar Nguyễn Thái Ngọc Duy2-38/+42
2018-07-23config.c: mark more strings for translationLibravatar Nguyễn Thái Ngọc Duy2-37/+37
2018-07-23commit-graph.c: mark more strings for translationLibravatar Nguyễn Thái Ngọc Duy1-10/+10
2018-07-23builtin/replace.c: mark more strings for translationLibravatar Nguyễn Thái Ngọc Duy1-37/+37
2018-07-23builtin/pack-objects.c: mark more strings for translationLibravatar Nguyễn Thái Ngọc Duy2-51/+53
2018-07-23builtin/grep.c: mark strings for translationLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2018-07-23builtin/config.c: mark more strings for translationLibravatar Nguyễn Thái Ngọc Duy2-25/+25
2018-07-23archive-zip.c: mark more strings for translationLibravatar Nguyễn Thái Ngọc Duy1-7/+7
2018-07-23archive-tar.c: mark more strings for translationLibravatar Nguyễn Thái Ngọc Duy1-6/+6
2018-07-23Update messages in preparation for i18nLibravatar Nguyễn Thái Ngọc Duy30-146/+154
2018-07-23xdiff/histogram: remove tail recursionLibravatar Stefan Beller1-6/+14
2018-07-20clone: send ref-prefixes when using protocol v2Libravatar Brandon Williams2-6/+21
2018-07-20Documentation/git-interpret-trailers: explain possible valuesLibravatar Stefan Beller1-3/+6
2018-07-20t9300: wait for background fast-import process to die after killing itLibravatar SZEDER Gábor1-1/+4
2018-07-20gpg-interface t: extend the existing GPG tests with GPGSMLibravatar Henning Schild7-5/+178
2018-07-19xdiff/xhistogram: move index allocation into find_lcsLibravatar Stefan Beller1-43/+53
2018-07-19xdiff/xhistogram: factor out memory cleanup into free_index()Libravatar Stefan Beller1-4/+9
2018-07-19xdiff/xhistogram: pass arguments directly to fall_back_to_classic_diffLibravatar Stefan Beller1-11/+11
2018-07-19diff.c: offer config option to control ws handling in move detectionLibravatar Stefan Beller3-2/+19
2018-07-19diff.c: add white space mode to move detection that allows indent changesLibravatar Stefan Beller4-2/+252