| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| | * | | | gitweb: make the supported snapshot formats array global | Giuseppe Bilotta | 2008-11-02 | 1 | -8/+7 |
| * | | | | gitweb: Fix mod_perl support. | Alexander Gavrilov | 2008-11-06 | 1 | -6/+6 |
| * | | | | gitweb: Add a per-repository authorization hook. | Alexander Gavrilov | 2008-11-06 | 2 | -1/+28 |
| * | | | | gitweb: Use single implementation of export_ok check. | Alexander Gavrilov | 2008-11-06 | 1 | -2/+1 |
| * | | | | Merge branch 'jc/gitweb-fix-cloud-tag' | Junio C Hamano | 2008-11-05 | 1 | -1/+5 |
| |\ \ \ \
| |/ / /
|/| | | |
|
| | * | | | Fix reading of cloud tags | Junio C Hamano | 2008-10-14 | 1 | -1/+5 |
| | |/ / |
|
| * | | | gitweb: generate parent..current URLs | Giuseppe Bilotta | 2008-10-25 | 1 | -4/+24 |
| * | | | gitweb: parse parent..current syntax from PATH_INFO | Giuseppe Bilotta | 2008-10-25 | 1 | -2/+34 |
| * | | | gitweb: use_pathinfo filenames start with / | Giuseppe Bilotta | 2008-10-25 | 1 | -3/+3 |
| * | | | gitweb: generate project/action/hash URLs | Giuseppe Bilotta | 2008-10-25 | 1 | -3/+30 |
| * | | | gitweb: parse project/action/hash_base:filename PATH_INFO | Giuseppe Bilotta | 2008-10-25 | 1 | -7/+39 |
| * | | | gitweb: refactor input parameters parse/validation | Giuseppe Bilotta | 2008-10-12 | 1 | -137/+178 |
| |/ / |
|
| * | | Merge branch 'pb/gitweb-tagcloud' into pb/gitweb | Shawn O. Pearce | 2008-10-03 | 2 | -9/+145 |
| |\ \ |
|
| | * | | gitweb: Support for simple project search form | Petr Baudis | 2008-10-03 | 2 | -2/+14 |
| | * | | gitweb: Make the by_tag filter delve in forks as well | Petr Baudis | 2008-10-03 | 1 | -3/+10 |
| | * | | gitweb: Support for tag clouds | Petr Baudis | 2008-10-03 | 1 | -0/+109 |
| | * | | Merge branch 'maint' | Shawn O. Pearce | 2008-10-02 | 1 | -1/+9 |
| | |\ \
| | |/ |
|
| | | * | gitweb: Fix two 'uninitialized value' warnings in git_tree() | Jakub Narebski | 2008-10-02 | 1 | -1/+2 |
| | | * | gitweb: remove PATH_INFO from $my_url and $my_uri | Giuseppe Bilotta | 2008-10-02 | 1 | -0/+7 |
| | * | | gitweb: Identify all summary metadata table rows | Petr Baudis | 2008-10-02 | 1 | -4/+4 |
| | * | | gitweb: Quote non-displayable characters in hex, not octal | Petr Baudis | 2008-10-02 | 1 | -1/+1 |
| * | | | gitweb: Add support for extending the action bar with custom links | Petr Baudis | 2008-10-02 | 1 | -1/+34 |
| * | | | gitweb: Sort the list of forks on the summary page by age | Mike Ralphson | 2008-10-01 | 1 | -2/+2 |
| * | | | gitweb: Clean-up sorting of project list | Petr Baudis | 2008-10-01 | 1 | -25/+20 |
| |/ / |
|
| * | | gitweb: shortlog now also obeys $hash_parent | Giuseppe Bilotta | 2008-09-25 | 1 | -1/+5 |
| * | | Merge branch 'maint' | Junio C Hamano | 2008-09-18 | 1 | -1/+1 |
| |\ \
| |/ |
|
| | * | gitweb: avoid warnings for commits without body | Joey Hess | 2008-09-18 | 1 | -1/+1 |
| * | | gitweb: ref markers link to named shortlogs | Giuseppe Bilotta | 2008-09-02 | 2 | -3/+47 |
| |/ |
|
| * | gitweb: More about how gitweb gets 'owner' of repository | Jakub Narebski | 2008-07-27 | 1 | -1/+2 |
| * | gitweb: Describe projects_index format in more detail | Jakub Narebski | 2008-07-07 | 2 | -6/+46 |
| * | Merge branch 'lw/gitweb' | Junio C Hamano | 2008-06-25 | 1 | -106/+105 |
| |\ |
|
| | * | gitweb: standarize HTTP status codes | Lea Wiemann | 2008-06-19 | 1 | -106/+105 |
| * | | Merge branch 'jn/web' | Junio C Hamano | 2008-06-22 | 1 | -49/+62 |
| |\ \ |
|
| | * | | gitweb: Separate generating 'sort by' table header | Jakub Narebski | 2008-06-10 | 1 | -37/+39 |
| | * | | gitweb: Separate filling list of projects info | Jakub Narebski | 2008-06-10 | 1 | -12/+23 |
| * | | | Merge branch 'rg/gitweb' | Junio C Hamano | 2008-06-22 | 1 | -99/+2 |
| |\ \ \
| |_|/
|/| | |
|
| | * | | gitweb: remove git_blame and rename git_blame2 to git_blame | Rafael Garcia-Suarez | 2008-06-09 | 1 | -99/+2 |
| | |/ |
|
| * | | gitweb: remove unused parse_ref method | Lea Wiemann | 2008-06-17 | 1 | -43/+0 |
| * | | gitweb: quote commands properly when calling the shell | Lea Wiemann | 2008-06-17 | 1 | -10/+14 |
| * | | gitweb: Make it work with $GIT containing spaces | Jakub Narebski | 2008-06-14 | 1 | -1/+1 |
| |/ |
|
| * | gitweb setup instruction: rewrite HEAD and root as well | Ask Bjørn Hansen | 2008-06-08 | 1 | -4/+14 |
| * | gitweb: Add charset info to "raw" output of 'text/plain' blobs | Jakub Narebski | 2008-06-04 | 1 | -9/+20 |
| * | gitweb: Fix "next" link on bottom of page | Jakub Narebski | 2008-06-02 | 1 | -8/+5 |
| * | gitweb: Remove gitweb/test/ directory | Jakub Narebski | 2008-05-31 | 3 | -12/+0 |
| * | Merge 1.5.5.3 in | Junio C Hamano | 2008-05-27 | 1 | -4/+4 |
| |\ |
|
| | * | gitweb: only display "next" links in logs if there is a next page | Lea Wiemann | 2008-05-27 | 1 | -4/+4 |
| * | | gitweb: Convert string to internal form before chopping in chop_str | Anders Waldenborg | 2008-05-22 | 1 | -0/+4 |
| * | | gitweb: Use feed link according to current view | Jakub Narebski | 2008-04-26 | 2 | -25/+104 |
| * | | Merge branch 'maint' | Junio C Hamano | 2008-04-22 | 1 | -3/+3 |
| |\ \
| |/ |
|
| | * | Escape project names before creating pathinfo URLs | martin f. krafft | 2008-04-21 | 1 | -2/+2 |