summaryrefslogtreecommitdiff
path: root/git-submodule.sh
Commit message (Expand)AuthorAgeFilesLines
* Fix adding a submodule with a remote urlDaniel Barkalow2007-09-291-1/+1
* git-submodule - allow a relative path as the subproject urlMark Levedahl2007-09-251-6/+47
* Supplant the "while case ... break ;; esac" idiomDavid Kastrup2007-09-231-1/+1
* git-submodule: re-enable 'status' as the default subcommandLars Hjemli2007-08-171-1/+1
* git-submodule: remove redundant call to git-describeJunio C Hamano2007-07-251-1/+0
* git-submodule module_name: avoid using unwieldy "value_regexp" feature.Junio C Hamano2007-07-251-2/+5
* git-submodule: Fix two instances of the same typoCJ van den Berg2007-07-041-2/+2
* Rewrite "git-frotz" to "git frotz"Junio C Hamano2007-07-021-13/+13
* git-submodule: Instead of using only annotated tags, use any tags.Emil Medve2007-07-021-4/+17
* git-submodule: provide easy way of adding new submodulesSven Verdoolaege2007-07-021-6/+96
* git-submodule: give submodules proper namesLars Hjemli2007-06-121-14/+31
* Rename sections from "module" to "submodule" in .gitmodulesLars Hjemli2007-06-121-1/+1
* git-submodule: remember to checkout after cloneLars Hjemli2007-06-121-4/+5
* git-submodule: clone during update, not during initLars Hjemli2007-06-061-24/+17
* git-submodule: move cloning into a separate functionLars Hjemli2007-06-061-16/+28
* Add git-submodule commandLars Hjemli2007-05-261-0/+194