summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | common-main: call git_extract_argv0_path()Jeff King2016-07-0112-19/+4
| | * | | | | add an extra level of indirection to main()Jeff King2016-07-0152-69/+91
| | | |_|/ / | | |/| | |
* | | | | | Merge branch 'ak/lazy-prereq-mktemp'Junio C Hamano2016-07-191-1/+6
|\ \ \ \ \ \
| * | | | | | t7610: test for mktemp before test executionArmin Kunaschik2016-07-061-1/+6
* | | | | | | Merge branch 'nd/icase'Junio C Hamano2016-07-1911-21/+291
|\ \ \ \ \ \ \
| * | | | | | | grep.c: reuse "icase" variablend/icaseNguyễn Thái Ngọc Duy2016-07-011-4/+1
| * | | | | | | diffcore-pickaxe: support case insensitive match on non-asciiNguyễn Thái Ngọc Duy2016-07-012-0/+18
| * | | | | | | diffcore-pickaxe: Add regcomp_or_die()Nguyễn Thái Ngọc Duy2016-07-011-9/+13
| * | | | | | | grep/pcre: support utf-8Nguyễn Thái Ngọc Duy2016-07-012-0/+17
| * | | | | | | gettext: add is_utf8_locale()Nguyễn Thái Ngọc Duy2016-07-012-2/+23
| * | | | | | | grep/pcre: prepare locale-dependent tables for icase matchingNguyễn Thái Ngọc Duy2016-07-013-2/+26
| * | | | | | | grep: rewrite an if/else condition to avoid duplicate expressionNguyễn Thái Ngọc Duy2016-07-011-4/+1
| * | | | | | | grep/icase: avoid kwsset when -F is specifiedNguyễn Thái Ngọc Duy2016-07-014-1/+108
| * | | | | | | grep/icase: avoid kwsset on literal non-ascii stringsNguyễn Thái Ngọc Duy2016-06-272-1/+29
| * | | | | | | test-regex: expose full regcomp() to the command lineNguyễn Thái Ngọc Duy2016-06-271-2/+49
| * | | | | | | test-regex: isolate the bug test codeNguyễn Thái Ngọc Duy2016-06-272-3/+11
| * | | | | | | grep: break down an "if" stmt in preparation for next changesNguyễn Thái Ngọc Duy2016-06-271-1/+3
* | | | | | | | Merge branch 'bc/cocci'Junio C Hamano2016-07-1925-283/+403
|\ \ \ \ \ \ \ \
| * | | | | | | | diff: convert prep_temp_blob() to struct object_idbc/coccibrian m. carlson2016-06-281-4/+4
| * | | | | | | | merge-recursive: convert merge_recursive_generic() to object_idbrian m. carlson2016-06-283-20/+20
| * | | | | | | | merge-recursive: convert leaf functions to use struct object_idbrian m. carlson2016-06-281-118/+118
| * | | | | | | | merge-recursive: convert struct merge_file_info to object_idbrian m. carlson2016-06-281-19/+20
| * | | | | | | | merge-recursive: convert struct stage_data to use object_idbrian m. carlson2016-06-281-20/+18
| * | | | | | | | diff: rename struct diff_filespec's sha1_valid memberbrian m. carlson2016-06-286-25/+25
| * | | | | | | | diff: convert struct diff_filespec to struct object_idbrian m. carlson2016-06-2813-128/+147
| * | | | | | | | coccinelle: apply object_id Coccinelle transformationsbrian m. carlson2016-06-283-10/+9
| * | | | | | | | coccinelle: convert hashcpy() with null_sha1 to hashclr()brian m. carlson2016-06-285-6/+6
| * | | | | | | | contrib/coccinelle: add basic Coccinelle transformsbrian m. carlson2016-06-282-0/+97
| * | | | | | | | hex: add oid_to_hex_r()brian m. carlson2016-06-282-0/+6
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge branch 'js/log-to-diffopt-file'Junio C Hamano2016-07-199-107/+144
|\ \ \ \ \ \ \ \
| * | | | | | | | mingw: fix the shortlog --output=<file> testjs/log-to-diffopt-fileJohannes Schindelin2016-07-111-2/+2
| * | | | | | | | diff: do not color output when --color=auto and --output=<file> is givenJohannes Schindelin2016-06-281-0/+2
| * | | | | | | | t4211: ensure that log respects --output=<file>Johannes Schindelin2016-06-241-0/+7
| * | | | | | | | shortlog: respect the --output=<file> settingJohannes Schindelin2016-06-242-1/+9
| * | | | | | | | format-patch: use stdout directlyJohannes Schindelin2016-06-241-5/+1
| * | | | | | | | format-patch: avoid freopen()Johannes Schindelin2016-06-241-31/+33
| * | | | | | | | format-patch: explicitly switch off color when writing to filesJohannes Schindelin2016-06-241-0/+2
| * | | | | | | | shortlog: support outputting to streams other than stdoutJohannes Schindelin2016-06-242-5/+9
| * | | | | | | | graph: respect the diffopt.file settingJohannes Schindelin2016-06-241-13/+17
| * | | | | | | | line-log: respect diffopt's configured output file streamJohannes Schindelin2016-06-241-17/+17
| * | | | | | | | log-tree: respect diffopt's configured output file streamJohannes Schindelin2016-06-241-32/+32
| * | | | | | | | log: prepare log/log-tree to reuse the diffopt.close_file attributeJohannes Schindelin2016-06-242-4/+16
* | | | | | | | | Merge branch 'sb/submodule-parallel-fetch'Junio C Hamano2016-07-191-16/+27
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | hoist out handle_nonblock function for xread and xwritesb/submodule-parallel-fetchEric Wong2016-07-111-28/+20
| * | | | | | | | | xwrite: poll on non-blocking FDsEric Wong2016-06-271-2/+20
| * | | | | | | | | xread: retry after poll on EAGAIN/EWOULDBLOCKEric Wong2016-06-271-0/+1
* | | | | | | | | | Merge branch 'lf/recv-sideband-cleanup'Junio C Hamano2016-07-191-74/+58
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | sideband.c: small optimization of strbuf usagelf/recv-sideband-cleanupNicolas Pitre2016-07-061-3/+3
| * | | | | | | | | | sideband.c: refactor recv_sideband()Lukas Fleischer2016-07-011-74/+58
* | | | | | | | | | | Merge branch 'dk/blame-move-no-reason-for-1-line-context'Junio C Hamano2016-07-191-4/+3
|\ \ \ \ \ \ \ \ \ \ \