| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | provide a nice @{...} syntax to always mean the current branch reflog | Nicolas Pitre | 2007-02-01 | 1 | -6/+11 |
* | prevent HEAD reflog to be interpreted as current branch reflog | Nicolas Pitre | 2007-02-01 | 1 | -1/+15 |
* | Extend read_ref_at() to be usable from places other than sha1_name. | Junio C Hamano | 2007-01-19 | 1 | -1/+15 |
* | dwim_ref(): Separate name-to-ref DWIM code out. | Junio C Hamano | 2007-01-19 | 1 | -14/+24 |
* | Merge branch 'lj/refs' | Junio C Hamano | 2006-11-01 | 1 | -23/+33 |
|\ |
|
| * | sha1_name.c: avoid compilation warnings. | Junio C Hamano | 2006-10-23 | 1 | -1/+1 |
| * | ref-log: allow ref@{count} syntax. | Junio C Hamano | 2006-10-05 | 1 | -17/+27 |
| * | Merge branch 'master' into lj/refs | Junio C Hamano | 2006-09-27 | 1 | -0/+26 |
| |\ |
|
| * | | Tell between packed, unpacked and symbolic refs. | Junio C Hamano | 2006-09-20 | 1 | -1/+1 |
| * | | Make ref resolution saner | Linus Torvalds | 2006-09-17 | 1 | -7/+7 |
* | | | Reject hexstring longer than 40-bytes in get_short_sha1() | pclouds@gmail.com | 2006-10-18 | 1 | -1/+1 |
| |/
|/| |
|
* | | sha1_name.c: understand "describe" output as a valid object name | Junio C Hamano | 2006-09-20 | 1 | -0/+26 |
|/ |
|
* | Replace uses of strdup with xstrdup. | Shawn Pearce | 2006-09-02 | 1 | -1/+1 |
* | Convert memset(hash,0,20) to hashclr(hash). | Junio C Hamano | 2006-08-23 | 1 | -1/+1 |
* | Convert memcpy(a,b,20) to hashcpy(a,b). | Shawn Pearce | 2006-08-23 | 1 | -11/+11 |
* | Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length. | David Rientjes | 2006-08-17 | 1 | -3/+3 |
* | make inline is_null_sha1 global | David Rientjes | 2006-08-15 | 1 | -1/+1 |
* | find_unique_abbrev() with len=0 should not abbreviate | Junio C Hamano | 2006-08-09 | 1 | -1/+1 |
* | Remove TYPE_* constant macros and use object_type enums consistently. | Linus Torvalds | 2006-07-12 | 1 | -6/+6 |
* | Rename safe_strncpy() to strlcpy(). | Peter Eriksen | 2006-06-24 | 1 | -1/+1 |
* | Shrink "struct object" a bit | Linus Torvalds | 2006-06-17 | 1 | -11/+11 |
* | Implement safe_strncpy() as strlcpy() and use it more. | Peter Eriksen | 2006-06-16 | 1 | -2/+1 |
* | Change 'master@noon' syntax to 'master@{noon}'. | Shawn Pearce | 2006-05-19 | 1 | -10/+17 |
* | Fix ref log parsing so it works properly. | Shawn Pearce | 2006-05-17 | 1 | -0/+1 |
* | Support 'master@2 hours ago' syntax | Shawn Pearce | 2006-05-17 | 1 | -17/+42 |
* | get_sha1() - fix infinite loop on nonexistent stage. | Junio C Hamano | 2006-05-08 | 1 | -0/+1 |
* | get_sha1(): :path and :[0-3]:path to extract from index. | Junio C Hamano | 2006-04-30 | 1 | -8/+46 |
* | get_tree_entry(): make it available from tree-walk | Junio C Hamano | 2006-04-19 | 1 | -52/+0 |
* | sha1_name.c: no need to include diff.h; tree-walk.h will do. | Junio C Hamano | 2006-04-19 | 1 | -1/+1 |
* | sha1_name.c: prepare to make get_tree_entry() reusable from others. | Junio C Hamano | 2006-04-19 | 1 | -9/+10 |
* | get_sha1() shorthands for blob/tree objects | Linus Torvalds | 2006-04-18 | 1 | -1/+66 |
* | sha1_name: warning ambiguous refs. | Junio C Hamano | 2006-03-23 | 1 | -3/+2 |
* | get_sha1_basic(): try refs/... and finally refs/remotes/$foo/HEAD | Junio C Hamano | 2006-03-21 | 1 | -11/+12 |
* | core.warnambiguousrefs: warns when "name" is used and both "name" branch and ... | Junio C Hamano | 2006-03-20 | 1 | -3/+20 |
* | find_unique_abbrev() simplification. | Junio C Hamano | 2006-02-10 | 1 | -2/+4 |
* | get_sha1_1: allow octopus^12 to be properly parsed. | Junio C Hamano | 2006-02-02 | 1 | -23/+16 |