Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support git clone --recursive #68

Open
oalders opened this issue Apr 17, 2018 · 4 comments
Open

Support git clone --recursive #68

oalders opened this issue Apr 17, 2018 · 4 comments

Comments

@oalders
Copy link

oalders commented Apr 17, 2018

@genehack thanks for all of your work on this module. Unless I've misunderstood, it doesn't look like I can got clone --recursive $url. Have I missed something?

@genehack
Copy link
Owner

Nope, that's not supported because nobody has yet mentioned needing to scratch that itch (the few external repos I have that use submodules I just do by hand). Happy to entertain patches or just leave this open as a feature request; I'm not sure when I might get around to this myself.

@oalders
Copy link
Author

oalders commented Apr 27, 2018

Thanks and understood. I don't think I currently have the bandwidth for a pull request, but I at least wanted to establish whether or not this is currently possible. Maybe submodules aren't so popular. :)

@genehack
Copy link
Owner

There's no reason it couldn't get added as a flag to the clone subcommand -- just needs somebody to rub the right amount of tuits on the code. 8^) I'll leave this issue open on the off chance a PRC participant wanders by or something...

@yanick
Copy link
Collaborator

yanick commented Apr 27, 2018

I recommend turning off the lights, facing a mirror and whispering 'yenzie' 3 times... >.>

yanick added a commit to yanick/app-gitgot that referenced this issue Apr 27, 2018
Just pass the parameter down to `git`.

Fixes genehack#68
genehack added a commit that referenced this issue Apr 25, 2020
  * Add 'readd' command to update repo entries in ~/.gitgot based on
    what is in working trees (genehack)
  * Add .editorconfig (genehack)
  * Add `--recursive` option to `clone` command (genehack,
    reimplementing yanick's code from #69) [#68]
  * switch from File::HomeDir to File::HomeDir::Tiny, for fewer
    dependencies (Karen Etheridge) [#70]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants