6
6
It is difficult to review changes made to csv files using a traditional Git difference.
7
7
At other times, a Git difference is more meaningful when displayed side-by-side.
8
8
The git-tabular-diff package provides both tabular and split views for these use cases.
9
+
10
+ The split view invokes the Git diff machinery,
11
+ enabling textconv display of binary files when configured.
12
+ Text files display in the split view without configuration.
9
13
An example split view appears below.
14
+ To learn about configuring textconv, visit
15
+ [ gitattributes[ 5]] ( https://git-scm.com/docs/gitattributes ) .
10
16
11
17
![ Split view] ( https://github.com/jstritch/git-tabular-diff/blob/master/example-split.gif?raw=true )
12
18
13
- The following image compares a Git diff on the left to a tabular view of the same changes on the right.
19
+ Settings allow ignoring case and/or white space in the tabular view.
20
+ The following screen shot shows a tabular view of csv file changes.
14
21
15
22
![ Tabular view] ( https://github.com/jstritch/git-tabular-diff/blob/master/example.gif?raw=true )
16
23
@@ -23,13 +30,6 @@ A new Atom pane opens displaying the changes between the working tree and the he
23
30
A pane is only opened if differences are found.
24
31
If multiple files are selected, the differences appear in a single pane.
25
32
26
- Settings allow ignoring case and/or white space in the tabular view.
27
-
28
- The split view invokes the Git diff machinery,
29
- enabling textconv display of binary files when configured.
30
- To learn about configuring textconv, visit
31
- [ gitattributes[ 5]] ( https://git-scm.com/docs/gitattributes ) .
32
-
33
33
Any git-tabular-diff view may be saved to a file with the saveAs ` ctrl-shift-s ` command.
34
34
To open the file later, select the .gtd file in the Atom TreeView and
35
35
invoke either git-tabular-diff command.
0 commit comments