summaryrefslogtreecommitdiff
path: root/refs.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* shorten_unambiguous_ref(): add strict modeBert Wesarg2009-04-131-1/+1
* Merge branch 'jk/show-upstream'Junio C Hamano2009-04-121-0/+1
|\
| * make get_short_ref a public functionJeff King2009-04-071-0/+1
* | Merge branch 'cc/sha1-bsearch' into HEADJunio C Hamano2009-04-041-0/+2
|\ \ | |/
| * Use a common function to get the pretty name of refsDaniel Barkalow2009-03-091-0/+2
* | refs: add "for_each_ref_in" function to refactor "for_each_*_ref" functionsChristian Couder2009-03-301-0/+1
|/
* remote prune: warn dangling symrefsJunio C Hamano2009-02-101-0/+5
* Introduce for_each_recent_reflog_ent().Junio C Hamano2009-01-191-0/+1
* Allow for having for_each_ref() list extra refsDaniel Barkalow2008-05-041-0/+9
* refs.c: make close_ref() and commit_ref() non-staticBrandon Casey2008-02-221-0/+6
* lock_any_ref_for_update(): reject wildcard return from check_ref_formatJunio C Hamano2008-01-021-1/+4
* refs.c: Remove unused get_ref_sha1()Johannes Sixt2007-11-151-3/+0
* Function for updating refs.Carlos Rica2007-09-051-0/+6
* git-update-ref: add --no-deref option for overwriting/detaching refSven Verdoolaege2007-05-101-1/+2