]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'maint'
authorJunio C Hamano <gitster@pobox.com>
Sat, 10 Apr 2010 05:43:18 +0000 (22:43 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sat, 10 Apr 2010 05:43:18 +0000 (22:43 -0700)
* maint:
  Let check_preimage() use memset() to initialize "struct checkout"
  fetch/push: fix usage strings

1  2 
Documentation/git-push.txt
builtin/apply.c
builtin/fetch.c
builtin/push.c

Simple merge
diff --cc builtin/apply.c
Simple merge
diff --cc builtin/fetch.c
index 957be9f9269c657fb094b1b3daa4f309c1324ae0,007dabf62f2574fc9214d6fb2a961619ad305a6b..8470850415c14cad8ceeca9f6baef46ab6feabc3
  #include "run-command.h"
  #include "parse-options.h"
  #include "sigchain.h"
 +#include "transport.h"
  
  static const char * const builtin_fetch_usage[] = {
-       "git fetch [options] [<repository> <refspec>...]",
-       "git fetch [options] <group>",
-       "git fetch --multiple [options] [<repository> | <group>]...",
-       "git fetch --all [options]",
+       "git fetch [<options>] [<repository> [<refspec>...]]",
+       "git fetch [<options>] <group>",
+       "git fetch --multiple [<options>] [<repository> | <group>]...",
+       "git fetch --all [<options>]",
        NULL
  };
  
diff --cc builtin/push.c
Simple merge