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