Hi,
I am reaching out because in my personal project (
https://github.com/liuliu/ccv
), I used the block sha1 implementation (
https://github.com/git/git/blob/master/block-sha1/sha1.c) in git. It is a
fast, generalized and standalone implementation, however, since it is a
part of git, it is under
Hi,
On Thu, Dec 06, 2012 at 09:37:31AM -0800, Junio C Hamano wrote:
> Zoltan Klinger writes:
>
> > Only print out the names of the files and directories that got actually
> > deleted.
> >
> > Consider the following repo layout:
> > |-- test.git/
> > |-- foo/
> > |-- bar/
>
Aleks writes:
> Can you help to clarify such question.
> We have 2 different projects.
> Name of first project say "server".
> Second - "client".
> Every project has own maven build structure.
> Server produces the war archive for deployment.
> The Client project produces the client jar for testi
Can you help to clarify such question.
We have 2 different projects.
Name of first project say "server".
Second - "client".
Every project has own maven build structure.
Server produces the war archive for deployment.
The Client project produces the client jar for testing Server application.
Aside
Adam Tkac writes:
> On Thu, Nov 29, 2012 at 09:33:53AM -0800, Junio C Hamano wrote:
> ...
>> IOW, something along this line?
>
> This won't work, unfortunately, because shopt settings aren't inherited by
> subshell (and for example egrep is called in subshell).
>
> I discussed this issue with col
Zoltan Klinger writes:
> Only print out the names of the files and directories that got actually
> deleted.
>
> Consider the following repo layout:
> |-- test.git/
> |-- foo/
> |-- bar/
> |-- bar.txt
> |-- frotz.git/
> |-- fr
On Thu, Nov 29, 2012 at 09:33:53AM -0800, Junio C Hamano wrote:
> Junio C Hamano writes:
>
> > Adam Tkac writes:
> >
> >> Subject: Re: [PATCH v2] If `egrep` is aliased, temporary disable it in
> >> bash.completion
> >
> > The code does not seem to do anything special if it is not aliased,
> > t
- Ursprungligt meddelande -
> Am 12/5/2012 23:46, schrieb Robin Rosenberg:
> > - git status - when do we report a diff.
> > - After checkout we should probably not
>
> Are you saying that it should be ignored that the index records a
> symbolic
> link, but the worktree contains a reg
Jiang Xin:
The following changes since commit f94c3251e1400c3cf349f7f84fea4db66b540113:
Update draft release notes to 1.8.1 (2012-11-29 13:57:09 -0800)
are available in the git repository at:
git://github.com/git-l10n/git-po master
for you to fetch changes up to 77cc392d6d60c5d22930174904a
- Ursprungligt meddelande -
> Am 12/6/2012 2:09, schrieb Robin Rosenberg:
> >> Robin Rosenberg writes:
> >>> At least JGit does sets uid, gid, ctime, ino and dev fields to
> >>> zero
> >>> on update. To Git this looks like the stat data does not match
> >>> and
> >>> a full file compare
Felipe Contreras wrote:
> [...]
What happened to this code? I don't see it in `pu`.
Ram
--
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
Only print out the names of the files and directories that got actually
deleted.
Consider the following repo layout:
|-- test.git/
|-- foo/
|-- bar/
|-- bar.txt
|-- frotz.git/
|-- frotz.txt
|-- tracked_file1
|-
Dear Colleague,
You are invited to activate your private cloud with domain name "git" in Cloud
Worlds (http://www.cloudworlds.org, choose "Private Domain").
It is like your personal "Cloud Server" that allows you to archive, organize
and manipulate resources (such as documents, notes, applicati
On 06/12/2012 00:35, Junio C Hamano wrote:
"Jean-Noël AVILA" writes:
-static void prepare_attr_stack(const char *path)
+static void prepare_attr_stack(const char *path, unsigned mode)
{
struct attr_stack *elem, *info;
int dirlen, len;
@@ -645,28 +645,43 @@ static void prepare
On Wed, Dec 5, 2012 at 6:20 PM, Theodore Ts'o wrote:
> It's only useful if you are trying to do brute-force password
> cracking, where the password is being hashed in a very specific way.
> (If for example the password was replicated N times in the input
> buffer for SHA-1, instead of keeping the
15 matches
Mail list logo