aboutsummaryrefslogtreecommitdiff
path: root/refs.h
Commit message (Expand)AuthorAge
* Merge branch 'jc/broken-ref-dwim-fix'Junio C Hamano2011-10-21
|\
| * resolve_ref(): expose REF_ISBROKEN flagJunio C Hamano2011-10-19
* | invalidate_ref_cache(): expose this function in the refs APIMichael Haggerty2011-10-16
* | Merge branch 'jp/get-ref-dir-unsorted'Junio C Hamano2011-10-10
|\ \ | |/ |/|
* | add_ref(): verify that the refname is formatted correctlyMichael Haggerty2011-10-05
* | Change check_refname_format() to reject unnormalized refnamesMichael Haggerty2011-10-05
* | Change check_ref_format() to take a flags argumentMichael Haggerty2011-10-05
* | Merge branch 'js/ref-namespaces'Junio C Hamano2011-08-17
|\ \
| * | ref namespaces: infrastructureJosh Triplett2011-07-06
| |/
* | Merge branch 'jc/maint-1.7.3-checkout-describe'Junio C Hamano2011-06-29
|\ \ | |/ |/|
| * checkout -b <name>: correctly detect existing branchJunio C Hamano2011-06-05
* | setup_revisions(): Allow walking history in a submoduleHeiko Voigt2010-07-07
|/
* log_ref_setup: don't return stack-allocated arrayThomas Rast2010-06-12
* refs: split log_ref_write logic into log_ref_setupErick Mattos2010-06-02
* Support showing notes from more than one notes treeThomas Rast2010-03-12
* rev-parse --branches/--tags/--remotes=patternIlari Liusvaara2010-01-20
* rev-parse --globIlari Liusvaara2010-01-20
* teach warn_dangling_symref to take a FILE argumentJay Soffian2009-11-10
* refs: add a "for_each_replace_ref" functionChristian Couder2009-05-31
* Change prettify_ref to prettify_refnameFelipe Contreras2009-05-13
* shorten_unambiguous_ref(): add strict modeBert Wesarg2009-04-13
* Merge branch 'jk/show-upstream'Junio C Hamano2009-04-12
|\
| * make get_short_ref a public functionJeff King2009-04-07
* | Merge branch 'cc/sha1-bsearch' into HEADJunio C Hamano2009-04-04
|\ \ | |/
| * Use a common function to get the pretty name of refsDaniel Barkalow2009-03-09
* | refs: add "for_each_ref_in" function to refactor "for_each_*_ref" functionsChristian Couder2009-03-30
|/
* remote prune: warn dangling symrefsJunio C Hamano2009-02-10
* Introduce for_each_recent_reflog_ent().Junio C Hamano2009-01-19
* Allow for having for_each_ref() list extra refsDaniel Barkalow2008-05-04
* refs.c: make close_ref() and commit_ref() non-staticBrandon Casey2008-02-22
* lock_any_ref_for_update(): reject wildcard return from check_ref_formatJunio C Hamano2008-01-02
* refs.c: Remove unused get_ref_sha1()Johannes Sixt2007-11-15
* Function for updating refs.Carlos Rica2007-09-05
* git-update-ref: add --no-deref option for overwriting/detaching refSven Verdoolaege2007-05-10
* Add 'resolve_gitlink_ref()' helper functionLinus Torvalds2007-04-10
* scan reflogs independently from refsNicolas Pitre2007-02-03
* lock_ref_sha1_basic(): remember the original name of a ref when resolving itNicolas Pitre2007-01-28
* make reflog filename independent from struct ref_lockNicolas Pitre2007-01-28
* Extend read_ref_at() to be usable from places other than sha1_name.Junio C Hamano2007-01-19
* Sanitize for_each_reflog_ent()Johannes Schindelin2007-01-09
* add for_each_reflog_ent() iteratorJunio C Hamano2006-12-20
* git-branch: let caller specify logmsgLars Hjemli2006-12-05
* git-branch: add options and tests for branch renamingLars Hjemli2006-12-05
* Store peeled refs in packed-refs (take 2).Junio C Hamano2006-11-21
* Store peeled refs in packed-refs file.Junio C Hamano2006-11-19
* ref-log: allow ref@{count} syntax.Junio C Hamano2006-10-05
* Clean-up lock-ref implementationJunio C Hamano2006-09-27
* Tell between packed, unpacked and symbolic refs.Junio C Hamano2006-09-20
* Add callback data to for_each_ref() family.Junio C Hamano2006-09-20
* Enable the packed refs file formatLinus Torvalds2006-09-17