summaryrefslogtreecommitdiff
path: root/refs.h
AgeCommit message (Expand)Author
2007-11-16refs.c: Remove unused get_ref_sha1()Johannes Sixt
2007-09-05Function for updating refs.Carlos Rica
2007-05-10git-update-ref: add --no-deref option for overwriting/detaching refSven Verdoolaege
2007-04-10Add 'resolve_gitlink_ref()' helper functionLinus Torvalds
2007-02-03scan reflogs independently from refsNicolas Pitre
2007-01-28lock_ref_sha1_basic(): remember the original name of a ref when resolving itNicolas Pitre
2007-01-28make reflog filename independent from struct ref_lockNicolas Pitre
2007-01-20Extend read_ref_at() to be usable from places other than sha1_name.Junio C Hamano
2007-01-09Sanitize for_each_reflog_ent()Johannes Schindelin
2006-12-21add for_each_reflog_ent() iteratorJunio C Hamano
2006-12-06git-branch: let caller specify logmsgLars Hjemli
2006-12-06git-branch: add options and tests for branch renamingLars Hjemli
2006-11-22Store peeled refs in packed-refs (take 2).Junio C Hamano
2006-11-20Store peeled refs in packed-refs file.Junio C Hamano
2006-10-06ref-log: allow ref@{count} syntax.Junio C Hamano
2006-09-27Clean-up lock-ref implementationJunio C Hamano
2006-09-21Tell between packed, unpacked and symbolic refs.Junio C Hamano
2006-09-21Add callback data to for_each_ref() family.Junio C Hamano
2006-09-18Enable the packed refs file formatLinus Torvalds
2006-06-06ref-log: style fixes.Junio C Hamano
2006-06-06refs.c: convert it to use lockfile interface.Junio C Hamano
2006-05-19Force writing ref if it doesn't exist.Shawn Pearce
2006-05-18Support 'master@2 hours ago' syntaxShawn Pearce
2006-05-18Log ref updates to logs/refs/<ref>Shawn Pearce
2006-05-18Improve abstraction of ref lock/write.Shawn Pearce
2006-05-14Add "--branches", "--tags" and "--remotes" options to git-rev-parse.Sean
2005-07-05Add "git_path()" and "head_ref()" helper functions.Linus Torvalds
2005-07-03Fix up "for_each_ref()" to be more usable, and use it in git-fsck-cacheLinus Torvalds
2005-07-03Generalize the "show each ref" code in receice-packLinus Torvalds
2005-06-07[PATCH] Operations on refsDaniel Barkalow