summaryrefslogtreecommitdiff
path: root/refs.c
Commit message (Expand)AuthorAgeFilesLines
* do_one_ref(): null_sha1 check is not about broken refJunio C Hamano2009-07-221-2/+3
* refs.c: release file descriptor on error returnBrandon Casey2009-07-161-1/+3
* Merge branch 'ar/unlink-err' into maintJunio C Hamano2009-05-251-10/+5
|\
| * replace direct calls to unlink(2) with unlink_or_warnAlex Riesen2009-04-291-10/+5
* | lock_ref: inform callers of unavailable refJeff King2009-05-251-1/+3
|/
* shorten_unambiguous_ref(): add strict modeBert Wesarg2009-04-131-3/+15
* Merge branch 'jk/show-upstream'Junio C Hamano2009-04-121-0/+99
|\
| * make get_short_ref a public functionJeff King2009-04-071-0/+99
* | Merge branch 'cc/bisect-filter'Junio C Hamano2009-04-121-3/+8
|\ \ | |/ |/|
| * Merge branch 'cc/sha1-bsearch' into HEADJunio C Hamano2009-04-041-0/+10
| |\
| * | refs: add "for_each_ref_in" function to refactor "for_each_*_ref" functionsChristian Couder2009-03-301-3/+8
* | | Merge branch 'jc/name-branch'Junio C Hamano2009-04-061-4/+12
|\ \ \ | |_|/ |/| |
| * | Don't permit ref/branch names to end with ".lock"Shawn O. Pearce2009-03-241-0/+3
| * | check_ref_format(): tighten refname rulesJunio C Hamano2009-03-241-4/+9
* | | Merge branch 'db/push-cleanup'Junio C Hamano2009-03-261-0/+10
|\ \ \ | |_|/ |/| |
| * | Use a common function to get the pretty name of refsDaniel Barkalow2009-03-091-0/+10
* | | refs: use warning() instead of fprintf(stderr, "warning: ")Miklos Vajna2009-03-231-5/+3
| |/ |/|
* | Adjust js/remote-improvements and db/refspec-wildcard-in-the-middleJunio C Hamano2009-03-081-2/+2
|\ \ | |/
| * refactor find_ref_by_name() to accept const listJeff King2009-02-261-2/+2
* | Support '*' in the middle of a refspecDaniel Barkalow2009-03-071-4/+7
* | Keep '*' in pattern refspecsDaniel Barkalow2009-03-071-3/+1
|/
* remote prune: warn dangling symrefsJunio C Hamano2009-02-101-18/+54
* Introduce for_each_recent_reflog_ent().Junio C Hamano2009-01-191-1/+16
* Merge branch 'maint'Junio C Hamano2008-11-111-1/+1
|\
| * Fix non-literal format in printf-style callsDaniel Lowe2008-11-111-1/+1
* | Merge branch 'maint'Junio C Hamano2008-11-081-3/+4
|\ \ | |/
| * Merge branch 'cb/maint-update-ref-fix' into maintJunio C Hamano2008-11-081-3/+4
| |\
| | * do not force write of packed refsClemens Buchacher2008-11-051-3/+4
| * | Merge branch 'ar/maint-mksnpath' into maintJunio C Hamano2008-11-081-4/+6
| |\ \
| * \ \ Merge branch 'mv/maint-branch-m-symref' into maintJunio C Hamano2008-11-081-13/+25
| |\ \ \ | | |_|/ | |/| |
* | | | Merge branch 'ar/mksnpath'Junio C Hamano2008-11-051-4/+6
|\ \ \ \
| * \ \ \ Merge branch 'ar/maint-mksnpath' into ar/mksnpathJunio C Hamano2008-10-301-4/+6
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Use git_pathdup instead of xstrdup(git_path(...))Alex Riesen2008-10-301-1/+1
| | * | | Fix potentially dangerous use of git_path in ref.cAlex Riesen2008-10-301-3/+5
* | | | | Merge branch 'mv/maint-branch-m-symref'Junio C Hamano2008-11-051-13/+25
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | update-ref --no-deref -d: handle the case when the pointed ref is packedMiklos Vajna2008-10-311-1/+1
| * | | git branch -m: forbid renaming of a symrefMiklos Vajna2008-10-301-16/+13
| * | | rename_ref(): handle the case when the reflog of a ref does not existMiklos Vajna2008-10-261-1/+1
| * | | Fix git branch -m for symrefs.Miklos Vajna2008-10-261-22/+37
| |/ /
* | | Merge branch 'jc/maint-co-track'Junio C Hamano2008-10-211-3/+6
|\ \ \ | | |/ | |/|
| * | Enhance hold_lock_file_for_{update,append}() APIJunio C Hamano2008-10-191-3/+6
| |/
* | refs: improve comments about "reading" argument of "resolve_ref"Christian Couder2008-09-091-7/+13
|/
* Merge branch 'maint'Junio C Hamano2008-07-091-1/+1
|\
| * make deleting a missing ref more quietJeff King2008-07-081-1/+1
* | avoid null SHA1 in oldest reflogJeff King2008-07-081-0/+4
|/
* Merge branch 'db/clone-in-c'Junio C Hamano2008-05-251-0/+18
|\
| * Allow for having for_each_ref() list extra refsDaniel Barkalow2008-05-041-0/+18
* | Merge branch 'lh/git-file'Junio C Hamano2008-05-051-3/+14
|\ \ | |/ |/|
| * Teach resolve_gitlink_ref() about the .git fileLars Hjemli2008-04-091-3/+14
* | Make read_in_full() and write_in_full() consistent with xread() and xwrite()Heikki Orsila2008-04-291-1/+2
|/