summaryrefslogtreecommitdiff
path: root/git-submodule.sh
AgeCommit message (Expand)Author
2009-09-29typo fix: Directory `...' exist, ...: s/exist/exists/Jim Meyering
2009-08-27Merge branch 'jh/submodule-foreach'Junio C Hamano
2009-08-19git submodule status: Add --recursive to recurse into nested submodulesJohan Herland
2009-08-19git submodule update: Introduce --recursive to update nested submodulesJohan Herland
2009-08-19git submodule foreach: Add --recursive to recurse into nested submodulesJohan Herland
2009-08-19git submodule: Cleanup usage string and add option parsing to cmd_foreach()Johan Herland
2009-08-18git submodule foreach: Provide access to submodule name, as '$name'Johan Herland
2009-08-15git submodule summary: add --files optionJens Lehmann
2009-07-02Merge branch 'sb/quiet-porcelains'Junio C Hamano
2009-06-21Merge branch 'ph/submodule-rebase'Junio C Hamano
2009-06-18submodule, repack: migrate to git-sh-setup's say()Stephen Boyd
2009-06-13Merge branch 'ph/submodule-rebase' (early part)Junio C Hamano
2009-06-03git-submodule: add support for --merge.Johan Herland
2009-06-03Rename submodule.<name>.rebase to submodule.<name>.updateJohan Herland
2009-05-09Add --reference option to git submodule.Michael S. Tsirkin
2009-04-24git-submodule: add support for --rebase.Peter Hutterer
2009-04-19Work around ash "alternate value" expansion bugBen Jackson
2009-04-05git submodule: fix usage lineJulien Danjou
2009-03-22Merge branch 'mg/maint-submodule-normalize-path' into maintJunio C Hamano
2009-03-04git submodule: Fix adding of submodules at paths with ./, .. and //Michael J Gruber
2009-02-15Merge branch 'ff/submodule-no-fetch'Junio C Hamano
2009-02-07submodule: warn about non-submodulesJohannes Schindelin
2009-02-07submodule: add --no-fetch parameter to update commandFabian Franz
2008-12-03submodule: use git rev-parse -qMiklos Vajna
2008-11-11Merge branch 'maint'Junio C Hamano
2008-11-11git-submodule: Avoid printing a spurious message.Alexandre Julliard
2008-10-23submodule: fix some non-portable grep invocationsJeff King
2008-09-29Merge branch 'bc/master-diff-hunk-header-fix'Shawn O. Pearce
2008-09-29Merge branch 'maint' into bc/master-diff-hunk-header-fixShawn O. Pearce
2008-09-29git-submodule: Fix "Unable to checkout" for the initial 'update'Ping Yin
2008-09-25Fix submodule sync with relative submodule URLsJohan Herland
2008-08-28Merge branch 'ml/submodule'Junio C Hamano
2008-08-26git-submodule: add "sync" commandDavid Aguilar
2008-08-24git-submodule - Use "get_default_remote" from git-parse-remoteMark Levedahl
2008-08-23git-submodule: replace duplicated code with a module_list functionDavid Aguilar
2008-08-22git-submodule.sh - Remove trailing / from URL if foundMark Levedahl
2008-08-21git-submodule.sh - Remove trailing / from URL if foundMark Levedahl
2008-08-17git-submodule - Add 'foreach' subcommandMark Levedahl
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