summaryrefslogtreecommitdiffstats
path: root/git-submodule.sh
AgeCommit message (Expand)AuthorLines
2016-02-24submodule: try harder to fetch needed sha1 by direct fetching sha1Stefan Beller-3/+26
2015-10-05Sync with 2.6.1Junio C Hamano-0/+9
2015-10-05Merge branch 'sb/submodule-helper'Junio C Hamano-149/+15
2015-09-28Sync with 2.4.10Junio C Hamano-0/+9
2015-09-23submodule: allow only certain protocols for submodule fetchesJeff King-0/+9
2015-09-17Merge branch 'ah/submodule-typofix-in-error' into maintJunio C Hamano-1/+1
2015-09-08submodule: rewrite `module_clone` shell function in CStefan Beller-76/+2
2015-09-03submodule: rewrite `module_name` shell function in CStefan Beller-25/+7
2015-09-03submodule: rewrite `module_list` shell function in CStefan Beller-48/+6
2015-09-01Merge branch 'ah/submodule-typofix-in-error'Junio C Hamano-1/+1
2015-08-28git-submodule: remove extraneous space from error messageAlex Henrie-1/+1
2015-03-05Merge branch 'ps/submodule-sanitize-path-upon-add' into maintJunio C Hamano-1/+1
2015-02-22Merge branch 'ps/submodule-sanitize-path-upon-add'Junio C Hamano-1/+1
2015-02-02git-submodule.sh: fix '/././' path normalizationPatrick Steinhardt-1/+1
2014-06-19git-submodule.sh: avoid "echo" path-like valuesJunio C Hamano-8/+8
2014-06-19git-submodule.sh: avoid "test <cond> -a/-o <cond>"Elia Pinto-12/+20
2014-06-06Merge branch 'sk/submodules-absolute-path-on-windows'Junio C Hamano-3/+0
2014-05-08Revert "submodules: fix ambiguous absolute paths under Windows"Stepan Kasal-3/+0
2014-04-02Revert "submodule: explicit local branch creation in module_clone"Junio C Hamano-41/+17
2014-03-14Merge branch 'jl/doc-submodule-update-checkout'Junio C Hamano-1/+1
2014-02-28submodule update: consistently document the '--checkout' optionJens Lehmann-1/+1
2014-02-27Merge branch 'wk/submodule-on-branch'Junio C Hamano-32/+57
2014-02-24submodule: explicit local branch creation in module_cloneW. Trevor King-17/+41
2014-02-24submodule: document module_clone arguments in commentsW. Trevor King-0/+6
2014-02-24submodule: make 'checkout' update_module mode more explicitW. Trevor King-16/+11
2014-01-17Merge branch 'fp/submodule-checkout-mode'Junio C Hamano-1/+12
2014-01-07git-submodule.sh: 'checkout' is a valid update modeFrancesco Pretto-1/+12
2013-12-05Merge branch 'jl/submodule-update-retire-orig-flags'Junio C Hamano-4/+1
2013-12-05Merge branch 'jk/replace-perl-in-built-scripts'Junio C Hamano-1/+1
2013-12-05Merge branch 'ak/submodule-foreach-quoting'Junio C Hamano-1/+6
2013-12-02Sync with 1.8.4.5Junio C Hamano-5/+15
2013-12-02submodule: do not copy unknown update mode from .gitmodulesJunio C Hamano-5/+15
2013-11-11submodule update: remove unnecessary orig_flags variableJens Lehmann-4/+1
2013-10-29use @@PERL@@ in built scriptsJeff King-1/+1
2013-09-27submodule foreach: skip eval for more than one argumentAnders Kaseorg-1/+6
2013-09-24Merge branch 'bc/submodule-status-ignored'Jonathan Nieder-4/+11
2013-09-06submodule summary: ignore --for-status optionMatthieu Moy-12/+1
2013-09-04submodule: don't print status output with ignore=allBrian M. Carlson-0/+7
2013-09-03submodule: fix confusing variable nameBrian M. Carlson-4/+4
2013-07-15Merge branch 'fg/submodule-clone-depth'Junio C Hamano-3/+21
2013-07-03Add --depth to submodule update/addFredrik Gustafsson-3/+21
2013-07-03submodule update: allow custom command to update submodule working treeChris Packham-0/+6
2013-06-30Merge branch 'jk/submodule-subdirectory-ok'Junio C Hamano-35/+100
2013-06-26Merge branch 'fg/submodule-non-ascii-path'Junio C Hamano-1/+2
2013-06-17submodule: drop the top-level requirementJohn Keeping-35/+100
2013-06-17submodule: show full path in error messageJohn Keeping-1/+1
2013-06-17git-submodule.sh: remove duplicate call to set_rev_nameFredrik Gustafsson-2/+2
2013-06-14handle multibyte characters in nameFredrik Gustafsson-1/+2
2013-04-05Merge branch 'jl/submodule-deinit'Junio C Hamano-2/+4
2013-04-03Merge branch 'rs/submodule-summary-limit'Junio C Hamano-6/+11