[PATCH] Allow the short-hand - replacing @{-1} in git worktree add

2016-05-18 Thread Jordan DE GEA
Since `git worktree add` uses `git checkout` when `[]` is used, and `git checkout -` is already supported, it makes sense to allow the same shortcut in `git worktree add`. Signed-off-by: Matthieu Moy , Jordan DE GEA --- Documentation/git-worktree.txt | 3 ++- builtin/worktree.c

[RFC/PATCHv2] Allow the short-hand - replacing @{-1} in git worktree add

2016-05-19 Thread Jordan DE GEA
Since `git worktree add` uses `git checkout` when `[]` is used, and `git checkout -` is already supported, it makes sense to allow the same shortcut in `git worktree add`. Signed-off-by: Matthieu Moy Signed-off-by: Jordan DE GEA --- Documentation/git-worktree.txt | 3 ++- builtin/worktree.c

[RFC] Asymetric implementation

2016-05-23 Thread Jordan DE GEA
lement but not the best. What is your opinion ? Best Regards. Jordan DE GEA ENSIMAG 2A - ISI jordan.de-...@ensimag.grenoble-inp.fr -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordo

[RFC] Triangular Workflow: user friendly full implementation

2016-05-26 Thread Jordan DE GEA
We are working on full implementation of triangular workflow feature. For now, the main options available are: - branch..pushRemote - remote.pushDefault And only setable by hands. As it can be difficult to understand, here is what we want to do. Context: - One main r

[PATCH] worktree: allow "-" short-hand for @{-1} in add command

2016-05-26 Thread Jordan DE GEA
From: Jordan DE GEA Since `git worktree add` uses `git checkout` when `[]` is used, and `git checkout -` is already supported, it makes sense to allow the same shortcut in `git worktree add`. Signed-off-by: Matthieu Moy Signed-off-by: Jordan DE GEA --- Documentation/git-worktree.txt | 3

Re: [PATCH] worktree: allow "-" short-hand for @{-1} in add command

2016-05-27 Thread Jordan DE GEA
>> +test_expect_success '"add" using shorthand - fails when no previous branch' >> ' >> +test_must_fail git worktree add existing - >> +' > > Just an observation, but the error message we would see here might > be interesting. Of course, that’s useful to be sure of the error, I will do in ne

[PATCH v2] worktree: allow "-" short-hand for @{-1} in add command

2016-05-27 Thread Jordan DE GEA
Since `git worktree add` uses `git checkout` when `[]` is used, and `git checkout -` is already supported, it makes sense to allow the same shortcut in `git worktree add`. Signed-off-by: Matthieu Moy Signed-off-by: Jordan DE GEA --- Changes since v1: - improved tests. - improved

[RFC] Triangular Workflow UI improvement

2016-05-30 Thread Jordan DE GEA
In my last message, I forgot to add some important contributors linked to this feature. Some of you already replied to me. I will answer shortly. Sorry for the noise. > > We are working on full implementation of triangular workflow feature. > For now, the main options available are: >

[RFC] Triangular Workflow UI improvement

2016-05-30 Thread Jordan DE GEA
>> We are working on full implementation of triangular workflow feature. >> For now, the main options available are: >> - branch..pushRemote >> - remote.pushDefault >> And only setable by hands. > > And once it is set, you do not have to worry about it. I am not > sure per-branch th

[RFC] Triangular Workflow UI improvments

2016-05-30 Thread Jordan DE GEA
> Le 27 mai 2016 à 09:32, Philip Oakley a écrit : > For me, the first step would be to actually document a (the?) Triangular > Workflow in the documentation, so we are all taking about the same broad > method. > > At the moment there is a choice (assuming a ithub like service) of either > clo

[RFC/PATCH] Triangular Workflow UI improvement: Documentation

2016-05-31 Thread Jordan DE GEA
-off-by: Jordan DE GEA --- Documentation/Makefile | 1 + Documentation/gittriangularworkflow.txt | 120 2 files changed, 121 insertions(+) create mode 100644 Documentation/gittriangularworkflow.txt diff --git a/Documentation/Makefile b

Re: [RFC/PATCH] Triangular Workflow UI improvement: Documentation

2016-06-01 Thread Jordan DE GEA
> Jordan DE GEA writes: >> Currently, Triangular Workflow can be configured, but there is no >> Documentation about it. A documentation is useful to keep >> configuration possibilities up-to-date. > > You're using capitalization in a strange way. I don't th

Re: [RFC/PATCH] Triangular Workflow UI improvement: Documentation

2016-06-03 Thread Jordan DE GEA
> From: "Jordan DE GEA" >> This document attempts to help you configure a Triangular Workflow. >> +Here is an example of configuration: >> + >> + >> + --- >> +| UPSTREAM |

Re: [RFC/PATCH] Triangular Workflow UI improvement: Documentation

2016-06-03 Thread Jordan DE GEA
>> Like PUSH_REMOTE, the remote where we fetch can be called FETCH_REMOTE. >> e.g. That’s clear to say "I fetch from fetch_remote". >> >> Do you agree? > > That is technically correct, but to illustrate the overall flow, I'd > rather avoid naming the repositories in terms of git commands. If yo

Re: [RFC/PATCH] Triangular Workflow UI improvement: Documentation

2016-06-05 Thread Jordan DE GEA
> Matthieu Moy a écrit : > > That is technically correct, but to illustrate the overall flow, I'd > rather avoid naming the repositories in terms of git commands. If you do > so, you will probably end up with tautological explanations like this > later in the text: "FETCH_REMOTE is the remote fr

[RFC/PATCHv2] Documentation: triangular workflow

2016-06-06 Thread Jordan DE GEA
Currently, triangular workflow can be configured, but there is no documentation about it. A documentation is useful to keep configuration possibilities up-to-date. A new subsection is created in gitworkflow. Signed-off-by: Michael Haggerty Signed-off-by: Matthieu Moy Signed-off-by: Jordan DE

Re: [RFC/PATCHv2] Documentation: triangular workflow

2016-06-07 Thread Jordan DE GEA
> Le 7 juin 2016 à 08:58, Matthieu Moy a écrit : > > "Philip Oakley" writes: > >> Given that clarification I'd be happier to go with it being one's >> 'Publish' repo. >> >> My initial reticence was because of the association of "publish" with >> vanity publishing and other forms of over-sharin

[PATCHv3] Documentation: triangular workflow

2016-06-07 Thread Jordan DE GEA
Currently, triangular workflow can be configured, but there is no documentation about it. A documentation is useful to keep configuration possibilities up-to-date. A new subsection is created in gitworkflow. Signed-off-by: Michael Haggerty Signed-off-by: Matthieu Moy Signed-off-by: Jordan DE

Re: [PATCHv3] Documentation: triangular workflow

2016-06-08 Thread Jordan DE GEA
> Le 7 juin 2016 à 21:12, Junio C Hamano a écrit : > > Jordan DE GEA writes: > >> + >> +- Taking the last version of the project by fetching (e.g. >> + **UPSTREAM**) > > "by fetching (e.g. UPSTREAM)" does not finish the sentence nicely. >

[PATCHv4] Documentation: triangular workflow

2016-06-09 Thread Jordan DE GEA
Currently, triangular workflow can be configured, but there is no documentation about it. A documentation is useful to keep configuration possibilities up-to-date. A new subsection is created in gitworkflow. Signed-off-by: Michael Haggerty Signed-off-by: Matthieu Moy Signed-off-by: Jordan DE

[no subject]

2016-10-19 Thread Jordan DE GEA
unsubscribe alsa-devel