Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | | | | | | | | | | Merge branch 'jk/write-in-full-fix' | Junio C Hamano | 2017-09-25 | |
|\ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | read_pack_header: handle signed/unsigned comparison in read result | Jeff King | 2017-09-14 | |
| * | | | | | | | | | | config: flip return value of store_write_*() | Jeff King | 2017-09-14 | |
| * | | | | | | | | | | notes-merge: use ssize_t for write_in_full() return value | Jeff King | 2017-09-14 | |
| * | | | | | | | | | | pkt-line: check write_in_full() errors against "< 0" | Jeff King | 2017-09-14 | |
| * | | | | | | | | | | convert less-trivial versions of "write_in_full() != len" | Jeff King | 2017-09-14 | |
| * | | | | | | | | | | avoid "write_in_full(fd, buf, len) != len" pattern | Jeff King | 2017-09-14 | |
| * | | | | | | | | | | get-tar-commit-id: check write_in_full() return against 0 | Jeff King | 2017-09-14 | |
| * | | | | | | | | | | config: avoid "write_in_full(fd, buf, len) < len" pattern | Jeff King | 2017-09-14 | |
| | |/ / / / / / / / | |/| | | | | | | | | ||||
* | | | | | | | | | | Merge branch 'ez/doc-duplicated-words-fix' | Junio C Hamano | 2017-09-25 | |
|\ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | doc: fix minor typos (extra/duplicated words) | Evan Zacks | 2017-09-14 | |
| |/ / / / / / / / / | ||||
* | | | | | | | | | | Merge branch 'kd/doc-for-each-ref' | Junio C Hamano | 2017-09-25 | |
|\ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | doc/for-each-ref: explicitly specify option names | Kevin Daudt | 2017-09-12 | |
| * | | | | | | | | | | doc/for-each-ref: consistently use '=' to between argument names and values | Kevin Daudt | 2017-09-12 | |
* | | | | | | | | | | | Merge branch 'cc/subprocess-handshake-missing-capabilities' | Junio C Hamano | 2017-09-25 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | subprocess: loudly die when subprocess asks for an unsupported capability | Junio C Hamano | 2017-09-11 | |
* | | | | | | | | | | | | Merge branch 'kw/write-index-reduce-alloc' | Junio C Hamano | 2017-09-25 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | read-cache: fix index corruption with index v4 | Thomas Gummerer | 2017-09-08 | |
| * | | | | | | | | | | | | Add t/helper/test-write-cache to .gitignore | Jonathan Tan | 2017-09-07 | |
* | | | | | | | | | | | | | Merge branch 'mg/name-rev-tests-with-short-stack' | Junio C Hamano | 2017-09-25 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | ||||
| * | | | | | | | | | | | | t6120: test describe and name-rev with deep repos | Michael J Gruber | 2017-09-08 | |
| * | | | | | | | | | | | | t6120: clean up state after breaking repo | Michael J Gruber | 2017-09-08 | |
| * | | | | | | | | | | | | t6120: test name-rev --all and --stdin | Michael J Gruber | 2017-09-08 | |
| * | | | | | | | | | | | | t7004: move limited stack prereq to test-lib | Michael J Gruber | 2017-09-08 | |
* | | | | | | | | | | | | | Merge branch 'jk/leak-checkers' | Junio C Hamano | 2017-09-21 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | git-compat-util: make UNLEAK less error-prone | Jonathan Tan | 2017-09-20 | |
* | | | | | | | | | | | | | The eighth batch for 2.15 | Junio C Hamano | 2017-09-19 | |
* | | | | | | | | | | | | | Merge branch 'rk/commit-tree-make-F-verbatim' | Junio C Hamano | 2017-09-19 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | commit-tree: do not complete line in -F input | Ross Kabus | 2017-09-10 | |
| | |_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | ||||
* | | | | | | | | | | | | | Merge branch 'rs/strbuf-leakfix' | Junio C Hamano | 2017-09-19 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | wt-status: release strbuf after use in wt_longstatus_print_tracking() | Rene Scharfe | 2017-09-10 | |
| * | | | | | | | | | | | | | wt-status: release strbuf after use in read_rebase_todolist() | Rene Scharfe | 2017-09-07 | |
| * | | | | | | | | | | | | | vcs-svn: release strbuf after use in end_revision() | Rene Scharfe | 2017-09-07 | |
| * | | | | | | | | | | | | | utf8: release strbuf on error return in strbuf_utf8_replace() | Rene Scharfe | 2017-09-07 | |
| * | | | | | | | | | | | | | userdiff: release strbuf after use in userdiff_get_textconv() | Rene Scharfe | 2017-09-07 | |
| * | | | | | | | | | | | | | transport-helper: release strbuf after use in process_connect_service() | Rene Scharfe | 2017-09-07 | |
| * | | | | | | | | | | | | | sequencer: release strbuf after use in save_head() | Rene Scharfe | 2017-09-07 | |
| * | | | | | | | | | | | | | shortlog: release strbuf after use in insert_one_record() | Rene Scharfe | 2017-09-07 | |
| * | | | | | | | | | | | | | sha1_file: release strbuf on error return in index_path() | Rene Scharfe | 2017-09-07 | |
| * | | | | | | | | | | | | | send-pack: release strbuf on error return in send_pack() | Rene Scharfe | 2017-09-07 | |
| * | | | | | | | | | | | | | remote: release strbuf after use in set_url() | Rene Scharfe | 2017-09-07 | |
| * | | | | | | | | | | | | | remote: release strbuf after use in migrate_file() | Rene Scharfe | 2017-09-07 | |
| * | | | | | | | | | | | | | remote: release strbuf after use in read_remote_branches() | Rene Scharfe | 2017-09-07 | |
| * | | | | | | | | | | | | | refs: release strbuf on error return in write_pseudoref() | Rene Scharfe | 2017-09-07 | |
| * | | | | | | | | | | | | | notes: release strbuf after use in notes_copy_from_stdin() | Rene Scharfe | 2017-09-07 | |
| * | | | | | | | | | | | | | merge: release strbuf after use in write_merge_heads() | Rene Scharfe | 2017-09-07 | |
| * | | | | | | | | | | | | | merge: release strbuf after use in save_state() | Rene Scharfe | 2017-09-07 | |
| * | | | | | | | | | | | | | mailinfo: release strbuf on error return in handle_boundary() | Rene Scharfe | 2017-09-07 | |
| * | | | | | | | | | | | | | mailinfo: release strbuf after use in handle_from() | Rene Scharfe | 2017-09-07 | |
| * | | | | | | | | | | | | | help: release strbuf on error return in exec_woman_emacs() | Rene Scharfe | 2017-09-07 |