X-Git-Url: https://deadsoftware.ru/gitweb?p=bbdiff.git;a=blobdiff_plain;f=README;h=bbee7baaa06e76f9ac553f47241e2d4e1568829f;hp=a7ec05ec822cc20d7fc6edb89766f9029714f1a8;hb=52675a2b8cd6c8ee3e55a62e1363bdaa5bd24457;hpb=3d768dbd48d6c7fb34664be83c9af408e6935780 diff --git a/README b/README index a7ec05e..bbee7ba 100644 --- a/README +++ b/README @@ -33,7 +33,7 @@ To build it, open DiffMain and execute commanders at the end of document. Call `odctool help` to learn how to use it. -Integration with Git +Integration with git -------------------- 1. Compile odctool. @@ -47,10 +47,10 @@ Integration with Git [merge "odctool"] name = BlackBox Compound Document merge driver - driver = /path/to/odctool merge -p %P -o %A %A %O %B + driver = odctool merge -p %P -o %A %A %O %B [diff "odctool"] name = BlackBox Compound Document diff driver - command = /path/to/odctool-gitdiff + command = odctool-gitdiff 4. Add to .git/info/attributes: @@ -63,7 +63,8 @@ Integration with Git *.osf odc[0-9][0-9][0-9][0-9][0-9] -Now you can see diffs using `git diff' and resolve conflicts from BlackBox. + +Now you can see diffs using `git diff' and resolve conflicts without converting odc to text. Integration with ranger @@ -77,9 +78,9 @@ Integration with ranger ... # BlackBox Compound Document - odc) - odctool -C cat "${FILE_PATH}" && exit 5 - exit 1;; + odc) + odctool -C cat "${FILE_PATH}" && exit 5 + exit 1;; esac }