Re: One question about git-format-patch

2013-07-19 Thread Junio C Hamano
Junio C Hamano writes: >> I’m a git user, and recently I’ve noticed there’re some differences between >> “$ git format-patch –n” and “$ git format-patch HEAD~n”. According to the >> documentation: “- Prepare patches from the topmost commits.” > > Correct. However, HEAD~n will prepare patches fo

Re: One question about git-format-patch

2013-07-19 Thread Junio C Hamano
> I’m a git user, and recently I’ve noticed there’re some differences between > “$ git format-patch –n” and “$ git format-patch HEAD~n”. According to the > documentation: “- Prepare patches from the topmost commits.” Correct. However, HEAD~n will prepare patches for commits that are not ancestor