Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | | | | | | | | | Merge branch 'lt/request-pull' into maint | Junio C Hamano | 2014-07-22 | |
|\ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | fix brown paper bag breakage in t5150-request-pull.sh | Johannes Sixt | 2014-06-02 | |
* | | | | | | | | | | Merge branch 'ep/shell-assign-and-export-vars' into maint | Junio C Hamano | 2014-07-22 | |
|\ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | scripts: more "export VAR=VALUE" fixes | Junio C Hamano | 2014-05-23 | |
| * | | | | | | | | | | scripts: "export VAR=VALUE" construct is not portable | Elia Pinto | 2014-05-23 | |
| | |_|_|_|_|_|_|/ / | |/| | | | | | | | | ||||
* | | | | | | | | | | Merge branch 'maint-1.9' into maint | Junio C Hamano | 2014-07-22 | |
|\ \ \ \ \ \ \ \ \ \ | ||||
| * \ \ \ \ \ \ \ \ \ | Merge branch 'maint-1.8.5' into maint-1.9 | Junio C Hamano | 2014-07-22 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | | | Documentation: fix missing text for rev-parse --verify | brian m. carlson | 2014-07-22 | |
* | | | | | | | | | | | | use xmemdupz() to allocate copies of strings given by start and length | René Scharfe | 2014-07-21 | |
* | | | | | | | | | | | | use xcalloc() to allocate zero-initialized memory | René Scharfe | 2014-07-21 | |
* | | | | | | | | | | | | Git 2.0.2v2.0.2 | Junio C Hamano | 2014-07-16 | |
* | | | | | | | | | | | | Merge branch 'jc/fix-clone-single-starting-at-a-tag' into maint | Junio C Hamano | 2014-07-16 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | builtin/clone.c: detect a clone starting at a tag correctly | Junio C Hamano | 2014-06-23 | |
* | | | | | | | | | | | | | Merge branch 'jk/pretty-G-format-fixes' into maint | Junio C Hamano | 2014-07-16 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | move "%G" format test from t7510 to t6006 | Jeff King | 2014-06-25 | |
| * | | | | | | | | | | | | | pretty: avoid reading past end-of-string with "%G" | Jeff King | 2014-06-17 | |
| * | | | | | | | | | | | | | t7510: check %G* pretty-format output | Jeff King | 2014-06-17 | |
| * | | | | | | | | | | | | | t7510: test a commit signed by an unknown key | Jeff King | 2014-06-17 | |
| * | | | | | | | | | | | | | t7510: use consistent &&-chains in loop | Michael J Gruber | 2014-06-17 | |
| * | | | | | | | | | | | | | t7510: stop referring to master in later tests | Jeff King | 2014-06-17 | |
| | |_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | ||||
* | | | | | | | | | | | | | Merge branch 'rs/fix-alt-odb-path-comparison' into maint | Junio C Hamano | 2014-07-16 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | sha1_file: avoid overrunning alternate object base string | René Scharfe | 2014-07-01 | |
| | |_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | ||||
* | | | | | | | | | | | | | Merge branch 'jk/commit-buffer-length' into maint | Junio C Hamano | 2014-07-16 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | reuse cached commit buffer when parsing signatures | Jeff King | 2014-06-13 | |
| * | | | | | | | | | | | | | commit: record buffer length in cache | Jeff King | 2014-06-13 | |
| * | | | | | | | | | | | | | commit: convert commit->buffer to a slab | Jeff King | 2014-06-13 | |
| * | | | | | | | | | | | | | commit-slab: provide a static initializer | Jeff King | 2014-06-13 | |
| * | | | | | | | | | | | | | use get_commit_buffer everywhere | Jeff King | 2014-06-13 | |
| * | | | | | | | | | | | | | convert logmsg_reencode to get_commit_buffer | Jeff King | 2014-06-13 | |
| * | | | | | | | | | | | | | use get_commit_buffer to avoid duplicate code | Jeff King | 2014-06-13 | |
| * | | | | | | | | | | | | | use get_cached_commit_buffer where appropriate | Jeff King | 2014-06-13 | |
| * | | | | | | | | | | | | | provide helpers to access the commit buffer | Jeff King | 2014-06-13 | |
| * | | | | | | | | | | | | | provide a helper to set the commit buffer | Jeff King | 2014-06-13 | |
| * | | | | | | | | | | | | | provide a helper to free commit buffer | Jeff King | 2014-06-13 | |
| * | | | | | | | | | | | | | sequencer: use logmsg_reencode in get_message | Jeff King | 2014-06-12 | |
| * | | | | | | | | | | | | | logmsg_reencode: return const buffer | Jeff King | 2014-06-12 | |
| * | | | | | | | | | | | | | do not create "struct commit" with xcalloc | Jeff King | 2014-06-12 | |
| * | | | | | | | | | | | | | commit: push commit_index update into alloc_commit_node | Jeff King | 2014-06-12 | |
| * | | | | | | | | | | | | | alloc: include any-object allocations in alloc_report | Jeff King | 2014-06-12 | |
| * | | | | | | | | | | | | | replace dangerous uses of strbuf_attach | Jeff King | 2014-06-12 | |
| * | | | | | | | | | | | | | commit_tree: take a pointer/len pair rather than a const strbuf | Jeff King | 2014-06-12 | |
| | |_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | ||||
* | | | | | | | | | | | | | Merge branch 'bc/fix-rebase-merge-skip' into maint | Junio C Hamano | 2014-07-16 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | rebase--merge: fix --skip with two conflicts in a row | brian m. carlson | 2014-06-16 | |
| | |_|_|/ / / / / / / / / | |/| | | | | | | | | | | | ||||
* | | | | | | | | | | | | | Merge branch 'maint-1.9' into maint | Junio C Hamano | 2014-07-16 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | ||||
| * | | | | | | | | | | | | Merge branch 'maint-1.8.5' into maint-1.9 | Junio C Hamano | 2014-07-16 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / | |/| | | | / / / / / / / | | | |_|_|/ / / / / / / | | |/| | | | | | | | | | ||||
| | * | | | | | | | | | | annotate: use argv_array | René Scharfe | 2014-07-16 | |
| | | |_|_|_|_|_|_|_|/ | | |/| | | | | | | | | ||||
* | | | | | | | | | | | Start preparing for 2.0.2 | Junio C Hamano | 2014-07-10 | |
* | | | | | | | | | | | Merge branch 'pb/trim-trailing-spaces' into maint | Junio C Hamano | 2014-07-10 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | t0008: do not depend on 'echo' handling backslashes specially | Junio C Hamano | 2014-06-13 | |
| * | | | | | | | | | | | dir.c:trim_trailing_spaces(): fix for " \ " sequence | Pasha Bolokhov | 2014-06-02 | |
| | |_|/ / / / / / / / | |/| | | | | | | | | |