Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'jk/no-looking-at-dotgit-outside-repo' | Junio C Hamano | 2016-11-01 | 1 | -1/+2 |
|\ | |||||
| * | sha1_name: make wraparound of the index into ring-buffer explicit | René Scharfe | 2016-11-01 | 1 | -1/+2 |
* | | Merge branch 'rs/cocci' | Junio C Hamano | 2016-11-01 | 1 | -0/+15 |
|\ \ | |||||
| * | | cocci: avoid self-references in object_id transformationsrs/cocci | René Scharfe | 2016-11-01 | 1 | -0/+15 |
* | | | Git 2.11-rc0v2.11.0-rc0 | Junio C Hamano | 2016-10-31 | 2 | -28/+42 |
* | | | Merge branch 'nd/test-helpers' | Junio C Hamano | 2016-10-31 | 2 | -3/+18 |
|\ \ \ | |||||
| * | | | valgrind: support test helpersnd/test-helpers | René Scharfe | 2016-10-27 | 2 | -3/+18 |
* | | | | Merge branch 'sc/fmt-merge-msg-doc-markup-fix' | Junio C Hamano | 2016-10-31 | 1 | -2/+2 |
|\ \ \ \ | |||||
| * | | | | Documentation/fmt-merge-msg: fix markup in examplesc/fmt-merge-msg-doc-markup-fix | Stefan Christ | 2016-10-28 | 1 | -2/+2 |
* | | | | | Merge branch 'ak/sh-setup-dot-source-i18n-fix' | Junio C Hamano | 2016-10-31 | 1 | -3/+3 |
|\ \ \ \ \ | |||||
| * | | | | | git-sh-setup: be explicit where to dot-source git-sh-i18n from.ak/sh-setup-dot-source-i18n-fix | Anders Kaseorg | 2016-10-30 | 1 | -3/+3 |
| | |_|/ / | |/| | | | |||||
* | | | | | Merge branch 'rs/commit-pptr-simplify' | Junio C Hamano | 2016-10-31 | 1 | -8/+6 |
|\ \ \ \ \ | |||||
| * | | | | | commit: simplify building parents listrs/commit-pptr-simplify | René Scharfe | 2016-10-30 | 1 | -8/+6 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge branch 'jk/rebase-config-insn-fmt-docfix' | Junio C Hamano | 2016-10-31 | 1 | -1/+1 |
|\ \ \ \ \ | |||||
| * | | | | | doc: fix missing "::" in config listjk/rebase-config-insn-fmt-docfix | Jeff King | 2016-10-30 | 1 | -1/+1 |
| |/ / / / | |||||
* | | | | | Merge branch 'ak/pre-receive-hook-template-modefix' | Junio C Hamano | 2016-10-31 | 1 | -0/+0 |
|\ \ \ \ \ | |||||
| * | | | | | pre-receive.sample: mark it executableak/pre-receive-hook-template-modefix | Anders Kaseorg | 2016-10-28 | 1 | -0/+0 |
* | | | | | | Merge branch 'jk/common-main' | Junio C Hamano | 2016-10-31 | 1 | -2/+2 |
|\ \ \ \ \ \ | |||||
| * | | | | | | git-compat-util: move content inside ifdef/endif guards | Jeff King | 2016-10-27 | 1 | -2/+2 |
* | | | | | | | Merge branch 'aw/numbered-stash' | Junio C Hamano | 2016-10-31 | 3 | -3/+50 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | stash: allow stashes to be referenced by index onlyaw/numbered-stash | Aaron M Watson | 2016-10-26 | 3 | -3/+50 |
* | | | | | | | | Merge branch 'jt/trailer-with-cruft' | Junio C Hamano | 2016-10-31 | 3 | -279/+654 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | trailer: support values folded to multiple lines | Jonathan Tan | 2016-10-21 | 3 | -10/+211 |
| * | | | | | | | | trailer: forbid leading whitespace in trailers | Jonathan Tan | 2016-10-21 | 3 | -2/+17 |
| * | | | | | | | | trailer: allow non-trailers in trailer block | Jonathan Tan | 2016-10-21 | 3 | -15/+194 |
| * | | | | | | | | trailer: clarify failure modes in parse_trailer | Jonathan Tan | 2016-10-21 | 1 | -22/+53 |
| * | | | | | | | | trailer: make args have their own struct | Jonathan Tan | 2016-10-20 | 1 | -50/+85 |
| * | | | | | | | | trailer: streamline trailer item create and add | Jonathan Tan | 2016-10-20 | 1 | -70/+60 |
| * | | | | | | | | trailer: use list.h for doubly-linked list | Jonathan Tan | 2016-10-20 | 1 | -167/+91 |
| * | | | | | | | | trailer: improve const correctness | Jonathan Tan | 2016-10-14 | 1 | -7/+7 |
* | | | | | | | | | Merge branch 'ls/filter-process' | Junio C Hamano | 2016-10-31 | 19 | -135/+1498 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | contrib/long-running-filter: add long running filter example | Lars Schneider | 2016-10-17 | 2 | -1/+131 |
| * | | | | | | | | | convert: add filter.<driver>.process option | Lars Schneider | 2016-10-17 | 4 | -10/+1082 |
| * | | | | | | | | | convert: prepare filter.<driver>.process option | Lars Schneider | 2016-10-17 | 1 | -26/+34 |
| * | | | | | | | | | convert: make apply_filter() adhere to standard Git error handling | Lars Schneider | 2016-10-17 | 1 | -9/+6 |
| * | | | | | | | | | pkt-line: add functions to read/write flush terminated packet streams | Lars Schneider | 2016-10-17 | 2 | -0/+80 |
| * | | | | | | | | | pkt-line: add packet_write_gently() | Lars Schneider | 2016-10-17 | 1 | -0/+17 |
| * | | | | | | | | | pkt-line: add packet_flush_gently() | Lars Schneider | 2016-10-17 | 2 | -0/+9 |
| * | | | | | | | | | pkt-line: add packet_write_fmt_gently() | Lars Schneider | 2016-10-17 | 2 | -4/+31 |
| * | | | | | | | | | pkt-line: extract set_packet_header() | Lars Schneider | 2016-10-17 | 1 | -6/+13 |
| * | | | | | | | | | pkt-line: rename packet_write() to packet_write_fmt() | Lars Schneider | 2016-10-17 | 11 | -29/+29 |
| * | | | | | | | | | run-command: add clean_on_exit_handler | Lars Schneider | 2016-10-17 | 2 | -4/+20 |
| * | | | | | | | | | run-command: move check_pipe() from write_or_die to run_command | Lars Schneider | 2016-10-17 | 3 | -16/+16 |
| * | | | | | | | | | convert: modernize tests | Lars Schneider | 2016-10-17 | 1 | -29/+29 |
| * | | | | | | | | | convert: quote filter names in error messages | Lars Schneider | 2016-10-17 | 1 | -6/+6 |
* | | | | | | | | | | Merge branch 'ls/git-open-cloexec' | Junio C Hamano | 2016-10-31 | 5 | -14/+26 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | read-cache: make sure file handles are not inherited by child processesls/git-open-cloexec | Lars Schneider | 2016-10-25 | 1 | -1/+8 |
| * | | | | | | | | | | sha1_file: open window into packfiles with O_CLOEXEC | Lars Schneider | 2016-10-25 | 1 | -4/+9 |
| * | | | | | | | | | | sha1_file: rename git_open_noatime() to git_open() | Lars Schneider | 2016-10-25 | 4 | -9/+9 |
* | | | | | | | | | | | Sync with 2.10.2 | Junio C Hamano | 2016-10-28 | 2 | -1/+68 |
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / | |/| | | | | | | | | |