befs: fix up missed follow_link declaration change

2005-08-20 Thread Linux Kernel Mailing List
tree d5bf83467cd473ab271a052f65e1095eb2bfbb87 parent 1eecd73cce4e11ba9d67ad767f92069cfba7b589 author Linus Torvalds [EMAIL PROTECTED] Sun, 21 Aug 2005 03:20:01 -0700 committer Linus Torvalds [EMAIL PROTECTED] Sun, 21 Aug 2005 03:20:01 -0700 befs: fix up missed follow_link declaration change We'd

[NETFILTER]: Fix HW checksum handling in TCPMSS target

2005-08-20 Thread Linux Kernel Mailing List
tree a7724eb37fff88f707ebd3e59cc86b8e2b582f4e parent f93592ff4fa4a55aa7640d435fa93338e190294d author Patrick McHardy [EMAIL PROTECTED] Sun, 21 Aug 2005 07:40:41 -0700 committer David S. Miller [EMAIL PROTECTED] Sun, 21 Aug 2005 07:40:41 -0700 [NETFILTER]: Fix HW checksum handling in TCPMSS target

Subject: [PATCH] Fix git-commit-script to output on stderr when -v fails

2005-08-20 Thread Marco Costalba
From: Marco Costalba [EMAIL PROTECTED] Date: 1124553736 +0200 When git-commit-script is called with -v option and verify test fails result is print on stdout instead of stderr. Signed-off-by: Marco Costalba [EMAIL PROTECTED] --- git-commit-script | 10 +- 1 files changed, 5

Re: Publishing your work questions?

2005-08-20 Thread Linus Torvalds
On Sat, 20 Aug 2005, Linus Torvalds wrote: But yes, you _should_ be able to do it with that ultra-simplistic login shell. Probably just a 5-liner main() function or something. This is entirely untested, and a lot more than five lines of code. Edit until it works. Linus

Updated multi-head downloads and $GIT_DIR/remotes/ support

2005-08-20 Thread Junio C Hamano
Now I think all the pieces are glued together. I'll send the following patches, which are already in the proposed updates branch. I sent an early WIP for some of them, but the patches are reorganized for easier review and applies on top of the current master branch. This series consists of the

[PATCH] Start adding the $GIT_DIR/remotes/ support.

2005-08-20 Thread Junio C Hamano
All the necessary parsing code is in git-parse-remote-script; update git-push-script to use it. Signed-off-by: Junio C Hamano [EMAIL PROTECTED] --- ** sorry I made a mistake of letting git send-email to ** send nonsense messages ... Makefile|2 -

[PATCH] Multi-head fetch.

2005-08-20 Thread Junio C Hamano
Traditionally, fetch takes these forms: $ git fetch remote $ git fetch remote head $ git fetch remote tag tag This patch updates it to take $ git fetch remote refspec... where: - A refspec of form src:dst is to fetch the objects needed for the remote ref that matches

[PATCH] Make git pull and git fetch default to origin

2005-08-20 Thread Junio C Hamano
Amos Waterland sent in a patch for the pre-multi-head aware version of git pull to do this, but the code changed quite a bit since then. If there is no argument given to pull from, and if origin makes sense, default to fetch/pull from origin instead of barfing. [jc: besides, the patch by Amos

[PATCH] Infamous 'octopus merge'

2005-08-20 Thread Junio C Hamano
This script uses the list of heads and their origin multi-head git fetch left in the $GIT_DIR/FETCH_HEAD file, and makes an octopus merge on top of the current HEAD using them. The implementation tries to be strict for the sake of safety. It insists that your working tree is clean (no local

[PATCH] Use .git/remote/origin, not .git/branches/origin.

2005-08-20 Thread Junio C Hamano
Now multi-head fetch is complete, let's migrate the default configuration for new repositories created with the git clone command. The original $GIT_DIR/branches is not deprecated yet, but create remotes directory by default from the templates as well. Signed-off-by: Junio C Hamano [EMAIL

Re: [RFC] Stgit - patch history / add extra parents

2005-08-20 Thread Catalin Marinas
On Fri, 2005-08-19 at 21:48 +0200, Jan Veldeman wrote: I've quickly reread the threads about stg commit. Am I right to assume that _all_ history was being recorded? Because this is not what I want. The person controlling the archive should specify when to record the history. True, I was