login
Header Space

 
 

Mailing list archives

Search results

Found 1087 matching messages (0.025 seconds). Page 1 of 50.

Re: [PATCH] Avoid double-slash in path names that depend on $(sharedir).

Junio C Hamano wrote: > > Johannes Sixt <johannes.sixt@telecom.at> writes: ... you ask me. --- 8< --- From: Johannes Sixt <johannes.sixt@telecom.at> Subject: ... either. Signed-off-by: Johannes Sixt <johannes.sixt@telecom.at> --- Makefile ...

git - Johannes Sixt - Jun 11 2007 - 05:10

[PATCH v2] start_command(), if .in/.out > 0, closes file descriptors, not the callers

... .out = 0. Signed-off-by: Johannes Sixt <johannes.sixt@telecom.at> --- On Sunday 17 February 2008 10:29, Johannes Sixt wrote: > On Saturday 16 February 2008 ... :55, Junio C Hamano wrote: > > Johannes Sixt <johannes.sixt@telecom.at> writes: > ...

git - Johannes Sixt - Feb 21 2008 - 18:42

Re: [PATCH 0/11] Miscellaneous MinGW port fallout

On Tuesday 13 November 2007 22:46, Johannes Schindelin wrote: > Hi, > > On Tue, 13 Nov 2007, Johannes Sixt wrote: > > On Tuesday 13 November 2007 22:10, Junio C Hamano ... Tuesday 13 November 2007 21:04, Johannes Sixt wrote: > > > >> [PATCH 09/11] ...

git - Johannes Sixt - Nov 13 2007 - 17:54

[PATCH] git-gui: Move frequently used commands to the top of the context menu.

From: Johannes Sixt <johannes.sixt@telecom.at> "Stage/Unstage Hunk" is probably the most ... and can go last. Signed-off-by: Johannes Sixt <johannes.sixt@telecom.at> --- ... : > On Thu, 13 Dec 2007, Johannes Sixt wrote: >> It's probably sufficient to ...

git - Johannes Sixt - Dec 13 2007 - 10:39

[PATCH] upload-pack: Initialize the exec-path.

... -pack=/path/to/git-upload-pack. Signed-off-by: Johannes Sixt <johannes.sixt@telecom.at> --- Johannes Schindelin schrieb: > Hi, > > On Tue, 12 Feb 2008, Johannes Sixt wrote: >> The problem is that git-upload-pack ( ...

git - Johannes Sixt - Feb 12 2008 - 07:28

Re: [PATCH] Fix incorrect diff of a link -> file change if core.filemode = false.

... 2007 00:13, Junio C Hamano wrote: > Johannes Sixt <johannes.sixt@telecom.at> writes: > > ... is not strict enough. > > > > Signed-off-by: Johannes Sixt <johannes.sixt@telecom.at> > > I do not follow. core.filemode aka trust_executable_bit is > about ...

git - Johannes Sixt - Feb 16 2007 - 19:30

[PATCH] Add core.symlinks to mark filesystems that do not support symbolic links.

... -index-symlinks.sh @@ -0,0 +1,28 @@ +#!/bin/sh +# +# Copyright (c) 2007 Johannes Sixt +# + +test_description='git-checkout-index on filesystem ... +#!/bin/sh +# +# Copyright (c) 2007 Johannes Sixt +# + +test_description='git-update-index on ...

git - Johannes Sixt - Mar 2 2007 - 17:11

Re: [PATCH 20/40] Windows: A rudimentary poll() emulation.

... Govind Salinas wrote: > On 2/29/08, Johannes Sixt <johannes.sixt@telecom.at> wrote: > > On ... , Feb 28, 2008 at 2:49 PM, Johannes Sixt > > > <johannes.sixt@telecom.at> > > > > wrote: > > > > On Thursday 28 February 2008 10:36, Paolo Bonzini wrote: ...

git - Johannes Sixt - Feb 29 2008 - 18:16

[PATCH 5/9 v2] Allow the built-in exec path to be relative to the command invocation path

... a separate variable that names the (absolute) installation directory. Signed-off-by: Johannes Sixt <johannes.sixt@telecom.at> --- On Mittwoch, 23 ... Juli 2008, Junio C Hamano wrote: > Johannes Sixt <johannes.sixt@telecom.at> writes: > > ...

git - Johannes Sixt - Jul 23 2008 - 15:12

[PATCH] Catch errors when writing an index that contains invalid objects.

From: Johannes Sixt <johannes.sixt@telecom.at> If git-write-index is called without -- ... into an infinite loop. Signed-off-by: Johannes Sixt <johannes.sixt@telecom.at> --- cache-tree.c | 2 ++ t/t0000-basic.sh | 22 ++++++++++++++++++++++ ...

git - Johannes Sixt - Dec 31 1969 - 20:00

[PATCH] test-lib.sh: A command dying due to a signal is an unexpected failure.

From: Johannes Sixt <johannes.sixt@telecom.at> When test_expect_failure detects that a command failed, it still has to ... signal as unexpected failure. Signed-off-by: Johannes Sixt <johannes.sixt@telecom.at> --- t/test-lib.sh ...

git - Johannes Sixt - Dec 31 1969 - 20:00

[PATCH] Work around a bad interaction between Tcl and cmd.exe with "^{tree}"

From: Johannes Sixt <johannes.sixt@telecom.at> It seems that MSYS's wish does some ... tree object using the notation "$commit:", which avoids the problematic case. Signed-off-by: Johannes Sixt <johannes.sixt@telecom.at> --- lib/commit.tcl | 2 +- ...

git - Johannes Sixt - Jul 10 2007 - 09:09

[PATCH] Avoid rebuilding everything if user changes CFLAGS on the make command line

From: Johannes Sixt <johannes.sixt@telecom.at> The following sequence of commands ... this auto-detection. Signed-off-by: Johannes Sixt <johannes.sixt@telecom.at> --- Johannes Schindelin wrote: > GIT-CFLAGS: .FORCE-GIT-CFLAGS > @FLAGS='$( ...

git - Johannes Sixt - Mar 7 2007 - 09:41

Re: [PATCH] Add git-filter-branch

... , this test rewrote the entire history, which was not intended. --- 8< --- From: Johannes Sixt <johannes.sixt@telecom.at> filter-branch: ... the specified range. Signed-off-by: Johannes Sixt <johannes.sixt@telecom.at> --- git-filter- ...

git - Johannes Sixt - Jun 6 2007 - 03:43

[PATCH v2] filter-branch: also don't fail in map() if a commit cannot be mapped

... the map() function instead. Signed-off-by: Johannes Sixt <johannes.sixt@telecom.at> --- On Wednesday 06 June 2007 19:50, Johannes Schindelin wrote: > On Wed, 6 Jun 2007, Johannes Sixt wrote: > > - [ -r "$workdir/../map/$1" ] || ...

git - Johannes Sixt - Jun 6 2007 - 14:38

[PATCH amend 14/14] Use the asyncronous function infrastructure to run the content filter.

Signed-off-by: Johannes Sixt <johannes.sixt@telecom.at> --- On Sunday 14 October 2007 05:07, Johannes Schindelin wrote: > On Sat, 13 Oct 2007, Johannes Sixt wrote: > > status = finish_command(&child_process); > > if (status) ...

git - Johannes Sixt - Oct 14 2007 - 13:14

Re: [PATCH] git-gui: Improve the application icon on Windows.

On Tuesday 27 November 2007 16:40, Johannes Schindelin wrote: > Hi, > > On Tue, 27 Nov 2007, Johannes Sixt wrote: > > Previusly, there was only a ... image sharper. > > > > Signed-off-by: Johannes Sixt <johannes.sixt@telecom.at> > > --- > > I'm ...

git - Johannes Sixt - Nov 27 2007 - 16:47

[PATCH 08/40] Windows: always chmod(, 0666) before unlink().

... <Johannes.Schindelin@gmx.de> From: Johannes Schindelin <Johannes.Schindelin@gmx.de> On Windows, ... before unlink(). Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de> Signed-off-by: Johannes Sixt <johannes.sixt@telecom.at> --- git- ...

git - Johannes Sixt - Feb 27 2008 - 14:54

Re: [PATCH 0/9] Make gitexecdir relative to $(bindir) on Windows

... , 23. Juli 2008, Junio C Hamano wrote: > Johannes Sixt <johannes.sixt@telecom.at> writes: > > On Dienstag, 22. Juli 2008, Johannes Schindelin wrote: > >> On Mon, 21 Jul 2008, Johannes Sixt wrote: > >> > The problem was that argv[0] does ...

git - Johannes Sixt - Jul 23 2008 - 14:49

[PATCH 1/2] Handle core.symlinks=false case in merge-recursive.

... symbolic links. Signed-off-by: Johannes Sixt <johannes.sixt@telecom.at> --- merge-recursive.c | 3 +- t/t6025-merge-symlinks.sh ... +#!/bin/sh +# +# Copyright (c) 2007 Johannes Sixt +# + +test_description='merging symlinks on ...

git - Johannes Sixt - Mar 3 2007 - 15:32

speck-geostationary