aboutsummaryrefslogtreecommitdiff
path: root/refs.c
Commit message (Expand)AuthorAge
* git branch -D: give a better error message when lockfile creation failsMiklos Vajna2009-09-29
* Merge branch 'cc/replace'Junio C Hamano2009-08-21
|\
| * refs: add a "for_each_replace_ref" functionChristian Couder2009-05-31
* | clean: require double -f options to nuke nested git repository and work treeJunio C Hamano2009-07-29
* | Merge branch 'maint'Junio C Hamano2009-07-24
|\ \
| * | do_one_ref(): null_sha1 check is not about broken refJunio C Hamano2009-07-22
* | | Merge branch 'maint'Junio C Hamano2009-07-18
|\ \ \ | |/ /
| * | refs.c: release file descriptor on error returnBrandon Casey2009-07-16
* | | Convert existing die(..., strerror(errno)) to die_errno()Thomas Rast2009-06-27
| |/ |/|
* | Merge branch 'maint'Junio C Hamano2009-05-25
|\ \ | |/
| * Merge branch 'ar/unlink-err' into maintJunio C Hamano2009-05-25
| |\
| * | lock_ref: inform callers of unavailable refJeff King2009-05-25
* | | Merge branch 'fc/decorate-tag'Junio C Hamano2009-05-23
|\ \ \
| * | | Change prettify_ref to prettify_refnameFelipe Contreras2009-05-13
| |/ /
* | | Merge branch 'rr/forbid-bs-in-ref'Junio C Hamano2009-05-23
|\ \ \ | |_|/ |/| |
| * | Disallow '\' in ref namesRobin Rosenberg2009-05-09
| |/
* | replace direct calls to unlink(2) with unlink_or_warnAlex Riesen2009-04-29
|/
* 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/bisect-filter'Junio C Hamano2009-04-12
|\ \ | |/ |/|
| * Merge branch 'cc/sha1-bsearch' into HEADJunio C Hamano2009-04-04
| |\
| * | refs: add "for_each_ref_in" function to refactor "for_each_*_ref" functionsChristian Couder2009-03-30
* | | Merge branch 'jc/name-branch'Junio C Hamano2009-04-06
|\ \ \ | |_|/ |/| |
| * | Don't permit ref/branch names to end with ".lock"Shawn O. Pearce2009-03-24
| * | check_ref_format(): tighten refname rulesJunio C Hamano2009-03-24
* | | Merge branch 'db/push-cleanup'Junio C Hamano2009-03-26
|\ \ \ | |_|/ |/| |
| * | Use a common function to get the pretty name of refsDaniel Barkalow2009-03-09
* | | refs: use warning() instead of fprintf(stderr, "warning: ")Miklos Vajna2009-03-23
| |/ |/|
* | Adjust js/remote-improvements and db/refspec-wildcard-in-the-middleJunio C Hamano2009-03-08
|\ \ | |/
| * refactor find_ref_by_name() to accept const listJeff King2009-02-26
* | Support '*' in the middle of a refspecDaniel Barkalow2009-03-07
* | Keep '*' in pattern refspecsDaniel Barkalow2009-03-07
|/
* remote prune: warn dangling symrefsJunio C Hamano2009-02-10
* Introduce for_each_recent_reflog_ent().Junio C Hamano2009-01-19
* Merge branch 'maint'Junio C Hamano2008-11-11
|\
| * Fix non-literal format in printf-style callsDaniel Lowe2008-11-11
* | Merge branch 'maint'Junio C Hamano2008-11-08
|\ \ | |/
| * Merge branch 'cb/maint-update-ref-fix' into maintJunio C Hamano2008-11-08
| |\
| | * do not force write of packed refsClemens Buchacher2008-11-05
| * | Merge branch 'ar/maint-mksnpath' into maintJunio C Hamano2008-11-08
| |\ \
| * \ \ Merge branch 'mv/maint-branch-m-symref' into maintJunio C Hamano2008-11-08
| |\ \ \ | | |_|/ | |/| |
* | | | Merge branch 'ar/mksnpath'Junio C Hamano2008-11-05
|\ \ \ \
| * \ \ \ Merge branch 'ar/maint-mksnpath' into ar/mksnpathJunio C Hamano2008-10-30
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Use git_pathdup instead of xstrdup(git_path(...))Alex Riesen2008-10-30
| | * | | Fix potentially dangerous use of git_path in ref.cAlex Riesen2008-10-30
* | | | | Merge branch 'mv/maint-branch-m-symref'Junio C Hamano2008-11-05
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | update-ref --no-deref -d: handle the case when the pointed ref is packedMiklos Vajna2008-10-31
| * | | git branch -m: forbid renaming of a symrefMiklos Vajna2008-10-30
| * | | rename_ref(): handle the case when the reflog of a ref does not existMiklos Vajna2008-10-26