On 04.03.2011 00:31:01 -0800 Eric Raible <raible@xxxxxxxxxxx> wrote: > On 11:59 AM, Michal Kiedrowicz wrote: > > On 03.03.2011 15:28:45 -0800 Junio C Hamano <gitster@xxxxxxxxx> > > wrote: > > > >> MichaÅ Kiedrowicz <michal.kiedrowicz@xxxxxxxxx> writes: > >> > >>> git-apply accepts the --cached option, not --cache. > >>> > >>> Signed-off-by: Micha=C5=82 Kiedrowicz > >>> <michal.kiedrowicz@xxxxxxxxx> --- > >>> Documentation/git-apply.txt | 2 +- > >>> 1 files changed, 1 insertions(+), 1 deletions(-) > >>> > >>> diff --git Documentation/git-apply.txt Documentation/git-apply.txt > >>> index 881652f..2dcfc09 100644 > >>> --- Documentation/git-apply.txt > >>> +++ Documentation/git-apply.txt > >> > >> What kind of crap is this? > >> > >> We really should make it much harder for people to use funky > >> src/dst prefix when generating patches. > > > > It's called diff.noprefix=true :). I use it @work to easily > > copy/paste paths from git-diff output. I guess I should somehow > > make git.git config ignore global settings. > > The local config will override the global settings automatically. > > git config diff.noprefix false > > Should do it. > Yeah, I know, that's what I did eventually. I meant something like git config core.ignoreGlobalConfig true to protect from all changes set in ~/.gitconfig. -- 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