any way to re-release git's block sha1 implementation under a different license?

2012-12-06 Thread Liu Liu
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

Re: [PATCH] git-clean: Display more accurate delete messages

2012-12-06 Thread Soren Brinkmann
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/ >

Re: Git repository and Maven project

2012-12-06 Thread Junio C Hamano
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

Git repository and Maven project

2012-12-06 Thread Aleks
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

Re: [PATCH v2] If `egrep` is aliased, temporary disable it in bash.completion

2012-12-06 Thread Junio C Hamano
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

Re: [PATCH] git-clean: Display more accurate delete messages

2012-12-06 Thread Junio C Hamano
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

Re: [PATCH v2] If `egrep` is aliased, temporary disable it in bash.completion

2012-12-06 Thread Adam Tkac
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

Re: [PATCH] RFC Optionally handle symbolic links as copies

2012-12-06 Thread Robin Rosenberg
- 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

Re: Please pull l10n updates for 1.8.1 round 2

2012-12-06 Thread Peter Krefting
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

Re: [PATCH] Perform minimal stat comparison when some stat fields are not set

2012-12-06 Thread Robin Rosenberg
- 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

Re: [PATCH] Add new git-cc-cmd helper to contrib

2012-12-06 Thread Ramkumar Ramachandra
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

[PATCH] git-clean: Display more accurate delete messages

2012-12-06 Thread Zoltan Klinger
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 |-

Activate private cloud "git" in Cloud Worlds

2012-12-06 Thread Jeff Kitson
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

Re: [PATCH] Add directory pattern matching to attributes

2012-12-06 Thread Jean-Noël Avila
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

Re: Exploiting SHA1's "XOR weakness" allows for faster hash calculation

2012-12-06 Thread Sebastian Schuberth
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