~ubuntu-branches/ubuntu/intrepid/git-core/intrepid-updates

« back to all changes in this revision

Viewing changes to shell.c

  • Committer: Package Import Robot
  • Author(s): Gerrit Pape
  • Date: 2007-04-22 13:31:05 UTC
  • mfrom: (1.1.14)
  • Revision ID: package-import@ubuntu.com-20070422133105-tkmhz328g2p0epz1
Tags: 1:1.5.1.2-1
* new upstream point release.
* debian/changelog.upstream: upstream changes taken from mailing list
  announcement.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
 
9
9
        if (!arg || !(arg = sq_dequote(arg)))
10
10
                die("bad argument");
11
 
        if (strncmp(me, "git-", 4))
 
11
        if (prefixcmp(me, "git-"))
12
12
                die("bad command");
13
13
 
14
14
        my_argv[0] = me + 4;