File tree Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 12
12
## 1.1.1 (2021-04-28)
13
13
14
14
- Fix installation when the attribute file does not exist yet
15
+
16
+ ## 1.1.2 (2021-04-30)
17
+
18
+ - Implemnt local installation with --install=local
Original file line number Diff line number Diff line change @@ -30,6 +30,11 @@ This adds necessary settings to your `~/.gitconfig` or
30
30
` $XDG_CONFIG_HOME/git/config ` and the default gitattributes(5) file to
31
31
enable the merge driver for structure.sql files.
32
32
33
+ If you want to enable this driver only in the current git directory,
34
+ run this:
35
+
36
+ $ git-merge-structure-sql --install=local
37
+
33
38
## Usage
34
39
35
40
Once enabled, Git should call this driver as necessary when it needs
Original file line number Diff line number Diff line change 33
33
#
34
34
35
35
class StructureSqlMergeDriver
36
- VERSION = '1.1.1 '
36
+ VERSION = '1.1.2 '
37
37
VARIANTS = [ ]
38
38
39
39
module Default # This covers PostgreSQL, SQLite and newer MySQL formats.
You can’t perform that action at this time.
0 commit comments