summaryrefslogtreecommitdiff
path: root/git-submodule.sh
AgeCommit message (Expand)AuthorFilesLines
2009-08-27Merge branch 'jh/submodule-foreach'Junio C Hamano1-8/+71
2009-08-18git submodule status: Add --recursive to recurse into nested submodulesJohan Herland1-4/+20
2009-08-18git submodule update: Introduce --recursive to update nested submodulesJohan Herland1-1/+12
2009-08-18git submodule foreach: Add --recursive to recurse into nested submodulesJohan Herland1-3/+16
2009-08-18git submodule: Cleanup usage string and add option parsing to cmd_foreach()Johan Herland1-3/+25
2009-08-18git submodule foreach: Provide access to submodule name, as '$name'Johan Herland1-0/+1
2009-08-14git submodule summary: add --files optionJens Lehmann1-3/+16
2009-07-01Merge branch 'sb/quiet-porcelains'Junio C Hamano1-18/+6
2009-06-20Merge branch 'ph/submodule-rebase'Junio C Hamano1-1/+10
2009-06-18submodule, repack: migrate to git-sh-setup's say()Stephen Boyd1-18/+6
2009-06-13Merge branch 'ph/submodule-rebase' (early part)Junio C Hamano1-4/+31
2009-06-03git-submodule: add support for --merge.Johan Herland1-1/+10
2009-06-03Rename submodule.<name>.rebase to submodule.<name>.updateJohan Herland1-15/+17
2009-05-09Add --reference option to git submodule.Michael S. Tsirkin1-4/+34
2009-04-24git-submodule: add support for --rebase.Peter Hutterer1-4/+29
2009-04-18Work around ash "alternate value" expansion bugBen Jackson1-2/+9
2009-04-05git submodule: fix usage lineJulien Danjou1-1/+1
2009-03-21Merge branch 'mg/maint-submodule-normalize-path' into maintJunio C Hamano1-3/+12
2009-03-03git submodule: Fix adding of submodules at paths with ./, .. and //Michael J Gruber1-3/+12
2009-02-15Merge branch 'ff/submodule-no-fetch'Junio C Hamano1-3/+16
2009-02-07submodule: warn about non-submodulesJohannes Schindelin1-1/+1
2009-02-07submodule: add --no-fetch parameter to update commandFabian Franz1-3/+16
2008-12-03submodule: use git rev-parse -qMiklos Vajna1-3/+3
2008-11-11Merge branch 'maint'Junio C Hamano1-1/+1
2008-11-11git-submodule: Avoid printing a spurious message.Alexandre Julliard1-1/+1
2008-10-22submodule: fix some non-portable grep invocationsJeff King1-2/+2
2008-09-29Merge branch 'bc/master-diff-hunk-header-fix'Shawn O. Pearce1-2/+7
2008-09-29Merge branch 'maint' into bc/master-diff-hunk-header-fixShawn O. Pearce1-2/+7
2008-09-29git-submodule: Fix "Unable to checkout" for the initial 'update'Ping Yin1-2/+7
2008-09-25Fix submodule sync with relative submodule URLsJohan Herland1-0/+8
2008-08-27Merge branch 'ml/submodule'Junio C Hamano1-1/+2
2008-08-25git-submodule: add "sync" commandDavid Aguilar1-2/+46
2008-08-24git-submodule - Use "get_default_remote" from git-parse-remoteMark Levedahl1-3/+2
2008-08-22git-submodule: replace duplicated code with a module_list functionDavid Aguilar1-4/+13
2008-08-21git-submodule.sh - Remove trailing / from URL if foundMark Levedahl1-2/+3
2008-08-20git-submodule.sh - Remove trailing / from URL if foundMark Levedahl1-1/+1
2008-08-17git-submodule - Add 'foreach' subcommandMark Levedahl1-2/+22
2008-07-21git-submodule: move ill placed shift.Pierre Habouzit1-1/+1
2008-07-14git-submodule - register submodule URL if adding in placeMark Levedahl1-0/+10
2008-07-14git-submodule - make "submodule add" more strict, and document itMark Levedahl1-35/+20
2008-07-08git-submodule - Fix bugs in adding an existing repo as a moduleMark Levedahl1-2/+1
2008-06-14git-submodule - Fix errors regarding resolve_relative_urlMark Levedahl1-4/+5
2008-06-12Improve sed portabilityChris Ridd1-1/+1
2008-05-16submodule update: add convenience option --initJohannes Schindelin1-1/+6
2008-05-16Use '-f' option to point to the .gitmodules fileImran M Yousuf1-5/+4
2008-05-05Merge branch 'lh/git-file'Junio C Hamano1-2/+2
2008-04-19Merge branch 'py/submodule'Junio C Hamano1-2/+14
2008-04-14git-submodule - possibly use branch name to describe a moduleMark Levedahl1-1/+2
2008-04-12git-submodule summary: --for-status optionPing Yin1-2/+14
2008-04-11git-submodule: Avoid 'fatal: cannot describe' messagePing Yin1-1/+1