Hi Ramsay,
On Sun, 5 Jun 2016, Ramsay Jones wrote:
> > Other than that, I think this patch is an improvement.
>
> Thanks. What do you think of replacing it with the original patch
> (above)?
That would work for me, too.
Thanks,
Dscho
--
To unsubscribe from this list: send the line "unsubscribe
= SUMMARY ==
My public git.git is available here[1]. I regularly keep pushing my work so
anyone interested can track me there. Feel free to participate in the
discussions going on PRs with my mentors. Your comments are valuable.
In `man 1 git`, the Description section outlines an address to
pre-generated documentation [0]. That link returns a 404 error. Playing
around, I found the repository at [1] and found that it hasn't been
updated since August 2015. Given that 2.8.3 is more recent than that, it
seems like this is some
> 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
One thing that I've noticed with the struct object_id conversion is that
most of the work is mechanical transformations of a data member from one
type into another. Doing this by hand is both boring and error-prone,
and it requires a tiresome review of nearly-identical changes.
I've noticed that
On Wed, Apr 13, 2016 at 8:55 AM, Nguyễn Thái Ngọc Duy wrote:
> Signed-off-by: Nguyễn Thái Ngọc Duy
> ---
> diff --git a/upload-pack.c b/upload-pack.c
> @@ -505,10 +513,48 @@ static int do_reachable_revlist(struct child_process
> *cmd,
> +static int get_reachable_list(struct object_array *src,
>
On Wed, Apr 13, 2016 at 8:55 AM, Nguyễn Thái Ngọc Duy wrote:
> Signed-off-by: Nguyễn Thái Ngọc Duy
> ---
> diff --git a/upload-pack.c b/upload-pack.c
> @@ -452,24 +452,24 @@ static int is_our_ref(struct object *o)
> -static int check_unreachable(struct object_array *src)
> +static int do_reachabl
Am 05.06.2016 um 05:15 schrieb Duy Nguyen:
> On Sun, Jun 5, 2016 at 12:54 AM, Thomas Braun
> wrote:
>> Hi,
>>
>> the following procedure
>>
>> mkdir test
>> cd test
>> git init
>> echo 1 >file
>> git add --intent-to-add file
>> git commit -m "blurb"
>>
>> results in a commit. I would have expected
On Sun, Jun 5, 2016 at 7:09 AM, wrote:
> connect: [host:port] is lagacy for ssh
s/lagacy/legacy/
> Early versions of the parser in connect.c handled
> git clone [host:123]:/path the same as
> git clone ssh://host:123/path
>
> Keep that feature as legacy, but disable it for all other protocols.
People may want to always use "--show-signature" while using "git log"
and related commands.
When log.showSignature is set to true, "git log" and related commands
will behave as if "--show-signature" was given to them.
Signed-off-by: Mehul Jain
---
Documentation/git-log.txt | 4
builtin/l
If "log.showSignature=true", then there is no way to override it using
command line switch.
Teach git-log and related commands about "--no-showSignature" command
line option.
Note that introduction of "--no-show-signature" is meant to tackle
the above mentioned problem for the following commands:
Add a new configuratation variable "log.showSignature" for git-log and
related commands. This variable will enable user to see GPG signature
by default.
[Patch 1/2]
Introduce the config variable along with some tests.
[Patch 2/2]
Tackles the problem: what if user wants to disabl
On 05/06/16 08:15, Johannes Schindelin wrote:
> Hi Ramsay,
>
> thanks for working on this!
>
> On Sat, 4 Jun 2016, Ramsay Jones wrote:
>
>> diff --git a/Makefile b/Makefile
>> index 0d59718..3f6c70a 100644
>> --- a/Makefile
>> +++ b/Makefile
>> @@ -1987,7 +1987,7 @@ endif
>>
>> ifdef NO_REG
From: Torsten Bögershausen
Early versions of the parser in connect.c handled
git clone [host:123]:/path the same as
git clone ssh://host:123/path
Keep that feature as legacy, but disable it for all other protocols.
Everything inside [] should go into the host part.
Signed-off-by: Torsten Bögers
Redirect auto-gc output to the sideband such that it is visible to all
clients. As a side effect, all auto-gc error messages are now prefixed
with "remote: " before being printed to stderr on the client-side which
makes it easier to understand that those error messages originate from
the server.
S
On 04.06.16 18:24, Junio C Hamano wrote:
> Can we have a final submission to be queued?
Yes
Thanks for the improvements and the discussions.
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at http://vger
Hi Ramsay,
thanks for working on this!
On Sat, 4 Jun 2016, Ramsay Jones wrote:
> diff --git a/Makefile b/Makefile
> index 0d59718..3f6c70a 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -1987,7 +1987,7 @@ endif
>
> ifdef NO_REGEX
> compat/regex/regex.sp compat/regex/regex.o: EXTRA_CPPFLAGS =
Hi,
On Fri, 3 Jun 2016, Duy Nguyen wrote:
> On Thu, Jun 2, 2016 at 11:49 PM, Junio C Hamano wrote:
>
> > Does "basename()" used here know '/' and '\' can both be a directory
> > separator, or does worktree->path have a normalized representation of
> > the path, i.e. '/' is the only directory sep
18 matches
Mail list logo