summaryrefslogtreecommitdiffstats
path: root/git-submodule.sh
AgeCommit message (Expand)AuthorLines
2008-07-21git-submodule: move ill placed shift.Pierre Habouzit-1/+1
2008-07-14git-submodule - register submodule URL if adding in placeMark Levedahl-0/+10
2008-07-14git-submodule - make "submodule add" more strict, and document itMark Levedahl-35/+20
2008-07-08git-submodule - Fix bugs in adding an existing repo as a moduleMark Levedahl-2/+1
2008-06-14git-submodule - Fix errors regarding resolve_relative_urlMark Levedahl-4/+5
2008-06-12Improve sed portabilityChris Ridd-1/+1
2008-05-16submodule update: add convenience option --initJohannes Schindelin-1/+6
2008-05-16Use '-f' option to point to the .gitmodules fileImran M Yousuf-5/+4
2008-05-05Merge branch 'lh/git-file'Junio C Hamano-2/+2
2008-04-19Merge branch 'py/submodule'Junio C Hamano-2/+14
2008-04-14git-submodule - possibly use branch name to describe a moduleMark Levedahl-1/+2
2008-04-12git-submodule summary: --for-status optionPing Yin-2/+14
2008-04-11git-submodule: Avoid 'fatal: cannot describe' messagePing Yin-1/+1
2008-04-09Teach git-submodule.sh about the .git fileLars Hjemli-2/+2
2008-03-15Merge branch 'jk/portable'Junio C Hamano-3/+3
2008-03-15Merge branch 'py/submodule'Junio C Hamano-5/+175
2008-03-13grep portability fix: don't use "-e" or "-q"Jeff King-3/+3
2008-03-12git-submodule summary: fix that some "wc" flavors produce leading spacesJohannes Sixt-1/+1
2008-03-11git-submodule summary: limit summary sizePing Yin-2/+19
2008-03-11git-submodule summary: show commit summaryPing Yin-0/+102
2008-03-11git-submodule summary: code frameworkPing Yin-5/+56
2008-03-05git-submodule - Allow adding a submodule in-placeMark Levedahl-20/+30
2008-03-02git-submodule: Fix typo 'url' which should be '$url'Ping Yin-1/+1
2008-01-20git-submodule: fix subcommand parserJunio C Hamano-41/+116
2008-01-20git-submodule: rename shell functions for consistencyJunio C Hamano-10/+10
2007-12-04Do not rely on the exit status of "unset" for unset variablesH.Merijn Brand-5/+5
2007-11-17Merge branch 'ph/parseopt-sh'Junio C Hamano-0/+1
2007-11-09Merge branch 'maint'Junio C Hamano-1/+1
2007-11-08Fix sed string regex escaping in module_name.Ralf Wildenhues-1/+1
2007-11-06scripts: Add placeholders for OPTIONS_SPECJunio C Hamano-0/+1
2007-09-29Fix adding a submodule with a remote urlDaniel Barkalow-1/+1
2007-09-25git-submodule - allow a relative path as the subproject urlMark Levedahl-6/+47
2007-09-23Supplant the "while case ... break ;; esac" idiomDavid Kastrup-1/+1
2007-08-17git-submodule: re-enable 'status' as the default subcommandLars Hjemli-1/+1
2007-07-25git-submodule: remove redundant call to git-describeJunio C Hamano-1/+0
2007-07-25git-submodule module_name: avoid using unwieldy "value_regexp" feature.Junio C Hamano-2/+5
2007-07-04git-submodule: Fix two instances of the same typoCJ van den Berg-2/+2
2007-07-02Rewrite "git-frotz" to "git frotz"Junio C Hamano-13/+13
2007-07-02git-submodule: Instead of using only annotated tags, use any tags.Emil Medve-4/+17
2007-07-02git-submodule: provide easy way of adding new submodulesSven Verdoolaege-6/+96
2007-06-12git-submodule: give submodules proper namesLars Hjemli-14/+31
2007-06-12Rename sections from "module" to "submodule" in .gitmodulesLars Hjemli-1/+1
2007-06-12git-submodule: remember to checkout after cloneLars Hjemli-4/+5
2007-06-06git-submodule: clone during update, not during initLars Hjemli-24/+17
2007-06-06git-submodule: move cloning into a separate functionLars Hjemli-16/+28
2007-05-26Add git-submodule commandLars Hjemli-0/+194