summaryrefslogtreecommitdiff
path: root/refs.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jl/remote-rm-prune'Junio C Hamano2014-06-161-0/+3
|\
| * remote prune: optimize "dangling symref" check/warningjl/remote-rm-pruneJens Lindström2014-05-271-0/+1
| * remote: repack packed-refs once when deleting multiple refsJens Lindström2014-05-271-0/+2
* | Merge branch 'rs/reflog-exists'Junio C Hamano2014-06-061-0/+6
|\ \
| * | refs.c: add new functions reflog_exists and delete_reflogRonnie Sahlberg2014-05-081-0/+6
| |/
* | struct ref_update: rename field "ref_name" to "refname"Michael Haggerty2014-04-071-1/+1
* | refs: remove API function update_refs()Michael Haggerty2014-04-071-20/+0
* | refs: add a concept of a reference transactionMichael Haggerty2014-04-071-0/+65
* | update_refs(): fix constnessMichael Haggerty2014-04-071-1/+1
* | refs.h: rename the action_on_err constantsMichael Haggerty2014-04-071-2/+7
|/
* Merge branch 'sb/refs-code-cleanup'Junio C Hamano2013-11-011-8/+0
|\
| * refs: remove unused function invalidate_ref_cacheStefan Beller2013-10-281-8/+0
* | refs: add update_refs for multiple simultaneous updatesBrad King2013-09-041-0/+20
* | refs: report ref type from lock_any_ref_for_updateBrad King2013-08-301-1/+1
|/
* refs: implement simple transactions for the packed-refs fileMichael Haggerty2013-06-201-2/+24
* Merge branch 'mh/reflife'Junio C Hamano2013-06-141-6/+16
|\
| * refs: document the lifetime of the args passed to each_ref_fnMichael Haggerty2013-06-021-6/+16
* | Merge branch 'mh/packed-refs-various'Junio C Hamano2013-05-291-0/+35
|\ \ | |/ |/|
| * pack-refs: merge code from pack-refs.{c,h} into refs.{c,h}Michael Haggerty2013-05-011-0/+14
| * peel_ref(): fix return value for non-peelable, not-current referenceMichael Haggerty2013-05-011-0/+8
| * refs: document flags constants REF_*Michael Haggerty2013-05-011-0/+13
* | Merge branch 'jc/reflog-reverse-walk'Junio C Hamano2013-03-261-1/+1
|\ \
| * | reflog: add for_each_reflog_ent_reverse() APIJunio C Hamano2013-03-081-1/+1
| |/
* | upload/receive-pack: allow hiding ref hierarchiesJunio C Hamano2013-02-071-0/+3
|/
* refs: store references hierarchicallyMichael Haggerty2012-04-101-2/+5
* refs: remove the extra_refs APImh/war-on-extra-refsMichael Haggerty2012-02-121-8/+0
* add_packed_ref(): new function in the refs API.Michael Haggerty2012-01-171-0/+6
* resolve_gitlink_ref(): improve docstringMichael Haggerty2011-12-121-2/+6
* refs: rename parameters result -> sha1Michael Haggerty2011-12-121-1/+1
* refs: rename "refname" variablesMichael Haggerty2011-12-121-11/+15
* Merge branch 'jc/broken-ref-dwim-fix'Junio C Hamano2011-10-211-2/+3
|\
| * resolve_ref(): expose REF_ISBROKEN flagJunio C Hamano2011-10-191-2/+3
* | invalidate_ref_cache(): expose this function in the refs APIMichael Haggerty2011-10-161-0/+8
* | Merge branch 'jp/get-ref-dir-unsorted'Junio C Hamano2011-10-101-1/+1
|\ \ | |/ |/|
* | add_ref(): verify that the refname is formatted correctlyMichael Haggerty2011-10-051-1/+5
* | Change check_refname_format() to reject unnormalized refnamesMichael Haggerty2011-10-051-1/+1
* | Change check_ref_format() to take a flags argumentMichael Haggerty2011-10-051-5/+12
* | Merge branch 'js/ref-namespaces'Junio C Hamano2011-08-171-0/+3
|\ \
| * | ref namespaces: infrastructureJosh Triplett2011-07-061-0/+3
| |/
* | Merge branch 'jc/maint-1.7.3-checkout-describe'Junio C Hamano2011-06-291-0/+1
|\ \ | |/ |/|
| * checkout -b <name>: correctly detect existing branchJunio C Hamano2011-06-051-0/+1
* | setup_revisions(): Allow walking history in a submoduleHeiko Voigt2010-07-071-0/+8
|/
* log_ref_setup: don't return stack-allocated arrayThomas Rast2010-06-121-1/+1
* refs: split log_ref_write logic into log_ref_setupErick Mattos2010-06-021-0/+3
* Support showing notes from more than one notes treeThomas Rast2010-03-121-0/+5
* rev-parse --branches/--tags/--remotes=patternIlari Liusvaara2010-01-201-0/+1
* rev-parse --globIlari Liusvaara2010-01-201-0/+1
* teach warn_dangling_symref to take a FILE argumentJay Soffian2009-11-101-1/+1
* refs: add a "for_each_replace_ref" functionChristian Couder2009-05-311-0/+1
* Change prettify_ref to prettify_refnameFelipe Contreras2009-05-131-1/+1