summaryrefslogtreecommitdiffstats
path: root/git-submodule.sh
AgeCommit message (Expand)AuthorLines
2011-04-04Merge branch 'jl/submodule-fetch-on-demand'Junio C Hamano-1/+4
2011-03-30submodule: process conflicting submodules only onceNicolas Morey-Chaisemartin-1/+28
2011-03-09submodule update: Don't fetch when the submodule commit is already presentJens Lehmann-1/+4
2011-02-17submodule: no [--merge|--rebase] when newly clonedSpencer E. Olson-0/+9
2011-01-13Merge branch 'tr/submodule-relative-scp-url'Junio C Hamano-2/+14
2011-01-10submodule: fix relative url parsing for scp-style originThomas Rast-2/+14
2010-12-16Merge branch 'jn/submodule-b-current'Junio C Hamano-15/+1
2010-12-06git submodule: Remove now obsolete tests before cloning a repoJens Lehmann-14/+0
2010-12-06git submodule -b ... of current HEAD failsJonathan Nieder-1/+1
2010-11-17Merge branch 'kb/maint-submodule-savearg'Junio C Hamano-12/+9
2010-11-03submodule: only preserve flags across recursive status/update invocationsKevin Ballard-11/+8
2010-11-03submodule: preserve all arguments exactly when recursingKevin Ballard-4/+4
2010-10-13submodule sync: Update "submodule.<name>.url" for empty directoriesAndreas Köhler-2/+3
2010-08-18submodule sync: Update "submodule.<name>.url"David Aguilar-1/+2
2010-07-19git submodule add: Require the new --force option to add ignored pathsJens Lehmann-2/+14
2010-07-05git submodule: add submodules with git add -f <path>Ævar Arnfjörð Bjarmason-2/+2
2010-06-30Merge branch 'jl/status-ignore-submodules'Junio C Hamano-3/+3
2010-06-25git submodule: ignore dirty submodules for summary and statusJens Lehmann-3/+3
2010-05-25git-submodule foreach: Add $toplevel variableÆvar Arnfjörð Bjarmason-0/+2
2010-05-08Merge branch 'sd/log-decorate'Junio C Hamano-1/+1
2010-05-01Merge branch 'maint'Junio C Hamano-0/+2
2010-05-01git-submodule.sh: properly initialize shell variablesGerrit Pape-0/+2
2010-04-08script with rev-list instead of logJeff King-1/+1
2010-03-24Merge branch 'jh/maint-submodule-status-in-void'Junio C Hamano-1/+3
2010-03-09git submodule summary: Handle HEAD as argument when on an unborn branchJens Lehmann-0/+1
2010-03-07Merge branch 'gb/maint-submodule-env'Junio C Hamano-10/+10
2010-03-03submodule summary: do not fail before the first commitJunio C Hamano-1/+2
2010-03-03submodule summary: do not shift a non-existent positional variableJeff King-1/+1
2010-02-24submodules: ensure clean environment when operating in a submoduleGiuseppe Bilotta-10/+10
2010-02-17submodule summary: Don't barf when invoked in an empty repoJohan Herland-2/+5
2010-01-17git status: Show uncommitted submodule changes too when enabledJens Lehmann-1/+5
2009-11-25Merge branch 'rs/work-around-grep-opt-insanity'Junio C Hamano-3/+3
2009-11-23Protect scripted Porcelains from GREP_OPTIONS insanityJunio C Hamano-3/+3
2009-11-20Merge branch 'jl/submodule-add-noname'Junio C Hamano-1/+6
2009-09-29typo fix: Directory `...' exist, ...: s/exist/exists/Jim Meyering-1/+1
2009-09-22git submodule add: make the <path> parameter optionalJens Lehmann-1/+6
2009-08-27Merge branch 'jh/submodule-foreach'Junio C Hamano-8/+71
2009-08-18git submodule status: Add --recursive to recurse into nested submodulesJohan Herland-4/+20
2009-08-18git submodule update: Introduce --recursive to update nested submodulesJohan Herland-1/+12
2009-08-18git submodule foreach: Add --recursive to recurse into nested submodulesJohan Herland-3/+16
2009-08-18git submodule: Cleanup usage string and add option parsing to cmd_foreach()Johan Herland-3/+25
2009-08-18git submodule foreach: Provide access to submodule name, as '$name'Johan Herland-0/+1
2009-08-14git submodule summary: add --files optionJens Lehmann-3/+16
2009-07-01Merge branch 'sb/quiet-porcelains'Junio C Hamano-18/+6
2009-06-20Merge branch 'ph/submodule-rebase'Junio C Hamano-1/+10
2009-06-18submodule, repack: migrate to git-sh-setup's say()Stephen Boyd-18/+6
2009-06-13Merge branch 'ph/submodule-rebase' (early part)Junio C Hamano-4/+31
2009-06-03git-submodule: add support for --merge.Johan Herland-1/+10
2009-06-03Rename submodule.<name>.rebase to submodule.<name>.updateJohan Herland-15/+17
2009-05-09Add --reference option to git submodule.Michael S. Tsirkin-4/+34