summaryrefslogtreecommitdiff
path: root/git-submodule.sh
AgeCommit message (Expand)Author
2012-12-19submodule add: If --branch is given, record it in .gitmodulesW. Trevor King
2012-12-19submodule update: add --remote for submodule's upstream changesW. Trevor King
2012-12-12submodule: add get_submodule_config helper funtionW. Trevor King
2012-11-21Merge branch 'wtk/submodule-doc-fixup'Junio C Hamano
2012-11-15Merge branch 'ph/submodule-sync-recursive'Junio C Hamano
2012-11-09Merge branch 'ph/maint-submodule-status-fix'Jeff King
2012-11-04Merge branch 'sz/maint-submodule-reference-arg'Jeff King
2012-10-29Merge branch 'jl/submodule-add-by-name'Jeff King
2012-10-29Teach --recursive to submodule syncPhil Hord
2012-10-29submodule status: remove unused orig_* variablesJens Lehmann
2012-10-26submodule add: fix handling of --reference=<repo> optionStefan Zager
2012-10-25git-submodule: wrap branch option with "<>" in usage strings.W. Trevor King
2012-10-02Merge branch 'rr/maint-submodule-unknown-cmd' into maintJunio C Hamano
2012-09-30submodule add: Fail when .git/modules/<name> already exists unless forcedJens Lehmann
2012-09-30Merge branch 'rr/maint-submodule-unknown-cmd'Junio C Hamano
2012-09-30Teach "git submodule add" the --name optionJens Lehmann
2012-09-25submodule: if $command was not matched, don't parse other argsRamkumar Ramachandra
2012-09-11Sync with 1.7.11.6Junio C Hamano
2012-09-11Merge branch 'sz/submodule-force-update' into maint-1.7.11Junio C Hamano
2012-09-03Merge branch 'sz/submodule-force-update'Junio C Hamano
2012-08-29Merge branch 'hv/submodule-path-unmatch'Junio C Hamano
2012-08-24Make 'git submodule update --force' always check out submodules.Stefan Zager
2012-08-14Let submodule command exit with error status if path does not existHeiko Voigt
2012-07-31Merge branch 'jx/i18n-1.7.11'Junio C Hamano
2012-07-30Merge branch 'jl/maint-1.7.10-recurse-submodules-with-symlink' into maintJunio C Hamano
2012-07-27i18n: Rewrite gettext messages start with dashJiang Xin
2012-07-25git-submodule: work with GIT_DIR/GIT_WORK_TREEDaniel Graña
2012-07-22Merge branch 'jl/maint-1.7.10-recurse-submodules-with-symlink'Junio C Hamano
2012-07-12submodules: don't stumble over symbolic links when cloning recursivelyJens Lehmann
2012-06-28Merge branch 'js/submodule-relative'Junio C Hamano
2012-06-25git-submodule.sh: fix filename in comment.Michał Górny
2012-06-06submodule: fix handling of superproject origin URLs like foo, ./foo and ./foo...Jon Seymour
2012-06-06submodule: fix sync handling of some relative superproject origin URLsJon Seymour
2012-05-29submodules: print "registered for path" message only onceJens Lehmann
2012-04-23Merge branch 'rj/submodule-mswin-path'Junio C Hamano
2012-04-18git-submodule.sh: Don't use $path variable in eval_gettext stringRamsay Jones
2012-04-09Avoid bug in Solaris xpg4/sed as used in submoduleBen Walton
2012-03-05submodules: fix ambiguous absolute paths under WindowsJohannes Sixt
2012-03-05submodules: refactor computation of relative gitdir pathJens Lehmann
2012-03-05submodules: always use a relative path from gitdir to work treeJens Lehmann
2012-03-05submodules: always use a relative path to gitdirJens Lehmann
2012-01-24submodule add: fix breakage when re-adding a deep submoduleJens Lehmann
2011-10-26Merge branch 'tc/submodule-clone-name-detection'Junio C Hamano
2011-10-21submodule::module_clone(): silence die() message from module_name()Tay Ray Chuan
2011-10-21submodule: whitespace fixTay Ray Chuan
2011-10-10Merge branch 'fg/submodule-git-file-git-dir'Junio C Hamano
2011-08-25Merge branch 'js/i18n-scripts'Junio C Hamano
2011-08-23Move git-dir for submodulesFredrik Gustafsson
2011-08-08Merge branch 'jl/submodule-update-quiet'Junio C Hamano
2011-08-08submodule: take advantage of gettextln and eval_gettextln.Jon Seymour