Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upUnable to perform--no--index option on diff #941
Labels
Comments
|
Maybe this was submitted too early by accident? It's unclear to me what this issue is about. And even if it would be clear, the issue is not calling for a change or improvement, it merely makes a statement. As GitPython maintenance is based solely on volunteers, please consider updating the issue so that a another party can pick it up. |
|
Hi byron, When one wants to take diff outside git tree . In git command one can give two paths and provide a flag named --no-index |
|
Thank you. Can you also provide some code showing how GitPython was used? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
git --no-pager diff --no-index /path1 /path2 >> gitdiffdata.txt