~ubuntu-branches/debian/sid/git/sid

« back to all changes in this revision

Viewing changes to refs.c

  • Committer: Package Import Robot
  • Author(s): Jonathan Nieder
  • Date: 2013-10-21 11:46:45 UTC
  • mfrom: (1.2.25) (2.1.33 experimental)
  • Revision ID: package-import@ubuntu.com-20131021114645-i0sc6otbgg424r0w
Tags: 1:1.8.4.1-1
* merge branch debian-experimental.
* new upstream point release.
* debian/control: Build-Depends tcl instead of tcl8.5
  (closes: #725961).

Show diffs side-by-side

added added

removed removed

Lines of Context:
72
72
{
73
73
        int component_len, component_count = 0;
74
74
 
75
 
        if (!strcmp(refname, "@"))
76
 
                /* Refname is a single character '@'. */
77
 
                return -1;
78
 
 
79
75
        while (1) {
80
76
                /* We are at the start of a path component. */
81
77
                component_len = check_refname_component(refname, flags);