Skip to content

Commit

Permalink
Merge branch 'sz/maint-submodule-reference-arg'
Browse files Browse the repository at this point in the history
* sz/maint-submodule-reference-arg:
  submodule add: fix handling of --reference=<repo> option
  • Loading branch information
Jeff King committed Nov 4, 2012
2 parents c25a368 + 835460b commit 1777144
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion git-submodule.sh
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,6 @@ cmd_add()
;;
--reference=*)
reference="$1"
shift
;;
--name)
case "$2" in '') usage ;; esac
Expand Down

0 comments on commit 1777144

Please sign in to comment.