Age | Commit message (Expand) | Author | Files | Lines |
2008-10-26 | Merge branch 'ar/maint-mksnpath' into HEAD | Junio C Hamano | 1 | -2/+4 |
2008-10-26 | Fix mkpath abuse in dwim_ref and dwim_log of sha1_name.c | Alex Riesen | 1 | -2/+4 |
2008-08-21 | Make reflog query '@{1219188291}' act as '@{2008.8.19.16:24:51.-0700}' | Shawn O. Pearce | 1 | -1/+4 |
2008-07-23 | ignore non-existent refs in dwim_log() | Junio C Hamano | 1 | -1/+1 |
2008-04-29 | Merge branch 'maint-1.5.4' into maint | Junio C Hamano | 1 | -2/+5 |
2008-04-29 | fix reflog approxidate parsing bug | Jeff King | 1 | -2/+5 |
2008-03-15 | Merge branch 'maint' | Junio C Hamano | 1 | -13/+15 |
2008-03-14 | rev-parse: fix meaning of rev~ vs rev~0. | Linus Torvalds | 1 | -13/+15 |
2008-03-11 | Merge branch 'jc/cherry-pick' (early part) | Junio C Hamano | 1 | -22/+38 |
2008-03-01 | find_unique_abbrev(): redefine semantics | Junio C Hamano | 1 | -7/+6 |
2008-02-22 | Avoid unnecessary "if-before-free" tests. | Jim Meyering | 1 | -4/+2 |
2008-02-18 | Merge branch 'mk/maint-parse-careful' | Junio C Hamano | 1 | -2/+6 |
2008-02-18 | peel_onion: handle NULL | Martin Koegler | 1 | -1/+4 |
2008-02-18 | get_sha1_oneline: check return value of parse_object | Martin Koegler | 1 | -1/+2 |
2008-02-18 | expose a helper function peel_to_type(). | Junio C Hamano | 1 | -19/+38 |
2008-02-17 | deref_tag: handle return value NULL | Martin Koegler | 1 | -1/+4 |
2008-01-21 | Make on-disk index representation separate from in-core one | Linus Torvalds | 1 | -1/+1 |
2007-12-04 | Merge branch 'sp/refspec-match' | Junio C Hamano | 1 | -12/+2 |
2007-12-03 | Allow ':/<oneline-prefix>' syntax to work with save_commit_buffer == 0 | Johannes Schindelin | 1 | -3/+16 |
2007-11-18 | add refname_match() | Steffen Prohaska | 1 | -12/+2 |
2007-07-13 | Make show_rfc2822_date() just another date output format. | Junio C Hamano | 1 | -1/+1 |
2007-06-08 | Active_nr is unsigned, hence can't be < 0 | Pierre Habouzit | 1 | -2/+0 |
2007-05-29 | rev-parse: Identify short sha1 sums correctly. | James Bowes | 1 | -2/+5 |
2007-05-26 | Attempt to delay prepare_alt_odb during get_sha1 | Shawn O. Pearce | 1 | -1/+1 |
2007-04-24 | add get_sha1_with_mode | Martin Koegler | 1 | -2/+9 |
2007-04-10 | get rid of num_packed_objects() | Nicolas Pitre | 1 | -1/+1 |
2007-04-05 | clean up and optimize nth_packed_object_sha1() usage | Nicolas Pitre | 1 | -8/+8 |
2007-03-12 | Re-fix get_sha1_oneline() | Linus Torvalds | 1 | -5/+5 |
2007-03-11 | I like the idea of the new ':/<oneline prefix>' notation, and gave it | Jim Meyering | 1 | -2/+6 |
2007-03-07 | Use uint32_t for all packed object counts. | Shawn O. Pearce | 1 | -3/+3 |
2007-02-24 | object name: introduce ':/<oneline prefix>' notation | Johannes Schindelin | 1 | -0/+58 |
2007-02-08 | reflog: handle $name => remotes/%s/HEAD mapping consistently for logs | Junio C Hamano | 1 | -8/+21 |
2007-02-08 | log --reflog: use dwim_log | Johannes Schindelin | 1 | -1/+1 |
2007-02-03 | Enable HEAD@{...} and make it independent from the current branch | Nicolas Pitre | 1 | -26/+36 |
2007-02-01 | provide a nice @{...} syntax to always mean the current branch reflog | Nicolas Pitre | 1 | -6/+11 |
2007-02-01 | prevent HEAD reflog to be interpreted as current branch reflog | Nicolas Pitre | 1 | -1/+15 |
2007-01-19 | Extend read_ref_at() to be usable from places other than sha1_name. | Junio C Hamano | 1 | -1/+15 |
2007-01-19 | dwim_ref(): Separate name-to-ref DWIM code out. | Junio C Hamano | 1 | -14/+24 |
2006-11-01 | Merge branch 'lj/refs' | Junio C Hamano | 1 | -23/+33 |
2006-10-23 | sha1_name.c: avoid compilation warnings. | Junio C Hamano | 1 | -1/+1 |
2006-10-18 | Reject hexstring longer than 40-bytes in get_short_sha1() | pclouds@gmail.com | 1 | -1/+1 |
2006-10-05 | ref-log: allow ref@{count} syntax. | Junio C Hamano | 1 | -17/+27 |
2006-09-27 | Merge branch 'master' into lj/refs | Junio C Hamano | 1 | -0/+26 |
2006-09-20 | Tell between packed, unpacked and symbolic refs. | Junio C Hamano | 1 | -1/+1 |
2006-09-20 | sha1_name.c: understand "describe" output as a valid object name | Junio C Hamano | 1 | -0/+26 |
2006-09-17 | Make ref resolution saner | Linus Torvalds | 1 | -7/+7 |
2006-09-02 | Replace uses of strdup with xstrdup. | Shawn Pearce | 1 | -1/+1 |
2006-08-23 | Convert memset(hash,0,20) to hashclr(hash). | Junio C Hamano | 1 | -1/+1 |
2006-08-23 | Convert memcpy(a,b,20) to hashcpy(a,b). | Shawn Pearce | 1 | -11/+11 |
2006-08-17 | Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length. | David Rientjes | 1 | -3/+3 |