| Commit message (Expand) | Author | Age | Files | Lines |
* | update comment and documentation for :/foo syntax | Matthieu Moy | 2010-09-27 | 1 | -0/+1 |
* | Merge branch 'js/maint-reflog-beyond-horizon' | Junio C Hamano | 2010-09-03 | 1 | -9/+9 |
|\ |
|
| * | sha1_name.c: use warning in preference to fprintf(stderr | Jon Seymour | 2010-08-24 | 1 | -5/+4 |
| * | rev-parse: exit with non-zero status if ref@{n} is not valid. | Jon Seymour | 2010-08-24 | 1 | -4/+5 |
* | | Merge branch 'jc/sha1-name-find-fix' | Junio C Hamano | 2010-08-12 | 1 | -10/+11 |
|\ \
| |/
|/| |
|
| * | sha1_name.c: fix parsing of ":/token" syntax | Junio C Hamano | 2010-08-02 | 1 | -10/+11 |
* | | Merge branch 'cp/textconv-cat-file' | Junio C Hamano | 2010-06-27 | 1 | -5/+26 |
|\ \ |
|
| * | | sha1_name: add get_sha1_with_context() | Clément Poulain | 2010-06-18 | 1 | -5/+26 |
| |/ |
|
* | | Make :/ accept a regex rather than a fixed pattern | Linus Torvalds | 2010-06-14 | 1 | -3/+9 |
|/ |
|
* | sha1_name: fix segfault caused by invalid index access | Markus Heidelberg | 2010-02-28 | 1 | -14/+18 |
* | Merge branch 'maint-1.6.6' into maint | Junio C Hamano | 2010-02-16 | 1 | -2/+1 |
|\ |
|
| * | Merge branch 'maint-1.6.5' into maint-1.6.6 | Junio C Hamano | 2010-02-16 | 1 | -2/+1 |
| |\ |
|
| | * | dwim_ref: fix dangling symref warning | Jeff King | 2010-02-16 | 1 | -2/+1 |
* | | | reject @{-1} not at beginning of object name | Jeff King | 2010-01-28 | 1 | -0/+4 |
* | | | fix parsing of @{-1}@{u} combination | Jeff King | 2010-01-28 | 1 | -2/+22 |
* | | | Merge branch 'jc/maint-reflog-bad-timestamp' | Junio C Hamano | 2010-01-27 | 1 | -1/+4 |
|\ \ \
| |/ / |
|
| * | | Update @{bogus.timestamp} fix not to die() | Junio C Hamano | 2010-01-27 | 1 | -2/+2 |
| * | | approxidate_careful() reports errorneous date string | Junio C Hamano | 2010-01-26 | 1 | -1/+4 |
| |/ |
|
* | | Merge branch 'js/refer-upstream' | Junio C Hamano | 2010-01-22 | 1 | -13/+78 |
|\ \ |
|
| * | | Teach @{upstream} syntax to strbuf_branchanme() | Junio C Hamano | 2010-01-20 | 1 | -42/+74 |
| * | | Introduce <branch>@{upstream} notation | Johannes Schindelin | 2010-01-12 | 1 | -3/+36 |
| |/ |
|
* | | Merge branch 'jc/checkout-merge-base' | Junio C Hamano | 2010-01-13 | 1 | -0/+42 |
|\ \ |
|
| * | | "checkout A...B" switches to the merge base between A and B | Junio C Hamano | 2009-10-18 | 1 | -0/+42 |
| |/ |
|
* | | Detailed diagnosis when parsing an object name fails. | Matthieu Moy | 2009-12-07 | 1 | -4/+111 |
|/ |
|
* | sha1_name.c: avoid unnecessary strbuf_release | Brandon Casey | 2009-07-16 | 1 | -2/+0 |
* | Rename interpret/substitute nth_last_branch functions | Junio C Hamano | 2009-03-22 | 1 | -6/+6 |
* | Squelch overzealous "ignoring dangling symref" in an empty repository | Junio C Hamano | 2009-02-11 | 1 | -1/+2 |
* | Warn use of "origin" when remotes/origin/HEAD is dangling | Junio C Hamano | 2009-02-10 | 1 | -2/+4 |
* | Merge branch 'tr/previous-branch' | Junio C Hamano | 2009-01-28 | 1 | -4/+123 |
|\ |
|
| * | Simplify parsing branch switching events in reflog | Junio C Hamano | 2009-01-21 | 1 | -6/+2 |
| * | Introduce for_each_recent_reflog_ent(). | Junio C Hamano | 2009-01-19 | 1 | -1/+7 |
| * | interpret_nth_last_branch(): plug small memleak | Junio C Hamano | 2009-01-19 | 1 | -3/+7 |
| * | Fix reflog parsing for a malformed branch switching entry | Junio C Hamano | 2009-01-19 | 1 | -1/+1 |
| * | Fix parsing of @{-1}@{1} | Johannes Schindelin | 2009-01-19 | 1 | -1/+24 |
| * | interpret_nth_last_branch(): avoid traversing the reflog twice | Junio C Hamano | 2009-01-19 | 1 | -24/+21 |
| * | sha1_name: support @{-N} syntax in get_sha1() | Thomas Rast | 2009-01-17 | 1 | -3/+13 |
| * | sha1_name: tweak @{-N} lookup | Thomas Rast | 2009-01-17 | 1 | -24/+29 |
| * | checkout: implement "@{-N}" shortcut name for N-th last branch | Junio C Hamano | 2009-01-17 | 1 | -0/+78 |
* | | Merge branch 'maint-1.6.0' into maint | Junio C Hamano | 2009-01-27 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | get_sha1_basic(): fix invalid memory access, found by valgrind | Johannes Schindelin | 2009-01-27 | 1 | -1/+1 |
* | | Merge branch 'ar/maint-mksnpath' into HEAD | Junio C Hamano | 2008-10-26 | 1 | -2/+4 |
|\ \
| |/ |
|
| * | Fix mkpath abuse in dwim_ref and dwim_log of sha1_name.c | Alex Riesen | 2008-10-26 | 1 | -2/+4 |
* | | Make reflog query '@{1219188291}' act as '@{2008.8.19.16:24:51.-0700}' | Shawn O. Pearce | 2008-08-21 | 1 | -1/+4 |
|/ |
|
* | ignore non-existent refs in dwim_log() | Junio C Hamano | 2008-07-23 | 1 | -1/+1 |
* | Merge branch 'maint-1.5.4' into maint | Junio C Hamano | 2008-04-29 | 1 | -2/+5 |
|\ |
|
| * | fix reflog approxidate parsing bug | Jeff King | 2008-04-29 | 1 | -2/+5 |
* | | Merge branch 'maint' | Junio C Hamano | 2008-03-15 | 1 | -13/+15 |
|\ \
| |/ |
|
| * | rev-parse: fix meaning of rev~ vs rev~0. | Linus Torvalds | 2008-03-14 | 1 | -13/+15 |
* | | Merge branch 'jc/cherry-pick' (early part) | Junio C Hamano | 2008-03-11 | 1 | -22/+38 |
|\ \ |
|
| * | | expose a helper function peel_to_type(). | Junio C Hamano | 2008-02-18 | 1 | -19/+38 |