[PATCH] push: Allow @ shortcut with git-push

2013-12-05 Thread Tomo Krajina
shing branches. Signed-off-by: Tomo Krajina --- builtin/push.c | 15 ++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/builtin/push.c b/builtin/push.c index 7b1b66c..51c0200 100644 --- a/builtin/push.c +++ b/builtin/push.c @@ -494,7 +494,20 @@ int cmd_push(int argc, const

[PATCH] gitk - fix a problem with multiline author names

2012-11-13 Thread Tomo Krajina
and time is not correctly parsed and the history tree below this commit is not shown. Signed-off-by: Tomo Krajina --- gitk-git/gitk | 16 +--- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/gitk-git/gitk b/gitk-git/gitk index 6f24f53..87300db 100755 --- a/gitk-git/gitk