summaryrefslogtreecommitdiff
path: root/sha1_name.c
AgeCommit message (Expand)Author
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
2006-03-21core.warnambiguousrefs: warns when "name" is used and both "name" branch and ...Junio C Hamano
2006-02-10find_unique_abbrev() simplification.Junio C Hamano
2006-02-03get_sha1_1: allow octopus^12 to be properly parsed.Junio C Hamano
2006-01-28abbrev cleanup: use symbolic constantsJunio C Hamano
2006-01-27Use symbolic name SHORT_NAME_AMBIGUOUS as error return valueUwe Zeisberger
2005-12-20diff: --abbrev optionJunio C Hamano
2005-12-18Revert "get_sha1_basic(): corner case ambiguity fix"Junio C Hamano
2005-12-18Remove misguided branch disambiguation.Junio C Hamano
2005-12-15get_sha1_basic(): corner case ambiguity fixJunio C Hamano
2005-11-21Make sure heads/foo and tags/foo do not confuse things.Junio C Hamano
2005-11-03Be careful when dereferencing tags.Junio C Hamano
2005-10-28Be more careful about reference parsingLinus Torvalds
2005-10-20Make sure we barf on ref^{type} failure.Junio C Hamano
2005-10-15Introduce notation "ref^{type}".Junio C Hamano
2005-10-11show-branch: optionally use unique prefix as name.Junio C Hamano
2005-10-04Make sure get_sha1 does not accept ambiguous sha1 prefix (again).Junio C Hamano
2005-10-03Error message from get_sha1() on ambiguous short SHA1.Junio C Hamano
2005-10-03Make sure get_sha1 does not accept ambiguous sha1 prefix.Junio C Hamano
2005-10-02[PATCH] Allow reading "symbolic refs" that point to other refsLinus Torvalds
2005-09-20Fix extended short SHA1 name completionLinus Torvalds
2005-08-23[PATCH] Add a new extended SHA1 syntax <name>~<num>Junio C Hamano
2005-08-21[PATCH] sha1_name: do not accept .git/refs/snap/.Junio C Hamano
2005-08-14[PATCH] Make get_sha1_basic() more carefulLinus Torvalds
2005-08-14[PATCH] Make sure git-resolve-script always works on commitsLinus Torvalds
2005-08-10[PATCH] Fix git-rev-parse's parent handlingJohannes Schindelin
2005-08-05Update get_sha1() to grok extended format.Junio C Hamano