summaryrefslogtreecommitdiff
path: root/src/refs.c
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge pull request #1559 from carlosmn/ref-shorthandVicent Martí2013-05-311-0/+17
|\ \ | |/ |/|
| * Introduce git_reference_shorthandCarlos Martín Nieto2013-05-081-0/+17
* | Merge pull request #1385 from carlosmn/refs-iterEdward Thomson2013-05-111-15/+69
|\ \
| * | Introduce a glob-filtering iteratorCarlos Martín Nieto2013-05-111-4/+11
| * | refs: remove the OID/SYMBOLIC filteringCarlos Martín Nieto2013-05-111-15/+24
| * | refs: implement _foreach with the iteratorCarlos Martín Nieto2013-05-111-3/+21
| * | refs: introduce an iteratorCarlos Martín Nieto2013-05-111-0/+20
* | | Expose git_reference_dwimCarlos Martín Nieto2013-05-071-0/+61
| |/ |/|
* | Error messages for a couple other boundary conditionsRussell Belfer2013-05-011-1/+3
|/
* Merge pull request #1518 from arrbee/export-oid-comparisonVicent Martí2013-04-301-1/+1
|\
| * Make git_oid_cmp public and add git_oid__cmpRussell Belfer2013-04-291-1/+1
* | Parse shorthand refspecs as validCarlos Martín Nieto2013-04-281-0/+1
|/
* Move git_reference__alloc to include/git2/sysRussell Belfer2013-04-211-2/+2
* Move refdb_backend to include/git2/sysRussell Belfer2013-04-211-23/+22
* alloc doesn't take a refdb; git_refdb_free nicely in the testsEdward Thomson2013-04-191-13/+12
* refs: Do not union the peelvmg/refs-peelVicent Marti2013-04-171-10/+10
* refs: Check alloc is cleanerVicent Marti2013-04-171-2/+1
* refs: Add `git_referene_target_peel`Vicent Marti2013-04-171-57/+110
* object: Export git_object_dupVicent Marti2013-04-101-1/+1
* Several warnings detected by static code analyzer fixedArkadiy Shapkin2013-03-181-5/+12
* Fix various build warningsRussell Belfer2013-03-141-7/+12
* immutable references and a pluggable ref databaseEdward Thomson2013-03-071-1298/+240
* refs: explicitly catch leading slashesCarlos Martín Nieto2013-03-071-0/+3
* Fix portability issues on WindowsRussell Belfer2013-02-261-4/+7
* branch: Make git_branch_remote_name() cope with orphaned headsnulltoken2013-02-221-1/+6
* Clear up warnings from cppcheckRussell Belfer2013-02-151-1/+1
* remote: Introduce git_remote_is_valid_name()nulltoken2013-02-111-5/+4
* refs: No component of a refname can end with '.lock'nulltoken2013-02-111-4/+6
* refs: handle ALLOW_ONELEVEL normalization with leading slashCarlos Martín Nieto2013-01-311-0/+5
* Allow peeled references without trailing newline at end of fileScott J. Goldman2013-01-221-4/+8
* Revert "Handle packed peeled objects without trailing newlines"Scott J. Goldman2013-01-221-6/+3
* Handle packed peeled objects without trailing newlinesScott J. Goldman2013-01-211-3/+6
* branch: Introduce git_branch_tracking_name()nulltoken2013-01-161-1/+6
* update copyrightsEdward Thomson2013-01-081-1/+1
* Handle packed refs with no trailing newlineno-newline-packed-refsScott J. Goldman2013-01-051-1/+1
* Invalid ref name normalization leaked memoryRussell Belfer2012-12-271-0/+3
* Also, whitespace.Rick Bradley2012-12-181-1/+1
* Improve comment textRick Bradley2012-12-181-1/+1
* refs: Deploy EINVALIDSPEC usagenulltoken2012-12-011-15/+18
* refs: Fix error clearingnulltoken2012-12-011-1/+5
* API updates for tag.hRussell Belfer2012-11-271-1/+1
* Update callback fn ptr for git_reference_foreachRussell Belfer2012-11-271-1/+1
* Rename ref and reflog apis for consistencyBen Straub2012-11-271-23/+23
* Extensions to rmdir and mkdir utilitiesRussell Belfer2012-11-091-8/+5
* Improve docs, examples, warningsRussell Belfer2012-11-011-2/+2
* Add git_config_refresh() API to reload configRussell Belfer2012-10-301-1/+2
* Merge pull request #968 from arrbee/diff-support-typechangeRussell Belfer2012-10-171-6/+7
|\
| * Add complex checkout test and then fix checkoutRussell Belfer2012-10-091-6/+7
* | Fix leak in the testsCarlos Martín Nieto2012-10-151-2/+1
* | refs: loosen the OID parsingCarlos Martín Nieto2012-10-151-3/+18