aboutsummaryrefslogtreecommitdiff
path: root/sha1_name.c
Commit message (Expand)AuthorAge
* Merge branch 'sp/refspec-match'Junio C Hamano2007-12-04
|\
| * add refname_match()Steffen Prohaska2007-11-18
* | Allow ':/<oneline-prefix>' syntax to work with save_commit_buffer == 0Johannes Schindelin2007-12-03
|/
* Make show_rfc2822_date() just another date output format.Junio C Hamano2007-07-13
* Active_nr is unsigned, hence can't be < 0Pierre Habouzit2007-06-08
* rev-parse: Identify short sha1 sums correctly.James Bowes2007-05-29
* Attempt to delay prepare_alt_odb during get_sha1Shawn O. Pearce2007-05-26
* add get_sha1_with_modeMartin Koegler2007-04-24
* get rid of num_packed_objects()Nicolas Pitre2007-04-10
* clean up and optimize nth_packed_object_sha1() usageNicolas Pitre2007-04-05
* Re-fix get_sha1_oneline()Linus Torvalds2007-03-12
* I like the idea of the new ':/<oneline prefix>' notation, and gave itJim Meyering2007-03-11
* Use uint32_t for all packed object counts.Shawn O. Pearce2007-03-07
* object name: introduce ':/<oneline prefix>' notationJohannes Schindelin2007-02-24
* reflog: handle $name => remotes/%s/HEAD mapping consistently for logsJunio C Hamano2007-02-08
* log --reflog: use dwim_logJohannes Schindelin2007-02-08
* Enable HEAD@{...} and make it independent from the current branchNicolas Pitre2007-02-03
* provide a nice @{...} syntax to always mean the current branch reflogNicolas Pitre2007-02-01
* prevent HEAD reflog to be interpreted as current branch reflogNicolas Pitre2007-02-01
* Extend read_ref_at() to be usable from places other than sha1_name.Junio C Hamano2007-01-19
* dwim_ref(): Separate name-to-ref DWIM code out.Junio C Hamano2007-01-19
* Merge branch 'lj/refs'Junio C Hamano2006-11-01
|\
| * sha1_name.c: avoid compilation warnings.Junio C Hamano2006-10-23
| * ref-log: allow ref@{count} syntax.Junio C Hamano2006-10-05
| * Merge branch 'master' into lj/refsJunio C Hamano2006-09-27
| |\
| * | Tell between packed, unpacked and symbolic refs.Junio C Hamano2006-09-20
| * | Make ref resolution sanerLinus Torvalds2006-09-17
* | | Reject hexstring longer than 40-bytes in get_short_sha1()pclouds@gmail.com2006-10-18
| |/ |/|
* | sha1_name.c: understand "describe" output as a valid object nameJunio C Hamano2006-09-20
|/
* Replace uses of strdup with xstrdup.Shawn Pearce2006-09-02
* Convert memset(hash,0,20) to hashclr(hash).Junio C Hamano2006-08-23
* Convert memcpy(a,b,20) to hashcpy(a,b).Shawn Pearce2006-08-23
* Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length.David Rientjes2006-08-17
* make inline is_null_sha1 globalDavid Rientjes2006-08-15
* find_unique_abbrev() with len=0 should not abbreviateJunio C Hamano2006-08-09
* Remove TYPE_* constant macros and use object_type enums consistently.Linus Torvalds2006-07-12
* Rename safe_strncpy() to strlcpy().Peter Eriksen2006-06-24
* Shrink "struct object" a bitLinus Torvalds2006-06-17
* Implement safe_strncpy() as strlcpy() and use it more.Peter Eriksen2006-06-16
* Change 'master@noon' syntax to 'master@{noon}'.Shawn Pearce2006-05-19
* Fix ref log parsing so it works properly.Shawn Pearce2006-05-17
* Support 'master@2 hours ago' syntaxShawn Pearce2006-05-17
* get_sha1() - fix infinite loop on nonexistent stage.Junio C Hamano2006-05-08
* get_sha1(): :path and :[0-3]:path to extract from index.Junio C Hamano2006-04-30
* get_tree_entry(): make it available from tree-walkJunio C Hamano2006-04-19
* sha1_name.c: no need to include diff.h; tree-walk.h will do.Junio C Hamano2006-04-19
* sha1_name.c: prepare to make get_tree_entry() reusable from others.Junio C Hamano2006-04-19
* get_sha1() shorthands for blob/tree objectsLinus Torvalds2006-04-18
* sha1_name: warning ambiguous refs.Junio C Hamano2006-03-23
* get_sha1_basic(): try refs/... and finally refs/remotes/$foo/HEADJunio C Hamano2006-03-21