Re: [PATCH] add: add --bulk to index all objects into a pack file

2013-10-03 Thread Duy Nguyen
On Thu, Oct 3, 2013 at 1:43 PM, Junio C Hamano wrote: > Nguyễn Thái Ngọc Duy writes: > >> The use case is >> >> tar -xzf bigproject.tar.gz >> cd bigproject >> git init >> git add . >> # git grep or something > > Two obvious thoughts, and a half. > > (1) This particular invoc

Using filter-branch without messing up the working copy

2013-10-03 Thread Dale R. Worley
I'm working on using "git filter-branch" to remove the history of a large file from my repository so as to reduce the size of the repository. This pattern of use is effective for me: 1. $ git filter-branch --index-filter 'git rm --cached --ignore-unmatch core.4563' HEAD 2. edit .git/packed-refs

Re: [PATCH] mingw-multibyte: fix memory acces violation and path length limits.

2013-10-03 Thread Antoine Pelisse
I've not followed the thread so much but, in that entry.c::checkout_entry,() we do: memcpy(path, state->base_dir, len); strcpy(path + len, ce->name); which can of course result in memory violation if PATH is not long enough. On Thu, Oct 3, 2013 at 12:26 AM, Wataru Noguchi wrote: > Hi, > > At la

Re: [PATCH] mingw-multibyte: fix memory acces violation and path length limits.

2013-10-03 Thread Erik Faye-Lund
On Thu, Oct 3, 2013 at 7:25 PM, Antoine Pelisse wrote: > I've not followed the thread so much but, in that > entry.c::checkout_entry,() we do: > > memcpy(path, state->base_dir, len); > strcpy(path + len, ce->name); > > which can of course result in memory violation if PATH is not long enough. > .

Dead links, broken search box, confusing/inconvenient contact

2013-10-03 Thread Stefan Pochmann
1) The links to Matthew's lists on the bottom of http://git-scm.com/downloads/guis are dead (I get 404s). 2) Wondering whether TortoiseGit is mentioned anywhere, I typed tortoisegit into the top right search box, hit enter and got to http://git-scm.com/search/results?search=tor (note the ending -

Re: Dead links, broken search box, confusing/inconvenient contact

2013-10-03 Thread Stefan Beller
Hi Stefan, On 10/03/2013 07:50 PM, Stefan Pochmann wrote: > 1) The links to Matthew's lists on the bottom of > http://git-scm.com/downloads/guis are dead (I get 404s). > git-scm is an open sourced site and hosted on GitHub. It is providing some information for git, but also on github. (It was s

Re: [RFC/PATCH] git svn: Set default --prefix='origin/' if --prefix is not given

2013-10-03 Thread Eric Wong
Johan Herland wrote: > On Tue, Oct 1, 2013 at 6:07 AM, Eric Wong wrote: > > How about we put a big warning of impending change in there for now and > > wait until git 1.9/2.0 to make the actual change? > > Sounds sensible. What should the warning look like, and where should > it be placed? I'm t

[PATCH] Documentation/Makefile: make AsciiDoc dblatex dir configurable

2013-10-03 Thread John Keeping
On my system this is in /usr/share/asciidoc/dblatex not /etc/asciidoc/dblatex. Extract this portion of the path to a variable so that is can be set in config.mak. Signed-off-by: John Keeping --- Documentation/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Documen

Re: [PATCH] Documentation/Makefile: make AsciiDoc dblatex dir configurable

2013-10-03 Thread Jonathan Nieder
John Keeping wrote: > On my system this is in /usr/share/asciidoc/dblatex not > /etc/asciidoc/dblatex. Extract this portion of the path to a variable > so that is can be set in config.mak. > > Signed-off-by: John Keeping Thanks. Looks good. -- To unsubscribe from this list: send the line "unsu

book version

2013-10-03 Thread DynV
Hello, I haven't subscribed to the mail-list as the beginning of Community hint it's not necessary ; please inform me if I need to be in order to get a reply. I have an old PDF version of Pro Git. In the file, there doesn't seem to be a version. Both the local

Re: book version

2013-10-03 Thread Fredrik Gustafsson
On Thu, Oct 03, 2013 at 04:08:57PM -0400, DynV wrote: > Hello, > > I haven't subscribed to the mail-list as the beginning of Community > hint it's not necessary ; please > inform me if I need to be in order to get a reply. > > I have an old PDF version of Pro Git. I

[PATCH v2] push: Enhance unspecified push default warning

2013-10-03 Thread Greg Jacobson
When the unset push.default warning message is displayed this may be the first time many users encounter push.default. Modified the warning message to explain in a compact manner what push.default is and why it is being changed in Git 2.0. Also provided additional information to help users decide

Re: [PATCH v2] push: Enhance unspecified push default warning

2013-10-03 Thread Philip Oakley
From: "Greg Jacobson" When the unset push.default warning message is displayed this may be the first time many users encounter push.default. Modified the warning message to explain in a compact manner what push.default is and why it is being changed in Git 2.0. Also provided additional informat

PLEASE I NEED YOUR HELP

2013-10-03 Thread Foots, Alisha
I am Mrs, Nancy Butler. I have a foundation/Estate uncompleted {worth sum of USD 4,142,728.00 Dollars} and need somebody to help me finish it because of my health. Contact me with this email ( nancybutler...@yahoo.co.uk ). -- To unsubscribe from this list: send

Re: [PATCH] Documentation/Makefile: make AsciiDoc dblatex dir configurable

2013-10-03 Thread Miklos Vajna
On Thu, Oct 03, 2013 at 08:17:32PM +0100, John Keeping wrote: > On my system this is in /usr/share/asciidoc/dblatex not > /etc/asciidoc/dblatex. Extract this portion of the path to a variable > so that is can be set in config.mak. Sure, makes sense. -- To unsubscribe from this list: send the li

Re: Dead links, broken search box, confusing/inconvenient contact

2013-10-03 Thread Tay Ray Chuan
On Fri, Oct 4, 2013 at 1:50 AM, Stefan Pochmann wrote: > 4) When I found this email address and sent a mail with items 1)-3), I > got a rejection reply saying " The message contains HTML subpart". > Very annoying. I'm trying to help here by pointing out problems, and > you're making it really inco

[no subject]

2013-10-03 Thread jerryfunds1
Do You Need A Loan? Email Us Now At jerryfund...@rediffmail.com With Amount Needed As Loan And Phone Number. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH v2] add: add --bulk to index all objects into a pack file

2013-10-03 Thread Nguyễn Thái Ngọc Duy
The use case is tar -xzf bigproject.tar.gz cd bigproject git init git add . # git grep or something The first add will generate a bunch of loose objects. With --bulk, all of them are forced into a single pack instead, less clutter on disk and maybe faster object access. On gd