aboutsummaryrefslogtreecommitdiff
path: root/git-submodule.sh
Commit message (Expand)AuthorAge
* submodule update: add convenience option --initJohannes Schindelin2008-05-16
* Use '-f' option to point to the .gitmodules fileImran M Yousuf2008-05-16
* Merge branch 'lh/git-file'Junio C Hamano2008-05-05
|\
| * Teach git-submodule.sh about the .git fileLars Hjemli2008-04-09
* | Merge branch 'py/submodule'Junio C Hamano2008-04-19
|\ \
| * | git-submodule summary: --for-status optionPing Yin2008-04-12
* | | git-submodule - possibly use branch name to describe a moduleMark Levedahl2008-04-14
|/ /
* | git-submodule: Avoid 'fatal: cannot describe' messagePing Yin2008-04-11
|/
* Merge branch 'jk/portable'Junio C Hamano2008-03-15
|\
| * grep portability fix: don't use "-e" or "-q"Jeff King2008-03-13
* | Merge branch 'py/submodule'Junio C Hamano2008-03-15
|\ \ | |/ |/|
| * git-submodule summary: fix that some "wc" flavors produce leading spacesJohannes Sixt2008-03-12
| * git-submodule summary: limit summary sizePing Yin2008-03-11
| * git-submodule summary: show commit summaryPing Yin2008-03-11
| * git-submodule summary: code frameworkPing Yin2008-03-11
* | git-submodule - Allow adding a submodule in-placeMark Levedahl2008-03-05
|/
* git-submodule: Fix typo 'url' which should be '$url'Ping Yin2008-03-02
* git-submodule: fix subcommand parserJunio C Hamano2008-01-20
* git-submodule: rename shell functions for consistencyJunio C Hamano2008-01-20
* Do not rely on the exit status of "unset" for unset variablesH.Merijn Brand2007-12-04
* Merge branch 'ph/parseopt-sh'Junio C Hamano2007-11-17
|\
| * scripts: Add placeholders for OPTIONS_SPECJunio C Hamano2007-11-06
* | Merge branch 'maint'Junio C Hamano2007-11-09
|\ \ | |/ |/|
| * Fix sed string regex escaping in module_name.Ralf Wildenhues2007-11-08
* | Fix adding a submodule with a remote urlDaniel Barkalow2007-09-29
* | git-submodule - allow a relative path as the subproject urlMark Levedahl2007-09-25
|/
* Supplant the "while case ... break ;; esac" idiomDavid Kastrup2007-09-23
* git-submodule: re-enable 'status' as the default subcommandLars Hjemli2007-08-17
* git-submodule: remove redundant call to git-describeJunio C Hamano2007-07-25
* git-submodule module_name: avoid using unwieldy "value_regexp" feature.Junio C Hamano2007-07-25
* git-submodule: Fix two instances of the same typoCJ van den Berg2007-07-04
* Rewrite "git-frotz" to "git frotz"Junio C Hamano2007-07-02
* git-submodule: Instead of using only annotated tags, use any tags.Emil Medve2007-07-02
* git-submodule: provide easy way of adding new submodulesSven Verdoolaege2007-07-02
* git-submodule: give submodules proper namesLars Hjemli2007-06-12
* Rename sections from "module" to "submodule" in .gitmodulesLars Hjemli2007-06-12
* git-submodule: remember to checkout after cloneLars Hjemli2007-06-12
* git-submodule: clone during update, not during initLars Hjemli2007-06-06
* git-submodule: move cloning into a separate functionLars Hjemli2007-06-06
* Add git-submodule commandLars Hjemli2007-05-26