[ARM SMP] Only enable V6K instructions on V6 MP core CPUs

2005-08-10 Thread Linux Kernel Mailing List
tree 0b1512bf41bde9d89c4076b305df7ceab9db2465 parent 86b3786078d63242d3194ffc58ae8dae1d1bbef3 author Russell King [EMAIL PROTECTED] Wed, 10 Aug 2005 14:41:45 +0100 committer Russell King [EMAIL PROTECTED] Wed, 10 Aug 2005 14:41:45 +0100 [ARM SMP] Only enable V6K instructions on V6 MP core CPUs

[ARM SMP] Clear the exclusive monitor on ARMv6 CPUs on context switch

2005-08-10 Thread Linux Kernel Mailing List
tree 9bd30de345a0bf8260db1e3edbb657dc46bbe1e9 parent 3c4ee4e2520775896efc6ab850c4c27971fbcf2a author Russell King [EMAIL PROTECTED] Wed, 10 Aug 2005 14:52:52 +0100 committer Russell King [EMAIL PROTECTED] Wed, 10 Aug 2005 14:52:52 +0100 [ARM SMP] Clear the exclusive monitor on ARMv6 CPUs on

[SCSI] dpt_i2o pci_request_regions fix

2005-08-10 Thread Linux Kernel Mailing List
tree f37ca7a3bd02f4eac8bb5b62d0068451666569f9 parent 5c44cd2afad3f7b015542187e147a820600172f1 author Salyzyn, Mark [EMAIL PROTECTED] Tue, 09 Aug 2005 20:57:58 -0400 committer James Bottomley [EMAIL PROTECTED](none) Tue, 09 Aug 2005 22:09:53 -0500 [SCSI] dpt_i2o pci_request_regions fix

Re: gitweb - feature request

2005-08-10 Thread Mitchell Blank Jr
Ian Campbell wrote: I used to subscribe to the kernel RSS feed (using blam) but I found I was only getting the most recent 20 commits, which wasn't much good when a big batch went in because I would miss some. Yes, I have that problem too. It appears to be just the way that gitweb works -

Re: Sanity check of git-commit patch, was Re: [PATCH] Making CFLAGS compilant with GNU Coding Standards

2005-08-10 Thread Horst von Brand
Junio C Hamano [EMAIL PROTECTED] wrote: Johannes Schindelin [EMAIL PROTECTED] writes: True. My bad old habit. An elegant method to do that: case --some-long-option in $1*) ..; esac You are almost correct, but you need to realize that I generate that long case

Re: Sanity check of git-commit patch, was Re: [PATCH] Making CFLAGS compilant with GNU Coding Standards

2005-08-10 Thread Johannes Schindelin
Hi, On Tue, 9 Aug 2005, Horst von Brand wrote: Isn't it easier to just use getopt(1)? Only if GNU getopt is available. On Mac OS X, only the BSD version is installed by default, which does not handle long options at all. Please stop! I'm dizzy already! :-) Ciao, Dscho - To unsubscribe

Re: Cannot install git RPM

2005-08-10 Thread Sam Ravnborg
On Wed, Aug 10, 2005 at 09:23:07AM -0700, Chris Wright wrote: * Wolfgang Denk ([EMAIL PROTECTED]) wrote: It's then the perl(Email::Valid) and perl(Mail::Sendmail) depen- dencies which cause problems. I installed all perl packages and modules I was able to find in the standard FC

Re: Cannot install git RPM

2005-08-10 Thread Chris Wright
* Sam Ravnborg ([EMAIL PROTECTED]) wrote: Not knowing perl at all I wonder if some more widespread used packages can replace the above two? I recall having trouble locating them myself when I first tried Greg's send-a-lot-of-mails script. I'm not too sure, but I too abandoned (well, rewrote

Re: [PATCH] Teach git push .git/branches shorthand

2005-08-10 Thread Darrin Thompson
On Mon, 2005-08-08 at 11:41 +0200, Josef Weidendorfer wrote: Perhaps we should call it remoterefs/ instead? How about .git/peers/ ? -- Darrin - To unsubscribe from this list: send the line unsubscribe git in the body of a message to [EMAIL PROTECTED] More majordomo info at

Re: kernel.org git web interface

2005-08-10 Thread Sam Ravnborg
Hi Hubert. git@vger.kernel.org is a better place to request this. So I have included them in to: Sam On Wed, Aug 10, 2005 at 03:59:02PM +, Hubert Tonneau wrote: The 'V' column on http://www.kernel.org/ is very convienient to review what has changed in a new kernel (files

Re: Cannot install git RPM

2005-08-10 Thread Chris Wright
* Wolfgang Denk ([EMAIL PROTECTED]) wrote: My problem is that I cannot satisfy the dependencies in a way which gets visible to RPM. And this is where I feel this is a bug in Fedora Core. But probably I'm just too dumb. No, it's just lack of good support. Try rpm.pbone.net, they are there. -

Re: Cannot install git RPM

2005-08-10 Thread Junio C Hamano
Wolfgang Denk [EMAIL PROTECTED] writes replying to Sam Ravnborg: In message [EMAIL PROTECTED] you wrote: Not knowing perl at all I wonder if some more widespread used packages can replace the above two? Installation of the required modules from the CPAN is trivial. It should be

Re: Request for help from binary packaging people.

2005-08-10 Thread Matthias Urlichs
Hi, Junio C Hamano wrote: For Debian, we recommend lib*-*-perl packages. Do we need to recommend perl itself as well, or is it the case that things that are covered with the automatic dependency chain need not be listed? No, yes. ;-) What happens if the lib*-perl packages are not

[PATCH] Debian packaging for 0.99.4

2005-08-10 Thread Matthias Urlichs
Debian packaging fixes for 0.99.4: - Add a debian/changelog entry. - Split gitk off to its own package; it needs tk installed, but nothing else does. - Refer to GPL properly, don't install COPYING. - Fix maintainer. - Use dh_movefiles instead of dh_install; we don't want to list everything

Re: [PATCH] Debian packaging for 0.99.4

2005-08-10 Thread Martin Langhoff
On 8/11/05, Matthias Urlichs [EMAIL PROTECTED] wrote: Debian packaging fixes for 0.99.4: Is this anywhere in the archive? cheers, martin - To unsubscribe from this list: send the line unsubscribe git in the body of a message to [EMAIL PROTECTED] More majordomo info at

GIT v0.99.4

2005-08-10 Thread Junio C Hamano
Thanks a lot to everybody who sent in usability enhancements and bugfixes. Updates since v0.99.3: - HTTP transport can pull from a packed repository. - RPM and Debian packages are hopefully usable out of the box. - Read-only operations on read-only repository should work better. - Commit and tag

Speed up git-merge-base a lot

2005-08-10 Thread Linus Torvalds
In commit 4f7eb2e5a351e0d1f19fd4eab7e92834cc4528c2 I fixed git-merge-base getting confused by datestamps that caused it to traverse things in a non-obvious order. However, my fix was a very brute-force one, and it had some really horrible implications for more complex trees with lots of

Re: [PATCH] Debian packaging for 0.99.4

2005-08-10 Thread Matthias Urlichs
Hi, Martin Langhoff: On 8/11/05, Matthias Urlichs [EMAIL PROTECTED] wrote: Debian packaging fixes for 0.99.4: Is this anywhere in the archive? Cogito 0.12.1 (which includes git) has been packaged by Sebastian Kuzminsky [EMAIL PROTECTED]; it's in Debian Unstable. I assume he'll do

[PATCH] Need to set PAGER in tests

2005-08-10 Thread Pavel Roskin
Hello! t5400-send-pack.sh --verbose stops waiting for user input. It happens because git log uses less for output now. To prevent this, PAGER should be set to cat. Signed-off-by: Pavel Roskin [EMAIL PROTECTED] diff --git a/t/test-lib.sh b/t/test-lib.sh --- a/t/test-lib.sh +++ b/t/test-lib.sh

Re: [PATCH] Debian packaging for 0.99.4

2005-08-10 Thread Sebastian Kuzminsky
Matthias Urlichs [EMAIL PROTECTED] wrote: Cogito 0.12.1 (which includes git) has been packaged by Sebastian Kuzminsky [EMAIL PROTECTED]; it's in Debian Unstable. I assume he'll do something about packaging the current version; I just filed a wishlist bug in Debian. The current cogito

[PATCH] Trapping exit in tests, using return for errors

2005-08-10 Thread Pavel Roskin
Hello! I have noticed that make test fails without any explanations when the merge utility is missing. I don't think tests should be silent in case of failure. It turned out that the particular test was using exit to interrupt the test in case of an error. This caused the whole test script to

Re: [PATCH] Debian packaging for 0.99.4

2005-08-10 Thread Sebastian Kuzminsky
Martin Langhoff [EMAIL PROTECTED] wrote: On 8/11/05, Sebastian Kuzminsky [EMAIL PROTECTED] wrote: I agree completely - it's super bogus to rename the two central programs. It makes Debian essentially incompatible with the rest of the world. Well, I doubt this problem lies with Debian. GNU

Re: [PATCH] Debian packaging for 0.99.4

2005-08-10 Thread Sebastian Kuzminsky
Linus Torvalds [EMAIL PROTECTED] wrote: The top man-page I found for GNU interactive tools says: A Set of Interactive Programs Edition 2.5, for GIT version 4.3.16 January 1997 just let it die in peace. The top of the RCS changelog says: Fri Jun 16 06:19:24 1995