git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v6 0/2] worktree: for-each function and list command
@ 2015-08-30 19:10 Michael Rappazzo
  2015-08-30 19:10 ` [PATCH v6 1/2] worktree: add 'for_each_worktree' function Michael Rappazzo
  2015-08-30 19:10 ` [PATCH v6 2/2] worktree: add 'list' command Michael Rappazzo
  0 siblings, 2 replies; 14+ messages in thread
From: Michael Rappazzo @ 2015-08-30 19:10 UTC (permalink / raw)
  To: gitster, sunshine, dturner; +Cc: git, Michael Rappazzo

Changes since v5:
 - used already existing functions instead of reimplementing:
     - resolve_ref_unsafe
     - find_unique_abbrev
     - shorten_unambiguous_ref
 - added more tests for 'worktree list'

Michael Rappazzo (2):
  worktree: add 'for_each_worktree' function
  worktree: add 'list' command

 Documentation/git-worktree.txt |  10 +++-
 builtin/worktree.c             | 125 +++++++++++++++++++++++++++++++++++++++++
 t/t2027-worktree-list.sh       | 100 +++++++++++++++++++++++++++++++++
 3 files changed, 233 insertions(+), 2 deletions(-)
 create mode 100755 t/t2027-worktree-list.sh

-- 
2.5.0

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

end of thread, other threads:[~2015-08-31 21:37 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-30 19:10 [PATCH v6 0/2] worktree: for-each function and list command Michael Rappazzo
2015-08-30 19:10 ` [PATCH v6 1/2] worktree: add 'for_each_worktree' function Michael Rappazzo
2015-08-31  5:11   ` Eric Sunshine
2015-08-31 17:56     ` Junio C Hamano
2015-08-31 18:44     ` David Turner
2015-08-31 19:03       ` Eric Sunshine
2015-08-31 19:54         ` David Turner
2015-08-31 18:57     ` Mike Rappazzo
2015-08-31 19:22       ` Eric Sunshine
2015-08-31 19:47       ` Eric Sunshine
2015-08-31 19:54         ` Mike Rappazzo
2015-08-31 21:37           ` Eric Sunshine
2015-08-30 19:10 ` [PATCH v6 2/2] worktree: add 'list' command Michael Rappazzo
2015-08-31  6:23   ` Eric Sunshine

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).