summaryrefslogtreecommitdiff
path: root/git-submodule.sh
AgeCommit message (Expand)Author
2011-04-04Merge branch 'jl/submodule-fetch-on-demand'Junio C Hamano
2011-03-31submodule: process conflicting submodules only onceNicolas Morey-Chaisemartin
2011-03-09submodule update: Don't fetch when the submodule commit is already presentJens Lehmann
2011-02-17submodule: no [--merge|--rebase] when newly clonedSpencer E. Olson
2011-01-13Merge branch 'tr/submodule-relative-scp-url'Junio C Hamano
2011-01-10submodule: fix relative url parsing for scp-style originThomas Rast
2010-12-16Merge branch 'jn/submodule-b-current'Junio C Hamano
2010-12-07git submodule: Remove now obsolete tests before cloning a repoJens Lehmann
2010-12-07git submodule -b ... of current HEAD failsJonathan Nieder
2010-11-17Merge branch 'kb/maint-submodule-savearg'Junio C Hamano
2010-11-03submodule: only preserve flags across recursive status/update invocationsKevin Ballard
2010-11-03submodule: preserve all arguments exactly when recursingKevin Ballard
2010-10-14submodule sync: Update "submodule.<name>.url" for empty directoriesAndreas Köhler
2010-08-18submodule sync: Update "submodule.<name>.url"David Aguilar
2010-07-19git submodule add: Require the new --force option to add ignored pathsJens Lehmann
2010-07-05git submodule: add submodules with git add -f <path>Ævar Arnfjörð Bjarmason
2010-06-30Merge branch 'jl/status-ignore-submodules'Junio C Hamano
2010-06-25git submodule: ignore dirty submodules for summary and statusJens Lehmann
2010-05-25git-submodule foreach: Add $toplevel variableÆvar Arnfjörð Bjarmason
2010-05-09Merge branch 'sd/log-decorate'Junio C Hamano
2010-05-02Merge branch 'maint'Junio C Hamano
2010-05-01git-submodule.sh: properly initialize shell variablesGerrit Pape
2010-04-09script with rev-list instead of logJeff King
2010-03-24Merge branch 'jh/maint-submodule-status-in-void'Junio C Hamano
2010-03-10git submodule summary: Handle HEAD as argument when on an unborn branchJens Lehmann
2010-03-07Merge branch 'gb/maint-submodule-env'Junio C Hamano
2010-03-03submodule summary: do not fail before the first commitJunio C Hamano
2010-03-03submodule summary: do not shift a non-existent positional variableJeff King
2010-02-25submodules: ensure clean environment when operating in a submoduleGiuseppe Bilotta
2010-02-17submodule summary: Don't barf when invoked in an empty repoJohan Herland
2010-01-17git status: Show uncommitted submodule changes too when enabledJens Lehmann
2009-11-25Merge branch 'rs/work-around-grep-opt-insanity'Junio C Hamano
2009-11-24Protect scripted Porcelains from GREP_OPTIONS insanityJunio C Hamano
2009-11-21Merge branch 'jl/submodule-add-noname'Junio C Hamano
2009-09-29typo fix: Directory `...' exist, ...: s/exist/exists/Jim Meyering
2009-09-22git submodule add: make the <path> parameter optionalJens Lehmann
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