Aghiles wrote: > I am not sure this is the best place to write about this. Anyway, > we just switched a couple of repositories to git (from svn) here > at work and one thing people find annoying is a pull into > a dirty directory. Before the "stash" feature it was even worse > but now we can type: > > git stash > git pull > git stash apply > > But isn't that something we should be able to specify to the "pull" > command ? If I remember correctly there is/was some preliminary work (at most 'pu' stages) about adding --dirty option to git-merge, git-pull and git-rebase. -- Jakub Narebski Warsaw, Poland ShadeHawk on #git - 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