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