From: "Junio C Hamano"
--
[Stalled]
* po/everyday-doc (2014-01-27) 1 commit
- Make 'git help everyday' work
This may make the said command to emit something, but the source is
not meant to be formatted into a manual pages to begin with, and
also
On Sun, Jul 13, 2014 at 12:50 AM, Nguyễn Thái Ngọc Duy
wrote:
> This variable is intended to support multiple working directories
> attached to a repository. Such a repository may have a main working
> directory, created by either "git init" or "git clone" and one or more
> linked working director
Dear. Friend,
I am Vice Chairman, Board of Directors Hang Seng Bank Hong Kong.
Dr.Raymond Chien; A deceased client of mine, that shares the same
last name as yours, Died without a next of kin. $16,M in my Branch.
Contact Email: drhraymo...@yahoo.com.hk
Regards, Dr Raymond.
--
To unsubscribe from t
My local master branch is the result of a merge of upstream master and
some local changes. I want to merge in more recent upstream work.
git pull doesn't seem to have updated origin/master, and git checkout
origin/master also doesn't seem to work.
Here's some info that may be relevant.
ross@tem
--
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
On Tue, Jul 22, 2014 at 12:41:19PM -0400, Jean-Francois Bouchard wrote:
> Thanks for this info. This make a lot of sense system wise. For a user
> point of view, it is a nightmare. Also, this break a lot of tools that
> are waiting username/password authentication via HTTPS. (I name
> Eclipse).
Wh
Any idea why this parameter would slow down a clone so severely? I am
experiencing clone slowdown by 5x+ after adding this parameter, which is not
cool given the size of the repository and the urgency of finishing the
migration.
--
View this message in context:
http://git.661346.n2.nabble.com/
brian m. carlson wrote:
> Signed-off-by: brian m. carlson
> ---
> Documentation/git-rev-parse.txt | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Thanks again for catching and fixing it.
Reviewed-by: Jonathan Nieder
--
To unsubscribe from this list: send the line "unsubscribe git" in
The caret (^) is used as a markup symbol in AsciiDoc. Due to the
inability of AsciiDoc to parse a line containing an unmatched caret, it
omitted the line from the output, resulting in the man page missing the
end of a sentence. The rest of the documentation uses backticks
whenever a caret is enco
On Tue, Jul 22, 2014 at 10:00:22AM -0700, Junio C Hamano wrote:
> "brian m. carlson" writes:
>
> > So git uses libcurl with CURLAUTH_ANY. In order for authentication to
> > work with libcurl, you have to supply a username. If you specify it in
> > the URL, the libcurl realizes that it can use K
On Tue, Jul 22, 2014 at 11:39 PM, Ronnie Sahlberg wrote:
> Duy, keep up the good work.
> Once you are ready I am more than happy to help out reviewing the patches.
The road I'm taking is:
1) split-index to speed up index writing time
2) add index-helper daemon to speed up index reading time
3) s
Junio C Hamano writes:
> Jeff King writes:
>
>> If you have an untracked directory that contains excluded files, like
>> this:
>>
>> mkdir foo
>> echo content >foo/one
>> echo content >foo/two
>> echo "foo/one" >.gitignore
>>
>> then "git clean -d" will notice that "foo" is untracked and
Ronnie Sahlberg writes:
> I don't think we need to do that.
> That would imply that we would need to be able to also allow reading
> the content of a badly named ref.
> Currently a badly named ref can not be accessed by any function except
> git branch -D which contains the special flag that
>
Here are the topics that have been cooking. Commits prefixed with
'-' are only in 'pu' (proposed updates) while commits prefixed with
'+' are in 'next'.
We would need to start slowing down to prepare for -rc0 preview at
the end of this week and then feature freeze. Some topics that
joined 'next'
On Tue, Jul 22, 2014 at 11:19 AM, Ronnie Sahlberg wrote:
> On Fri, Jul 18, 2014 at 3:31 PM, Junio C Hamano wrote:
>> Ronnie Sahlberg writes:
>>
>>> We call read_ref_full with a pointer to flags from rename_ref but since
>>> we never actually use the returned flags we can just pass NULL here inst
Jeff King writes:
> If you have an untracked directory that contains excluded files, like
> this:
>
> mkdir foo
> echo content >foo/one
> echo content >foo/two
> echo "foo/one" >.gitignore
>
> then "git clean -d" will notice that "foo" is untracked and recursively
> delete it and its cont
On Tue, Jul 22, 2014 at 2:30 PM, Ronnie Sahlberg wrote:
> On Tue, Jul 22, 2014 at 1:41 PM, Junio C Hamano wrote:
>> Ronnie Sahlberg writes:
>>
>>> We currently do not handle badly named refs well :
>>> $ cp .git/refs/heads/master .git/refs/heads/master.@\*@\\.
>>> $ git branch
>>>fatal:
On Tue, Jul 22, 2014 at 1:41 PM, Junio C Hamano wrote:
> Ronnie Sahlberg writes:
>
>> We currently do not handle badly named refs well :
>> $ cp .git/refs/heads/master .git/refs/heads/master.@\*@\\.
>> $ git branch
>>fatal: Reference has invalid format: 'refs/heads/master.@*@\.'
>> $
Jeffry Johnston writes:
> We had been experiencing "random" deletions of files and directories,
> and we finally figured out what they were: git stash -u. A coworker
> happened upon a webpage (after losing a weeks worth of experimental
> work, back to his last backup), which described our proble
John Keeping writes:
> Makes sense. I don't think I noted the order in the "$cur" case, I just
> put the new one in here so that they were sorted lexicographically.
Unless there is particular reason, consistently using lexicographic
order in all related places is one good way to organize things
Hi
Some time ago I reported the two following bugs to Debian BTS,
could you please look at them?
1. http://bugs.debian.org/741883 -- gitweb blame does not work
correctly when $feature{'javascript-actions'} is enabled
This should be one-line change fix, which I really would like to be
applied t
On Tue, Jul 22, 2014 at 01:23:25PM -0700, Junio C Hamano wrote:
> John Keeping writes:
>
> > Since the argument to `--recurse-submodules` is mandatory, it does not
> > need to be stuck to the option with `=`.
> >
> > Signed-off-by: John Keeping
> > ---
> > Change since v1:
> > - Fix typo --r
We had been experiencing "random" deletions of files and directories,
and we finally figured out what they were: git stash -u. A coworker
happened upon a webpage (after losing a weeks worth of experimental
work, back to his last backup), which described our problems exactly:
http://blog.icefusion
Ronnie Sahlberg writes:
> We currently do not handle badly named refs well :
> $ cp .git/refs/heads/master .git/refs/heads/master.@\*@\\.
> $ git branch
>fatal: Reference has invalid format: 'refs/heads/master.@*@\.'
> $ git branch -D master.@\*@\\.
> error: branch 'master.@
John Keeping writes:
> Since the argument to `--recurse-submodules` is mandatory, it does not
> need to be stuck to the option with `=`.
>
> Signed-off-by: John Keeping
> ---
> Change since v1:
> - Fix typo --recurse{_ => -}submodules
> - Dropped previous patch 1/4 adding ";;" at the end
John Keeping writes:
> On Mon, Jul 21, 2014 at 01:09:13PM -0700, Junio C Hamano wrote:
>> Junio C Hamano writes:
>>
>> > John Keeping writes:
>> >
>> >> Signed-off-by: John Keeping
>> >> ---
>> >
>> > As these ;; are separators not terminators, this is not strictly
>> > necessary. Squashing
Am 21.07.2014 16:13, schrieb Duy Nguyen:
This function tests if $PWD is the same as getcwd() using st_dev and
st_ino. But on Windows these fields are always zero
(mingw.c:do_lstat). If cwd is moved away, I think falling back to $PWD
is wrong. I don't understand the use of $PWD in the first place.
On Mon, Jul 21, 2014 at 01:09:13PM -0700, Junio C Hamano wrote:
> Junio C Hamano writes:
>
> > John Keeping writes:
> >
> >> Signed-off-by: John Keeping
> >> ---
> >
> > As these ;; are separators not terminators, this is not strictly
> > necessary. Squashing it into a change that adds more ca
Consider these three files:
$ printf "%s\n" A B C D >ours
$ printf "%s\n" A C B D >common
$ printf "%s\n" A B D >theirs
Starting from A C B D, our side flips the order of the second (C)
and the third (B), while their side removes the second (C).
The correct three-way content level me
Since the argument to `--recurse-submodules` is mandatory, it does not
need to be stuck to the option with `=`.
Signed-off-by: John Keeping
---
Change since v1:
- Fix typo --recurse{_ => -}submodules
- Dropped previous patch 1/4 adding ";;" at the end of the "--repo" case
contrib/comple
Signed-off-by: John Keeping
---
contrib/completion/git-completion.bash | 22 +-
1 file changed, 21 insertions(+), 1 deletion(-)
diff --git a/contrib/completion/git-completion.bash
b/contrib/completion/git-completion.bash
index 33a4962..293868a 100644
--- a/contrib/completion
Signed-off-by: John Keeping
---
contrib/completion/git-completion.bash | 1 +
1 file changed, 1 insertion(+)
diff --git a/contrib/completion/git-completion.bash
b/contrib/completion/git-completion.bash
index bed3665..33a4962 100644
--- a/contrib/completion/git-completion.bash
+++ b/contrib/comp
On Fri, Jul 18, 2014 at 3:31 PM, Junio C Hamano wrote:
> Ronnie Sahlberg writes:
>
>> We call read_ref_full with a pointer to flags from rename_ref but since
>> we never actually use the returned flags we can just pass NULL here instead.
>
> Sensible, at least for the current callers. I had to w
Ronnie Sahlberg writes:
> One reason for the former could be if there are problems with multiple
> refs in a single transaction.
> It would be very annoying to have to do
> $ git
>error: ref foo has a problem
>
> $
> $ git (try again)
>error: ref bar has a problem
> ...
>
> And it
On Fri, Jul 18, 2014 at 3:59 PM, Junio C Hamano wrote:
> Hmm, the primary reason for this seems to be because you are going to handle
> multiple refs at a time, some of them might fail to lock due to this
> lowest-level
> helper to unlink failing, some others may fail to lock due to some other
>
"Keller, Jacob E" writes:
> Just a ping on the status of this patch?
I wrote that v10 needs to be picked up in the last "What's cooking",
I think I did so already and pushed out the result somewhere between
'master' and 'pu'.
--
To unsubscribe from this list: send the line "unsubscribe git" in
On Wed, 2014-07-16 at 14:48 -0700, Jacob Keller wrote:
> Add support for configuring default sort ordering for git tags. Command
> line option will override this configured value, using the exact same
> syntax.
>
> Cc: Jeff King
> Signed-off-by: Jacob Keller
> Signed-off-by: Junio C Hamano
> --
"brian m. carlson" writes:
> So git uses libcurl with CURLAUTH_ANY. In order for authentication to
> work with libcurl, you have to supply a username. If you specify it in
> the URL, the libcurl realizes that it can use Kerberos, and goes on its
> merry way.
>
> If you don't specify the usernam
Jeff King writes:
> So I would not mind lifting this unnecessary restriction on
> git_config_string, but I do not see a way to do it without making the
> rest of the code much uglier (and I do not see a particular advantage in
> modifying git_config_string here that would make it worth the troubl
Hello,
Thanks for this info. This make a lot of sense system wise. For a user
point of view, it is a nightmare. Also, this break a lot of tools that
are waiting username/password authentication via HTTPS. (I name
Eclipse).
Also, I m not able to reproduce the kerberos login on Ubuntu 14.04. I
m as
On Sun, Jul 20, 2014 at 10:10 PM, Juan P wrote:
> Duy Nguyen gmail.com> writes:
>
>>
>> Just a quick update for the enthusiasts. My branch file-watcher [1]
>> has got working per-user inotify support. It's a 20 patch series so
>> I'll refrain from spamming git vger for a while, even though it hu
Junio C Hamano writes:
> Matthieu Moy writes:
>
>> OK, it seems I got convinced too quickly by Junio ;-). The function
>> produces a char * that can be modified, but it also receives a value,
>> and the function should keep the "const" to allow passing "const char
>> *".
>
> Don't blame me. I ne
Matthieu Moy writes:
> OK, it seems I got convinced too quickly by Junio ;-). The function
> produces a char * that can be modified, but it also receives a value,
> and the function should keep the "const" to allow passing "const char
> *".
Don't blame me. I never suggested to touch that existin
On 7/22/2014 5:14 PM, Matthieu Moy wrote:
> Jeff King writes:
>
>> will complain that we are passing a pointer to "const char *", not a
>> pointer to "char *". And indeed, compiling with your patch introduces a
>> ton of compiler warnings.
>
> Tanay: are you not compiling with gcc -Wall -Werro
Jeff King writes:
> will complain that we are passing a pointer to "const char *", not a
> pointer to "char *". And indeed, compiling with your patch introduces a
> ton of compiler warnings.
Tanay: are you not compiling with gcc -Wall -Werror?
(see my earlier message, just create a file config.
On 7/22/2014 4:37 PM, Jeff King wrote:
> On Tue, Jul 22, 2014 at 03:49:56AM -0700, Tanay Abhra wrote:
>
>> `git_config_string()` output parameter `dest` is declared as a const
>> which is unnecessary as the caller of the function is given a strduped
>> string which can be modified without causin
On Mon, Jul 21, 2014 at 04:12:25AM -0700, Tanay Abhra wrote:
> -static int notes_rewrite_config(const char *k, const char *v, void *cb)
> +static void notes_rewrite_config(struct notes_rewrite_cfg *c)
> {
> - struct notes_rewrite_cfg *c = cb;
> - if (starts_with(k, "notes.rewrite.") && !s
On Tue, Jul 22, 2014 at 03:49:56AM -0700, Tanay Abhra wrote:
> `git_config_string()` output parameter `dest` is declared as a const
> which is unnecessary as the caller of the function is given a strduped
> string which can be modified without causing any harm.
>
> Thus, remove the const from the
`git_config_string()` output parameter `dest` is declared as a const
which is unnecessary as the caller of the function is given a strduped
string which can be modified without causing any harm.
Thus, remove the const from the function signature.
Signed-off-by: Tanay Abhra
---
cache.h | 2 +-
On Mon, Jul 21, 2014 at 07:10:13PM +0200, René Scharfe wrote:
> Probably. And I was so glad to have found an example case for getcwd
> without dying and without touching the get-there-and-back cases. :) Guess
> I'll have to look closer at setup.c and perhaps unix-socket.c for a
> replacement.
I
On Mon, Jul 21, 2014 at 01:08:53PM +0100, Dan Ackroyd wrote:
> Apologies in advance if this is the wrong place, but it looks like the
> OSX packages available from http://git-scm.com/download/mac are not
> working for at least some people including myself.
As you noticed, those packages are done
I am Mrs. Susan Patrick, suffering from cancerous ailment.I want you to
establish my husband money (35,000,000.00 GBP) to charity home for the upkeep
of widows, widowers, orphans,destitute, the down-trodden, physically challenged
children. My Doctor told me recently, that I have limited days to
On Sun, Jul 20, 2014 at 11:44:53PM +0200, Stefan Beller wrote:
> We're currently seeing lots of false positives
> as the xmalloc/xrealloc function is handled not properly
> by coverity. There are lots of errors "Allocation too small for type"
Hmm. Actually, I think this report from coverity kind
Junio C Hamano writes:
> Matthieu Moy writes:
>
>> In general, most strings one manipulates are "const char *", it's
>> frequent to modify a pointer to a string, but rather rare to modify the
>> string itself.
>
> We seem to have a disagreement. Unlike git_config_get_value() that
> lets callers
54 matches
Mail list logo