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 Northupn1xim.em...@gmail.com wrote: Somehow this patch breaks the main view to not open the correct commit in diff view whenenter is pressed. Back to the debugger... Does this (possibly white-space damaged)

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 fons...@diku.dk wrote: On Thu, Jul 18, 2013 at 9:30 AM, Drew Northup n1xim.em...@gmail.com wrote: Somehow this patch breaks the main view to not open the correct commit in diff view when enter is pressed. Back to the debugger... Does this

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 enter 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

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 n1xim.em...@gmail.com wrote: Somehow this patch breaks the main view to not open the correct commit in diff view when enter is pressed. Back to the debugger... Does this (possibly white-space damaged) patch work for you? diff --git a/tig.c

[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 to not