aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--TODO1
-rw-r--r--tigrc2
2 files changed, 3 insertions, 0 deletions
diff --git a/TODO b/TODO
new file mode 100644
index 0000000..0a675ea
--- /dev/null
+++ b/TODO
@@ -0,0 +1 @@
- Make contab adding smart
diff --git a/tigrc b/tigrc
index 55ed4d1..47ce869 100644
--- a/tigrc
+++ b/tigrc
@@ -82,6 +82,8 @@ bind main 3 >git commit --allow-empty -m "%(prompt Empty commit, enter message:
82# merge 82# merge
83bind main m ?git merge %(commit) 83bind main m ?git merge %(commit)
84bind main M ?git merge %(branch) --no-ff 84bind main M ?git merge %(branch) --no-ff
85bind main gm ?git merge %(repo:remote)
86bind main gM ?git merge %(repo:remote) --no-ff
85 87
86# push 88# push
87bind main p none 89bind main p none