aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* | | | | | | | | Merge branch 'js/prepare-sequencer'Junio C Hamano2016-11-11
|\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | |
| * | | | | | | | sequencer: silence -Wtautological-constant-out-of-range-compareJeff King2016-11-08
* | | | | | | | | Merge branch 'ls/filter-process'Junio C Hamano2016-11-11
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | t0021: remove debugging cruftJunio C Hamano2016-11-11
* | | | | | | | | | Merge branch 'as/merge-attr-sleep'Junio C Hamano2016-11-11
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | |
| * | | | | | | | | t6026: clarify the point of "kill $(cat sleep.pid)"Johannes Sixt2016-11-11
| * | | | | | | | | t6026: ensure that long-running script really isJohannes Schindelin2016-11-10
| * | | | | | | | | Revert "t6026-merge-attr: don't fail if sleep exits early"Junio C Hamano2016-11-10
| * | | | | | | | | Revert "t6026-merge-attr: ensure that the merge driver was called"Junio C Hamano2016-11-10
| * | | | | | | | | t6026-merge-attr: ensure that the merge driver was calledAndreas Schwab2016-11-10
| * | | | | | | | | t6026-merge-attr: don't fail if sleep exits earlyAndreas Schwab2016-11-08
* | | | | | | | | | Merge branch 'jk/alt-odb-cleanup'Junio C Hamano2016-11-10
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | alternates: re-allow relative paths from environmentJeff King2016-11-08
* | | | | | | | | | | Merge branch 'jk/filter-process-fix'Junio C Hamano2016-11-10
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | t0021: fix filehandle usage on older perlJeff King2016-11-02
| * | | | | | | | | | | t0021: use $PERL_PATH for rot13-filter.plJeff King2016-11-02
| * | | | | | | | | | | t0021: put $TEST_ROOT in $PATHJeff King2016-11-02
| * | | | | | | | | | | t0021: use write_script to create rot13 shell scriptJeff King2016-11-02
* | | | | | | | | | | | Merge branch 'ls/filter-process'Junio C Hamano2016-11-10
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / | |/| | | | | | | | | |
| * | | | | | | | | | | t0021: compute file size with a single process instead of a pipelineJohannes Sixt2016-11-08
| * | | | | | | | | | | t0021: expect more variations in the output of uniq -cJohannes Sixt2016-11-08
| |/ / / / / / / / / /
* | | | | | | | | | | A bit of updates post -rc0Junio C Hamano2016-11-01
* | | | | | | | | | | Merge branch 'cc/split-index-typofix'Junio C Hamano2016-11-01
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | split-index: s/eith/with/ typo fixChristian Couder2016-11-01
| | |_|_|_|_|_|_|/ / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'jk/no-looking-at-dotgit-outside-repo'Junio C Hamano2016-11-01
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | sha1_name: make wraparound of the index into ring-buffer explicitRené Scharfe2016-11-01
* | | | | | | | | | | | Merge branch 'rs/cocci'Junio C Hamano2016-11-01
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | cocci: avoid self-references in object_id transformationsRené Scharfe2016-11-01
* | | | | | | | | | | | Git 2.11-rc0v2.11.0-rc0Junio C Hamano2016-10-31
* | | | | | | | | | | | Merge branch 'nd/test-helpers'Junio C Hamano2016-10-31
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | valgrind: support test helpersRené Scharfe2016-10-27
* | | | | | | | | | | | | Merge branch 'sc/fmt-merge-msg-doc-markup-fix'Junio C Hamano2016-10-31
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Documentation/fmt-merge-msg: fix markup in exampleStefan Christ2016-10-28
| | |_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'ak/sh-setup-dot-source-i18n-fix'Junio C Hamano2016-10-31
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | git-sh-setup: be explicit where to dot-source git-sh-i18n from.Anders Kaseorg2016-10-30
| | |_|/ / / / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'rs/commit-pptr-simplify'Junio C Hamano2016-10-31
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | commit: simplify building parents listRené Scharfe2016-10-30
| | |/ / / / / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'jk/rebase-config-insn-fmt-docfix'Junio C Hamano2016-10-31
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | doc: fix missing "::" in config listJeff King2016-10-30
| |/ / / / / / / / / / / /
* | | | | | | | | | | | | Merge branch 'ak/pre-receive-hook-template-modefix'Junio C Hamano2016-10-31
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | pre-receive.sample: mark it executableAnders Kaseorg2016-10-28
* | | | | | | | | | | | | | Merge branch 'jk/common-main'Junio C Hamano2016-10-31
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | git-compat-util: move content inside ifdef/endif guardsJeff King2016-10-27
* | | | | | | | | | | | | | | Merge branch 'aw/numbered-stash'Junio C Hamano2016-10-31
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | stash: allow stashes to be referenced by index onlyAaron M Watson2016-10-26
* | | | | | | | | | | | | | | | Merge branch 'jt/trailer-with-cruft'Junio C Hamano2016-10-31
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | trailer: support values folded to multiple linesJonathan Tan2016-10-21
| * | | | | | | | | | | | | | | trailer: forbid leading whitespace in trailersJonathan Tan2016-10-21
| * | | | | | | | | | | | | | | trailer: allow non-trailers in trailer blockJonathan Tan2016-10-21
| * | | | | | | | | | | | | | | trailer: clarify failure modes in parse_trailerJonathan Tan2016-10-21