Found 207 matching messages (0.024 seconds). Page 1 of 11.
- [PATCH] Add virtualization support to git-daemon
Signed-off-by: Jon Loeliger
---
Junio,
Here is a rebase of ... 0,0 +1,83 @@
+/*
+ * Copyright 2006 Jon Loeliger
+ */
+
+#include
+
+#include ... ,0 +1,13 @@
+/*
+ * Copyright 2006 Jon Loeliger
+ */
+
+struct interp {
+ char *name ...
git - Jon Loeliger - Sep 16 2006 - 18:38
- [PATCH V2] Add virtualization support to git-daemon
... .c
@@ -0,0 +1,82 @@
+/*
+ * Copyright 2006 Jon Loeliger
+ */
+
+#include
+
+#include "interpolate.h"
+
+ ... .h
@@ -0,0 +1,18 @@
+/*
+ * Copyright 2006 Jon Loeliger
+ */
+
+#ifndef INTERPOLATE_H
+#define INTERPOLATE_H
+
+
+struct ...
git - Jon Loeliger - Sep 19 2006 - 21:31
- Re: [Question] Fetching a new branch from remote
... and so didn't document it:
From: Jon Loeliger
To: git@vger.kernel.org
Subject: [PATCH] Add -- ... 07:03:30 -0700
Signed-off-by: Jon Loeliger
---
Thin territory ...
git - Jon Loeliger - Dec 1 2005 - 16:40
- [PATCH/RFC] Add interpolated git-daemon virtualization support.
... --- /dev/null
+++ b/interpolate.c
@@ -0,0 +1,83 @@
+/*
+ * Copyright 2006 Jon Loeliger
+ */
+
+#include
+
+#include "interpolate.h ... -0,0 +1,13 @@
+/*
+ * Copyright 2006 Jon Loeliger
+ */
+
+struct interp {
+ char *name;
+ char ...
git - Jon Loeliger - Aug 25 2006 - 11:26
- Dubious format-patch options
... log -SC alt~1..HEAD
commit bca87c386c8868664e64d397108b8e6deda1e574
Author: Jon Loeliger
Date: Thu Jun ... to send a
patch that has the embedded escape sequences in it:
From: Jon Loeliger
Date: Thu, 12 ...
git - Jon Loeliger - Jun 12 2008 - 21:14
- Re: [PATCH] Invoke git-repo-config directly.
On Thu, 2006-03-16 at 13:27, Jon Loeliger wrote:
> While we want to proved an abstraction layer to the
> user ... within the scripts themselves.
Hey! Nice English there, Jon!
s/proved/provide
jdl
-
To unsubscribe from this list ...
git - Jon Loeliger - Mar 16 2006 - 15:32
- PATCH Suggestion for Tutorial Change
... , I suggest that we re-title
this section something like "Inspecting Changes".
Signed-off-by: Jon Loeliger
---
diff --git a/Documentation/tutorial.txt b/Documentation/tutorial.txt
--- a/ ...
git - Jon Loeliger - Sep 22 2005 - 11:51
- Re: Some ASCII Art
On Thu, 2005-10-06 at 15:38, Junio C Hamano wrote:
> Jon Loeliger writes:
>
> > Fundamental Git Index Operations
> > Git Index Operations
>
> These two look almost the same.
Yeah, the first one was ...
git - Jon Loeliger - Oct 7 2005 - 15:35
- [PATCH] Remove 'Previously this command was known as ...' messages.
... names should stand on their own now.
Signed-off-by: Jon Loeliger
---
Right?
Documentation/git.txt | 44
--------------------------------------------
1 files changed, 0 insertions(+), 44 ...
git - Jon Loeliger - Nov 1 2005 - 16:22
- [PATCH] Added a few examples to git-pull man page.
... for pull/push refspecs.
Converted to back-ticks for literal text examples.
Signed-off-by: Jon Loeliger
---
Hmmm. Are back-ticks the standard for literal text examples?
Documentation/git- ...
git - Jon Loeliger - Nov 4 2005 - 22:36
- [PATCH] Refactor merge strategies into separate includable file.
Signed-off-by: Jon Loeliger
---
Documentation/git-merge.txt | 2 ++
Documentation/git-pull.txt | 36 +-----------------------------------
Documentation/merge-strategies.txt | 35 ...
git - Jon Loeliger - Nov 6 2005 - 12:26
- [PATCH] Refactored merge options into separate merge-options.txt.
... Makefile to dynamically determine
include dependencies.
Signed-off-by: Jon Loeliger
---
Documentation/Makefile | 23 +++++++++++++----------
Documentation/fetch-options.txt | 14 ++++++++++++++
...
git - Jon Loeliger - Nov 7 2005 - 01:30
- [PATCH] Add --tags documentation, scraped from JC mail.
Signed-off-by: Jon Loeliger
---
Thin territory here for me. Feel free to alter if not right! :-)
Also notice the lonely --force option still...
Documentation/fetch-options.txt | 3 +++
1 files ...
git - Jon Loeliger - Nov 7 2005 - 10:03
- [PATCH] Use consistent shell prompts and example style.
Signed-off-by: Jon Loeliger
---
Documentation/tutorial.txt | 226 +++++++++++++++++++++++++++-----------------
1 files changed, 138 insertions(+), 88 deletions(-)
applies-to: ...
git - Jon Loeliger - Nov 7 2005 - 10:33
- [PATCH] Add bug isolation howto, scraped from Linus.
Signed-off-by: Jon Loeliger
---
You know, eventually this will all be fully documented.
The trick is to catch Words To The Wise as the flow past you.
Documentation/howto/isolate-bugs-with-bisect.txt | ...
git - Jon Loeliger - Nov 7 2005 - 22:45
- git-pull.sh's bad mode
... twiddled the mode on git-pull.sh:
Signed-off-by: Jon Loeliger
---
Documentation/git-pull.txt | 17 +++++++----------
Documentation/merge-options.txt | 16 ++++++++++++++++
...
git - Jon Loeliger - Nov 8 2005 - 10:19
- Re: Real-life kernel debugging scenario
... call "I told you so!" on this one! :-)
Ref:
Message-ID:
From: Jon Loeliger
Subject: Now What?
Date: Wed, 2 Nov 2005 18:30:37 -0700
Where in ...
git - Jon Loeliger - Nov 9 2005 - 14:17
- Re: git bisect enhancements?
On Wed, 2005-11-30 at 16:04, Junio C Hamano wrote:
> Jon Loeliger writes:
>
> > ... I want to "bump" the bisect point
> > up two commits and _then_ build.
> >
> > So, I'm proposing something like:
> >
...
git - Jon Loeliger - Nov 30 2005 - 18:07
- [PATCH] Added documentation for few missing options.
... "s.
Use back-ticks on more command examples.
Signed-off-by: Jon Loeliger
---
Documentation/git-checkout-index.txt | 78 +++++++++++++++++++++-------------
Documentation/git-init-db.txt | 27 ...
git - Jon Loeliger - Dec 6 2005 - 01:13
- [PATCH] Add --diff-filter= documentation paragraph
Signed-off-by: Jon Loeliger
----
So, I don't know what the "*" selection flag does.
It is called "AON" in the source. Anyone?
diff --git a/Documentation/diff-options.txt b/Documentation/diff-options.txt
...
git - Jon Loeliger - Feb 9 2006 - 11:12