-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
patch view: introduce a view for commits ending in .patch
This new view introduces a text/plain version of a single patch. It has some differences when using `git format-patch` and will match more the `--no-stats` version of the refered git command. This is due the fact that go-git has no support for summary for diffs yet (I have a patch waiting for over a month there) [1]. There's also a problem when dealing with the root commit, which go-git Patch API still doesn't support [2]. [1]: go-git/go-git#301 [2]: go-git/go-git#281
- Loading branch information
1 parent
8c9552b
commit 2cf7173
Showing
1 changed file
with
79 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters