On Tue, Dec 31, 2013 at 10:07 AM, Kyle J. McKay wrote:
> Since 64a99eb4 git gc refuses to run without the --force option if
> another gc process on the same repository is already running.
>
> However, if the repository is shared and user A runs git gc on the
> repository and while that gc is still
On Sun, Dec 29, 2013 at 8:49 PM, Francesco Pretto wrote:
>
> by default "git submodule" performs its add or update operations on a detached
> HEAD. This works well when using an existing full-fledged/indipendent project
> as
> the submodule, as there's less frequent need to update it or commit ba
On Tue, Dec 31, 2013 at 12:49:01PM -0500, shawn wilson wrote:
> What's the best way of doing this? I'd prefer this be a pre hook on
> the server that rejects and the user has to rebase and fix their
> stuff. Though, if there's some way to make it easier for users not to
> mess up (other than an ali
What's the best way of doing this? I'd prefer this be a pre hook on
the server that rejects and the user has to rebase and fix their
stuff. Though, if there's some way to make it easier for users not to
mess up (other than an alias for everything which I'll probably do
anyway) that would be useful.
Add an entry into the table of supported OSes. Do not set _XOPEN_SOURCE
(contrary to OpenBSD) because that disables the u_short and u_long
typedefs, which are used unconditionally in various other header files.
Signed-off-by: Benny Siegert
---
config.mak.uname | 7 +++
git-compat-util.h | 2
On Tue, Dec 31, 2013 at 7:07 PM, Kyle J. McKay wrote:
> Since 64a99eb4 git gc refuses to run without the --force option if
> another gc process on the same repository is already running.
>
> However, if the repository is shared and user A runs git gc on the
> repository and while that gc is still
Since 64a99eb4 git gc refuses to run without the --force option if
another gc process on the same repository is already running.
However, if the repository is shared and user A runs git gc on the
repository and while that gc is still running user B runs git gc on
the same repository the gc process
Hello, Junio!
>> Hi there!
>> First of all: I'm new to mailing-lists, sorry if I'm doing it wrong.
>>
>> I've found a bug in git merge-base, causing it to show not best common
>> ancestors and duplicates under some circumstances (example is given in
>> attached test case).
>
>Attached???
Sorry ab
On Mon, Dec 30, 2013 at 10:51:25AM -0800, Jonathan Nieder wrote:
> I think it can be better, since the commit message left me scratching
> my head while the patch itself seems pretty simple. How about
> something like the following?
I am fine with that format, though...
> Analysis and fix:
>
>
Junio C Hamano writes:
stephen_le...@stephe-leake.org writes:
That left the workspace unusable:
- .git/FETCH_HEAD is empty
that causes 'git rev-parse FETCH_HEAD' to fail with a confusing
error message.
This is not limited to your Cygwin environment. I can see that we
leave an emp
On Mon, Dec 30, 2013 at 11:10:31AM -0800, Junio C Hamano wrote:
> > So I think the sanest thing is probably:
> >
> > 1. Teach "fetch" to expand recursively in a single process, and then
> > tell sub-processes (via a new command-line option) not to expand
> > any further.
> >
> > 2. T
11 matches
Mail list logo