index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gitweb
Age
Commit message (
Expand
)
Author
Files
Lines
2006-11-15
gitweb: Put back shortlog instead of graphiclog in the project list.
Alexandre Julliard
1
-1
/
+1
2006-11-09
gitweb: fix unmatched div in commitdiff
Junio C Hamano
1
-0
/
+2
2006-11-09
gitweb: protect commit messages from controls.
Junio C Hamano
1
-3
/
+2
2006-11-09
gitweb: protect blob and diff output lines from controls.
Junio C Hamano
1
-5
/
+6
2006-11-08
gitweb: do not give blame link unconditionally in diff-tree view
Junio C Hamano
1
-10
/
+20
2006-11-08
gitweb: New improved patchset view
Jakub Narebski
2
-76
/
+173
2006-11-08
gitweb: Use character or octal escape codes (and add span.cntrl) in esc_path
Jakub Narebski
1
-1
/
+29
2006-11-08
gitweb: Better git-unquoting and gitweb-quoting of pathnames
Jakub Narebski
2
-19
/
+60
2006-11-07
gitweb: minimally fix "fork" support.
Junio C Hamano
1
-2
/
+20
2006-11-07
gitweb: fix disabling of "forks"
Junio C Hamano
1
-3
/
+5
2006-11-04
Merge branch 'pb/web'
Junio C Hamano
1
-82
/
+174
2006-11-04
gitweb: Remove extra "/" in path names for git_get_project_list
Aneesh Kumar K.V
1
-0
/
+2
2006-11-02
gitweb: Better support for non-CSS aware web browsers
Jakub Narebski
1
-3
/
+8
2006-11-02
gitweb: Output also empty patches in "commitdiff" view
Jakub Narebski
1
-33
/
+26
2006-11-02
gitweb: Use git-for-each-ref to generate list of heads and/or tags
Jakub Narebski
1
-61
/
+92
2006-11-01
gitweb: Use 's' regexp modifier to secure against filenames with LF
Jakub Narebski
1
-2
/
+2
2006-11-01
gitweb: Secure against commit-ish/tree-ish with the same name as path
Jakub Narebski
1
-14
/
+22
2006-11-01
gitweb: esc_html() author in blame
Luben Tuikov
1
-1
/
+1
2006-10-28
gitweb: Add "next" link to commitdiff view
Jakub Narebski
1
-4
/
+45
2006-10-28
gitweb: Move git_get_last_activity subroutine earlier
Jakub Narebski
1
-18
/
+18
2006-10-27
gitweb: Fix up bogus $stylesheet declarations
Petr Baudis
1
-6
/
+2
2006-10-27
Merge branch 'maint'
Junio C Hamano
1
-1
/
+1
2006-10-27
gitweb: Check git base URLs before generating URL from it
Jakub Narebski
1
-1
/
+1
2006-10-26
gitweb: Use --no-commit-id in git_commit and git_commitdiff
Jakub Narebski
1
-7
/
+4
2006-10-25
gitweb: Support for 'forks'
Petr Baudis
1
-82
/
+174
2006-10-25
Merge branch 'jc/web'
Junio C Hamano
2
-50
/
+117
2006-10-25
Merge branch 'jc/web-blame'
Junio C Hamano
1
-27
/
+105
2006-10-24
gitweb: Print commit message without title in commitdiff only if there is any
Jakub Narebski
1
-3
/
+5
2006-10-24
gitweb: Filter out commit ID from @difftree in git_commit and git_commitdiff
Jakub Narebski
1
-1
/
+6
2006-10-24
gitweb: Get rid of git_print_simplified_log
Jakub Narebski
1
-11
/
+2
2006-10-23
gitweb: Show project's README.html if available
Petr Baudis
1
-0
/
+8
2006-10-23
gitweb: Do not automatically append " git" to custom site name
Petr Baudis
1
-3
/
+4
2006-10-23
gitweb: Make search type a popup menu
Petr Baudis
2
-16
/
+47
2006-10-23
gitweb: Restore object-named links in item lists
Petr Baudis
1
-6
/
+22
2006-10-23
Merge branch 'master' into jc/web
Junio C Hamano
3
-87
/
+213
2006-10-23
Merge branch 'maint'
Junio C Hamano
1
-2
/
+1
2006-10-23
gitweb: Fix setting $/ in parse_commit()
Petr Baudis
1
-2
/
+1
2006-10-22
gitweb: Add '..' (up directory) to tree view if applicable
Jakub Narebski
1
-0
/
+24
2006-10-22
gitweb: Improve git_print_page_path
Jakub Narebski
1
-8
/
+8
2006-10-22
Merge branch 'maint'
Junio C Hamano
1
-33
/
+36
2006-10-22
gitweb: Do not esc_html $basedir argument to git_print_tree_entry
Jakub Narebski
1
-3
/
+6
2006-10-22
gitweb: Whitespace cleanup - tabs are for indent, spaces are for align (2)
Jakub Narebski
1
-30
/
+30
2006-10-18
Merge branch 'mw/pathinfo'
Junio C Hamano
2
-20
/
+85
2006-10-15
gitweb: use for-each-ref to show the latest activity across branches
Junio C Hamano
1
-11
/
+24
2006-10-12
gitweb: spell "blame --porcelain" with -p
Junio C Hamano
1
-1
/
+1
2006-10-11
gitweb: Fix search form when PATH_INFO is enabled
Petr Baudis
1
-0
/
+4
2006-10-11
gitweb: blame porcelain: lineno and orig lineno swapped
Luben Tuikov
1
-1
/
+1
2006-10-08
gitweb: Cleanup Git logo and Git logo target generation
Jakub Narebski
2
-8
/
+14
2006-10-07
gitweb: Document features better
Petr Baudis
2
-19
/
+56
2006-10-07
gitweb: [commit view] Do not suppress commitdiff link in root commit
Petr Baudis
1
-1
/
+1
[next]