1. 26 10月, 2006 1 次提交
  2. 25 10月, 2006 3 次提交
  3. 24 10月, 2006 5 次提交
  4. 23 10月, 2006 4 次提交
  5. 15 10月, 2006 1 次提交
  6. 12 10月, 2006 2 次提交
  7. 11 10月, 2006 1 次提交
  8. 09 10月, 2006 1 次提交
    • J
      gitweb: Cleanup Git logo and Git logo target generation · 9a7a62ff
      Jakub Narebski 提交于
      Rename $githelp_url and $githelp_label to $logo_url and $logo_label to
      be more obvious what they refer to; while at it add commented out
      previous contents (git documentation at kernel.org). Add comment about
      logo size.
      
      Use $cgi->a(...) to generate Git logo link; it automatically escapes
      attribute values when it is needed.  Escape href attribute using
      esc_url instead of (incorrect!) esc_html.
      
      Move styling of git logo <img> element from "style" attribute to CSS
      via setting class to "logo".  Perhaps we should set it by id rather
      than by class.
      Signed-off-by: NJakub Narebski <jnareb@gmail.com>
      Signed-off-by: NJunio C Hamano <junkio@cox.net>
      9a7a62ff
  9. 08 10月, 2006 1 次提交
  10. 07 10月, 2006 4 次提交
  11. 06 10月, 2006 4 次提交
  12. 05 10月, 2006 6 次提交
  13. 03 10月, 2006 3 次提交
    • J
      gitweb: prepare for repositories with packed refs. · 2172ce4b
      Junio C Hamano 提交于
      When a repository is initialized long time ago with symbolic
      HEAD, and "git-pack-refs --prune" is run, HEAD will be a
      dangling symlink to refs/heads/ somewhere.
      
      Running -e "$dir/HEAD" to guess if $dir is a git repository does
      not give us the right answer anymore in such a case.
      
      Also factor out two places that checked if the repository can be
      exported with similar code into a call to a new function,
      check_export_ok.
      Signed-off-by: NJunio C Hamano <junkio@cox.net>
      2172ce4b
    • J
      gitweb: make leftmost column of blame less cluttered. · 954a6183
      Junio C Hamano 提交于
      Instead of labelling each and every line with clickable commit
      object name, this makes the blame output to show them only on
      the first line of each group of lines from the same revision.
      Placing too many lines in one group would make the commit object
      name to appear too widely separated and also makes it consume
      more memory, the number of lines in one group is capped to 20
      lines or so.
      
      Also it makes mouse-over to show the minimum authorship and
      authordate information for extra cuteness ;-).
      Signed-off-by: NJunio C Hamano <junkio@cox.net>
      954a6183
    • L
      gitweb: Escape ESCAPE (\e) character · e70866f5
      Luben Tuikov 提交于
      Take a look at commit 20a3847d
      using gitweb before this patch.  This patch fixes this.
      Signed-off-by: NLuben Tuikov <ltuikov@yahoo.com>
      Signed-off-by: NJunio C Hamano <junkio@cox.net>
      e70866f5
  14. 02 10月, 2006 1 次提交
    • M
      gitweb: start to generate PATH_INFO URLs. · 9e756904
      Martin Waitz 提交于
      Instead of providing the project as a ?p= parameter it is simply appended to
      the base URI.  All other parameters are appended to that, except for ?a=summary
      which is the default and can be omitted.
      
      The this can be enabled with the "pathinfo" feature in gitweb_config.perl.
      
      [jc: let's introduce new features disabled by default not to
       upset too many existing installations.]
      Signed-off-by: NMartin Waitz <tali@admingilde.org>
      Signed-off-by: NJunio C Hamano <junkio@cox.net>
      9e756904
  15. 30 9月, 2006 1 次提交
  16. 29 9月, 2006 2 次提交