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
2007-07-12
gitweb: new cgi parameter: opt
Miklos Vajna
1
-0
/
+19
2007-07-11
gitweb: configurable width for the projects list Description column
Michael Hendricks
1
-1
/
+4
2007-07-07
gitweb: make "No commits" in project list gray, not bold green
Matt McCutchen
2
-0
/
+7
2007-07-07
gitweb: make search form generate pathinfo-style URLs
Matt McCutchen
1
-3
/
+9
2007-07-07
gitweb: prefer git_get_project_owner() over get_file_owner()
Miklos Vajna
1
-2
/
+2
2007-07-07
gitweb: make repeated calls to git_get_project_owner() bearable
Junio C Hamano
1
-8
/
+20
2007-06-12
gitweb: change filename/directory name of snapshots
Matthias Lederhofer
1
-1
/
+3
2007-06-10
gitweb: '--cc' for merges in 'commitdiff' view
Jakub Narebski
1
-12
/
+99
2007-06-10
gitweb: Add links to blobdiffs in from-file/to-file header for merges
Jakub Narebski
1
-3
/
+14
2007-06-10
gitweb: Create special from-file/to-file header for combined diff
Jakub Narebski
1
-11
/
+27
2007-06-10
gitweb: Split git_patchset_body into separate subroutines
Jakub Narebski
1
-111
/
+202
2007-06-10
gitweb: Improve "next" link in commitdiff view
Jakub Narebski
1
-1
/
+8
2007-06-10
gitweb: Provide links to commitdiff to each parent in 'commitdiff' view
Jakub Narebski
2
-0
/
+26
2007-06-07
War on whitespace
Junio C Hamano
1
-1
/
+0
2007-06-03
gitweb: Handle non UTF-8 text better
Martin Koegler
1
-10
/
+31
2007-05-23
gitweb.perl - Optionally send archives as .zip files
Mark Levedahl
1
-8
/
+17
2007-05-18
gitweb: Fix "Use of uninitialized value" warning in git_feed
Jakub Narebski
1
-1
/
+2
2007-05-18
gitweb: Remove redundant $searchtype setup
Petr Baudis
1
-7
/
+0
2007-05-17
gitweb: Allow arbitrary strings to be dug with pickaxe
Petr Baudis
1
-2
/
+4
2007-05-17
gitweb: Add support for grep searches
Petr Baudis
2
-2
/
+125
2007-05-17
gitweb: Normalize searchbar font size
Petr Baudis
1
-1
/
+2
2007-05-17
gitweb: Fix error in git_patchset_body for deletion in merge commit
Jakub Narebski
1
-1
/
+2
2007-05-16
gitweb: fix another use of undefined value
Junio C Hamano
1
-1
/
+3
2007-05-16
gitweb: Empty patch for merge means trivial merge, not no differences
Jakub Narebski
1
-1
/
+8
2007-05-16
gitweb: Separate search regexp from search text
Jakub Narebski
1
-3
/
+4
2007-05-16
gitweb: Do not use absolute font sizes
Jakub Narebski
1
-0
/
+1
2007-05-14
Merge branch 'maint'
Junio C Hamano
1
-1
/
+5
2007-05-14
gitweb: Add a few comments about %feature hash
Jakub Narebski
1
-1
/
+5
2007-05-13
gitweb: Fix "Use of unitialized value" warnings in empty repository
Jakub Narebski
1
-11
/
+19
2007-05-13
gitweb: Check if requested object exists
Jakub Narebski
1
-1
/
+15
2007-05-12
gitweb: Test if $from_id and $to_id are defined before comparison
Jakub Narebski
1
-1
/
+2
2007-05-10
gitweb: Do not use absolute font sizes
Petr Baudis
1
-10
/
+9
2007-05-10
gitweb: choose appropriate view for file type if a= parameter missing
Gerrit Pape
1
-4
/
+10
2007-05-07
gitweb: Show combined diff for merge commits in 'commit' view
Jakub Narebski
1
-12
/
+8
2007-05-07
gitweb: Show combined diff for merge commits in 'commitdiff' view
Jakub Narebski
1
-5
/
+7
2007-05-07
gitweb: Make it possible to use pre-parsed info in git_difftree_body
Jakub Narebski
1
-66
/
+73
2007-05-07
gitweb: Add combined diff support to git_patchset_body
Jakub Narebski
1
-40
/
+181
2007-05-07
gitweb: Add combined diff support to git_difftree_body
Jakub Narebski
2
-2
/
+136
2007-05-07
gitweb: Add parsing of raw combined diff format to parse_difftree_raw_line
Jakub Narebski
1
-0
/
+11
2007-05-03
Merge branch 'maint'
Junio C Hamano
1
-16
/
+10
2007-05-03
gitweb: use decode_utf8 directly
Ismail Dönmez
1
-16
/
+10
2007-04-22
gitweb: Show "no difference" message for empty diff
Martin Koegler
2
-0
/
+7
2007-04-10
gitweb: Allow configuring the default projects order and add order 'none'
Frank Lichtenheld
1
-4
/
+7
2007-04-10
gitweb: Allow forks with project list file
Frank Lichtenheld
1
-7
/
+27
2007-04-05
Merge branch 'maint'
Junio C Hamano
1
-2
/
+4
2007-04-05
gitweb: Fix bug in "blobdiff" view for split (e.g. file to symlink) patches
Jakub Narebski
1
-2
/
+4
2007-04-04
gitweb: Quote hash keys, and do not use barewords keys
Jakub Narebski
1
-8
/
+8
2007-04-04
gitweb: Whitespace cleanup - tabs are for indent, spaces are for align (3)
Jakub Narebski
1
-24
/
+24
2007-03-31
gitweb: Support comparing blobs (files) with different names
Jakub Narebski
1
-2
/
+2
2007-03-27
gitweb: Cleanup and uniquify die_error calls
Jakub Narebski
1
-3
/
+3
[next]