summaryrefslogtreecommitdiff
path: root/refs.h
AgeCommit message (Expand)AuthorFilesLines
2009-05-13Change prettify_ref to prettify_refnameLibravatar Felipe Contreras1-1/+1
2009-04-13shorten_unambiguous_ref(): add strict modeLibravatar Bert Wesarg1-1/+1
2009-04-12Merge branch 'jk/show-upstream'Libravatar Junio C Hamano1-0/+1
2009-04-07make get_short_ref a public functionLibravatar Jeff King1-0/+1
2009-04-04Merge branch 'cc/sha1-bsearch' into HEADLibravatar Junio C Hamano1-0/+2
2009-03-30refs: add "for_each_ref_in" function to refactor "for_each_*_ref" functionsLibravatar Christian Couder1-0/+1
2009-03-09Use a common function to get the pretty name of refsLibravatar Daniel Barkalow1-0/+2
2009-02-10remote prune: warn dangling symrefsLibravatar Junio C Hamano1-0/+5
2009-01-19Introduce for_each_recent_reflog_ent().Libravatar Junio C Hamano1-0/+1
2008-05-04Allow for having for_each_ref() list extra refsLibravatar Daniel Barkalow1-0/+9
2008-02-22refs.c: make close_ref() and commit_ref() non-staticLibravatar Brandon Casey1-0/+6
2008-01-02lock_any_ref_for_update(): reject wildcard return from check_ref_formatLibravatar Junio C Hamano1-1/+4
2007-11-15refs.c: Remove unused get_ref_sha1()Libravatar Johannes Sixt1-3/+0
2007-09-05Function for updating refs.Libravatar Carlos Rica1-0/+6
2007-05-10git-update-ref: add --no-deref option for overwriting/detaching refLibravatar Sven Verdoolaege1-1/+2
2007-04-10Add 'resolve_gitlink_ref()' helper functionLibravatar Linus Torvalds1-0/+3
2007-02-03scan reflogs independently from refsLibravatar Nicolas Pitre1-0/+6
2007-01-28lock_ref_sha1_basic(): remember the original name of a ref when resolving itLibravatar Nicolas Pitre1-0/+1
2007-01-28make reflog filename independent from struct ref_lockLibravatar Nicolas Pitre1-1/+0
2007-01-19Extend read_ref_at() to be usable from places other than sha1_name.Libravatar Junio C Hamano1-1/+1
2007-01-09Sanitize for_each_reflog_ent()Libravatar Johannes Schindelin1-2/+2
2006-12-20add for_each_reflog_ent() iteratorLibravatar Junio C Hamano1-0/+4
2006-12-05git-branch: let caller specify logmsgLibravatar Lars Hjemli1-1/+1
2006-12-05git-branch: add options and tests for branch renamingLibravatar Lars Hjemli1-0/+3
2006-11-21Store peeled refs in packed-refs (take 2).Libravatar Junio C Hamano1-4/+3
2006-11-19Store peeled refs in packed-refs file.Libravatar Junio C Hamano1-0/+4
2006-10-05ref-log: allow ref@{count} syntax.Libravatar Junio C Hamano1-1/+1
2006-09-27Clean-up lock-ref implementationLibravatar Junio C Hamano1-2/+2
2006-09-20Tell between packed, unpacked and symbolic refs.Libravatar Junio C Hamano1-1/+3
2006-09-20Add callback data to for_each_ref() family.Libravatar Junio C Hamano1-5/+6
2006-09-17Enable the packed refs file formatLibravatar Linus Torvalds1-1/+1
2006-06-06ref-log: style fixes.Libravatar Junio C Hamano1-3/+3
2006-06-06refs.c: convert it to use lockfile interface.Libravatar Junio C Hamano1-1/+1
2006-05-19Force writing ref if it doesn't exist.Libravatar Shawn Pearce1-0/+1
2006-05-17Support 'master@2 hours ago' syntaxLibravatar Shawn Pearce1-0/+3
2006-05-17Log ref updates to logs/refs/<ref>Libravatar Shawn Pearce1-0/+1
2006-05-17Improve abstraction of ref lock/write.Libravatar Shawn Pearce1-8/+16
2006-05-14Add "--branches", "--tags" and "--remotes" options to git-rev-parse.Libravatar Sean1-0/+3
2005-07-05Add "git_path()" and "head_ref()" helper functions.Libravatar Linus Torvalds1-0/+1
2005-07-03Fix up "for_each_ref()" to be more usable, and use it in git-fsck-cacheLibravatar Linus Torvalds1-1/+1
2005-07-02Generalize the "show each ref" code in receice-packLibravatar Linus Torvalds1-0/+6
2005-06-06[PATCH] Operations on refsLibravatar Daniel Barkalow1-0/+21