Package: git-phab / 2.0.0-2

Metadata

Package Version Patches format
git-phab 2.0.0-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Document apply subcommand.patch | (download)

git-phab.txt | 10 10 + 0 - 0 !
1 file changed, 10 insertions(+)

 [patch] document 'apply' subcommand.

Signed-off-by: Andrew Shadura <andrew.shadura@collabora.co.uk>

0002 Explicitly set revision title when creating.patch | (download)

git-phab | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 [patch] explicitly set revision title when creating

When creating a revision through the Conduit API, newer versions of
Phabricator require we explicitly set the title in the field, rather
than pulling it back from the commit message parsing.

Signed-off-by: Daniel Stone <daniels@collabora.com>