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-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
2007-03-25
gitweb: Add example of config file and how to generate projects list to gitwe...
Jakub Narebski
1
-2
/
+43
2007-03-24
gitweb: Add some installation notes in gitweb/INSTALL
Jakub Narebski
1
-0
/
+184
2007-03-24
gitweb: Fix not marking signoff lines in "log" view
Jakub Narebski
1
-1
/
+1
2007-03-24
gitweb: Don't escape attributes in CGI.pm HTML methods
Jakub Narebski
1
-3
/
+3
2007-03-24
gitweb: Change to use explicitly function call cgi->escapHTML()
Li Yang
1
-2
/
+2
2007-03-23
gitweb: Fix "next" link in commit view
Jakub Narebski
1
-1
/
+1
2007-02-06
gitweb: fix mismatched parenthesis
Junio C Hamano
1
-1
/
+1
2007-02-05
gitweb: Convert project name to UTF-8
Yasushi SHOJI
1
-3
/
+3
2007-02-03
Assorted typo fixes
Pavel Roskin
1
-1
/
+1
2007-01-28
[PATCH] Rename git-repo-config to git-config.
Tom Prince
1
-1
/
+1
2007-01-09
gitweb: Fix git_patchset_body not closing <div class="patch">
Jakub Narebski
1
-3
/
+4
2007-01-07
gitweb: Remove superfluous "|" in "commit" view
Jakub Narebski
1
-1
/
+1
2007-01-06
gitweb: Fix split patches output (e.g. file to symlink)
Jakub Narebski
1
-2
/
+2
2007-01-06
Revert "gitweb: There can be empty patches (in git_patchset_body)"
Jakub Narebski
1
-1
/
+1
2007-01-06
gitweb: Fix errors in git_patchset_body for empty patches
Jakub Narebski
1
-1
/
+3
2007-01-06
gitweb: Fix error in "rename to"/"copy to" git diff header output
Jakub Narebski
1
-3
/
+3
2007-01-06
gitweb: Fix error in git_patchest_body for file creation/deletion patch
Jakub Narebski
1
-1
/
+5
2007-01-04
Blame "linenr" link jumps to previous state at "orig_lineno"
Luben Tuikov
1
-1
/
+6
2007-01-04
gitweb: Fix "Use of uninitialized value" warning in git_tags_body
Jakub Narebski
1
-2
/
+6
2007-01-03
gitweb: Fix shortlog only showing HEAD revision.
Robert Fitzsimons
1
-1
/
+1
2007-01-03
gitweb: There can be empty patches (in git_patchset_body)
Jakub Narebski
1
-1
/
+1
2007-01-03
gitweb: Fix bug in git_difftree_body (was '!=' instead of 'ne')
Jakub Narebski
1
-1
/
+1
2007-01-03
gitweb: Fix error in git_project_index subroutine
Jakub Narebski
1
-1
/
+1
2006-12-28
gitweb: Precompile CGI routines for mod_perl
Jakub Narebski
1
-0
/
+4
2006-12-28
gitweb: Add mod_perl version string to "generator" meta header
Jakub Narebski
1
-1
/
+2
2006-12-27
gitweb: Re-enable rev-list --parents for parse_commit.
Robert Fitzsimons
1
-5
/
+5
2006-12-25
gitweb: Use rev-list --skip option.
Robert Fitzsimons
1
-23
/
+1
2006-12-25
gitweb: Change history action to use parse_commits.
Robert Fitzsimons
1
-18
/
+9
2006-12-25
gitweb: Change atom, rss actions to use parse_commits.
Robert Fitzsimons
1
-11
/
+7
2006-12-25
gitweb: Change header search action to use parse_commits.
Robert Fitzsimons
1
-14
/
+9
2006-12-25
gitweb: Change log action to use parse_commits.
Robert Fitzsimons
1
-11
/
+14
2006-12-25
gitweb: Change summary, shortlog actions to use parse_commits.
Robert Fitzsimons
1
-22
/
+12
2006-12-25
gitweb: We do longer need the --parents flag in rev-list.
Robert Fitzsimons
1
-5
/
+6
[prev]
[next]