index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2006-08-28
gitweb: Make git_print_log generic; git_print_simplified_log uses it
Jakub Narebski
1
-32
/
+31
2006-08-28
gitweb: Use --git-dir parameter instead of setting $ENV{'GIT_DIR'}
Dennis Stosberg
1
-36
/
+54
2006-08-28
Add --relative-date option to the revision interface
Jonas Fonseca
8
-11
/
+31
2006-08-28
Merge branch 'gl/web'
Junio C Hamano
2
-504
/
+1039
2006-08-27
Add git-zip-tree to .gitignore
Rene Scharfe
1
-0
/
+1
2006-08-27
free(NULL) is perfectly valid.
Junio C Hamano
10
-44
/
+21
2006-08-27
Use xcalloc instead of calloc
Jonas Fonseca
2
-2
/
+2
2006-08-27
Use fstat instead of fseek
Jonas Fonseca
1
-5
/
+3
2006-08-27
Merge branch 'gl/cleanup-next'
Junio C Hamano
1
-16
/
+14
2006-08-27
Merge branch 'js/c-merge-recursive'
Junio C Hamano
7
-5
/
+1406
2006-08-27
Merge branch 'ts/daemon'
Junio C Hamano
2
-5
/
+58
2006-08-27
Merge branch 'jc/apply'
Junio C Hamano
5
-33
/
+363
2006-08-27
git-apply --reject: finishing touches.
Junio C Hamano
2
-3
/
+3
2006-08-27
gitweb: Use @diff_opts, default ('M'), as git-diff and git-diff-tree paramete
Jakub Narebski
1
-9
/
+24
2006-08-27
git-reset: remove unused variable
Rene Scharfe
1
-3
/
+0
2006-08-27
git-cherry: remove unused variable
Rene Scharfe
1
-3
/
+0
2006-08-27
gitweb: Remove git_to_hash function
Jakub Narebski
1
-20
/
+3
2006-08-27
gitweb: Remove unused git_get_{preceding,following}_references
Jakub Narebski
1
-51
/
+0
2006-08-27
gitweb: Fix typo in git_patchset_body
Jakub Narebski
1
-1
/
+1
2006-08-26
Relative timestamps in git log
Linus Torvalds
4
-12
/
+59
2006-08-26
Add git-zip-tree
Rene Scharfe
5
-1
/
+424
2006-08-26
gitweb: Fix typo in git_difftree_body
Jakub Narebski
1
-1
/
+1
2006-08-26
git-svn: stop repeatedly reusing the first commit message with dcommit
Eric Wong
1
-0
/
+1
2006-08-26
Use xrealloc instead of realloc
Jonas Fonseca
9
-26
/
+21
2006-08-26
Use PATH_MAX instead of MAXPATHLEN
Jonas Fonseca
4
-8
/
+3
2006-08-26
Convert unpack_entry_gently and friends to use offsets.
Shawn Pearce
1
-18
/
+15
2006-08-26
Cleanup unpack_object_header to use only offsets.
Shawn Pearce
1
-7
/
+3
2006-08-26
Cleanup unpack_entry_gently and friends to use type_name array.
Shawn Pearce
1
-28
/
+6
2006-08-26
Reuse compression code in unpack_compressed_entry.
Shawn Pearce
1
-21
/
+4
2006-08-26
Reorganize/rename unpack_non_delta_entry to unpack_compressed_entry.
Shawn Pearce
1
-28
/
+28
2006-08-26
gitweb: blobs defined by non-textual hash ids can be cached
Jakub Narebski
1
-3
/
+17
2006-08-26
gitweb: Improve comments about gitweb features configuration
Jakub Narebski
1
-9
/
+16
2006-08-26
gitweb: Remove workaround for git-diff bug fixed in f82cd3c
Jakub Narebski
1
-2
/
+1
2006-08-26
Merge branch 'master' into gl/web
Junio C Hamano
73
-448
/
+661
2006-08-26
Merge branch 'gl/cleanup'
Junio C Hamano
35
-83
/
+90
2006-08-26
gitweb: git_annotate didn't expect negative numeric timezone
Jakub Narebski
1
-1
/
+1
2006-08-26
git-svn: add the 'dcommit' command
Eric Wong
2
-1
/
+61
2006-08-25
git-svn: recommend rebase for syncing against an SVN repo
Eric Wong
1
-2
/
+20
2006-08-25
git-svn: establish new connections on commit after fork
Eric Wong
1
-0
/
+4
2006-08-25
describe: fix off-by-one error in --abbrev=40 handling
Jonas Fonseca
1
-2
/
+2
2006-08-25
gitweb: Remove creating directory for temporary files
Jakub Narebski
1
-6
/
+0
2006-08-25
gitweb: Remove git_diff_print subroutine
Jakub Narebski
1
-71
/
+0
2006-08-25
gitweb: git_blobdiff_plain is git_blobdiff('plain')
Jakub Narebski
1
-25
/
+68
2006-08-25
gitweb: Use git-diff-tree or git-diff patch output for blobdiff
Jakub Narebski
1
-17
/
+132
2006-08-25
gitweb: Change here-doc back for style consistency in git_blobdiff
Jakub Narebski
1
-4
/
+2
2006-08-25
gitweb: Always display link to blobdiff_plain in git_blobdiff
Jakub Narebski
1
-7
/
+7
2006-08-25
gitweb: Add invisible hyperlink to from-file/to-file diff header
Jakub Narebski
2
-4
/
+20
2006-08-25
gitweb: Parse two-line from-file/to-file diff header in git_patchset_body
Jakub Narebski
2
-1
/
+19
2006-08-25
gitweb: Allow for pre-parsed difftree info in git_patchset_body
Jakub Narebski
1
-25
/
+30
2006-08-25
gitweb: Add support for hash_parent_base parameter for blobdiffs
Jakub Narebski
1
-10
/
+27
[next]