Posts Tagged ‘git’

git’s goodies: git format-patch –cover-letter

Thursday, March 27th, 2008

Sometimes we have to send patch series and it's always useful to add a cover letter (or cover email) explaining what your series is implementing/fixing.

Newest git (currently only on git's git tree) provides a new format-patch option to generate the cover leter for you. In the cover leter git adds shortlog and diffstat, you only need to change the subject and mail body.

It's as simple as:

 
$ git format-patch -o directory -n --cover-letter $commit1..$commit2

After that take a look at directory/0000-* and change what's necessary

VN:F [1.9.0_1079]
Rating: 0.0/5 (0 votes cast)
VN:F [1.9.0_1079]
Rating: 0 (from 0 votes)

git-push and ssh-keys

Thursday, January 3rd, 2008

Creating several ssh accounts for allowing push access to developers on a project is, at least, a waste of time and a possible security hole.

Instead of that, let's see how to manage such users using only one user "git" and several ssh-keys for allowing such push access.

(more...)

VN:F [1.9.0_1079]
Rating: 5.0/5 (2 votes cast)
VN:F [1.9.0_1079]
Rating: 0 (from 0 votes)

OTG Overview

Wednesday, November 7th, 2007

Hi all,

Let's start to take a look in USB OTG (On-the-go) functionalities. Of course, I'll focus on linux and MUSB driver which you can find in linux-omap git tree. In this first post, just a quick overview of the specs and its features.

(more...)

VN:F [1.9.0_1079]
Rating: 0.0/5 (0 votes cast)
VN:F [1.9.0_1079]
Rating: 0 (from 0 votes)