Revert ab/i18n out of 'next'

It will take a bit more for the topic to mature; better to cook it
a bit longer in the 'pu' branch.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Junio C Hamano
2010-08-31 12:44:10 -07:00
parent 3a9f8a62d4
commit 89cfc85dbc
33 changed files with 4 additions and 796 deletions

View File

@@ -10,7 +10,6 @@
#include "remote.h"
#include "list-objects.h"
#include "sigchain.h"
#include "gettext.h"
#include <expat.h>
@@ -1792,8 +1791,6 @@ int main(int argc, char **argv)
struct remote *remote;
char *rewritten_url = NULL;
git_setup_gettext();
git_extract_argv0_path(argv[0]);
repo = xcalloc(sizeof(*repo), 1);