git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v9 0/5] worktree: list functions and command
@ 2015-10-02 11:55 Michael Rappazzo
  2015-10-02 11:55 ` [PATCH v9 1/5] worktree: add top-level worktree.c Michael Rappazzo
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Michael Rappazzo @ 2015-10-02 11:55 UTC (permalink / raw)
  To: gitster, sunshine, dturner; +Cc: git, Michael Rappazzo

Notable changes since v8[1]:
 - Rework the commit history to try to better maintain blame
 - Use ALLOC_GROW instead of pre-allocating when building the worktree array
 - Refine the `--porcelain` format and describe it in the documentation
 - Remove whitespace from expected and actual test output

[1]: http://thread.gmane.org/gmane.comp.version-control.git/278190

Michael Rappazzo (5):
  worktree: add top-level worktree.c
  worktree: refactor find_linked_symref function
  worktree: add a function to get worktree details
  worktree: add details to the worktree struct
  worktree: add 'list' command

 Documentation/git-worktree.txt |  49 +++++++++-
 Makefile                       |   1 +
 branch.c                       |  79 +--------------
 branch.h                       |   8 --
 builtin/notes.c                |   2 +-
 builtin/worktree.c             |  82 ++++++++++++++++
 t/t2027-worktree-list.sh       |  89 +++++++++++++++++
 worktree.c                     | 216 +++++++++++++++++++++++++++++++++++++++++
 worktree.h                     |  38 ++++++++
 9 files changed, 476 insertions(+), 88 deletions(-)
 create mode 100755 t/t2027-worktree-list.sh
 create mode 100644 worktree.c
 create mode 100644 worktree.h

-- 
2.6.0

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

end of thread, other threads:[~2015-10-02 21:16 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-02 11:55 [PATCH v9 0/5] worktree: list functions and command Michael Rappazzo
2015-10-02 11:55 ` [PATCH v9 1/5] worktree: add top-level worktree.c Michael Rappazzo
2015-10-02 11:55 ` [PATCH v9 2/5] worktree: refactor find_linked_symref function Michael Rappazzo
2015-10-02 21:16   ` Junio C Hamano
2015-10-02 11:55 ` [PATCH v9 3/5] worktree: add a function to get worktree details Michael Rappazzo
2015-10-02 11:55 ` [PATCH v9 4/5] worktree: add details to the worktree struct Michael Rappazzo
2015-10-02 11:55 ` [PATCH v9 5/5] worktree: add 'list' command Michael Rappazzo
2015-10-02 20:33   ` Junio C Hamano

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).