Changeset 852 for server/common


Ignore:
Timestamp:
Oct 8, 2008, 3:01:22 PM (15 years ago)
Author:
andersk
Message:
Call git daemon with no dash (dashed commands are removed in Git 1.6).
File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/common/oursrc/execsys/git

    • Property svn:executable set to *
    r849 r852  
    88    ;;
    99${HOME%/Scripts}/Scripts/git/*)
    10     exec /usr/bin/git-daemon --inetd --base-path="$1"
     10    exec /usr/bin/git daemon --inetd --base-path="$1"
    1111    ;;
    1212*)
Note: See TracChangeset for help on using the changeset viewer.