Seth Falcon <sethfalcon@gmail.com> writes:Note that output of cat piped to anything is almost always a bad programming ;-) Maybe the "git add --interactive" would give you a transcript like this: $ git add --interactive '*.c' '*.h' showing list of modified files... 1) bozbar.c 2) filfre.c 3) frotz.h 4) nitfol.c 5) rezrov.h 6) xyzzy.c 7) yomin.h 8) z.c choice> 2 3 5 6 7 showing list of modified files... 1) bozbar.c 2* filfre.c 3* frotz.h 4) nitfol.c 5* rezrov.h 6* xyzzy.c 7* yomin.h 8) z.c choice> 4+ showing "git diff -- nitfol.c"... diff --git a/nitfol.c b/nitfol.c @@ -22,x +22,y @@ { - int i; + long i; + i = 314; stage this hunk [Yes/No/All/Done]? y ... The latter half is to come up with a subset of diff and then run "git-apply --cached" to update only the index with the chosen hunks. - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
| Alan Cox | Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3 |
| Jan Engelhardt | intel iommu (Re: -mm merge plans for 2.6.23) |
| Adrian Bunk | Re: LSM conversion to static interface |
| Greg Kroah-Hartman | [PATCH 004/196] Chinese: add translation of SubmittingPatches |
git: | |
| Gerrit Renker | [PATCH 27/37] dccp: Integration of dynamic feature activation - part 2 (server side) |
| Jarek Poplawski | [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
| Andrew Morton | Re: [BUG] New Kernel Bugs |
| Winkler, Tomas | RE: iwlwifi: fix build bug in "iwlwifi: fix LED stall" |
