summaryrefslogtreecommitdiff
path: root/refs.h
AgeCommit message (Expand)Author
2014-06-16Merge branch 'jl/remote-rm-prune'Junio C Hamano
2014-06-06Merge branch 'rs/reflog-exists'Junio C Hamano
2014-05-27remote prune: optimize "dangling symref" check/warningJens Lindström
2014-05-27remote: repack packed-refs once when deleting multiple refsJens Lindström
2014-05-08refs.c: add new functions reflog_exists and delete_reflogRonnie Sahlberg
2014-04-07struct ref_update: rename field "ref_name" to "refname"Michael Haggerty
2014-04-07refs: remove API function update_refs()Michael Haggerty
2014-04-07refs: add a concept of a reference transactionMichael Haggerty
2014-04-07update_refs(): fix constnessMichael Haggerty
2014-04-07refs.h: rename the action_on_err constantsMichael Haggerty
2013-11-01Merge branch 'sb/refs-code-cleanup'Junio C Hamano
2013-10-28refs: remove unused function invalidate_ref_cacheStefan Beller
2013-09-04refs: add update_refs for multiple simultaneous updatesBrad King
2013-08-30refs: report ref type from lock_any_ref_for_updateBrad King
2013-06-20refs: implement simple transactions for the packed-refs fileMichael Haggerty
2013-06-14Merge branch 'mh/reflife'Junio C Hamano
2013-06-02refs: document the lifetime of the args passed to each_ref_fnMichael Haggerty
2013-05-29Merge branch 'mh/packed-refs-various'Junio C Hamano
2013-05-01pack-refs: merge code from pack-refs.{c,h} into refs.{c,h}Michael Haggerty
2013-05-01peel_ref(): fix return value for non-peelable, not-current referenceMichael Haggerty
2013-05-01refs: document flags constants REF_*Michael Haggerty
2013-03-26Merge branch 'jc/reflog-reverse-walk'Junio C Hamano
2013-03-08reflog: add for_each_reflog_ent_reverse() APIJunio C Hamano
2013-02-07upload/receive-pack: allow hiding ref hierarchiesJunio C Hamano
2012-04-10refs: store references hierarchicallyMichael Haggerty
2012-02-13refs: remove the extra_refs APIMichael Haggerty
2012-01-17add_packed_ref(): new function in the refs API.Michael Haggerty
2011-12-12resolve_gitlink_ref(): improve docstringMichael Haggerty
2011-12-12refs: rename parameters result -> sha1Michael Haggerty
2011-12-12refs: rename "refname" variablesMichael Haggerty
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