aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | | | | | | | | | | | | | | | | | | trailer: make args have their own structJonathan Tan2016-10-20
| * | | | | | | | | | | | | | | | | | | | trailer: streamline trailer item create and addJonathan Tan2016-10-20
| * | | | | | | | | | | | | | | | | | | | trailer: use list.h for doubly-linked listJonathan Tan2016-10-20
| * | | | | | | | | | | | | | | | | | | | trailer: improve const correctnessJonathan Tan2016-10-14
* | | | | | | | | | | | | | | | | | | | | Merge branch 'ls/filter-process'Junio C Hamano2016-10-31
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | contrib/long-running-filter: add long running filter exampleLars Schneider2016-10-17
| * | | | | | | | | | | | | | | | | | | | convert: add filter.<driver>.process optionLars Schneider2016-10-17
| * | | | | | | | | | | | | | | | | | | | convert: prepare filter.<driver>.process optionLars Schneider2016-10-17
| * | | | | | | | | | | | | | | | | | | | convert: make apply_filter() adhere to standard Git error handlingLars Schneider2016-10-17
| * | | | | | | | | | | | | | | | | | | | pkt-line: add functions to read/write flush terminated packet streamsLars Schneider2016-10-17
| * | | | | | | | | | | | | | | | | | | | pkt-line: add packet_write_gently()Lars Schneider2016-10-17
| * | | | | | | | | | | | | | | | | | | | pkt-line: add packet_flush_gently()Lars Schneider2016-10-17
| * | | | | | | | | | | | | | | | | | | | pkt-line: add packet_write_fmt_gently()Lars Schneider2016-10-17
| * | | | | | | | | | | | | | | | | | | | pkt-line: extract set_packet_header()Lars Schneider2016-10-17
| * | | | | | | | | | | | | | | | | | | | pkt-line: rename packet_write() to packet_write_fmt()Lars Schneider2016-10-17
| * | | | | | | | | | | | | | | | | | | | run-command: add clean_on_exit_handlerLars Schneider2016-10-17
| * | | | | | | | | | | | | | | | | | | | run-command: move check_pipe() from write_or_die to run_commandLars Schneider2016-10-17
| * | | | | | | | | | | | | | | | | | | | convert: modernize testsLars Schneider2016-10-17
| * | | | | | | | | | | | | | | | | | | | convert: quote filter names in error messagesLars Schneider2016-10-17