[RFC] A Notedb Standard

2017-03-24 Thread Richard Ipsum
, but better late than never... :) This document is nowhere near complete. My hope is that this initial effort helps start the conversation. Thanks, Richard Ipsum [1]: https://public-inbox.org/git/20160108140831.GA10200@salo/ Network Working Group R. Ipsum

Re: [ANNOUNCE] git-series: track changes to a patch series over time

2016-08-10 Thread Richard Ipsum
On Thu, Aug 04, 2016 at 12:40:58PM -1000, Josh Triplett wrote: > On Wed, Aug 03, 2016 at 08:12:02PM +0100, Richard Ipsum wrote: > > On Thu, Jul 28, 2016 at 11:40:55PM -0700, Josh Triplett wrote: > > > I'd welcome any feedback, whether on the interface and workflow, t

Re: patch submission process, was Re: [PATCH v6 06/16] merge_recursive: abort properly upon errors

2016-08-09 Thread Richard Ipsum
On Tue, Aug 09, 2016 at 06:22:21AM +0200, Duy Nguyen wrote: > On Tue, Aug 9, 2016 at 12:20 AM, Michael Haggerty > wrote: > > On 08/04/2016 05:58 PM, Johannes Schindelin wrote: > >> [...] > >> Even requiring every contributor to register with GitHub would be too much > >> of

Re: patch submission process, was Re: [PATCH v6 06/16] merge_recursive: abort properly upon errors

2016-08-06 Thread Richard Ipsum
ain, I do not think that it makes sense to focus too much on a > language, or on a file format, before we came up with a strategy how to > *not* require everybody to change their current ways. Fair enough. :) Thanks, Richard Ipsum [1]: https://www.kernel.org/pub/software/scm/git/docs/how

Re: patch submission process, was Re: [PATCH v6 06/16] merge_recursive: abort properly upon errors

2016-08-05 Thread Richard Ipsum
way to store > > reviews in Git is not necessarily improving the way our code contribution > > process works. If you want to record the discussions revolving around the > > code, I think public-inbox already does a pretty good job at that. I agree, and must apologise if t

Re: [ANNOUNCE] git-series: track changes to a patch series over time

2016-08-03 Thread Richard Ipsum
On Thu, Jul 28, 2016 at 11:40:55PM -0700, Josh Triplett wrote: > > I'd welcome any feedback, whether on the interface and workflow, the > internals and collaboration, ideas on presenting diffs of patch series, > or anything else. > One other nice thing I've noticed about this tool is the way

Re: [ANNOUNCE] git-series: track changes to a patch series over time

2016-08-01 Thread Richard Ipsum
On Mon, Aug 01, 2016 at 01:59:29AM -0700, Josh Triplett wrote: > On Mon, Aug 01, 2016 at 07:55:54AM +, Eric Wong wrote: [snip] > > > > I'm not convinced another format/standard is needed besides the > > email workflow we already use for git and kernel development. > > Not all projects use a

Re: [ANNOUNCE] git-series: track changes to a patch series over time

2016-07-31 Thread Richard Ipsum
On Fri, Jul 29, 2016 at 06:00:55AM -0700, Josh Triplett wrote: > On Fri, Jul 29, 2016 at 01:44:44PM +0100, Richard Ipsum wrote: > > On Fri, Jul 29, 2016 at 04:04:26AM -0700, Josh Triplett wrote: > > > I hope to use git notes with git-series in the future, by putting > >

Re: [ANNOUNCE] git-series: track changes to a patch series over time

2016-07-31 Thread Richard Ipsum
On Fri, Jul 29, 2016 at 09:59:08AM -0700, Stefan Beller wrote: > On Fri, Jul 29, 2016 at 5:44 AM, Richard Ipsum > <richard.ip...@codethink.co.uk> wrote: > >> > >> These definitely seem like a family of related problems. I'd like to > >> use git-series as a

Re: [ANNOUNCE] git-series: track changes to a patch series over time

2016-07-29 Thread Richard Ipsum
On Fri, Jul 29, 2016 at 04:04:26AM -0700, Josh Triplett wrote: [snip] > > These definitely seem like a family of related problems. I'd like to > use git-series as a format for storing iterations on things like GitHub > pull-requests or Gerrit patch versions (in the latter case, overcoming >

Re: [ANNOUNCE] git-series: track changes to a patch series over time

2016-07-29 Thread Richard Ipsum
On Thu, Jul 28, 2016 at 11:40:55PM -0700, Josh Triplett wrote: [snip] > > I'd welcome any feedback, whether on the interface and workflow, the > internals and collaboration, ideas on presenting diffs of patch series, > or anything else. > This looks awesome! I've been working on some similar

Re: Code review tool recommendations - replacement for crucible?

2016-06-16 Thread Richard Ipsum
On Thu, Jun 16, 2016 at 11:41:08AM +0200, Andreas Krey wrote: > Hi all, > > I'm looking for pointers to review tools that work with git (obviously), > and can deal sensibly with bigger reviews. Things we need: > > - Ability to split (set of) commits into multiple reviews, > so parts of changes

Re: [PATCH 0/2] git-candidate: git based patch tracking and review

2016-01-06 Thread Richard Ipsum
be preferable to have a format that avoided creating conflicts in the first place, but a custom merge driver doesn't seem like an unreasonable solution. If anyone has any thoughts on how else this problem might be solved, I'd be very interested to hear them. Thanks again, Richard Ipsum [1]: https://bitbucke

Dependency query regarding contrib scripts

2015-12-01 Thread Richard Ipsum
to be able to make use of Git::Raw[2] and also ideally the Moo framework[3]. Thanks, Richard Ipsum [1]: ftp://www.kernel.org/pub/software/scm/git/docs/v2.4.0/howto/new-command.html [2]: http://search.cpan.org/~jacquesg/Git-Raw-0.58/lib/Git/Raw.pm [3]: http://search.cpan.org/~haarg/Moo-2.02/

Re: [PATCH 2/2] contrib/git-candidate: Add README

2015-11-11 Thread Richard Ipsum
> I'm really excited about this tool and I think it's got great potential! It's great to hear that, I think there is a need for a tool like this. > > On Tue, 2015-11-10 at 12:56 +, Richard Ipsum wrote: > > Describes motivation for git-candidate and shows an example workfl

[PATCH 1/2] contrib: Add git-candidate subcommand

2015-11-10 Thread Richard Ipsum
git-candidate provides candidate review and patch tracking, allowing distributed comment and review facilities with all content stored in git. Signed-off-by: Richard Ipsum <richard.ip...@codethink.co.uk> --- contrib/git-candidate/GitUtils.pm| 207 +++ contrib/git-candida

[PATCH 2/2] contrib/git-candidate: Add README

2015-11-10 Thread Richard Ipsum
Describes motivation for git-candidate and shows an example workflow. Signed-off-by: Richard Ipsum <richard.ip...@codethink.co.uk> --- contrib/git-candidate/README.md | 154 1 file changed, 154 insertions(+) create mode 100644 contrib/git-can

[PATCH 0/2] git-candidate: git based patch tracking and review

2015-11-10 Thread Richard Ipsum
, such as versioned metadata. [1]: http://www.mail-archive.com/git%40vger.kernel.org/msg79461.html Richard Ipsum (2): contrib: Add git-candidate subcommand contrib/git-candidate: Add README contrib/git-candidate/GitUtils.pm| 207 +++ contrib/git-candidate/README.md | 154 ++ contrib/git

[PATCH 1/2] contrib: Add git-candidate subcommand

2015-10-14 Thread Richard Ipsum
git-candidate provides candidate review and patch tracking, allowing distributed comment and review facilities with all content stored in git. Signed-off-by: Richard Ipsum <richard.ip...@codethink.co.uk> --- contrib/git-candidate/GitUtils.pm| 215 +++ contrib/git-candida

[RFC] Git based patch tracking and review

2015-10-14 Thread Richard Ipsum
. git-candidate is written in perl, with the hope that in time it can potentially be included within contrib. The original source repository for this project can be found at https://bitbucket.org/richardipsum/git-candidate Richard Ipsum (2): contrib: Add git-candidate subcommand contrib/git

[PATCH 2/2] contrib/git-candidate: Add README

2015-10-14 Thread Richard Ipsum
Describes motivation for git-candidate and shows an example workflow. Signed-off-by: Richard Ipsum <richard.ip...@codethink.co.uk> --- contrib/git-candidate/README.md | 153 1 file changed, 153 insertions(+) create mode 100644 contrib/git-can