login
Header Space

 
 

Mailing list archives

Search results

Found 18 matching messages (0.008 seconds). Page 1 of 1.

[PATCH] Updating documentation to match Brandon Casey's proposed git-repack patch.

... patch below updates the docs. - Chris From 443b1201d54f0b7197d18779ce934823e9897b36 Mon Sep 17 ... Frey Date: Fri, 9 May 2008 19:08 ... unreachable anymore. Signed-off-by: Chris Frey --- Documentation ...

git - Chris Frey - May 9 2008 - 19:09

[PATCH] Documentation/git-repack.txt: document new -A behaviour

... the new behaviour that makes unreachable objects loose. Signed-off-by: Chris Frey --- This is ... the prune patch was accepted. Thanks, - Chris Documentation/git-repack.txt | 14 +++++++++++++- ...

git - Chris Frey - May 15 2008 - 22:37

[PATCH] perl/Makefile.PL: teach makefiles about possible old Error.pm files

... it during the compile. Signed-off-by: Chris Frey --- I use 'stow' to handle multiple versions of git ... to make this smarter are welcome. - Chris perl/Makefile.PL | 14 ++++++++++++-- perl/private- ...

git - Chris Frey - May 16 2008 - 21:16

Re: [PATCH] perl/Makefile.PL: teach makefiles about possible old Error.pm files

On Fri, May 16, 2008 at 09:16:14PM -0400, Chris Frey wrote: > The drawback to this patch is that once git installs its own > ... solved. How important is that private-Error.pm? - Chris -- To unsubscribe from this list: send the line ...

git - Chris Frey - May 16 2008 - 21:25

[PATCH resend] perl/Makefile.PL: teach makefiles about possible old Error.pm files

... it during the compile. Signed-off-by: Chris Frey --- Resending patch from last week, as I saw no ... shouldn't have to install its own. - Chris perl/Makefile.PL | 14 ++++++++++++-- perl/private-Error ...

git - Chris Frey - May 21 2008 - 18:21

[PATCH] Documentation: clarify the details of overriding LESS via core.pager

... a step-by-step manner. Signed-off-by: Chris Frey --- I recently upgraded to 1.6.0.2, and ... shell. Regardless of how I setup LESS. - Chris Documentation/config.txt | 13 +++++++++++-- 1 files changed, ...

git - Chris Frey - Sep 18 2008 - 19:22

[PATCH] Documentation: clarify the details of overriding LESS via core.pager

... a step-by-step manner. Signed-off-by: Chris Frey --- No comments on this patch last week, so sending again, to be applied. Thanks, - Chris Documentation/config.txt | 13 +++++++++++-- 1 files changed, ...

git - Chris Frey - Sep 24 2008 - 19:21

[PATCH] Added -A option to man page, to match 'git-repack -h' output.

Simple patch to make documentation match the git-repack help message. Signed-off-by: Chris Frey --- Documentation/git-repack.txt | 5 ++++- 1 files changed, 4 insertions(+), 1 ...

git - Chris Frey - May 8 2008 - 22:24

[PATCH] Updating documentation to match Brandon Casey's proposed git-repack patch.

... not depend on git-pack-objects --keep-unreachable anymore. Signed-off-by: Chris Frey --- Documentation/git-prune.txt | 5 ++++- Documentation/git-repack.txt | 14 +++++++++++++- 2 ...

git - Chris Frey - May 14 2008 - 03:25

[PATCH] Documentation/git-prune.txt: document unpacked logic

Clarifies the git-prune man page, documenting that it only prunes unpacked objects. Signed-off-by: Chris Frey --- One of these days I'll get it right... :-) Splitting up previous ...

git - Chris Frey - May 14 2008 - 19:22

[PATCH] INSTALL: explain Error.pm dependency

Signed-off-by: Chris Frey --- INSTALL | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/INSTALL b/INSTALL index d9b425f..c5cafc4 100644 --- a/INSTALL +++ b/INSTALL @@ -86,6 ...

git - Chris Frey - May 23 2008 - 15:22

Re: [PATCH resend] perl/Makefile.PL: teach makefiles about possible old Error.pm files

... before they can compile a new one correctly? For systems without a working Error.pm, this is currently how git behaves. - Chris -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@vger.kernel. ...

git - Chris Frey - May 21 2008 - 19:56

Re: [PATCH resend] perl/Makefile.PL: teach makefiles about possible old Error.pm files

... The user now has a broken git, and has no idea why. I don't consider the above to be unusual or user error. - Chris -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@vger.kernel.org More ...

git - Chris Frey - May 22 2008 - 12:43

Re: [PATCH resend] perl/Makefile.PL: teach makefiles about possible old Error.pm files

... in the first place, there's little use. Would you accept a patch to the INSTALL file explaining this dependency? Thanks, - Chris -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@vger. ...

git - Chris Frey - May 22 2008 - 14:12

Re: Deleted files can't be checked back out?

... revert 04bcb93 Take a look at "Git from the bottom up" http://www.newartisans.com/blog_files/git.from.bottom.up.php - Chris -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@vger.kernel. ...

git - Chris Frey - May 23 2008 - 02:28

Re: [ANNOUNCE] Java Git (aka jgit) has switched to 3-clause BSD

... lines of code from contributors who haven't explicitly consented are maybe 10 lines. Looks like a job well done to me. - Chris -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@vger.kernel.org ...

git - Chris Frey - May 26 2008 - 14:12

git log --grep missing entries?

... works git log --author="thadh@thad.corp.google.com" # this works git log | grep thadh@thad.corp.google.com - Chris -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@vger.kernel.org More ...

git - Chris Frey - May 27 2008 - 16:28

Re: git log --grep missing entries?

... --grep only greps the log message, > not the author. Does that help? Doh. That would certainly explain it. Thanks! - Chris -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@vger.kernel. ...

git - Chris Frey - May 27 2008 - 16:48

speck-geostationary