aboutsummaryrefslogtreecommitdiffstats
path: root/git-submodule.sh (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-09-29Fix adding a submodule with a remote urlDaniel Barkalow1-1/+1
2007-09-25git-submodule - allow a relative path as the subproject urlMark Levedahl1-6/+47
2007-09-23Supplant the "while case ... break ;; esac" idiomDavid Kastrup1-1/+1
2007-08-17git-submodule: re-enable 'status' as the default subcommandLars Hjemli1-1/+1
2007-07-25git-submodule: remove redundant call to git-describeJunio C Hamano1-1/+0
2007-07-25git-submodule module_name: avoid using unwieldy "value_regexp" feature.Junio C Hamano1-2/+5
2007-07-04git-submodule: Fix two instances of the same typoCJ van den Berg1-2/+2
2007-07-02Rewrite "git-frotz" to "git frotz"Junio C Hamano1-13/+13
2007-07-02git-submodule: Instead of using only annotated tags, use any tags.Emil Medve1-4/+17
2007-07-02git-submodule: provide easy way of adding new submodulesSven Verdoolaege1-6/+96
2007-06-12git-submodule: give submodules proper namesLars Hjemli1-14/+31
2007-06-12Rename sections from "module" to "submodule" in .gitmodulesLars Hjemli1-1/+1
2007-06-12git-submodule: remember to checkout after cloneLars Hjemli1-4/+5
2007-06-06git-submodule: clone during update, not during initLars Hjemli1-24/+17
2007-06-06git-submodule: move cloning into a separate functionLars Hjemli1-16/+28
2007-05-26Add git-submodule commandLars Hjemli1-0/+194