On Tue, Jun 03, 2014 at 08:23:02AM +0200, Dennis Kaarsemaker wrote:
> On Mon, Jun 02, 2014 at 11:46:19PM -0400, Jeff King wrote:
> > On Fri, May 30, 2014 at 09:08:57AM +0100, Rodrigo Fernandes wrote:
> >
> > > Do you have any idea how does github understand that is a bug and
> > > fixes it automa
On Mon, Jun 02, 2014 at 04:09:12PM -0700, Junio C Hamano wrote:
> > I tried "git blame -M -C -C -C pack-objects.c" but couldn't get anything
> > but the whole thing blamed to 2834bc2.
>
> Are you two being a bit too unreasonable, or trying to be fanciful
> and funny and I am not getting the humor
On Mon, Jun 02, 2014 at 11:46:19PM -0400, Jeff King wrote:
> On Fri, May 30, 2014 at 09:08:57AM +0100, Rodrigo Fernandes wrote:
>
> > Do you have any idea how does github understand that is a bug and
> > fixes it automatically?
> > (I'm saying this because on Github the date is correct).
>
> I lo
On Mon, Jun 2, 2014 at 3:01 PM, Karsten Blees wrote:
> Git for Windows users may want to try core.fscache=true as well [1]. This
> eliminates the UAC penalties for repositories located on the Windows system
> drive [2].
>
> [1] https://github.com/msysgit/git/pull/94
> [2] https://code.google.com
On Fri, May 30, 2014 at 09:08:57AM +0100, Rodrigo Fernandes wrote:
> Do you have any idea how does github understand that is a bug and
> fixes it automatically?
> (I'm saying this because on Github the date is correct).
I looked into this. The dates you see on GitHub's web UI are actually
parsed
On Mon, Jun 2, 2014 at 7:08 PM, NeilBrown wrote:
>
> git request-pull master git://neil.brown.name/md
>
> after tagging the current commit as "md/3.15-fixes" and pushing out the tag
You should *tell* "git request-pull" what you're actually requesting to pull.
The old "let's guess based on the
On Wed, 28 May 2014 15:31:13 -0700 Junio C Hamano wrote:
> The latest feature release Git v2.0.0 is now available at the
> usual places.
>
> "git request-pull" lost a few "heuristics" that often led to mistakes.
>
I've installed git 2.0.0 and now when I
git request-pull master git://neil.
From: Michael Naumov
Diagnostic messages received on the sideband #2 from the server side
are sent to the standard error with ANSI terminal control sequence
"\033[K" that erases to the end of line appended at the end of each
line.
However, some programs (e.g. GitExtensions for Windows) read and
Jeff King writes:
> On Mon, Jun 02, 2014 at 10:40:44PM +0200, David Kastrup wrote:
>
>> > BTW, the code does git-blame to Vicent's 2834bc2 (which I also worked
>> > on), but actually originated in 7a979d9 (Thin pack - create packfile
>> > with missing delta base., 2006-02-19). Not that it matters
Pasha Bolokhov writes:
> Discard the unnecessary 'nr_spaces' variable, remove 'strlen()' and
> improve the 'if' structure. Switch to pointers instead of integers
>
> Slightly more rare occurrences of 'text \' with a backslash
> in between spaces are handled correctly. Namely, the code in
> 8
Discard the unnecessary 'nr_spaces' variable, remove 'strlen()' and
improve the 'if' structure. Switch to pointers instead of integers
Slightly more rare occurrences of 'text \' with a backslash
in between spaces are handled correctly. Namely, the code in
8ba87adad6 does not reset 'last_space
Linus Torvalds linux-foundation.org> writes:
>
> On Mon, Jun 2, 2014 at 2:01 PM, Michael S. Tsirkin redhat.com>
wrote:
> >
> > [mst robin linux]$ git request-pull net-next/master
> git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git net-next
> > warn: No match for commit 2ae76693b8bcabf
On Mon, Jun 02, 2014 at 10:40:44PM +0200, David Kastrup wrote:
> > BTW, the code does git-blame to Vicent's 2834bc2 (which I also worked
> > on), but actually originated in 7a979d9 (Thin pack - create packfile
> > with missing delta base., 2006-02-19). Not that it matters, but I was
> > just surpr
Kevin Bracey writes:
> Maybe something like this:
I like the overall direction to re-organize the description by
operations, but the new description seem to introduce a bit of new
confusion.
> "All modes move the current branch pointer so that HEAD now points to
> the specified commit. ORIG_HEA
On Mon, Jun 2, 2014 at 2:01 PM, Michael S. Tsirkin wrote:
>
> [mst@robin linux]$ git request-pull net-next/master
> git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git net-next
> warn: No match for commit 2ae76693b8bcabf370b981cd00c36cd41d33fabc found at
> git://git.kernel.org/pub/scm/l
On Mon, Jun 02, 2014 at 02:27:25PM -0700, Junio C Hamano wrote:
> "Michael S. Tsirkin" writes:
>
> > Looks like pull requests no longer work for me on linux.
>
> Wasn't "does not seem to find head" was very much deliberate?
I'm sorry I don't understand what you are asking here.
Same thing happe
Junio C Hamano writes:
> Atsushi Nakagawa writes:
>
>> One of the more underrepresented command I use in git use on a regular
>> basis is this "reset by checkout". It's what's currently achieved by
>> this convoluted expression:
>>
>> `git checkout -B `
>>
>> This is such an useful notion th
Atsushi Nakagawa writes:
> One of the more underrepresented command I use in git use on a regular
> basis is this "reset by checkout". It's what's currently achieved by
> this convoluted expression:
>
> `git checkout -B `
>
> This is such an useful notion that I can fathom why there isn't a b
"Michael S. Tsirkin" writes:
> Looks like pull requests no longer work for me on linux.
Wasn't "does not seem to find head" was very much deliberate?
Linus's patch wanted the users to explicitly tell the tool, without
tool trying to be too helpful and risking to guess incorrectly.
> Some other
Ronnie Sahlberg writes:
> read_ref_at has its own parsing of the reflog file for no really good reason
> so lets change this to use the existing reflog iterators. This removes one
> instance where we manually unmarshall the reflog file format.
>
> Log messages for errors are changed slightly. We
Looks like pull requests no longer work for me on linux.
Some other trees (non-linux) work fine but I didn't yet
check whether it's the local or the remote tree that's
at issue.
Or maybe it's a configuration change that I missed?
Note: I have
[push]
default = matching
configured in .gitco
Jeff King writes:
> On Sun, Jun 01, 2014 at 01:07:21PM +0200, René Scharfe wrote:
>
>> Whenever the hash table becomes too small then its size is increased,
>> the original part (and the added space) is zerod out using memset(),
>> and the table is rebuilt from scratch.
>>
>> Simplify this proce
Dennis Kaarsemaker writes:
> I'd say it would make the consistency better, because now both look at
> what is checked out instead of at HEAD.
The version with your patch does not even look at HEAD; it looks at
whatever GIT_VERSION points at, which could be a very different
version that does not
On Mon, Jun 02, 2014 at 12:05:29PM -0700, Junio C Hamano wrote:
> Johannes Sixt writes:
>
> >> Jeremiah Mahler (9):
> >> compat/mingw.c: expand MinGW support for sigaction
> >> connect.c: replace signal() with sigaction()
> >> progress.c: replace signal() with sigaction()
> >> write_or_di
Pasha Bolokhov writes:
> Discard the unnecessary 'nr_spaces' variable, remove 'strlen()' and
> improve the 'if' structure. Switch to pointers instead of integers
>
> Slightly more rare occurrences of 'text \' with a backslash
> in between spaces are handled correctly. Namely, the code in
> 8
Am 02.06.2014 18:43, schrieb Steve Hoelzer:
> There is consensus that the default should change because it will
> benefit nearly all users (some just a little, but some a lot).
> See [1] and replies.
Git for Windows users may want to try core.fscache=true as well [1]. This
eliminates the UAC pena
Tanay Abhra writes:
> Add a NULL value in the end of STRING_LIST_INIT_NODUP and
> STRING_LIST_DUP to initialize `compare_strings_fn`.
Hmph. That is "what change is proposed", which we can read from the
patch text itself below. We would want to see "why is this change a
good thing" to justify i
On Sun, Jun 01, 2014 at 01:07:21PM +0200, René Scharfe wrote:
> Whenever the hash table becomes too small then its size is increased,
> the original part (and the added space) is zerod out using memset(),
> and the table is rebuilt from scratch.
>
> Simplify this proceess by returning the old mem
Tanay Abhra writes:
> Signed-off-by: Tanay Abhra
> ---
> Documentation/technical/api-config.txt | 31 ++-
> 1 file changed, 30 insertions(+), 1 deletion(-)
Even though the reason to replace a TODO with real stuff is rather
straigthforward, the reader appriates a sho
On Sun, Jun 01, 2014 at 11:00:40AM +0200, René Scharfe wrote:
> The array header is defined as:
>
> static const char *header[MAX_HDR_PARSED] = {
>"From","Subject","Date",
> };
>
> When looking for the index of a specfic string in that array, simply
> use strcmp() instead
On Mon, Jun 02, 2014 at 11:53:36AM -0700, Junio C Hamano wrote:
> Dennis Kaarsemaker writes:
>
> > Instead of calling git-archive HEAD^{tree}, use $(GIT_VERSION)^{tree}.
> > This makes sure the archive name and contents are consistent, if HEAD
> > has moved, but GIT-VERSION-FILE hasn't been regen
On 2014-06-02 16.47, Tanay Abhra wrote:
[]
Please see 3 minor remarks inline.
> --- a/config.c
> +++ b/config.c
> @@ -9,6 +9,8 @@
> #include "exec_cmd.h"
> #include "strbuf.h"
> #include "quote.h"
> +#include "hashmap.h"
> +#include "string-list.h"
>
> struct config_source {
> struct c
Sup Yut Sum writes:
> try keyword is enhanced in Java 7, see try-with-resources Statement
> try (XX yy = new XX()) {
> } catch (Exception e){
> }
Sorry, but I do not see the connection between the proposed log
message and what the patch does.
The patch seems to tell me this:
We did not kno
From: Eric Sunshine
> On Sun, Jun 1, 2014 at 11:10 AM, Christian Couder
> wrote:
>>
>> +test -f "$GRAFTS_FILE" || die "Could not find graft file: '$GRAFTS_FILE'"
>> +
>> +grep '^[^# ]' "$GRAFTS_FILE" | while read definition
>> +do
>> + test -n "$definition" && {
>> + echo "Co
Johannes Sixt writes:
>> Jeremiah Mahler (9):
>> compat/mingw.c: expand MinGW support for sigaction
>> connect.c: replace signal() with sigaction()
>> progress.c: replace signal() with sigaction()
>> write_or_die.c: replace signal() with sigaction()
>> daemon.c: replace signal() with si
Dennis Kaarsemaker writes:
> Instead of calling git-archive HEAD^{tree}, use $(GIT_VERSION)^{tree}.
> This makes sure the archive name and contents are consistent, if HEAD
> has moved, but GIT-VERSION-FILE hasn't been regenerated yet.
>
> Signed-off-by: Dennis Kaarsemaker
> ---
> I have a somewh
Marc Branchaud writes:
> Signed-off-by: Marc Branchaud
> ---
> Documentation/git-fetch.txt | 30 +-
> 1 file changed, 21 insertions(+), 9 deletions(-)
>
> This patch applies on top of your 1/5. It:
>
> * De-emphasizes the FETCH_HEAD stuff by moving it to the end of
read_ref_at has its own parsing of the reflog file for no really good reason
so lets change this to use the existing reflog iterators. This removes one
instance where we manually unmarshall the reflog file format.
Log messages for errors are changed slightly. We no longer print the file
name for t
On Fri, May 30, 2014 at 2:59 PM, Junio C Hamano wrote:
> Ronnie Sahlberg writes:
>
>> read_ref_at has its own parsing of the reflog file for no really good reason
>> so lets change this to use the existing reflog iterators. This removes one
>> instance where we manually unmarshall the reflog file
Johannes Sixt writes:
> Am 5/16/2014 19:57, schrieb Junio C Hamano:
>> --- a/t/t5150-request-pull.sh
>> +++ b/t/t5150-request-pull.sh
>> @@ -223,7 +223,13 @@ test_expect_success 'pull request format' '
>> git request-pull initial "$downstream_url"
>> tags/full:refs/tags/full
>>
"Naumov, Michael (North Sydney)" writes:
You either want to correct the "From: " header that appears in
e-mails from you, or want to start your body of your patch message
like this:
From: Michael Naumov
Some git tools such as GitExtensions for Windows...
if you want the author
Fixed. Thanks.
On Fri, May 30, 2014 at 3:51 PM, Eric Sunshine wrote:
> On Fri, May 30, 2014 at 3:51 PM, Ronnie Sahlberg wrote:
>> read_ref_at has its own parsing of the reflog file for no really good reason
>> so lets change this to use the existing reflog iterators. This removes one
>> instance
Discard the unnecessary 'nr_spaces' variable, remove 'strlen()' and
improve the 'if' structure. Switch to pointers instead of integers
Slightly more rare occurrences of 'text \' with a backslash
in between spaces are handled correctly. Namely, the code in
8ba87adad6 does not reset 'last_space
There is consensus that the default should change because it will
benefit nearly all users (some just a little, but some a lot).
See [1] and replies.
[1]:
http://git.661346.n2.nabble.com/git-status-takes-30-seconds-on-Windows-7-Why-tp7580816p7580853.html
Signed-off-by: Steve Hoelzer
---
Docume
On 14-05-30 01:54 PM, Junio C Hamano wrote:
> Marc Branchaud writes:
>>
>> Then start the next sentence with
>>
>> In this case, you would want
>
> I somehow find that "in this case" redundant, given that "for such
> branches" already limits the scope of the suggestion. I dunno.
I shr
Signed-off-by: Marc Branchaud
---
Documentation/git-fetch.txt | 30 +-
1 file changed, 21 insertions(+), 9 deletions(-)
This patch applies on top of your 1/5. It:
* De-emphasizes the FETCH_HEAD stuff by moving it to the end of the
DESCRIPTION section,
* States th
On 01/06/14 01:47, Nguyễn Thái Ngọc Duy wrote:
> Signed-off-by: Nguyễn Thái Ngọc Duy
> ---
> I intended it resend the series after the comments I received, but it
> looks like Junio has picked up all comments except this one, so
> here's the fix.
>
> sequencer.c | 2 +-
> 1 file changed, 1 in
Add a hash table to cache all key-value pairs read from config files
(repo specific .git/config, user wide ~/.gitconfig and the global
/etc/gitconfig). Add two external functions `git_config_get_string` and
`git_config_get_string_multi` for querying in a non-callback manner from the
hash table.
Si
Add explanations for `git_config_get_string_multi` and `git_config_get_string`
which utilize the config hash table for querying in a non-callback manner for
a specific variable.
Signed-off-by: Tanay Abhra
---
Documentation/technical/api-config.txt | 18 ++
1 file changed, 18 inse
Hi,
[V2]: Improved according to the suggestions by Eric Sunshine and Torsten
Bogershausen.
Added cache invalidation when config file is changed.
I am using git_config_set_multivar_in_file() as an update hook.
This is my first patch series for this year's GSoC. My project is
"Git Conf
Hannes,
On Mon, Jun 02, 2014 at 01:28:25PM +0200, Johannes Sixt wrote:
> Am 6/1/2014 20:10, schrieb Jeremiah Mahler:
> > This is version 3 of the patch set to convert signal(2) to sigaction(2)
> > (previous discussion [1]).
> >
...
> > sigchain.c: replace signal() with sigaction()
>
> The seri
Signed-off-by: Tanay Abhra
---
Documentation/technical/api-config.txt | 31 ++-
1 file changed, 30 insertions(+), 1 deletion(-)
diff --git a/Documentation/technical/api-config.txt
b/Documentation/technical/api-config.txt
index 230b3a0..df08385 100644
--- a/Documentat
Am 6/1/2014 20:10, schrieb Jeremiah Mahler:
> This is version 3 of the patch set to convert signal(2) to sigaction(2)
> (previous discussion [1]).
>
> [1]: http://marc.info/?l=git&m=140148352416926&w=2
>
> Changes in this revision include:
>
> - Using NULL pointers instead of 0 as per the
>
Tanay Abhra writes:
> Add a NULL value in the end of STRING_LIST_INIT_NODUP and
> STRING_LIST_DUP to initialize `compare_strings_fn`.
>
> Signed-off-by: Tanay Abhra
> ---
> When I used a malloced string_list to play around with string-list API and
> used the default init_list, it caused a seg fa
--
Kedves felhasználók e-mailben;
Túllépte 23432 box set
Web Service / Admin, és akkor nem lesz probléma a küldő és
fogadhat e-maileket, amíg újra ellenőrizni. Kérjük, frissítse kattintva
linkre, és töltse ki az adatokat, hogy ellenőrizze a számla
Kérjük, kövesse az alábbi linkre, és majd más
Add a NULL value in the end of STRING_LIST_INIT_NODUP and
STRING_LIST_DUP to initialize `compare_strings_fn`.
Signed-off-by: Tanay Abhra
---
When I used a malloced string_list to play around with string-list API and
used the default init_list, it caused a seg fault. After an hour of debugging
I s
Jeff King writes:
> On Sat, May 31, 2014 at 11:52:24AM +0200, David Kastrup wrote:
>
>> Some mailing list filters and/or spam filters flag mails with too many
>> recipients so that they need to pass through moderation first. The
>> typical threads on this list are short and have few recipients w
Am 5/16/2014 19:57, schrieb Junio C Hamano:
> --- a/t/t5150-request-pull.sh
> +++ b/t/t5150-request-pull.sh
> @@ -223,7 +223,13 @@ test_expect_success 'pull request format' '
> git request-pull initial "$downstream_url"
> tags/full:refs/tags/full
> ) >request &&
> sed -nf
On Fri, May 30, 2014 at 02:35:37PM -0700, Junio C Hamano wrote:
> Nathan's installation can set a "GIT_MYSELF" and then have something
> like this in the shared $HOME/.gitconfig
>
> [include]
> path = /usr/local/users/$GIT_MYSELF/ident
>
> we could even make the whole thing f
59 matches
Mail list logo