Merge branches 'jc/clone' and 'jc/name'
authorJunio C Hamano <junkio@cox.net>
Sun, 26 Mar 2006 08:22:53 +0000 (00:22 -0800)
committerJunio C Hamano <junkio@cox.net>
Sun, 26 Mar 2006 08:22:53 +0000 (00:22 -0800)
* jc/clone:
  git-clone: typofix.
  clone: record the remote primary branch with remotes/$origin/HEAD
  revamp git-clone (take #2).
  revamp git-clone.
  fetch,parse-remote,fmt-merge-msg: refs/remotes/* support

* jc/name:
  sha1_name: make core.warnambiguousrefs the default.
  sha1_name: warning ambiguous refs.
  get_sha1_basic(): try refs/... and finally refs/remotes/$foo/HEAD
  core.warnambiguousrefs: warns when "name" is used and both "name" branch and tag exists.

1  2  3 
blame.c
git-fetch.sh

diff --cc blame.c
+++ b/blame.c
@@@@ -748,10 -588,8 -748,11 +748,11 @@@@ int main(int argc, const char **argv
        struct commit_info ci;
        const char *buf;
        int max_digits;
  -     size_t longest_file, longest_author;
 ++     int longest_file, longest_author;
 +      int found_rename;
   
        const char* prefix = setup_git_directory();
++      git_config(git_default_config);
   
        for(i = 1; i < argc; i++) {
                if(options) {
diff --cc git-fetch.sh
Simple merge