Re: [BUG] git_path() returns relative paths

2013-07-28 Thread Ramkumar Ramachandra
Duy Nguyen wrote: I think instead of letting the kernel walk the path, emacs does it by itself. If this were true, shouldn't we be able to reproduce the behavior with my no-submodules symlink testcase? How can it resolve symlinks in one case, and not in the other case? -- To unsubscribe from

Re: [BUG] git_path() returns relative paths

2013-07-28 Thread Ramkumar Ramachandra
Duy Nguyen wrote: In the no-submodules symlink test case, the path given to the editor is .git/COMMIT_EDITMSG, no following .. back in the symlink target. Thanks, and sorry about the stupidity. I just patched builtin/commit.c to check this. This bug can be reproduced without git involved:

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

2013-07-28 Thread Jonas Fonseca
On Wed, Jul 24, 2013 at 8:50 AM, Drew Northup n1xim.em...@gmail.com wrote: This time, knowing for sure now that format-buf is not being used in the extant code path for any other purpose, I went ahead and initialized the whole thing to be sure that we don't find any other ghosts hiding in that

Re: [PATCH] imap-send: use Apple's Security framework for base64 encoding

2013-07-28 Thread Jonathan Nieder
Hi, David Aguilar wrote: --- a/imap-send.c +++ b/imap-send.c @@ -22,14 +22,11 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#include cache.h -#include exec_cmd.h -#include run-command.h -#include prompt.h #ifdef NO_OPENSSL typedef void

[PATCH] push: fix typo in advice message

2013-07-28 Thread Ralf Thielow
Signed-off-by: Ralf Thielow ralf.thie...@gmail.com --- builtin/push.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builtin/push.c b/builtin/push.c index 6d36c24..04abd2d 100644 --- a/builtin/push.c +++ b/builtin/push.c @@ -250,7 +250,7 @@ static const char

[PATCH] git-rebase: fix typo

2013-07-28 Thread Ralf Thielow
Signed-off-by: Ralf Thielow ralf.thie...@gmail.com --- git-rebase.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-rebase.sh b/git-rebase.sh index 0039ecf..8d7659a 100755 --- a/git-rebase.sh +++ b/git-rebase.sh @@ -159,7 +159,7 @@ finish_rebase () {

[PATCH] l10n: de.po: translate 99 new messages

2013-07-28 Thread Ralf Thielow
Translate 99 new messages came from git.pot update in 28b3cff (l10n: git.pot: v1.8.4 round 1 (99 new, 46 removed)). Signed-off-by: Ralf Thielow ralf.thie...@gmail.com --- po/de.po | 366 +++ 1 file changed, 180 insertions(+), 186

Re: [PATCH] push: fix typo in advice message

2013-07-28 Thread Jeff King
On Mon, Jul 29, 2013 at 06:23:52AM +0200, Ralf Thielow wrote: Signed-off-by: Ralf Thielow ralf.thie...@gmail.com --- builtin/push.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builtin/push.c b/builtin/push.c index 6d36c24..04abd2d 100644 --- a/builtin/push.c +++