diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2008-07-22 14:36:50 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2008-07-22 14:36:50 +0200 |
commit | 0d71921548ac559f870b9d6ce6a80d1c0c13b0af (patch) | |
tree | efc7fb0fb841efc82de4d740989bf05341c46d36 /etc/functions/gitd | |
parent | 4844add96faef1e3b8f8b16eaf083979febb4450 (diff) |
Moved hgd and gitd to functions so there's always highlighting
Diffstat (limited to 'etc/functions/gitd')
-rw-r--r-- | etc/functions/gitd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/functions/gitd b/etc/functions/gitd new file mode 100644 index 0000000..80b7d34 --- /dev/null +++ b/etc/functions/gitd @@ -0,0 +1 @@ +git-diff $* | highlight diff | less |