summaryrefslogtreecommitdiff
path: root/refs.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'hv/submodule-find-ff-merge'Junio C Hamano2010-08-211-32/+117
|\
| * setup_revisions(): Allow walking history in a submoduleHeiko Voigt2010-07-071-0/+31
| * Teach ref iteration module about submodulesHeiko Voigt2010-07-071-32/+86
* | Merge branch 'maint'Junio C Hamano2010-07-071-6/+15
|\ \ | |/ |/|
| * fix git branch -m in presence of cross devicesPierre Habouzit2010-07-071-6/+15
* | Merge branch 'gv/portable'Junio C Hamano2010-06-211-1/+5
|\ \
| * | Rewrite dynamic structure initializations to runtime assignmentGary V. Vaughan2010-05-311-1/+5
| |/
* | log_ref_setup: don't return stack-allocated arrayThomas Rast2010-06-121-14/+12
* | refs: split log_ref_write logic into log_ref_setupErick Mattos2010-06-021-21/+36
|/
* refs.c: Write reflogs for notes just like for branch headsMichael J Gruber2010-03-291-0/+1
* Merge branch 'tr/notes-display'Junio C Hamano2010-03-241-3/+1
|\
| * Support showing notes from more than one notes treeThomas Rast2010-03-121-4/+2
* | Merge branch 'jc/maint-refs-dangling'Junio C Hamano2010-03-241-4/+7
|\ \
| * | refs: ref entry with NULL sha1 is can be a dangling symrefJunio C Hamano2010-03-151-4/+7
* | | for_each_recent_reflog_ent(): use strbuf, fix offset handlingRené Scharfe2010-03-131-10/+12
* | | Typofixes outside documentation areaJunio C Hamano2010-02-031-1/+1
| |/ |/|
* | 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