summaryrefslogtreecommitdiffstats
path: root/refs.c
AgeCommit message (Expand)AuthorLines
2010-07-07Merge branch 'maint'Junio C Hamano-6/+15
2010-07-07fix git branch -m in presence of cross devicesPierre Habouzit-6/+15
2010-06-21Merge branch 'gv/portable'Junio C Hamano-1/+5
2010-06-12log_ref_setup: don't return stack-allocated arrayThomas Rast-14/+12
2010-06-02refs: split log_ref_write logic into log_ref_setupErick Mattos-21/+36
2010-05-31Rewrite dynamic structure initializations to runtime assignmentGary V. Vaughan-1/+5
2010-03-29refs.c: Write reflogs for notes just like for branch headsMichael J Gruber-0/+1
2010-03-24Merge branch 'tr/notes-display'Junio C Hamano-3/+1
2010-03-24Merge branch 'jc/maint-refs-dangling'Junio C Hamano-4/+7
2010-03-15refs: ref entry with NULL sha1 is can be a dangling symrefJunio C Hamano-4/+7
2010-03-13for_each_recent_reflog_ent(): use strbuf, fix offset handlingRené Scharfe-10/+12
2010-03-12Support showing notes from more than one notes treeThomas Rast-4/+2
2010-02-03Typofixes outside documentation areaJunio C Hamano-1/+1
2010-01-20rev-parse --branches/--tags/--remotes=patternIlari Liusvaara-2/+10
2010-01-20rev-parse --globIlari Liusvaara-0/+45
2009-11-10teach warn_dangling_symref to take a FILE argumentJay Soffian-3/+4
2009-09-29git branch -D: give a better error message when lockfile creation failsMiklos Vajna-1/+3
2009-08-21Merge branch 'cc/replace'Junio C Hamano-0/+5
2009-07-29clean: require double -f options to nuke nested git repository and work treeJunio C Hamano-1/+1
2009-07-24Merge branch 'maint'Junio C Hamano-2/+3
2009-07-22do_one_ref(): null_sha1 check is not about broken refJunio C Hamano-2/+3
2009-07-18Merge branch 'maint'Junio C Hamano-1/+3
2009-07-16refs.c: release file descriptor on error returnBrandon Casey-1/+3
2009-06-27Convert existing die(..., strerror(errno)) to die_errno()Thomas Rast-1/+1
2009-05-31refs: add a "for_each_replace_ref" functionChristian Couder-0/+5
2009-05-25Merge branch 'maint'Junio C Hamano-1/+3
2009-05-25Merge branch 'ar/unlink-err' into maintJunio C Hamano-10/+5
2009-05-25lock_ref: inform callers of unavailable refJeff King-1/+3
2009-05-23Merge branch 'fc/decorate-tag'Junio C Hamano-2/+1
2009-05-23Merge branch 'rr/forbid-bs-in-ref'Junio C Hamano-1/+2
2009-05-13Change prettify_ref to prettify_refnameFelipe Contreras-2/+1
2009-05-09Disallow '\' in ref namesRobin Rosenberg-1/+2
2009-04-29replace direct calls to unlink(2) with unlink_or_warnAlex Riesen-10/+5
2009-04-13shorten_unambiguous_ref(): add strict modeBert Wesarg-3/+15
2009-04-12Merge branch 'jk/show-upstream'Junio C Hamano-0/+99
2009-04-12Merge branch 'cc/bisect-filter'Junio C Hamano-3/+8
2009-04-07make get_short_ref a public functionJeff King-0/+99
2009-04-06Merge branch 'jc/name-branch'Junio C Hamano-4/+12
2009-04-04Merge branch 'cc/sha1-bsearch' into HEADJunio C Hamano-0/+10
2009-03-30refs: add "for_each_ref_in" function to refactor "for_each_*_ref" functionsChristian Couder-3/+8
2009-03-26Merge branch 'db/push-cleanup'Junio C Hamano-0/+10
2009-03-24Don't permit ref/branch names to end with ".lock"Shawn O. Pearce-0/+3
2009-03-24check_ref_format(): tighten refname rulesJunio C Hamano-4/+9
2009-03-23refs: use warning() instead of fprintf(stderr, "warning: ")Miklos Vajna-5/+3
2009-03-09Use a common function to get the pretty name of refsDaniel Barkalow-0/+10
2009-03-08Adjust js/remote-improvements and db/refspec-wildcard-in-the-middleJunio C Hamano-2/+2
2009-03-07Support '*' in the middle of a refspecDaniel Barkalow-4/+7
2009-03-07Keep '*' in pattern refspecsDaniel Barkalow-3/+1
2009-02-26refactor find_ref_by_name() to accept const listJeff King-2/+2
2009-02-10remote prune: warn dangling symrefsJunio C Hamano-18/+54