login
Header Space

 
 

Mailing list archives

Search results

Found 102 matching messages (0.000 seconds). Page 1 of 6.

Re: [PATCH] v2: Checklist clarifications: added "Commits", "Patch:" headings

... Mon Sep 17 00:00:00 2001 From: Jari Aalto <jari.aalto@cante.net> Date: Mon, 30 Apr 2007 ... :25 +0300 Subject: [PATCH] Checklist clarifications: added Commits, Patch: headings Signed-off-by: Jari Aalto <jari.aalto@cante.net> --- This is version 2 of ...

git - Jari Aalto - Apr 30 2007 - 12:04

[PATCH] git-commit.sh: Remove option -n from tail

Signed-off-by: Jari Aalto <jari.aalto@cante.net> --- git-commit.sh | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/git-commit.sh b/git-commit.sh index fcb8443..637cf48 100755 --- a/git- ...

git - Jari Aalto - Oct 16 2007 - 12:57

[PATCH] git-rebase--interactive.sh: Remove option -n from tail

Signed-off-by: Jari Aalto <jari.aalto@cante.net> --- git-rebase--interactive.sh | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/git-rebase--interactive.sh b/git-rebase--interactive.sh index ...

git - Jari Aalto - Oct 16 2007 - 12:57

[PATCH] git-am.sh: Remove option -n from tail

Signed-off-by: Jari Aalto <jari.aalto@cante.net> --- git-am.sh | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/git-am.sh b/git-am.sh index b02ae6a..09a991c 100755 --- a/git-am.sh +++ b/ ...

git - Jari Aalto - Oct 16 2007 - 12:57

Re: [PATCH] Improve error message: not a valid branch name

... C Hamano writes: > Jari Aalto <jari.aalto@cante.net> writes: > >> (create_branch): Extend die message from 'is not a valid branch ... patch to refer to git(7) instead? Jari - To unsubscribe from this list: send the ...

git - Jari Aalto - Aug 26 2007 - 18:09

Re: [PATCH] git-reset.txt: Use uniform HEAD~N notation in all examples

... -0700, Junio C Hamano wrote: > >> Jari Aalto <jari.aalto@cante.net> writes: >> >> > Like: >> > >> > HEAD, HEAD~1, HEAD~2 >> > >> > If the syntax ... differento to what other SCM/VCSs use. Jari -- Welcome to FOSS revolution: we fix ...

git - Jari Aalto - Sep 1 2007 - 16:40

Re: [PATCH] Documentation/git-stash.txt: Adjust SYNOPSIS command syntaxes

... -01 Jakub Narebski * Message-Id: m33asc94xn.fsf@localhost.localdomain > Jari Aalto <jari.aalto@cante.net> writes: > >> ... as a "requirement" in the command definition. Jari -- Welcome to FOSS revolution: we fix and ...

git - Jari Aalto - Feb 1 2008 - 18:37

[PATCH] --format=pretty: new modifiers cID, cIS, CIY

... -DD HH:MM:SS Signed-off-by: Jari Aalto <jari.aalto AT cante.net> --- > I think this "default" is not quite nice. If ... . Here is correction and better 'case::default'. Jari Documentation/pretty-formats.txt | 5 ++++- cache. ...

git - Jari Aalto - Feb 1 2008 - 21:12

Re: [PATCH] Documentation/git-reset.txt: Use HEAD~N syntax everywhere (unify examples)

... -02-02 Jakub Narebski * Message-Id: m3d4rf7a4r.fsf@localhost.localdomain > Jari Aalto <jari.aalto@cante.net> writes: >> I ... the content in uniform way to the reader. Jari -- Welcome to FOSS revolution: we fix and ...

git - Jari Aalto - Feb 2 2008 - 16:10

[PATCH] Checklist clarifications: added "Commits", "Patch:" headings

Added email address and message 'Send your patch to...' Signed-off-by: Jari Aalto <jari.aalto@cante.net> --- Documentation/SubmittingPatches | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) diff -- ...

git - Jari Aalto - Apr 30 2007 - 07:04

[PATCH] Mention html doc location http://www.kernel.org in DESCRIPTION

Signed-off-by: Jari Aalto <jari.aalto@cante.net> --- While reading the manual page under console, the page is rendered like below. The problem is than REFERENCES do not include canonical URL to the root where to ...

git - Jari Aalto - Apr 30 2007 - 07:21

[PATCH] Option --smtp-server clarified. The argument can be of two kinds

Signed-off-by: Jari Aalto <jari.aalto@cante.net> --- (1) eol whitespace removal (2) The first 3 lines are actual changes. The rest is due to formatting of the paragraph (fill). Documentation/git-send-email. ...

git - Jari Aalto - Apr 30 2007 - 08:37

[PATCH] SPECIFYING RANGES typo fix: it it => it is

Signed-off-by: Jari Aalto <jari.aalto@cante.net> --- Documentation/git-rev-parse.txt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Documentation/git-rev-parse.txt b/Documentation/git-rev ...

git - Jari Aalto - Apr 30 2007 - 14:37

[PATCH] Makefile: use --unsafe option under Cygwin with asciidoc

... to --unsafe under Cygwin to ignore asciidoc error about unsafe include. Signed-off-by: Jari Aalto <jari.aalto@cante.net> --- Documentation/Makefile | 18 +++++++++++++----- 1 files changed, 13 insertions(+), 5 deletions(-) ...

git - Jari Aalto - May 2 2007 - 07:49

[PATCH] git-merge.1: Mention option -s at topic MERGE STRATEGIES

... a manual reader or HTML page to hide the mentioned options at the beginning. Signed-off-by: Jari Aalto <jari.aalto@cante.net> diff --git a/Documentation/git-merge.txt b/Documentation/git-merge.txt index 9c08efa.. ...

git - Jari Aalto - May 2 2007 - 19:01

[PATCH] Improve error message: not a valid branch name

... from 'is not a valid branch name' to '...(see git-check-ref-format)'. Signed-off-by: Jari Aalto <jari.aalto@cante.net> --- builtin-branch.c | 9 ++++++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff --git ...

git - Jari Aalto - Aug 26 2007 - 11:28

[PATCH] In Examples, explain option -r and refer to git-rev-list[1]

Signed-off-by: Jari Aalto <jari.aalto@cante.net> --- Documentation/git-log.txt | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/Documentation/git-log.txt b/Documentation/git-log.txt index ...

git - Jari Aalto - Aug 26 2007 - 11:40

[PATCH] Remove duplicate text

... -d, -l, -v have already been explained in OPTIONS below. Signed-off-by: Jari Aalto <jari.aalto@cante.net> --- Documentation/git-tag.txt | 7 ------- 1 files changed, 0 insertions(+), 7 deletions(-) diff ...

git - Jari Aalto - Aug 27 2007 - 01:54

[PATCH] Change options to alphabetical order

Signed-off-by: Jari Aalto <jari.aalto@cante.net> --- Documentation/git-tag.txt | 26 +++++++++++++------------- 1 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Documentation/git-tag.txt b/ ...

git - Jari Aalto - Aug 27 2007 - 01:55

[PATCH] builtin-push: New long option --verbose

Implemented and documented new option. Signed-off-by: Jari Aalto <jari.aalto@cante.net> --- Documentation/git-push.txt | 4 ++-- builtin-push.c | 5 +++-- 2 files changed, 5 ...

git - Jari Aalto - Aug 27 2007 - 02:49

speck-geostationary