[Bluetooth] Kill redundant NULL checks before kfree()

2005-08-06 Thread Linux Kernel Mailing List
tree 6ce4e75810fc0724d05c305fc6b517aba23598c0 parent dcc365d8f28d6a2332fa37e64d669858a8d017e8 author Marcel Holtmann [EMAIL PROTECTED] Sat, 06 Aug 2005 12:36:47 +0200 committer Marcel Holtmann [EMAIL PROTECTED] Sat, 06 Aug 2005 12:36:47 +0200 [Bluetooth] Kill redundant NULL checks before kfree()

[Bluetooth] Revert session reference counting fix

2005-08-06 Thread Linux Kernel Mailing List
tree 45872ffc48be8319a88259cfcef86605a1f94a4e parent cad0f6270c0bae5bcae6af3c7ac7bd3ae5d9b618 author Marcel Holtmann [EMAIL PROTECTED] Sat, 06 Aug 2005 12:36:42 +0200 committer Marcel Holtmann [EMAIL PROTECTED] Sat, 06 Aug 2005 12:36:42 +0200 [Bluetooth] Revert session reference counting fix The

[Bluetooth] Remove unused functions and cleanup symbol exports

2005-08-06 Thread Linux Kernel Mailing List
tree cf25ee6d3b555a246be9bf8b783d3a92325cf5d9 parent e9a3e671c09d419f29710d8620ed916d3bf7d7ab author Marcel Holtmann [EMAIL PROTECTED] Sat, 06 Aug 2005 12:36:51 +0200 committer Marcel Holtmann [EMAIL PROTECTED] Sat, 06 Aug 2005 12:36:51 +0200 [Bluetooth] Remove unused functions and cleanup symbol

ppc: Export __handle_mm_fault for MOL

2005-08-06 Thread Linux Kernel Mailing List
tree cd2d71428286934c89294ad12ebe4928c9425302 parent fab5a60a29f98f17256a4183e34a414f6db67569 author Linus Torvalds [EMAIL PROTECTED] Sat, 06 Aug 2005 23:44:37 -0700 committer Linus Torvalds [EMAIL PROTECTED] Sat, 06 Aug 2005 23:44:37 -0700 ppc: Export __handle_mm_fault for MOL When we did the

Check input buffer size in zisofs

2005-08-06 Thread Linux Kernel Mailing List
tree eff86901dda863299501c6e729a2d621f607314f parent 243393c90f2b7cb781fd794e22786e9c8547901a author Linus Torvalds [EMAIL PROTECTED] Sat, 06 Aug 2005 23:42:06 -0700 committer Linus Torvalds [EMAIL PROTECTED] Sat, 06 Aug 2005 23:42:06 -0700 Check input buffer size in zisofs This uses the new

[PATCH] i386 visws: Add machine_shutdown and emergency_restart

2005-08-06 Thread Linux Kernel Mailing List
tree fa988e457ce99f4eb9a85da9daf84951b5fcfe15 parent 094528a7fb3f75a83673e5cc3271fd466f2e278d author Eric W. Biederman [EMAIL PROTECTED] Sun, 07 Aug 2005 01:45:10 -0600 committer Linus Torvalds [EMAIL PROTECTED] Sun, 07 Aug 2005 02:54:57 -0700 [PATCH] i386 visws: Add machine_shutdown and

Re: My Itchlist

2005-08-06 Thread Johannes Schindelin
Hi, On Fri, 5 Aug 2005, Linus Torvalds wrote: On Fri, 5 Aug 2005, Junio C Hamano wrote: - Teach fetch-pack reference renaming. Well, the fetch side at least needs it less. Right now the renaming means that you can only really fetch _one_ head at a time, but that's at least a fairly

Re: New script: cg-clean

2005-08-06 Thread Pavel Roskin
Hello, Petr! Sorry for delay. On Sun, 2005-07-10 at 17:46 +0200, Petr Baudis wrote: Dear diary, on Sat, Jul 09, 2005 at 12:34:44AM CEST, I got a letter where Pavel Roskin [EMAIL PROTECTED] told me that... Hello, Petr! Hello, Please consider this script for Cogito. Signed-off-by:

Re: gitk hyperlinks (was Re: Display of merges in gitk)

2005-08-06 Thread Linus Torvalds
On Sat, 6 Aug 2005, Paul Mackerras wrote: Linus Torvalds writes: - clickable SHA1's in commit messages would be really really cool if something like that is even possible with tcl/tk. Done, and it was even pretty easy. It took only about a dozen lines. Looks good also. I assume

Re: gitk hyperlinks

2005-08-06 Thread Junio C Hamano
Paul Mackerras [EMAIL PROTECTED] writes: Good idea. Also done. :) It's on master.kernel.org now in my gitk.git directory. Hopefully Junio will pull it into git soon. I did, and will push it out shortly, but I think you need this patch. To make later merges from you easier, I will not put

Make git-sh-setup-script do what it was supposed to do

2005-08-06 Thread Linus Torvalds
Duh. A missing meant that half the tests that git-sh-setup-script were _meant_ to do were actually totally ignored. In particular, the git sanity checking ended up only testing that the GIT_OBJECT_DIRECTORY was sane, not that GIT_DIR itself was.. Signed-off-by: Linus Torvalds [EMAIL

Re: gitk hyperlinks (was Re: Display of merges in gitk)

2005-08-06 Thread jepler
On Sat, Aug 06, 2005 at 09:20:16AM -0700, Linus Torvalds wrote: Looks good also. I assume the mouse can't change when it hovers? In gitk? This is be possible. My patch[1] does it. The way it's done stinks a little bit, though. Enter and Leave are bound on a tag common to all the hyperlinks,

Re: Make git-sh-setup-script do what it was supposed to do

2005-08-06 Thread Junio C Hamano
Linus Torvalds [EMAIL PROTECTED] writes: Duh. A missing meant that half the tests that git-sh-setup-script were _meant_ to do were actually totally ignored. In particular, the git sanity checking ended up only testing that the GIT_OBJECT_DIRECTORY was sane, not that GIT_DIR itself was..

gitk SHA link hovers

2005-08-06 Thread Linus Torvalds
This makes the cursor change when you hover over a SHA1 link with the new hypertext gitk commit ID linking feature. All credit goes to Jeff Epler [EMAIL PROTECTED] and bugs are mine. I don't actually know any tcl/tk, I'm just acting as a random monkey that looks at what others do and mix it

gitweb tag display

2005-08-06 Thread Junio C Hamano
A git tag object can have its own text contents, but I do not see how I can get to it from gitweb. For example, I have junio-gpg-pub tag in my git.git repository. This is a tag to a blob which is my public GPG key. The tag object itself says: object

Re: [ANNOUNCE] Cogito-0.13

2005-08-06 Thread Petr Baudis
Dear diary, on Fri, Aug 05, 2005 at 07:49:37PM CEST, I got a letter where Dirk Behme [EMAIL PROTECTED] told me that... Hi Petr, Petr Baudis wrote: I'm happy to announce release 0.13 of the Cogito SCMish layer over the GIT Tree History Storage tool. As usual, get it at:

Re: gitweb tag display

2005-08-06 Thread Junio C Hamano
Junio C Hamano [EMAIL PROTECTED] writes: A git tag object can have its own text contents, but I do not see how I can get to it from gitweb. I just realized that this is also unavailable in gitk, so please consider this as a feature request to gitk as well. If you can pop-up a temporary

Re: My Itchlist

2005-08-06 Thread Junio C Hamano
Johannes Schindelin [EMAIL PROTECTED] writes: I think that we need a method to do a push in reverse: If a central repository has several branches, I might want to pull just those branches where the local head is a strict parent of the remote side, and get complains for the others. And

qgit-0.81

2005-08-06 Thread Marco Costalba
Hi all, this is a fix release, mainly to accomodate the new 'A' flag instead of 'N' in git-diff-tree format. Some little new stuff too, complete changelog below: - added move back/forward in selection history - added hyperlinks SHA1's in commit messages - fix cursor position in in commit

cogito - how to drop a commit

2005-08-06 Thread Sam Ravnborg
I accidently commited too many files to my tree today, and now I want to drop the commit so I have logically separate commits. What is the right way to do this - in cogito hopefully. I do not mind to execute a few git commands, but for my daily usage I expect cogito to hanle everything and

Re: cogito - how to drop a commit

2005-08-06 Thread Linus Torvalds
On Sun, 7 Aug 2005, Sam Ravnborg wrote: I accidently commited too many files to my tree today, and now I want to drop the commit so I have logically separate commits. What is the right way to do this - in cogito hopefully. Not cogito, and this needs to be scripted, but if what you _want_

Re: qgit-0.81

2005-08-06 Thread Linus Torvalds
On Sat, 6 Aug 2005, Marco Costalba wrote: Some little new stuff too, complete changelog below: - added move back/forward in selection history - added hyperlinks SHA1's in commit messages Ok, this is nicer than gitk, with the parents showing up in the commit message and thus easy to go

Extend git reset to take a reset point

2005-08-06 Thread Linus Torvalds
This was triggered by a query by Sam Ravnborg, and extends git reset to reset the index and the .git/HEAD pointer to an arbitrarily named point. For example git reset HEAD^ will just reset the current HEAD to its own parent - leaving the working directory untouched, but effectively

Re: Extend git reset to take a reset point

2005-08-06 Thread Junio C Hamano
How about saving the current HEAD to $GIT_DIR/OLD_HEAD just in case? Then after fixing up the files in the working tree, you could say git commit -m OLD_HEAD. - To unsubscribe from this list: send the line unsubscribe git in the body of a message to [EMAIL PROTECTED] More majordomo info at

Re: gitweb tag display

2005-08-06 Thread Kay Sievers
On Sat, Aug 06, 2005 at 11:27:54AM -0700, Junio C Hamano wrote: A git tag object can have its own text contents, but I do not see how I can get to it from gitweb. For example, I have junio-gpg-pub tag in my git.git repository. This is a tag to a blob which is my public GPG key. The tag

Re: gitk hyperlinks (was Re: Display of merges in gitk)

2005-08-06 Thread Kay Sievers
On Sat, Aug 06, 2005 at 08:44:10AM -0700, Linus Torvalds wrote: On Sat, 6 Aug 2005, Kay Sievers wrote: Damn cool? No problem. :) http://www.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=403fe5ae57c831968c3dbbaba291ae825a1c5aaa Goodie. Although when I