login
Header Space

 
 

Mailing list archives

Search results

Found 56 matching messages (0.045 seconds). Page 1 of 3.

[PATCH] Documentation/git-am.txt: Pass -r in the example invocation of rm -f .dotest

... Mon Sep 17 00:00:00 2001 From: Bryan Donlan Date: Mon, 25 Feb ... example invocation of rm -f .dotest Signed-off-by: Bryan Donlan --- Documentation/git-am.txt | 2 +- 1 files changed, 1 insertions(+), ...

git - Bryan Donlan - Feb 25 2008 - 18:43

Re: thread-safe libgit.a as a GSoC project, was Re: [SoC RFC] libsvn-fs-git: A git backend for the subversion filesystem

... .de> wrote: > Hi, > > On Sat, 22 Mar 2008, Bryan Donlan wrote: > > > On Wed, Mar 19, 2008 at 12:08 AM, Bryan Donlan wrote: > > > > > I'm planning to apply for the git summer of code project. My ...

git - Bryan Donlan - Mar 24 2008 - 15:50

Re: [PATCH 3/8] git-send-email.perl: Handle shell metacharacters in $EDITOR properly

... at 08:31:18AM +0200, Johannes Sixt wrote: > Bryan Donlan schrieb: > > Also, update t/t9001-send-email. ... to test for this bug. > > > > Signed-off-by: Bryan Donlan > > Your defintion of "properly"? I didn't immediately see what ...

git - Bryan Donlan - Apr 9 2008 - 10:28

Re: [PATCH 2/8] config.c: Escape backslashes in section names properly

... Wed, Apr 09, 2008 at 08:31:12AM +0200, Johannes Sixt wrote: > Bryan Donlan schrieb: > > Signed-off-by: Bryan Donlan > > What is your definition of "properly"? Please give an example of what went > ...

git - Bryan Donlan - Apr 9 2008 - 10:13

Re: [PATCH v3 09/10] Fix tests breaking when checkout path contains shell metacharacters

... 09:04:08AM +0200, Johannes Sixt wrote: > Bryan Donlan schrieb: > > This fixes the remainder of the issues where the test ... can toss that in. > > > > > > Signed-off-by: Bryan Donlan > > > test_expect_success 'push ...

git - Bryan Donlan - May 5 2008 - 03:57

Re: [PATCH v3 00/10] Fix git's test suite to pass when the path contains spaces

... at 09:03:49AM +0200, Johannes Sixt wrote: > Bryan Donlan schrieb: > > This patch series fixes bugs in ... contains whitespace and/or shell > > metacharacters. > > Thanks a lot, it's appreciated. > > > Bryan Donlan (10): > > git-rebase.sh: Fix -- ...

git - Bryan Donlan - May 5 2008 - 03:59

Re: Possible d/f conflict bug or regression

... AM, Christian Couder wrote: > Le dimanche 30 mars 2008, Bryan Donlan a écrit : > > > On Sat, Mar 29 ... replacement of files with directories, though :) Thanks, Bryan -- To unsubscribe from this list: send the ...

git - Bryan Donlan - Mar 30 2008 - 00:51

Re: "make test" fails if /path/to/git.git contains spaces

... 1, 2008 at 2:29 AM, Johannes Sixt wrote: > Bryan Donlan schrieb: > > > On Mon, Mar 31, 2008 at ... testing with quotes and backslashes, too, now :) Thanks, Bryan -- To unsubscribe from this list: send the line ...

git - Bryan Donlan - Apr 2 2008 - 22:26

Re: [PATCH 7/8] Use test_set_editor in t9001-send-email.sh

On Wed, Apr 09, 2008 at 09:01:31AM +0200, Johannes Sixt wrote: > Bryan Donlan schrieb: > > diff --git a/t/t9001-send-email.sh ... 5/8 I'd be happy to do so. Thanks, Bryan -- To unsubscribe from this list: send the line "unsubscribe ...

git - Bryan Donlan - Apr 9 2008 - 10:16

Re: [PATCH 1/8] git-rebase.sh: Fix --merge --abort failures when path contains whitespace

On Wed, Apr 09, 2008 at 08:55:31AM +0200, Johannes Sixt wrote: > Bryan Donlan schrieb: > > -dotest=$GIT_DIR/.dotest-merge > > + ... failed here we'd probably want to know :) Thanks, Bryan -- To unsubscribe from this list: send the line ...

git - Bryan Donlan - Apr 9 2008 - 10:37

Re: [PATCH 1/8] git-rebase.sh: Fix --merge --abort failures when path contains whitespace

On Wed, Apr 09, 2008 at 04:51:20PM +0200, Johannes Sixt wrote: > Bryan Donlan schrieb: > > > If you like I can add a ... non-unixes that git supports (are there any?) Thanks, Bryan -- To unsubscribe from this list: send the line " ...

git - Bryan Donlan - Apr 9 2008 - 11:02

Re: [PATCH 8/8] Fix tests breaking when checkout path contains shell metacharacters

On Thu, Apr 10, 2008 at 08:49:03AM +0200, Johannes Sixt wrote: > Bryan Donlan schrieb: > > To be honest, I fixed all the ... within the test eval strings at the time. Thanks, Bryan -- To unsubscribe from this list: send the line " ...

git - Bryan Donlan - Apr 10 2008 - 03:02

Re: [PATCH v2 01/10] git-rebase.sh: Fix --merge --abort failures when path contains whitespace

On Thu, Apr 10, 2008 at 12:45:51AM -0700, Junio C Hamano wrote: > Bryan Donlan writes: [snip] > > ... , so people have time to finish reviewing...) Thanks, Bryan -- To unsubscribe from this list: send the line " ...

git - Bryan Donlan - Apr 10 2008 - 04:48

[SoC RFC] libsvn-fs-git: A git backend for the subversion filesystem

... any comments/questions on it before the application period proper begins. Thanks, Bryan Donlan === Project Goals === I propose to implement a subversion filesystem driver (libsvn-fs-git) that uses a ...

git - Bryan Donlan - Mar 19 2008 - 00:08

[PATCH] Silence cpio's "N blocks" output when cloning locally

... , the presence of --quiet is probed for by grepping cpio's --help output. Signed-off-by: Bryan Donlan --- git-clone.sh | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff ...

git - Bryan Donlan - Mar 28 2008 - 02:19

Re: [PATCH] Silence cpio's "N blocks" output when cloning locally

... > > El 28/3/2008, a las 14:01, Johannes Schindelin escribió: > > > > >On Fri, 28 Mar 2008, Bryan Donlan wrote: > > > > > > >Pass --quiet to cpio in git-clone to hide the (confusing) "0 blocks" > > > ...

git - Bryan Donlan - Mar 28 2008 - 14:59

Re: why multiple password prompts?

... 30, 2008 at 5:56 PM, Daniel Barkalow wrote: > On Sun, 30 Mar 2008, Bryan Donlan wrote: > > > git.git's master branch seems to be hitting ssh twice fairly reliably... > > [bd@ ...

git - Bryan Donlan - Mar 30 2008 - 18:05

[PATCH 0/8] Fix git's test suite to pass when the path contains spaces

... to exercise the bug in question. The remaining patches fix bugs in the test suite itself. Bryan Donlan (8): git-rebase.sh: Fix --merge --abort failures when path contains whitespace config.c: ...

git - Bryan Donlan - Apr 8 2008 - 21:29

[PATCH 1/8] git-rebase.sh: Fix --merge --abort failures when path contains whitespace

Also update t/t3407-rebase-abort.sh to exercise the bug Signed-off-by: Bryan Donlan --- git-rebase.sh | 4 +- t/t3407-rebase-abort.sh | 55 ...

git - Bryan Donlan - Apr 8 2008 - 21:29

[PATCH 8/8] Fix tests breaking when checkout path contains shell metacharacters

... path contains whitespace or other shell metacharacters. Signed-off-by: Bryan Donlan --- t/t0000-basic.sh | 4 +- t/t0001-init.sh | 2 ...

git - Bryan Donlan - Apr 8 2008 - 21:30

speck-geostationary