Merge branch 'master' of git://git.kernel.org/pub/scm/git/git
commit62ad3f65ee44ff37e3c3ea18e4702a543c7110ee
authorJakub Narebski <jnareb@gmail.com>
Fri, 3 Nov 2006 09:35:37 +0000 (3 10:35 +0100)
committerJakub Narebski <jnareb@gmail.com>
Fri, 3 Nov 2006 09:35:37 +0000 (3 10:35 +0100)
tree1a4d0fb29d1b3b66d0b7249490555604297a389d
parentbd53fdc092a9c4a0b2977f85f0089bb3cf2b4103
parentc954d33da1c878788e7c01a50a5c1066622802c6
Merge branch 'master' of git://git./git/git

* 'master' of git://git.kernel.org/pub/scm/git/git: (81 commits)
  gitweb: Use git-for-each-ref to generate list of heads and/or tags
  for-each-ref: "creator" and "creatordate" fields
  Add --global option to git-repo-config.
  pack-refs: Store the full name of the ref even when packing only tags.
  git-clone documentation didn't mention --origin as equivalent of -o
  Minor grammar fixes for git-diff-index.txt
  link_temp_to_file: call adjust_shared_perm() only when we created the directory
  Remove uneccessarily similar printf() from print_ref_list() in builtin-branch
  pack-objects doesn't create random pack names
  branch: work in subdirectories.
  gitweb: Use 's' regexp modifier to secure against filenames with LF
  gitweb: Secure against commit-ish/tree-ish with the same name as path
  gitweb: esc_html() author in blame
  git-svnimport: support for partial imports
  link_temp_to_file: don't leave the path truncated on adjust_shared_perm failure
  Fix show-ref usagestring
  Make git-cherry handle root trees
  t3200: git-branch testsuite update
  sha1_name.c: avoid compilation warnings.
  Make git-branch a builtin
  ...