Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I don't see that Git has a "patch" command, but svn does -- is that what you meant here? Where you have "git patch", did you maybe mean:

    git diff --no-prefix $OLD $NEW
...where $OLD and $NEW are the two commits you want to diff.


Yeah, my bad!




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: