2011/3/19 Alexey Homyakov <alexey.homyakov@xxxxxxxxx>: > Hi, guys, i'm enjoy to work with git, but think it's possibly to make > one of the operation more easier. > What do you mean about mark a parts of files which don't need to be > tracked by git once instead using interactive adding each time? > For example using statement in comments like this: > > ................ > tracked part > ............... > //@git off > ............... > untracked part > ............... > //@git on > ................ > track again > ................ That's interesting, provided that this is only enabled by command argument (i.e. never activated by default). Another option is to make "git add -p" only show chunks that match a pattern. -- Duy -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html