summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-07-06parse_options: allocate a new array when concatenatingLibravatar Jeff King3-22/+22
2016-07-06Merge branch 'jk/common-main-2.8' into jk/common-mainLibravatar Junio C Hamano53-150/+123
2016-07-06mingw: declare main()'s argv as constLibravatar Johannes Schindelin2-8/+2
2016-07-06t/lib-git-daemon: use test_match_signalLibravatar Jeff King1-2/+1
2016-07-06test_must_fail: use test_match_signalLibravatar Jeff King1-1/+1
2016-07-06t0005: use test_match_signal as appropriateLibravatar Jeff King1-2/+2
2016-07-06tests: factor portable signal check out of t0005Libravatar Jeff King2-6/+22
2016-07-01common-main: call git_setup_gettext()Libravatar Jeff King12-22/+2
2016-07-01common-main: call restore_sigpipe_to_default()Libravatar Jeff King2-23/+23
2016-07-01common-main: call sanitize_stdfds()Libravatar Jeff King4-17/+9
2016-07-01common-main: call git_extract_argv0_path()Libravatar Jeff King12-19/+4
2016-07-01add an extra level of indirection to main()Libravatar Jeff King52-69/+91
2016-07-01grep: fix grepping for "intent to add" filesLibravatar Charles Bailey2-2/+60
2016-07-01t7810-grep.sh: fix a whitespace inconsistencyLibravatar Charles Bailey1-1/+1
2016-07-01t7810-grep.sh: fix duplicated test nameLibravatar Charles Bailey1-1/+1
2016-07-01sideband.c: refactor recv_sideband()Libravatar Lukas Fleischer1-74/+58
2016-07-01grep.c: reuse "icase" variableLibravatar Nguyễn Thái Ngọc Duy1-4/+1
2016-07-01diffcore-pickaxe: support case insensitive match on non-asciiLibravatar Nguyễn Thái Ngọc Duy2-0/+18
2016-07-01diffcore-pickaxe: Add regcomp_or_die()Libravatar Nguyễn Thái Ngọc Duy1-9/+13
2016-07-01grep/pcre: support utf-8Libravatar Nguyễn Thái Ngọc Duy2-0/+17
2016-07-01gettext: add is_utf8_locale()Libravatar Nguyễn Thái Ngọc Duy2-2/+23
2016-07-01grep/pcre: prepare locale-dependent tables for icase matchingLibravatar Nguyễn Thái Ngọc Duy3-2/+26
2016-07-01grep: rewrite an if/else condition to avoid duplicate expressionLibravatar Nguyễn Thái Ngọc Duy1-4/+1
2016-07-01grep/icase: avoid kwsset when -F is specifiedLibravatar Nguyễn Thái Ngọc Duy4-1/+108
2016-06-29commit -S: avoid invalid pointer with empty messageLibravatar Johannes Schindelin1-1/+6
2016-06-29reset --hard: skip blank lines when reporting the commit subjectLibravatar Johannes Schindelin1-1/+1
2016-06-29sequencer: use skip_blank_lines() to find the commit subjectLibravatar Johannes Schindelin1-4/+2
2016-06-29commit -C: skip blank lines at the beginning of the messageLibravatar Johannes Schindelin1-1/+1
2016-06-29t3404: fix a grammo (commands are ran -> commands are run)Libravatar Johannes Schindelin1-1/+1
2016-06-29rebase -i: restore autostash on abortLibravatar Patrick Steinhardt2-0/+32
2016-06-28contrib/subtree: Add a test for subtree rebase that loses commitsLibravatar David A. Greene1-0/+119
2016-06-28color.h: remove obsolete comment about limitations on WindowsLibravatar Johannes Schindelin1-5/+0
2016-06-28doc: typeset HEAD and variants as literalLibravatar Matthieu Moy11-26/+26
2016-06-28CodingGuidelines: formatting HEAD in documentationLibravatar Matthieu Moy1-2/+3
2016-06-28doc: typeset long options with argument as literalLibravatar Matthieu Moy1-2/+2
2016-06-28doc: typeset '--' as literalLibravatar Matthieu Moy3-4/+4
2016-06-28doc: typeset long command-line options as literalLibravatar Matthieu Moy46-149/+149
2016-06-28doc: typeset short command-line options as literalLibravatar Matthieu Moy23-52/+52
2016-06-28Documentation/git-mv.txt: fix whitespace indentationLibravatar Matthieu Moy1-2/+2
2016-06-27Start preparing for 2.9.1Libravatar Junio C Hamano2-1/+29
2016-06-27Merge branch 'rs/xdiff-hunk-with-func-line' into maintLibravatar Junio C Hamano10-93/+365
2016-06-27Merge branch 'jk/rev-list-count-with-bitmap' into maintLibravatar Junio C Hamano2-1/+11
2016-06-27Merge branch 'et/pretty-format-c-auto' into maintLibravatar Junio C Hamano2-8/+20
2016-06-27Merge branch 'ew/daemon-socket-keepalive' into maintLibravatar Junio C Hamano1-0/+14
2016-06-27xwrite: poll on non-blocking FDsLibravatar Eric Wong1-2/+20
2016-06-27xread: retry after poll on EAGAIN/EWOULDBLOCKLibravatar Eric Wong1-0/+1
2016-06-27unpack-trees: fix English grammar in do-this-before-that messagesLibravatar Alex Henrie4-16/+16
2016-06-27gc: fix off-by-one error with gc.autoPackLimitLibravatar Eric Wong1-1/+1
2016-06-27grep/icase: avoid kwsset on literal non-ascii stringsLibravatar Nguyễn Thái Ngọc Duy2-1/+29
2016-06-27test-regex: expose full regcomp() to the command lineLibravatar Nguyễn Thái Ngọc Duy1-2/+49