summaryrefslogtreecommitdiff
path: root/git-submodule.sh
AgeCommit message (Expand)AuthorFilesLines
2014-02-24submodule: document module_clone arguments in commentsW. Trevor King1-0/+6
2014-02-24submodule: make 'checkout' update_module mode more explicitW. Trevor King1-16/+11
2014-01-17Merge branch 'fp/submodule-checkout-mode'Junio C Hamano1-1/+12
2014-01-07git-submodule.sh: 'checkout' is a valid update modeFrancesco Pretto1-1/+12
2013-12-05Merge branch 'jl/submodule-update-retire-orig-flags'Junio C Hamano1-4/+1
2013-12-05Merge branch 'jk/replace-perl-in-built-scripts'Junio C Hamano1-1/+1
2013-12-05Merge branch 'ak/submodule-foreach-quoting'Junio C Hamano1-1/+6
2013-12-02Sync with 1.8.4.5Junio C Hamano1-5/+15
2013-12-02submodule: do not copy unknown update mode from .gitmodulesJunio C Hamano1-5/+15
2013-11-11submodule update: remove unnecessary orig_flags variableJens Lehmann1-4/+1
2013-10-29use @@PERL@@ in built scriptsJeff King1-1/+1
2013-09-27submodule foreach: skip eval for more than one argumentAnders Kaseorg1-1/+6
2013-09-24Merge branch 'bc/submodule-status-ignored'Jonathan Nieder1-4/+11
2013-09-06submodule summary: ignore --for-status optionMatthieu Moy1-12/+1
2013-09-04submodule: don't print status output with ignore=allBrian M. Carlson1-0/+7
2013-09-03submodule: fix confusing variable nameBrian M. Carlson1-4/+4
2013-07-15Merge branch 'fg/submodule-clone-depth'Junio C Hamano1-3/+21
2013-07-03Add --depth to submodule update/addFredrik Gustafsson1-3/+21
2013-07-03submodule update: allow custom command to update submodule working treeChris Packham1-0/+6
2013-06-30Merge branch 'jk/submodule-subdirectory-ok'Junio C Hamano1-35/+100
2013-06-26Merge branch 'fg/submodule-non-ascii-path'Junio C Hamano1-1/+2
2013-06-17submodule: drop the top-level requirementJohn Keeping1-35/+100
2013-06-17submodule: show full path in error messageJohn Keeping1-1/+1
2013-06-17git-submodule.sh: remove duplicate call to set_rev_nameFredrik Gustafsson1-2/+2
2013-06-14handle multibyte characters in nameFredrik Gustafsson1-1/+2
2013-04-05Merge branch 'jl/submodule-deinit'Junio C Hamano1-2/+4
2013-04-03Merge branch 'rs/submodule-summary-limit'Junio C Hamano1-6/+11
2013-04-01submodule deinit: clarify work tree removal messageJens Lehmann1-2/+4
2013-04-01submodule summary: support --summary-limit=<n>René Scharfe1-6/+11
2013-03-26Merge branch 'we/submodule-update-prefix-output' into maintJunio C Hamano1-13/+18
2013-03-25Merge branch 'jl/submodule-deinit'Junio C Hamano1-1/+76
2013-03-21Merge branch 'we/submodule-update-prefix-output'Junio C Hamano1-13/+18
2013-03-04submodule: add 'deinit' commandJens Lehmann1-1/+76
2013-03-03submodule update: when using recursion, show full pathWilliam Entriken1-13/+18
2013-01-16Allow custom "comment char"Junio C Hamano1-4/+4
2012-12-19submodule add: If --branch is given, record it in .gitmodulesW. Trevor King1-0/+4
2012-12-19submodule update: add --remote for submodule's upstream changesW. Trevor King1-1/+20
2012-12-11submodule: add get_submodule_config helper funtionW. Trevor King1-0/+26
2012-11-21Merge branch 'wtk/submodule-doc-fixup'Junio C Hamano1-1/+1
2012-11-15Merge branch 'ph/submodule-sync-recursive'Junio C Hamano1-2/+12
2012-11-09Merge branch 'ph/maint-submodule-status-fix'Jeff King1-3/+1
2012-11-04Merge branch 'sz/maint-submodule-reference-arg'Jeff King1-1/+0
2012-10-29Merge branch 'jl/submodule-add-by-name'Jeff King1-11/+36
2012-10-29Teach --recursive to submodule syncPhil Hord1-2/+12
2012-10-29submodule status: remove unused orig_* variablesJens Lehmann1-3/+1
2012-10-26submodule add: fix handling of --reference=<repo> optionStefan Zager1-1/+0
2012-10-25git-submodule: wrap branch option with "<>" in usage strings.W. Trevor King1-1/+1
2012-10-02Merge branch 'rr/maint-submodule-unknown-cmd' into maintJunio C Hamano1-1/+9
2012-09-30submodule add: Fail when .git/modules/<name> already exists unless forcedJens Lehmann1-1/+14
2012-09-29Merge branch 'rr/maint-submodule-unknown-cmd'Junio C Hamano1-1/+9