| Commit message (Expand) | Author | Age |
* | Merge branch 'tf/commit-list-prefix' | Junio C Hamano | 2010-12-22 |
|\ |
|
| * | commit: Add commit_list prefix in two function names. | Thiago Farina | 2010-11-29 |
* | | Merge branch 'nd/oneline-sha1-name-from-specific-ref' | Junio C Hamano | 2010-12-21 |
|\ \ |
|
| * | | get_sha1: handle special case $commit^{/} | Nguyễn Thái Ngọc Duy | 2010-12-16 |
| * | | get_sha1: support $commit^{/regex} syntax | Nguyễn Thái Ngọc Duy | 2010-12-14 |
| * | | get_sha1_oneline: make callers prepare the commit list to traverse | Nguyễn Thái Ngọc Duy | 2010-12-12 |
| * | | get_sha1_oneline: fix lifespan rule of temp_commit_buffer variable | Junio C Hamano | 2010-12-12 |
* | | | Merge branch 'nd/extended-sha1-relpath' | Junio C Hamano | 2010-12-16 |
|\ \ \
| |/ /
|/| | |
|
| * | | get_sha1: teach ":$n:<path>" the same relative path logic | Junio C Hamano | 2010-12-09 |
| * | | get_sha1: support relative path ":path" syntax | Nguyễn Thái Ngọc Duy | 2010-12-07 |
* | | | Merge branch 'jn/thinner-wrapper' | Junio C Hamano | 2010-12-03 |
|\ \ \ |
|
| * | | | strbuf: move strbuf_branchname to sha1_name.c | Jonathan Nieder | 2010-11-10 |
| |/ / |
|
* | | | Merge branch 'jc/abbrev-guard' | Junio C Hamano | 2010-12-03 |
|\ \ \
| |_|/
|/| | |
|
| * | | core.abbrevguard: Ensure short object names stay unique a bit longer | Junio C Hamano | 2010-10-28 |
| |/ |
|
* | | Merge branch 'ks/no-textconv-symlink' | Junio C Hamano | 2010-11-17 |
|\ \
| |/
|/| |
|
| * | blame,cat-file --textconv: Don't assume mode is ``S_IFREF | 0664'' | Kirill Smelkov | 2010-09-29 |
| * | Merge branch 'jc/sha1-name-find-fix' into maint | Junio C Hamano | 2010-08-19 |
| |\ |
|
* | | | update comment and documentation for :/foo syntax | Matthieu Moy | 2010-09-27 |
* | | | Merge branch 'js/maint-reflog-beyond-horizon' | Junio C Hamano | 2010-09-03 |
|\ \ \ |
|
| * | | | sha1_name.c: use warning in preference to fprintf(stderr | Jon Seymour | 2010-08-24 |
| * | | | rev-parse: exit with non-zero status if ref@{n} is not valid. | Jon Seymour | 2010-08-24 |
| |/ / |
|
* | | | Merge branch 'jc/sha1-name-find-fix' | Junio C Hamano | 2010-08-12 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | sha1_name.c: fix parsing of ":/token" syntax | Junio C Hamano | 2010-08-02 |
* | | Merge branch 'cp/textconv-cat-file' | Junio C Hamano | 2010-06-27 |
|\ \ |
|
| * | | sha1_name: add get_sha1_with_context() | Clément Poulain | 2010-06-18 |
| |/ |
|
* | | Make :/ accept a regex rather than a fixed pattern | Linus Torvalds | 2010-06-14 |
|/ |
|
* | sha1_name: fix segfault caused by invalid index access | Markus Heidelberg | 2010-02-28 |
* | Merge branch 'maint-1.6.6' into maint | Junio C Hamano | 2010-02-16 |
|\ |
|
| * | Merge branch 'maint-1.6.5' into maint-1.6.6 | Junio C Hamano | 2010-02-16 |
| |\ |
|
| | * | dwim_ref: fix dangling symref warning | Jeff King | 2010-02-16 |
* | | | reject @{-1} not at beginning of object name | Jeff King | 2010-01-28 |
* | | | fix parsing of @{-1}@{u} combination | Jeff King | 2010-01-28 |
* | | | Merge branch 'jc/maint-reflog-bad-timestamp' | Junio C Hamano | 2010-01-27 |
|\ \ \
| |/ / |
|
| * | | Update @{bogus.timestamp} fix not to die() | Junio C Hamano | 2010-01-27 |
| * | | approxidate_careful() reports errorneous date string | Junio C Hamano | 2010-01-26 |
| |/ |
|
* | | Merge branch 'js/refer-upstream' | Junio C Hamano | 2010-01-22 |
|\ \ |
|
| * | | Teach @{upstream} syntax to strbuf_branchanme() | Junio C Hamano | 2010-01-20 |
| * | | Introduce <branch>@{upstream} notation | Johannes Schindelin | 2010-01-12 |
| |/ |
|
* | | Merge branch 'jc/checkout-merge-base' | Junio C Hamano | 2010-01-13 |
|\ \ |
|
| * | | "checkout A...B" switches to the merge base between A and B | Junio C Hamano | 2009-10-18 |
| |/ |
|
* | | Detailed diagnosis when parsing an object name fails. | Matthieu Moy | 2009-12-07 |
|/ |
|
* | sha1_name.c: avoid unnecessary strbuf_release | Brandon Casey | 2009-07-16 |
* | Rename interpret/substitute nth_last_branch functions | Junio C Hamano | 2009-03-22 |
* | Squelch overzealous "ignoring dangling symref" in an empty repository | Junio C Hamano | 2009-02-11 |
* | Warn use of "origin" when remotes/origin/HEAD is dangling | Junio C Hamano | 2009-02-10 |
* | Merge branch 'tr/previous-branch' | Junio C Hamano | 2009-01-28 |
|\ |
|
| * | Simplify parsing branch switching events in reflog | Junio C Hamano | 2009-01-21 |
| * | Introduce for_each_recent_reflog_ent(). | Junio C Hamano | 2009-01-19 |
| * | interpret_nth_last_branch(): plug small memleak | Junio C Hamano | 2009-01-19 |
| * | Fix reflog parsing for a malformed branch switching entry | Junio C Hamano | 2009-01-19 |