Merge branch 'master' of git://git.kernel.org/pub/scm/git/git
commit9db8255942407019c57b47bc93a299fa111f60fc
authorJakub Narebski <jnareb@gmail.com>
Sun, 17 Sep 2006 09:14:24 +0000 (17 11:14 +0200)
committerJakub Narebski <jnareb@gmail.com>
Sun, 17 Sep 2006 09:14:24 +0000 (17 11:14 +0200)
treef7aa5183b7bbf18debc5cd50a4ea24d632d79ed4
parentdb92f3dc10a2f81f11e5267d44159ce272617a27
parente7676d2f6454c9c99e600ee2ce3c7205a9fcfb5f
Merge branch 'master' of git://git./git/git

* 'master' of git://git.kernel.org/pub/scm/git/git:
  Allow multiple "git_path()" uses
  gitweb: Add link to "project_index" view to "project_list" page
  gitweb: Allow for href() to be used for links without project param
  Define fallback PATH_MAX on systems that do not define one in <limits.h>
  Document git-grep -[Hh]
  Fix duplicate xmalloc in builtin-add
  gitweb: Add git_project_index for generating index.aux
  gitweb: Do not parse refs by hand, use git-peek-remote instead
  gitweb: Use File::Find::find in git_get_projects_list
  Handle invalid argc gently
  Add "-h/-H" parsing to "git grep"