matteosister / GitElephant

An abstraction layer for git written in PHP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SRC and DST prefixes in diff

imunhatep opened this issue · comments

commented

Profix should be confgurable, cause many tools support default diff file naming, like:
$ git diff
diff --git a/some/file/Name b/some/file/Name
index 0dc060a..0c98bb1 100644
--- a/some/file/Name
+++ b/some/file/Name

commented

I cant find where this approach is used. Will open new one if I'll step on it.