All of lore.kernel.org
 help / color / mirror / Atom feed
* Additional plumbing commands
@ 2015-01-06 16:05 Charles Rudolph
  2015-01-06 17:37 ` Christian Couder
  0 siblings, 1 reply; 4+ messages in thread
From: Charles Rudolph @ 2015-01-06 16:05 UTC (permalink / raw)
  To: git

I am writing some higher level git commands for
https://github.com/Originate/git-town and would like some additional
plumbing commands that can tell me

1. is there a merge in progress?
2. is there a rebase in progress?
3. is there a cherry-pick in progress?
4. are there unmerged paths?

Currently the only way I know how to do this is with "git status" and
looking for specific text.

Thanks for any and all comments.

~Charlie

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-01-07 16:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-06 16:05 Additional plumbing commands Charles Rudolph
2015-01-06 17:37 ` Christian Couder
2015-01-07  8:04   ` Jeff King
2015-01-07 16:31     ` Junio C Hamano

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.