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