index
:
org/kernel/git.git
master
forked from git/git
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gitweb
Commit message (
Expand
)
Author
Age
*
gitweb: fix disabling of "forks"
Junio C Hamano
2006-11-07
*
Merge branch 'pb/web'
Junio C Hamano
2006-11-04
|
\
|
*
gitweb: Support for 'forks'
Petr Baudis
2006-10-25
*
|
gitweb: Remove extra "/" in path names for git_get_project_list
Aneesh Kumar K.V
2006-11-04
*
|
gitweb: Better support for non-CSS aware web browsers
Jakub Narebski
2006-11-02
*
|
gitweb: Output also empty patches in "commitdiff" view
Jakub Narebski
2006-11-02
*
|
gitweb: Use git-for-each-ref to generate list of heads and/or tags
Jakub Narebski
2006-11-02
*
|
gitweb: Use 's' regexp modifier to secure against filenames with LF
Jakub Narebski
2006-11-01
*
|
gitweb: Secure against commit-ish/tree-ish with the same name as path
Jakub Narebski
2006-11-01
*
|
gitweb: esc_html() author in blame
Luben Tuikov
2006-11-01
*
|
gitweb: Add "next" link to commitdiff view
Jakub Narebski
2006-10-28
*
|
gitweb: Move git_get_last_activity subroutine earlier
Jakub Narebski
2006-10-28
*
|
gitweb: Fix up bogus $stylesheet declarations
Petr Baudis
2006-10-27
*
|
Merge branch 'maint'
Junio C Hamano
2006-10-27
|
\
\
|
*
|
gitweb: Check git base URLs before generating URL from it
Jakub Narebski
2006-10-27
*
|
|
gitweb: Use --no-commit-id in git_commit and git_commitdiff
Jakub Narebski
2006-10-26
|
|
/
|
/
|
*
|
Merge branch 'jc/web'
Junio C Hamano
2006-10-25
|
\
\
|
*
|
gitweb: Print commit message without title in commitdiff only if there is any
Jakub Narebski
2006-10-24
|
*
|
gitweb: Filter out commit ID from @difftree in git_commit and git_commitdiff
Jakub Narebski
2006-10-24
|
*
|
gitweb: Get rid of git_print_simplified_log
Jakub Narebski
2006-10-24
|
*
|
gitweb: Show project's README.html if available
Petr Baudis
2006-10-23
|
*
|
gitweb: Do not automatically append " git" to custom site name
Petr Baudis
2006-10-23
|
*
|
gitweb: Make search type a popup menu
Petr Baudis
2006-10-23
|
*
|
gitweb: Restore object-named links in item lists
Petr Baudis
2006-10-23
|
*
|
Merge branch 'master' into jc/web
Junio C Hamano
2006-10-23
|
|
\
\
|
*
|
|
gitweb: use for-each-ref to show the latest activity across branches
Junio C Hamano
2006-10-15
*
|
|
|
Merge branch 'jc/web-blame'
Junio C Hamano
2006-10-25
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
gitweb: spell "blame --porcelain" with -p
Junio C Hamano
2006-10-12
|
*
|
|
gitweb: blame porcelain: lineno and orig lineno swapped
Luben Tuikov
2006-10-11
|
*
|
|
gitweb: use blame --porcelain
Junio C Hamano
2006-10-06
|
*
|
|
Merge branch 'jc/blame' into jc/web-blame
Junio C Hamano
2006-10-06
|
|
\
\
\
|
|
|
/
/
|
|
/
|
|
|
*
|
|
Gitweb - provide site headers and footers
Alan Chandler
2006-10-04
|
*
|
|
gitweb: blame: Mouse-over commit-8 shows author and date
Luben Tuikov
2006-10-04
|
*
|
|
gitweb: blame: print commit-8 on the leading row of a commit-block
Luben Tuikov
2006-10-04
|
*
|
|
Revert 954a6183756a073723a7c9fd8d2feb13132876b0
Junio C Hamano
2006-10-04
|
*
|
|
gitweb: prepare for repositories with packed refs.
Junio C Hamano
2006-10-03
|
*
|
|
gitweb: make leftmost column of blame less cluttered.
Junio C Hamano
2006-10-03
*
|
|
|
Merge branch 'maint'
Junio C Hamano
2006-10-23
|
\
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
gitweb: Fix setting $/ in parse_commit()
v1.4.3.2
Petr Baudis
2006-10-23
*
|
|
|
gitweb: Add '..' (up directory) to tree view if applicable
Jakub Narebski
2006-10-22
*
|
|
|
gitweb: Improve git_print_page_path
Jakub Narebski
2006-10-22
*
|
|
|
Merge branch 'maint'
Junio C Hamano
2006-10-22
|
\
\
\
\
|
|
/
/
/
|
*
|
|
gitweb: Do not esc_html $basedir argument to git_print_tree_entry
Jakub Narebski
2006-10-22
|
*
|
|
gitweb: Whitespace cleanup - tabs are for indent, spaces are for align (2)
Jakub Narebski
2006-10-22
*
|
|
|
Merge branch 'mw/pathinfo'
Junio C Hamano
2006-10-18
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
gitweb: Fix search form when PATH_INFO is enabled
Petr Baudis
2006-10-11
|
*
|
|
gitweb: Document features better
Petr Baudis
2006-10-07
|
*
|
|
gitweb: warn if feature cannot be overridden.
Martin Waitz
2006-10-04
|
*
|
|
gitweb: start to generate PATH_INFO URLs.
Martin Waitz
2006-10-02
*
|
|
|
gitweb: Cleanup Git logo and Git logo target generation
Jakub Narebski
2006-10-08
[next]