Commit 4073572e authored by Kirill Smelkov's avatar Kirill Smelkov

Cosmetics

parent 248067cb
#!/bin/sh
# B <file>
# git blame a file in gui
exec git gui blame "$@"
#!/bin/sh
# M <merge-sha1>
# show what was merged in gitk
......
#!/bin/sh
# dump sqlite file as plaintext
sqlite3 "$1" .dump
#!/bin/sh
# like diff(1) but uses git for diffing (colors, etc)
git diff --no-index --textconv "$@"
#!/bin/sh -e
# dump a .csv in astextplain style
# dump a .xls in astextplain style
xls2csv -q0 -c"|" "$1" | csv-pprint
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment