[PATCH] TIG: Fix to reinstate proper operation with no arguments

2013-07-17 Thread Drew Northup
Since c7d67ab running "tig" with no options has failed with the error "tig: No revisions match the given arguments." This was due to a change in how the arguments for the back-end git call was being constructed. This change caused the blank field left in place of "(encoding_arg)" when it is empty t

Re: [PATCH] TIG: Fix to reinstate proper operation with no arguments

2013-07-18 Thread Drew Northup
Somehow this patch breaks the main view to not open the correct commit in diff view when is pressed. Back to the debugger... On 07/18/2013 12:51 AM, Drew Northup wrote: Since c7d67ab running "tig" with no options has failed with the error "tig: No revisions match the given arguments." This was

Re: [PATCH] TIG: Fix to reinstate proper operation with no arguments

2013-07-18 Thread Jonas Fonseca
On Thu, Jul 18, 2013 at 9:30 AM, Drew Northup wrote: > > Somehow this patch breaks the main view to not open the correct commit in > diff view when is pressed. Back to the debugger... Does this (possibly white-space damaged) patch work for you? diff --git a/tig.c b/tig.c index ba9ba98..74a2928

Re: [PATCH] TIG: Fix to reinstate proper operation with no arguments

2013-07-19 Thread Drew Northup
On Fri, Jul 19, 2013 at 12:07 AM, Jonas Fonseca wrote: > On Thu, Jul 18, 2013 at 9:30 AM, Drew Northup wrote: >> >> Somehow this patch breaks the main view to not open the correct commit in >> diff view when is pressed. Back to the debugger... > > Does this (possibly white-space damaged) patch

Re: [PATCH] TIG: Fix to reinstate proper operation with no arguments

2013-07-24 Thread Drew Northup
On 07/19/2013 12:07 AM, Jonas Fonseca wrote: On Thu, Jul 18, 2013 at 9:30 AM, Drew Northup wrote: Somehow this patch breaks the main view to not open the correct commit in diff view when is pressed. Back to the debugger... Does this (possibly white-space damaged) patch work for you? It d