summaryrefslogtreecommitdiffstats
path: root/git-submodule.sh
AgeCommit message (Expand)AuthorLines
2008-01-20git-submodule: fix subcommand parserJunio C Hamano-41/+116
2008-01-20git-submodule: rename shell functions for consistencyJunio C Hamano-10/+10
2007-12-04Do not rely on the exit status of "unset" for unset variablesH.Merijn Brand-5/+5
2007-11-17Merge branch 'ph/parseopt-sh'Junio C Hamano-0/+1
2007-11-09Merge branch 'maint'Junio C Hamano-1/+1
2007-11-08Fix sed string regex escaping in module_name.Ralf Wildenhues-1/+1
2007-11-06scripts: Add placeholders for OPTIONS_SPECJunio C Hamano-0/+1
2007-09-29Fix adding a submodule with a remote urlDaniel Barkalow-1/+1
2007-09-25git-submodule - allow a relative path as the subproject urlMark Levedahl-6/+47
2007-09-23Supplant the "while case ... break ;; esac" idiomDavid Kastrup-1/+1
2007-08-17git-submodule: re-enable 'status' as the default subcommandLars Hjemli-1/+1
2007-07-25git-submodule: remove redundant call to git-describeJunio C Hamano-1/+0
2007-07-25git-submodule module_name: avoid using unwieldy "value_regexp" feature.Junio C Hamano-2/+5
2007-07-04git-submodule: Fix two instances of the same typoCJ van den Berg-2/+2
2007-07-02Rewrite "git-frotz" to "git frotz"Junio C Hamano-13/+13
2007-07-02git-submodule: Instead of using only annotated tags, use any tags.Emil Medve-4/+17
2007-07-02git-submodule: provide easy way of adding new submodulesSven Verdoolaege-6/+96
2007-06-12git-submodule: give submodules proper namesLars Hjemli-14/+31
2007-06-12Rename sections from "module" to "submodule" in .gitmodulesLars Hjemli-1/+1
2007-06-12git-submodule: remember to checkout after cloneLars Hjemli-4/+5
2007-06-06git-submodule: clone during update, not during initLars Hjemli-24/+17
2007-06-06git-submodule: move cloning into a separate functionLars Hjemli-16/+28
2007-05-26Add git-submodule commandLars Hjemli-0/+194