| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'jk/misc-fixes-maint' | Junio C Hamano | 2014-07-28 | 1 | -1/+3 |
|\ |
|
| * | free ref string returned by dwim_ref | Jeff King | 2014-07-24 | 1 | -1/+3 |
* | | use strbuf_addbuf for adding strbufs | René Scharfe | 2014-07-10 | 1 | -1/+1 |
* | | Merge branch 'jk/xstrfmt' | Junio C Hamano | 2014-07-09 | 1 | -4/+1 |
|\ \ |
|
| * | | use xstrfmt to replace xmalloc + strcpy/strcat | Jeff King | 2014-06-19 | 1 | -4/+1 |
| |/ |
|
* | | Merge branch 'jk/skip-prefix' | Junio C Hamano | 2014-07-09 | 1 | -3/+1 |
|\ \ |
|
| * | | use skip_prefix to avoid repeating strings | Jeff King | 2014-06-20 | 1 | -3/+1 |
| |/ |
|
* | | commit: record buffer length in cache | Jeff King | 2014-06-13 | 1 | -1/+1 |
* | | use get_commit_buffer to avoid duplicate code | Jeff King | 2014-06-13 | 1 | -14/+4 |
|/ |
|
* | Merge branch 'nd/log-show-linear-break' | Junio C Hamano | 2014-04-03 | 1 | -0/+2 |
|\ |
|
| * | object.h: centralize object flag allocation | Nguyễn Thái Ngọc Duy | 2014-03-25 | 1 | -0/+2 |
* | | Merge branch 'jk/interpret-branch-name-fix' | Junio C Hamano | 2014-01-27 | 1 | -44/+73 |
|\ \
| |/
|/| |
|
| * | interpret_branch_name: find all possible @-marksjk/interpret-branch-name-fix | Jeff King | 2014-01-15 | 1 | -9/+11 |
| * | interpret_branch_name: avoid @{upstream} past colon | Jeff King | 2014-01-15 | 1 | -0/+3 |
| * | interpret_branch_name: always respect "namelen" parameter | Jeff King | 2014-01-15 | 1 | -7/+10 |
| * | interpret_branch_name: rename "cp" variable to "at" | Jeff King | 2014-01-15 | 1 | -5/+5 |
| * | interpret_branch_name: factor out upstream handling | Jeff King | 2014-01-15 | 1 | -31/+52 |
* | | Merge branch 'br/sha1-name-40-hex-no-disambiguation' | Junio C Hamano | 2014-01-13 | 1 | -2/+2 |
|\ \ |
|
| * | | sha1_name: don't resolve refs when core.warnambiguousrefs is falsebr/sha1-name-40-hex-no-disambiguation | Brodie Rao | 2014-01-07 | 1 | -2/+2 |
| |/ |
|
* | | Merge branch 'cc/starts-n-ends-with' | Junio C Hamano | 2013-12-17 | 1 | -8/+8 |
|\ \ |
|
| * | | replace {pre,suf}fixcmp() with {starts,ends}_with()cc/starts-n-ends-with | Christian Couder | 2013-12-05 | 1 | -8/+8 |
| |/ |
|
* | | Merge branch 'jk/robustify-parse-commit' | Junio C Hamano | 2013-12-05 | 1 | -2/+0 |
|\ \
| |/
|/| |
|
| * | assume parse_commit checks for NULL commit | Jeff King | 2013-10-24 | 1 | -2/+0 |
* | | sha1-name: trivial style cleanup | Felipe Contreras | 2013-10-31 | 1 | -1/+0 |
* | | Merge branch 'fc/at-head' | Junio C Hamano | 2013-09-20 | 1 | -4/+34 |
|\ \ |
|
| * | | Add new @ shortcut for HEADfc/at-head | Felipe Contreras | 2013-09-12 | 1 | -0/+28 |
| * | | sha1-name: pass len argument to interpret_branch_name() | Felipe Contreras | 2013-09-03 | 1 | -4/+6 |
| |/ |
|
* | | Merge branch 'rh/peeling-tag-to-tag' | Junio C Hamano | 2013-09-20 | 1 | -3/+5 |
|\ \ |
|
| * | | peel_onion: do not assume length of x_type globalsrh/peeling-tag-to-tag | Jeff King | 2013-09-03 | 1 | -4/+4 |
| * | | peel_onion(): add support for <rev>^{tag} | Richard Hansen | 2013-09-03 | 1 | -0/+2 |
| |/ |
|
* | | use 'commit-ish' instead of 'committish' | Richard Hansen | 2013-09-04 | 1 | -3/+3 |
|/ |
|
* | Revert "Add new @ shortcut for HEAD" | Junio C Hamano | 2013-08-14 | 1 | -17/+0 |
* | Rename advice.object_name_warning to objectNameWarning | Thomas Rast | 2013-07-31 | 1 | -1/+1 |
* | Merge branch 'ob/typofixes' | Junio C Hamano | 2013-07-24 | 1 | -1/+1 |
|\ |
|
| * | typofix: in-code comments | Ondřej Bílka | 2013-07-22 | 1 | -1/+1 |
* | | Merge branch 'jk/cat-file-batch-optim' | Junio C Hamano | 2013-07-24 | 1 | -6/+8 |
|\ \
| |/
|/| |
|
| * | cat-file: disable object/refname ambiguity check for batch mode | Jeff King | 2013-07-12 | 1 | -6/+8 |
| * | Merge branch 'nd/warn-ambiguous-object-name' into jk/cat-file-batch-optim | Junio C Hamano | 2013-07-12 | 1 | -2/+23 |
| |\ |
|
* | \ | Merge branch 'nd/const-struct-cache-entry' | Junio C Hamano | 2013-07-22 | 1 | -2/+2 |
|\ \ \ |
|
| * | | | Convert "struct cache_entry *" to "const ..." wherever possiblend/const-struct-cache-entry | Nguyễn Thái Ngọc Duy | 2013-07-09 | 1 | -2/+2 |
* | | | | Merge branch 'jc/t1512-fix' | Junio C Hamano | 2013-07-11 | 1 | -1/+1 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | get_short_sha1(): correctly disambiguate type-limited abbreviation | Junio C Hamano | 2013-07-01 | 1 | -1/+1 |
* | | | | Merge branch 'fc/at-head' | Junio C Hamano | 2013-06-11 | 1 | -37/+66 |
|\ \ \ \ |
|
| * | | | | sha1_name: compare variable with constant, not constant with variable | Felipe Contreras | 2013-05-08 | 1 | -5/+7 |
| * | | | | Add new @ shortcut for HEAD | Felipe Contreras | 2013-05-08 | 1 | -0/+17 |
| * | | | | sha1_name: refactor reinterpret() | Felipe Contreras | 2013-05-08 | 1 | -19/+23 |
| * | | | | sha1_name: check @{-N} errors sooner | Ramkumar Ramachandra | 2013-05-08 | 1 | -5/+4 |
| * | | | | sha1_name: reorganize get_sha1_basic() | Felipe Contreras | 2013-05-08 | 1 | -11/+19 |
| * | | | | sha1_name: don't waste cycles in the @-parsing loop | Ramkumar Ramachandra | 2013-05-08 | 1 | -1/+1 |
| * | | | | sha1_name: remove unnecessary braces | Felipe Contreras | 2013-05-08 | 1 | -3/+2 |