[PATCH] gitk: use right colour for remote refs in the "Tags and heads" dialog

2017-03-18 Thread Paul Wise
Makes it easier to see which refs are local and which refs are remote. Adds consistency with the remote background colour in the graph display. Signed-off-by: Paul Wise <pa...@bonedaddy.net> --- gitk-git/gitk | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/gi

Re: idea: light-weight pull requests

2017-02-06 Thread Paul Wise
On Tue, 2017-02-07 at 03:11 +, Eric Wong wrote: > How would discussion and review happen?  People seem to use > either mail, or centralized messaging (and the latter often > involves non-Free systems like GitHub or Slack). It would depend on the setup for the particular repo. Information

Re: idea: light-weight pull requests

2017-02-06 Thread Paul Wise
On Mon, 2017-02-06 at 19:57 -0500, Santiago Torres wrote: > IMHO, the notion of a PR/MR is more specific to Git repository > management tools (e.g., GitHub, GitLab). They all have specific > concepts/ways to manage the way how their hosted repositories behave --- > and I believe this flexibility

idea: light-weight pull requests

2017-02-06 Thread Paul Wise
Hi all, I had an idea that might be interesting to git folks: light-weight pull requests: Anonymous and ssh/http-identified users should be able to push just using git, within the refs/pull/ namespace, to any non-existent branch name or to a branch they created when previously identified,

[PATCH] gitk: use right colour for remote refs in the "Tags and heads" dialog

2017-01-23 Thread Paul Wise
Makes it easier to see which refs are local and which refs are remote. Adds consistency with the remote background colour in the graph display. Signed-off-by: Paul Wise <pa...@bonedaddy.net> --- gitk-git/gitk | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/gi

[PATCH] gitk: use right colour for remote refs in the "Tags and heads" dialog

2016-12-25 Thread Paul Wise
Makes it easier to see which refs are local and which refs are remote. Adds consistency with the remote background colour in the graph display. Signed-off-by: Paul Wise <pa...@bonedaddy.net> --- gitk-git/gitk | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/gi

Re: [PATCH] fetch: only show "Fetching remote" when verbose mode is enabled

2015-10-25 Thread Paul Wise
On Sun, 2015-10-25 at 11:34 -0700, Junio C Hamano wrote: > I ignored your patch when you sent it the first time the last week, > due to the same issues I had with this round (see below) and forgot > about it. Thanks for the feedback this round. > I cannot tell if you are trying to say if that

[PATCH] fetch: only show "Fetching remote" when verbose mode is enabled

2015-10-24 Thread Paul Wise
-gpg-pub mr fetch: /home/pabs/git-remote-bzr Fetching origin mr fetch: /home/pabs/git-remote-hg Fetching origin Signed-off-by: Paul Wise <pa...@bonedaddy.net> --- builtin/fetch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builtin/fetch.c b/builtin/fetch.c inde

[PATCH] fetch: only show "Fetching remote" when verbose mode is enabled

2015-10-16 Thread Paul Wise
-gpg-pub mr fetch: /home/pabs/git-remote-bzr Fetching origin mr fetch: /home/pabs/git-remote-hg Fetching origin Signed-off-by: Paul Wise <pa...@bonedaddy.net> --- builtin/fetch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builtin/fetch.c b/builtin/fetch.c inde

status of git interop with other VCS

2012-09-16 Thread Paul Wise
Hi all, I thought I would summarise current status of interop between git and other remote VCSen. In particular I am interested in good git remote helpers for cvs, svn, hg, darcs and bzr. git-svn and the like are useful but git remote helpers are better because they map everything onto the git