| Commit message (Expand) | Author | Age | Files | Lines |
* | git-submodule: Avoid printing a spurious message. | Alexandre Julliard | 2008-11-11 | 1 | -1/+1 |
* | git-submodule: Fix "Unable to checkout" for the initial 'update' | Ping Yin | 2008-09-29 | 1 | -2/+7 |
* | git-submodule: move ill placed shift. | Pierre Habouzit | 2008-07-21 | 1 | -1/+1 |
* | git-submodule - register submodule URL if adding in place | Mark Levedahl | 2008-07-14 | 1 | -0/+10 |
* | git-submodule - make "submodule add" more strict, and document it | Mark Levedahl | 2008-07-14 | 1 | -35/+20 |
* | git-submodule - Fix bugs in adding an existing repo as a module | Mark Levedahl | 2008-07-08 | 1 | -2/+1 |
* | git-submodule - Fix errors regarding resolve_relative_url | Mark Levedahl | 2008-06-14 | 1 | -4/+5 |
* | Improve sed portability | Chris Ridd | 2008-06-12 | 1 | -1/+1 |
* | submodule update: add convenience option --init | Johannes Schindelin | 2008-05-16 | 1 | -1/+6 |
* | Use '-f' option to point to the .gitmodules file | Imran M Yousuf | 2008-05-16 | 1 | -5/+4 |
* | Merge branch 'lh/git-file' | Junio C Hamano | 2008-05-05 | 1 | -2/+2 |
|\ |
|
| * | Teach git-submodule.sh about the .git file | Lars Hjemli | 2008-04-09 | 1 | -2/+2 |
* | | Merge branch 'py/submodule' | Junio C Hamano | 2008-04-19 | 1 | -2/+14 |
|\ \ |
|
| * | | git-submodule summary: --for-status option | Ping Yin | 2008-04-12 | 1 | -2/+14 |
* | | | git-submodule - possibly use branch name to describe a module | Mark Levedahl | 2008-04-14 | 1 | -1/+2 |
|/ / |
|
* | | git-submodule: Avoid 'fatal: cannot describe' message | Ping Yin | 2008-04-11 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'jk/portable' | Junio C Hamano | 2008-03-15 | 1 | -3/+3 |
|\ |
|
| * | grep portability fix: don't use "-e" or "-q" | Jeff King | 2008-03-13 | 1 | -3/+3 |
* | | Merge branch 'py/submodule' | Junio C Hamano | 2008-03-15 | 1 | -5/+175 |
|\ \
| |/
|/| |
|
| * | git-submodule summary: fix that some "wc" flavors produce leading spaces | Johannes Sixt | 2008-03-12 | 1 | -1/+1 |
| * | git-submodule summary: limit summary size | Ping Yin | 2008-03-11 | 1 | -2/+19 |
| * | git-submodule summary: show commit summary | Ping Yin | 2008-03-11 | 1 | -0/+102 |
| * | git-submodule summary: code framework | Ping Yin | 2008-03-11 | 1 | -5/+56 |
* | | git-submodule - Allow adding a submodule in-place | Mark Levedahl | 2008-03-05 | 1 | -20/+30 |
|/ |
|
* | git-submodule: Fix typo 'url' which should be '$url' | Ping Yin | 2008-03-02 | 1 | -1/+1 |
* | git-submodule: fix subcommand parser | Junio C Hamano | 2008-01-20 | 1 | -41/+116 |
* | git-submodule: rename shell functions for consistency | Junio C Hamano | 2008-01-20 | 1 | -10/+10 |
* | Do not rely on the exit status of "unset" for unset variables | H.Merijn Brand | 2007-12-04 | 1 | -5/+5 |
* | Merge branch 'ph/parseopt-sh' | Junio C Hamano | 2007-11-17 | 1 | -0/+1 |
|\ |
|
| * | scripts: Add placeholders for OPTIONS_SPEC | Junio C Hamano | 2007-11-06 | 1 | -0/+1 |
* | | Merge branch 'maint' | Junio C Hamano | 2007-11-09 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | Fix sed string regex escaping in module_name. | Ralf Wildenhues | 2007-11-08 | 1 | -1/+1 |
* | | Fix adding a submodule with a remote url | Daniel Barkalow | 2007-09-29 | 1 | -1/+1 |
* | | git-submodule - allow a relative path as the subproject url | Mark Levedahl | 2007-09-25 | 1 | -6/+47 |
|/ |
|
* | Supplant the "while case ... break ;; esac" idiom | David Kastrup | 2007-09-23 | 1 | -1/+1 |
* | git-submodule: re-enable 'status' as the default subcommand | Lars Hjemli | 2007-08-17 | 1 | -1/+1 |
* | git-submodule: remove redundant call to git-describe | Junio C Hamano | 2007-07-25 | 1 | -1/+0 |
* | git-submodule module_name: avoid using unwieldy "value_regexp" feature. | Junio C Hamano | 2007-07-25 | 1 | -2/+5 |
* | git-submodule: Fix two instances of the same typo | CJ van den Berg | 2007-07-04 | 1 | -2/+2 |
* | Rewrite "git-frotz" to "git frotz" | Junio C Hamano | 2007-07-02 | 1 | -13/+13 |
* | git-submodule: Instead of using only annotated tags, use any tags. | Emil Medve | 2007-07-02 | 1 | -4/+17 |
* | git-submodule: provide easy way of adding new submodules | Sven Verdoolaege | 2007-07-02 | 1 | -6/+96 |
* | git-submodule: give submodules proper names | Lars Hjemli | 2007-06-12 | 1 | -14/+31 |
* | Rename sections from "module" to "submodule" in .gitmodules | Lars Hjemli | 2007-06-12 | 1 | -1/+1 |
* | git-submodule: remember to checkout after clone | Lars Hjemli | 2007-06-12 | 1 | -4/+5 |
* | git-submodule: clone during update, not during init | Lars Hjemli | 2007-06-06 | 1 | -24/+17 |
* | git-submodule: move cloning into a separate function | Lars Hjemli | 2007-06-06 | 1 | -16/+28 |
* | Add git-submodule command | Lars Hjemli | 2007-05-26 | 1 | -0/+194 |