summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-07-06Merge branch 'sg/reflog-past-root' into maintLibravatar Junio C Hamano3-1/+29
2016-07-06Merge branch 'dn/gpg-doc' into maintLibravatar Junio C Hamano2-2/+2
2016-07-06Merge branch 'ap/git-svn-propset-doc' into maintLibravatar Junio C Hamano1-0/+14
2016-07-06Merge branch 'tr/doc-tt' into maintLibravatar Junio C Hamano36-217/+224
2016-07-06mailmap: use main email address for dturnerLibravatar David Turner1-0/+1
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-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-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-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
2016-06-27test-regex: isolate the bug test codeLibravatar Nguyễn Thái Ngọc Duy2-3/+11
2016-06-27grep: break down an "if" stmt in preparation for next changesLibravatar Nguyễn Thái Ngọc Duy1-1/+3
2016-06-27new-command.txt: correct the command description fileLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2016-06-22t2300: "git --exec-path" is not usable in $PATH on Windows as-isLibravatar Johannes Schindelin1-1/+9
2016-06-22commit.c: make find_commit_subject() more robustLibravatar Johannes Schindelin2-1/+18