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 ty...@mit.edu 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

[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

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

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 robin.rosenb...@dewire.com 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

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

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 regular

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 gits...@pobox.com writes: Adam Tkac at...@redhat.com 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

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

2012-12-06 Thread Junio C Hamano
Zoltan Klinger zoltan.klin...@gmail.com 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/

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

2012-12-06 Thread Junio C Hamano
Adam Tkac at...@redhat.com 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

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] 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 zoltan.klin...@gmail.com writes: Only print out the names of the files and directories that got actually deleted. Consider the following repo layout: |-- test.git/ |-- foo/

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