Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | grep: slight refactoring to the code that disables threading | Victor Leschuk | 2015-12-15 | 1 | -2/+1 |
* | grep: allow threading even on a single-core machine | Victor Leschuk | 2015-12-15 | 1 | -1/+1 |
* | Merge branch 'jk/repository-extension' | Junio C Hamano | 2015-10-26 | 3 | -9/+17 |
|\ | |||||
| * | introduce "preciousObjects" repository extensionjk/repository-extension | Jeff King | 2015-06-24 | 3 | -9/+17 |
* | | Merge branch 'kn/for-each-tag' | Junio C Hamano | 2015-10-26 | 1 | -0/+1 |
|\ \ | |||||
| * | | tag.c: use the correct algorithm for the '--contains' optionkn/for-each-tag | Karthik Nayak | 2015-10-18 | 1 | -0/+1 |
* | | | Merge branch 'es/worktree-add' | Junio C Hamano | 2015-10-26 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | worktree: usage: denote <branch> as optional with 'add'es/worktree-add | Sidhant Sharma | 2015-10-18 | 1 | -1/+1 |
* | | | | Merge branch 'tk/stripspace' | Junio C Hamano | 2015-10-26 | 7 | -102/+42 |
|\ \ \ \ | |||||
| * | | | | stripspace: use parse-options for command-line parsingtk/stripspace | Tobias Klauser | 2015-10-16 | 1 | -26/+31 |
| * | | | | strbuf: make stripspace() part of strbuf | Tobias Klauser | 2015-10-16 | 7 | -77/+12 |
* | | | | | Merge branch 'rt/placeholder-in-usage' | Junio C Hamano | 2015-10-26 | 1 | -2/+2 |
|\ \ \ \ \ | |||||
| * | | | | | am, credential-cache: add angle brackets to usage stringrt/placeholder-in-usage | Ralf Thielow | 2015-10-16 | 1 | -2/+2 |
| |/ / / / | |||||
* | | | | | Merge branch 'jc/usage-stdin' | Junio C Hamano | 2015-10-26 | 11 | -12/+12 |
|\ \ \ \ \ | |||||
| * | | | | | usage: do not insist that standard input must come from a filejc/usage-stdin | Junio C Hamano | 2015-10-16 | 11 | -12/+12 |
* | | | | | | Merge branch 'mr/worktree-list' | Junio C Hamano | 2015-10-26 | 2 | -1/+89 |
|\ \ \ \ \ \ | |||||
| * | | | | | | worktree: add 'list' commandmr/worktree-list | Michael Rappazzo | 2015-10-08 | 1 | -0/+88 |
| * | | | | | | worktree: add top-level worktree.c | Michael Rappazzo | 2015-10-02 | 1 | -1/+1 |
* | | | | | | | Merge branch 'jc/am-3-fallback-regression-fix' | Junio C Hamano | 2015-10-26 | 1 | -16/+33 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | am -3: do not let failed merge from completing the error codepathjc/am-3-fallback-regression-fix | Junio C Hamano | 2015-10-09 | 1 | -16/+33 |
| | |_|/ / / / | |/| | | | | | |||||
* | | | | | | | Merge branch 'jk/war-on-sprintf' | Junio C Hamano | 2015-10-20 | 25 | -421/+265 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | name-rev: use strip_suffix to avoid magic numbers | Jeff King | 2015-10-05 | 1 | -5/+4 |
| * | | | | | | | use strbuf_complete to conditionally append slash | Jeff King | 2015-10-05 | 2 | -6/+3 |
| * | | | | | | | fsck: use for_each_loose_file_in_objdir | Jeff King | 2015-10-05 | 1 | -46/+24 |
| * | | | | | | | fsck: drop inode-sorting code | Jeff King | 2015-10-05 | 1 | -68/+2 |
| * | | | | | | | convert strncpy to memcpy | Jeff King | 2015-10-05 | 1 | -2/+2 |
| * | | | | | | | help: clean up kfmclient munging | Jeff King | 2015-10-05 | 1 | -11/+4 |
| * | | | | | | | receive-pack: simplify keep_arg computation | Jeff King | 2015-10-05 | 1 | -7/+10 |
| * | | | | | | | avoid sprintf and strcpy with flex arrays | Jeff King | 2015-10-05 | 1 | -2/+3 |
| * | | | | | | | use alloc_ref rather than hand-allocating "struct ref" | Jeff King | 2015-10-05 | 1 | -2/+1 |
| * | | | | | | | use sha1_to_hex_r() instead of strcpy | Jeff King | 2015-10-05 | 5 | -24/+27 |
| * | | | | | | | transport: use strbufs for status table "quickref" strings | Jeff King | 2015-10-05 | 1 | -10/+12 |
| * | | | | | | | apply: convert root string to strbuf | Jeff King | 2015-10-05 | 1 | -16/+10 |
| * | | | | | | | init: use strbufs to store paths | Jeff King | 2015-10-05 | 1 | -98/+74 |
| * | | | | | | | probe_utf8_pathname_composition: use internal strbuf | Jeff King | 2015-10-05 | 1 | -1/+1 |
| * | | | | | | | remote-ext: simplify git pkt-line generation | Jeff King | 2015-09-25 | 1 | -29/+5 |
| * | | | | | | | upload-archive: convert sprintf to strbuf | Jeff King | 2015-09-25 | 1 | -5/+4 |
| * | | | | | | | help: drop prepend function in favor of xstrfmt | Jeff King | 2015-09-25 | 1 | -12/+2 |
| * | | | | | | | fetch: replace static buffer with xstrfmt | Jeff King | 2015-09-25 | 1 | -5/+2 |
| * | | | | | | | config: use xstrfmt in normalize_value | Jeff King | 2015-09-25 | 1 | -21/+13 |
| * | | | | | | | replace trivial malloc + sprintf / strcpy calls with xstrfmt | Jeff King | 2015-09-25 | 3 | -18/+8 |
| * | | | | | | | receive-pack: convert strncpy to xsnprintf | Jeff King | 2015-09-25 | 1 | -2/+2 |
| * | | | | | | | use xsnprintf for generating git object headers | Jeff King | 2015-09-25 | 1 | -1/+1 |
| * | | | | | | | convert trivial sprintf / strcpy calls to xsnprintf | Jeff King | 2015-09-25 | 7 | -14/+16 |
| * | | | | | | | mailsplit: make PATH_MAX buffers dynamic | Jeff King | 2015-09-25 | 1 | -11/+23 |
| * | | | | | | | fsck: use strbuf to generate alternate directories | Jeff King | 2015-09-25 | 1 | -5/+6 |
| * | | | | | | | fsck: don't fsck alternates for connectivity-only check | Jeff King | 2015-09-25 | 1 | -8/+9 |
| * | | | | | | | mailsplit: fix FILE* leak in split_maildir | Jeff King | 2015-09-25 | 1 | -1/+4 |
| * | | | | | | | show-branch: avoid segfault with --reflog of unborn branch | Jeff King | 2015-09-25 | 1 | -0/+2 |
| | |/ / / / / | |/| | | | | | |||||
* | | | | | | | Sync with 2.6.2 | Junio C Hamano | 2015-10-16 | 1 | -1/+1 |
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | | |