aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* | | | | | | | | | Merge branch 'js/ignore-space-at-eol' into maintJunio C Hamano2016-08-08
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | diff: fix a double off-by-one with --ignore-space-at-eolJohannes Schindelin2016-07-11
| * | | | | | | | | | diff: demonstrate a bug with --patience and --ignore-space-at-eolJohannes Schindelin2016-07-11
| | |_|_|_|/ / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'jk/push-scrub-url' into maintJunio C Hamano2016-08-08
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | t5541: fix url scrubbing test when GPG is not setJeff King2016-07-20
| * | | | | | | | | | push: anonymize URL in status outputJeff King2016-07-14
| |/ / / / / / / / /
* | | | | | | | | | Merge branch 'nd/cache-tree-ita' into maintJunio C Hamano2016-08-08
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | cache-tree: do not generate empty trees as a result of all i-t-a subentriesNguyễn Thái Ngọc Duy2016-07-18
| * | | | | | | | | | cache-tree.c: fix i-t-a entry skipping directory updates sometimesNguyễn Thái Ngọc Duy2016-07-18
| * | | | | | | | | | test-lib.sh: introduce and use $EMPTY_BLOBNguyễn Thái Ngọc Duy2016-07-18
| * | | | | | | | | | test-lib.sh: introduce and use $EMPTY_TREENguyễn Thái Ngọc Duy2016-07-18
| | |_|_|_|/ / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'mh/blame-worktree' into maintJunio C Hamano2016-08-08
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | t/t8003-blame-corner-cases.sh: Use here documentsMike Hommey2016-07-18
| * | | | | | | | | | blame: allow to blame paths freshly added to the indexMike Hommey2016-07-18
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | Some fixes for 2.9.3Junio C Hamano2016-07-28
* | | | | | | | | | Merge branch 'ak/lazy-prereq-mktemp' into maintJunio C Hamano2016-07-28
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | t7610: test for mktemp before test executionArmin Kunaschik2016-07-06
* | | | | | | | | | | Merge branch 'nd/icase' into maintJunio C Hamano2016-07-28
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | grep.c: reuse "icase" variableNguyễn Thái Ngọc Duy2016-07-01
| * | | | | | | | | | | diffcore-pickaxe: support case insensitive match on non-asciiNguyễn Thái Ngọc Duy2016-07-01
| * | | | | | | | | | | diffcore-pickaxe: Add regcomp_or_die()Nguyễn Thái Ngọc Duy2016-07-01
| * | | | | | | | | | | grep/pcre: support utf-8Nguyễn Thái Ngọc Duy2016-07-01
| * | | | | | | | | | | gettext: add is_utf8_locale()Nguyễn Thái Ngọc Duy2016-07-01
| * | | | | | | | | | | grep/pcre: prepare locale-dependent tables for icase matchingNguyễn Thái Ngọc Duy2016-07-01
| * | | | | | | | | | | grep: rewrite an if/else condition to avoid duplicate expressionNguyễn Thái Ngọc Duy2016-07-01
| * | | | | | | | | | | grep/icase: avoid kwsset when -F is specifiedNguyễn Thái Ngọc Duy2016-07-01
| * | | | | | | | | | | grep/icase: avoid kwsset on literal non-ascii stringsNguyễn Thái Ngọc Duy2016-06-27
| * | | | | | | | | | | test-regex: expose full regcomp() to the command lineNguyễn Thái Ngọc Duy2016-06-27
| * | | | | | | | | | | test-regex: isolate the bug test codeNguyễn Thái Ngọc Duy2016-06-27
| * | | | | | | | | | | grep: break down an "if" stmt in preparation for next changesNguyễn Thái Ngọc Duy2016-06-27
* | | | | | | | | | | | Merge branch 'sb/submodule-parallel-fetch' into maintJunio C Hamano2016-07-28
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | hoist out handle_nonblock function for xread and xwriteEric Wong2016-07-11
| * | | | | | | | | | | | xwrite: poll on non-blocking FDsEric Wong2016-06-27
| * | | | | | | | | | | | xread: retry after poll on EAGAIN/EWOULDBLOCKEric Wong2016-06-27
* | | | | | | | | | | | | Merge branch 'dk/blame-move-no-reason-for-1-line-context' into maintJunio C Hamano2016-07-28
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | blame: require 0 context lines while finding moved lines with -MDavid Kastrup2016-05-29
* | | | | | | | | | | | | | Merge branch 'jk/test-match-signal' into maintJunio C Hamano2016-07-28
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | t/lib-git-daemon: use test_match_signalJeff King2016-07-06
| * | | | | | | | | | | | | | test_must_fail: use test_match_signalJeff King2016-07-06
| * | | | | | | | | | | | | | t0005: use test_match_signal as appropriateJeff King2016-07-06
| * | | | | | | | | | | | | | tests: factor portable signal check out of t0005Jeff King2016-07-06
| | |_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch 'js/am-call-theirs-theirs-in-fallback-3way' into maintJunio C Hamano2016-07-28
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | am: counteract gender biasJohannes Schindelin2016-07-08
| | |_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch 'js/t3404-grammo-fix' into maintJunio C Hamano2016-07-28
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | t3404: fix a grammo (commands are ran -> commands are run)Johannes Schindelin2016-06-29
* | | | | | | | | | | | | | | Merge branch 'nd/doc-new-command' into maintJunio C Hamano2016-07-28
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | new-command.txt: correct the command description fileNguyễn Thái Ngọc Duy2016-06-27
| | |_|_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge branch 'ew/gc-auto-pack-limit-fix' into maintJunio C Hamano2016-07-28
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | gc: fix off-by-one error with gc.autoPackLimitEric Wong2016-06-27
| | |_|_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge branch 'js/color-on-windows-comment' into maintJunio C Hamano2016-07-28
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \