summaryrefslogtreecommitdiff
path: root/refs.h
AgeCommit message (Expand)Author
2011-10-21Merge branch 'jc/broken-ref-dwim-fix'Junio C Hamano
2011-10-19resolve_ref(): expose REF_ISBROKEN flagJunio C Hamano
2011-10-17invalidate_ref_cache(): expose this function in the refs APIMichael Haggerty
2011-10-10Merge branch 'jp/get-ref-dir-unsorted'Junio C Hamano
2011-10-05add_ref(): verify that the refname is formatted correctlyMichael Haggerty
2011-10-05Change check_refname_format() to reject unnormalized refnamesMichael Haggerty
2011-10-05Change check_ref_format() to take a flags argumentMichael Haggerty
2011-08-18Merge branch 'js/ref-namespaces'Junio C Hamano
2011-07-06ref namespaces: infrastructureJosh Triplett
2011-06-30Merge branch 'jc/maint-1.7.3-checkout-describe'Junio C Hamano
2011-06-06checkout -b <name>: correctly detect existing branchJunio C Hamano
2010-07-07setup_revisions(): Allow walking history in a submoduleHeiko Voigt
2010-06-12log_ref_setup: don't return stack-allocated arrayThomas Rast
2010-06-02refs: split log_ref_write logic into log_ref_setupErick Mattos
2010-03-13Support showing notes from more than one notes treeThomas Rast
2010-01-20rev-parse --branches/--tags/--remotes=patternIlari Liusvaara
2010-01-20rev-parse --globIlari Liusvaara
2009-11-10teach warn_dangling_symref to take a FILE argumentJay Soffian
2009-06-01refs: add a "for_each_replace_ref" functionChristian Couder
2009-05-14Change prettify_ref to prettify_refnameFelipe Contreras
2009-04-13shorten_unambiguous_ref(): add strict modeBert Wesarg
2009-04-12Merge branch 'jk/show-upstream'Junio C Hamano
2009-04-08make get_short_ref a public functionJeff King
2009-04-05Merge branch 'cc/sha1-bsearch' into HEADJunio C Hamano
2009-03-30refs: add "for_each_ref_in" function to refactor "for_each_*_ref" functionsChristian Couder
2009-03-09Use a common function to get the pretty name of refsDaniel Barkalow
2009-02-11remote prune: warn dangling symrefsJunio C Hamano
2009-01-20Introduce for_each_recent_reflog_ent().Junio C Hamano
2008-05-05Allow for having for_each_ref() list extra refsDaniel Barkalow
2008-02-23refs.c: make close_ref() and commit_ref() non-staticBrandon Casey
2008-01-02lock_any_ref_for_update(): reject wildcard return from check_ref_formatJunio C Hamano
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