All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Randall S. Becker" <rsbecker@nexbridge.com>
To: <git@vger.kernel.org>
Subject: [RFE]: git submodule commit push
Date: Thu, 16 Jan 2020 12:00:34 -0500	[thread overview]
Message-ID: <005801d5cc8e$7ae618e0$70b24aa0$@nexbridge.com> (raw)

Hi All,

I'm finding that I have a frequent need to commit and push submodule changes
because the submodule is currently subject to a whole bunch of changes. The
submodule is pretty deep down in the java path of a maven project - so 7
directories down from the git root. It's a bloody pain to constantly change
directories to get down there and back up to where I am working. If IntelliJ
supported submodules explicitly, I might not be whining about this, but I'm
having to swap to the CLI.

My suggestion is that provision be made for the support of

git submodule commit [ --recursive ] [--] [<path>.]

and

git submodule push [ --recursive ] [--] [<path>.]

with all the trappings that come with commit and push. I have a feeling this
is a pretty big ask, as it will really pulling in a lot of other commands,
including add.

Am I barking up the wrong tree?

Thanks,
Randall

-- Brief whoami:
 NonStop developer since approximately 211288444200000000
 UNIX developer since approximately 421664400
-- In my real life, I talk too much.




             reply	other threads:[~2020-01-16 19:09 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-16 17:00 Randall S. Becker [this message]
2020-01-16 19:46 ` [RFE]: git submodule commit push Andreas Schwab
2020-01-16 19:54   ` Randall S. Becker

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='005801d5cc8e$7ae618e0$70b24aa0$@nexbridge.com' \
    --to=rsbecker@nexbridge.com \
    --cc=git@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.