summaryrefslogtreecommitdiff
path: root/refs.c
Commit message (Expand)AuthorAgeFilesLines
* rev-parse --branches/--tags/--remotes=patternIlari Liusvaara2010-01-201-2/+10
* rev-parse --globIlari Liusvaara2010-01-201-0/+45
* teach warn_dangling_symref to take a FILE argumentJay Soffian2009-11-101-3/+4
* git branch -D: give a better error message when lockfile creation failsMiklos Vajna2009-09-291-1/+3
* Merge branch 'cc/replace'Junio C Hamano2009-08-211-0/+5
|\
| * refs: add a "for_each_replace_ref" functionChristian Couder2009-05-311-0/+5
* | clean: require double -f options to nuke nested git repository and work treeJunio C Hamano2009-07-291-1/+1
* | Merge branch 'maint'Junio C Hamano2009-07-241-2/+3
|\ \
| * | do_one_ref(): null_sha1 check is not about broken refJunio C Hamano2009-07-221-2/+3
* | | Merge branch 'maint'Junio C Hamano2009-07-181-1/+3
|\ \ \ | |/ /
| * | refs.c: release file descriptor on error returnBrandon Casey2009-07-161-1/+3
* | | Convert existing die(..., strerror(errno)) to die_errno()Thomas Rast2009-06-271-1/+1
| |/ |/|
* | Merge branch 'maint'Junio C Hamano2009-05-251-1/+3
|\ \ | |/
| * Merge branch 'ar/unlink-err' into maintJunio C Hamano2009-05-251-10/+5
| |\
| * | lock_ref: inform callers of unavailable refJeff King2009-05-251-1/+3
* | | Merge branch 'fc/decorate-tag'Junio C Hamano2009-05-231-2/+1
|\ \ \
| * | | Change prettify_ref to prettify_refnameFelipe Contreras2009-05-131-2/+1
| |/ /
* | | Merge branch 'rr/forbid-bs-in-ref'Junio C Hamano2009-05-231-1/+2
|\ \ \ | |_|/ |/| |
| * | Disallow '\' in ref namesRobin Rosenberg2009-05-091-1/+2
| |/
* | replace direct calls to unlink(2) with unlink_or_warnAlex Riesen2009-04-291-10/+5
|/
* 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
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |