summaryrefslogtreecommitdiff
path: root/git-submodule.sh
Commit message (Expand)AuthorAgeFilesLines
...
* | git-submodule: add "sync" commandDavid Aguilar2008-08-251-2/+46
* | git-submodule - Use "get_default_remote" from git-parse-remoteMark Levedahl2008-08-241-3/+2
* | git-submodule: replace duplicated code with a module_list functionDavid Aguilar2008-08-221-4/+13
* | git-submodule - Add 'foreach' subcommandMark Levedahl2008-08-171-2/+22
|/
* git-submodule: move ill placed shift.Pierre Habouzit2008-07-211-1/+1
* git-submodule - register submodule URL if adding in placeMark Levedahl2008-07-141-0/+10
* git-submodule - make "submodule add" more strict, and document itMark Levedahl2008-07-141-35/+20
* git-submodule - Fix bugs in adding an existing repo as a moduleMark Levedahl2008-07-081-2/+1
* git-submodule - Fix errors regarding resolve_relative_urlMark Levedahl2008-06-141-4/+5
* Improve sed portabilityChris Ridd2008-06-121-1/+1
* submodule update: add convenience option --initJohannes Schindelin2008-05-161-1/+6
* Use '-f' option to point to the .gitmodules fileImran M Yousuf2008-05-161-5/+4
* Merge branch 'lh/git-file'Junio C Hamano2008-05-051-2/+2
|\
| * Teach git-submodule.sh about the .git fileLars Hjemli2008-04-091-2/+2
* | Merge branch 'py/submodule'Junio C Hamano2008-04-191-2/+14
|\ \
| * | git-submodule summary: --for-status optionPing Yin2008-04-121-2/+14
* | | git-submodule - possibly use branch name to describe a moduleMark Levedahl2008-04-141-1/+2
|/ /
* | git-submodule: Avoid 'fatal: cannot describe' messagePing Yin2008-04-111-1/+1
|/
* Merge branch 'jk/portable'Junio C Hamano2008-03-151-3/+3
|\
| * grep portability fix: don't use "-e" or "-q"Jeff King2008-03-131-3/+3
* | Merge branch 'py/submodule'Junio C Hamano2008-03-151-5/+175
|\ \ | |/ |/|
| * git-submodule summary: fix that some "wc" flavors produce leading spacesJohannes Sixt2008-03-121-1/+1
| * git-submodule summary: limit summary sizePing Yin2008-03-111-2/+19
| * git-submodule summary: show commit summaryPing Yin2008-03-111-0/+102
| * git-submodule summary: code frameworkPing Yin2008-03-111-5/+56
* | git-submodule - Allow adding a submodule in-placeMark Levedahl2008-03-051-20/+30
|/
* git-submodule: Fix typo 'url' which should be '$url'Ping Yin2008-03-021-1/+1
* git-submodule: fix subcommand parserJunio C Hamano2008-01-201-41/+116
* git-submodule: rename shell functions for consistencyJunio C Hamano2008-01-201-10/+10
* Do not rely on the exit status of "unset" for unset variablesH.Merijn Brand2007-12-041-5/+5
* Merge branch 'ph/parseopt-sh'Junio C Hamano2007-11-171-0/+1
|\
| * scripts: Add placeholders for OPTIONS_SPECJunio C Hamano2007-11-061-0/+1
* | Merge branch 'maint'Junio C Hamano2007-11-091-1/+1
|\ \ | |/ |/|
| * Fix sed string regex escaping in module_name.Ralf Wildenhues2007-11-081-1/+1
* | 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