| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | | find_unique_abbrev(): redefine semantics | Junio C Hamano | 2008-03-01 | 1 | -7/+6 |
* | | | Avoid unnecessary "if-before-free" tests. | Jim Meyering | 2008-02-22 | 1 | -4/+2 |
* | | | Merge branch 'mk/maint-parse-careful' | Junio C Hamano | 2008-02-18 | 1 | -2/+6 |
|\ \ \
| |/ /
|/| | |
|
| * | | peel_onion: handle NULL | Martin Koegler | 2008-02-18 | 1 | -1/+4 |
| * | | get_sha1_oneline: check return value of parse_object | Martin Koegler | 2008-02-18 | 1 | -1/+2 |
| |/ |
|
* | | deref_tag: handle return value NULL | Martin Koegler | 2008-02-17 | 1 | -1/+4 |
* | | Make on-disk index representation separate from in-core one | Linus Torvalds | 2008-01-21 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'sp/refspec-match' | Junio C Hamano | 2007-12-04 | 1 | -12/+2 |
|\ |
|
| * | add refname_match() | Steffen Prohaska | 2007-11-18 | 1 | -12/+2 |
* | | Allow ':/<oneline-prefix>' syntax to work with save_commit_buffer == 0 | Johannes Schindelin | 2007-12-03 | 1 | -3/+16 |
|/ |
|
* | Make show_rfc2822_date() just another date output format. | Junio C Hamano | 2007-07-13 | 1 | -1/+1 |
* | Active_nr is unsigned, hence can't be < 0 | Pierre Habouzit | 2007-06-08 | 1 | -2/+0 |
* | rev-parse: Identify short sha1 sums correctly. | James Bowes | 2007-05-29 | 1 | -2/+5 |
* | Attempt to delay prepare_alt_odb during get_sha1 | Shawn O. Pearce | 2007-05-26 | 1 | -1/+1 |
* | add get_sha1_with_mode | Martin Koegler | 2007-04-24 | 1 | -2/+9 |
* | get rid of num_packed_objects() | Nicolas Pitre | 2007-04-10 | 1 | -1/+1 |
* | clean up and optimize nth_packed_object_sha1() usage | Nicolas Pitre | 2007-04-05 | 1 | -8/+8 |
* | Re-fix get_sha1_oneline() | Linus Torvalds | 2007-03-12 | 1 | -5/+5 |
* | I like the idea of the new ':/<oneline prefix>' notation, and gave it | Jim Meyering | 2007-03-11 | 1 | -2/+6 |
* | Use uint32_t for all packed object counts. | Shawn O. Pearce | 2007-03-07 | 1 | -3/+3 |
* | object name: introduce ':/<oneline prefix>' notation | Johannes Schindelin | 2007-02-24 | 1 | -0/+58 |
* | reflog: handle $name => remotes/%s/HEAD mapping consistently for logs | Junio C Hamano | 2007-02-08 | 1 | -8/+21 |
* | log --reflog: use dwim_log | Johannes Schindelin | 2007-02-08 | 1 | -1/+1 |
* | Enable HEAD@{...} and make it independent from the current branch | Nicolas Pitre | 2007-02-03 | 1 | -26/+36 |