index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
t
/
t4010-diff-pathspec.sh
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2006-08-29
Check if pack directory exists prior to descending into it
Matthias Kestenholz
1
-1
/
+1
2006-08-29
gitweb: Add local time and timezone to git_print_authorship
Jakub Narebski
1
-2
/
+10
2006-08-29
gitweb: Add diff tree, with links to patches, to commitdiff view
Jakub Narebski
1
-22
/
+49
2006-08-29
gitweb: git_print_log: signoff line is non-empty line
Jakub Narebski
1
-0
/
+1
2006-08-29
gitweb: Add author information to commitdiff view
Jakub Narebski
2
-0
/
+18
2006-08-29
gitweb: Do not remove signoff lines in git_print_simplified_log
Jakub Narebski
1
-1
/
+0
2006-08-29
gitweb: Make git_print_log generic; git_print_simplified_log uses it
Jakub Narebski
1
-32
/
+31
2006-08-29
gitweb: Use --git-dir parameter instead of setting $ENV{'GIT_DIR'}
Dennis Stosberg
1
-36
/
+54
2006-08-29
Add --relative-date option to the revision interface
Jonas Fonseca
8
-11
/
+31
2006-08-28
Add git-zip-tree to .gitignore
Rene Scharfe
1
-0
/
+1
2006-08-28
free(NULL) is perfectly valid.
Junio C Hamano
10
-44
/
+21
2006-08-28
Use xcalloc instead of calloc
Jonas Fonseca
2
-2
/
+2
2006-08-28
Use fstat instead of fseek
Jonas Fonseca
1
-5
/
+3
2006-08-28
git-apply --reject: finishing touches.
Junio C Hamano
2
-3
/
+3
2006-08-28
gitweb: Use @diff_opts, default ('M'), as git-diff and git-diff-tree paramete
Jakub Narebski
1
-9
/
+24
2006-08-28
git-reset: remove unused variable
Rene Scharfe
1
-3
/
+0
2006-08-28
git-cherry: remove unused variable
Rene Scharfe
1
-3
/
+0
2006-08-28
gitweb: Remove git_to_hash function
Jakub Narebski
1
-20
/
+3
2006-08-28
gitweb: Remove unused git_get_{preceding,following}_references
Jakub Narebski
1
-51
/
+0
2006-08-28
gitweb: Fix typo in git_patchset_body
Jakub Narebski
1
-1
/
+1
2006-08-27
Relative timestamps in git log
Linus Torvalds
4
-12
/
+59
2006-08-27
Add git-zip-tree
Rene Scharfe
5
-1
/
+424
2006-08-27
gitweb: Fix typo in git_difftree_body
Jakub Narebski
1
-1
/
+1
2006-08-27
git-svn: stop repeatedly reusing the first commit message with dcommit
Eric Wong
1
-0
/
+1
2006-08-27
Use xrealloc instead of realloc
Jonas Fonseca
9
-26
/
+21
2006-08-27
Use PATH_MAX instead of MAXPATHLEN
Jonas Fonseca
4
-8
/
+3
2006-08-27
Convert unpack_entry_gently and friends to use offsets.
Shawn Pearce
1
-18
/
+15
2006-08-27
Cleanup unpack_object_header to use only offsets.
Shawn Pearce
1
-7
/
+3
2006-08-27
Cleanup unpack_entry_gently and friends to use type_name array.
Shawn Pearce
1
-28
/
+6
2006-08-27
Reuse compression code in unpack_compressed_entry.
Shawn Pearce
1
-21
/
+4
2006-08-27
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
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-26
git-svn: recommend rebase for syncing against an SVN repo
Eric Wong
1
-2
/
+20
2006-08-26
git-svn: establish new connections on commit after fork
Eric Wong
1
-0
/
+4
2006-08-26
describe: fix off-by-one error in --abbrev=40 handling
Jonas Fonseca
1
-2
/
+2
2006-08-26
gitweb: Remove creating directory for temporary files
Jakub Narebski
1
-6
/
+0
2006-08-26
gitweb: Remove git_diff_print subroutine
Jakub Narebski
1
-71
/
+0
2006-08-26
gitweb: git_blobdiff_plain is git_blobdiff('plain')
Jakub Narebski
1
-25
/
+68
2006-08-26
gitweb: Use git-diff-tree or git-diff patch output for blobdiff
Jakub Narebski
1
-17
/
+132
2006-08-26
gitweb: Change here-doc back for style consistency in git_blobdiff
Jakub Narebski
1
-4
/
+2
2006-08-26
gitweb: Always display link to blobdiff_plain in git_blobdiff
Jakub Narebski
1
-7
/
+7
2006-08-26
gitweb: Add invisible hyperlink to from-file/to-file diff header
Jakub Narebski
2
-4
/
+20
2006-08-26
gitweb: Parse two-line from-file/to-file diff header in git_patchset_body
Jakub Narebski
2
-1
/
+19
2006-08-26
gitweb: Allow for pre-parsed difftree info in git_patchset_body
Jakub Narebski
1
-25
/
+30
2006-08-26
gitweb: Add support for hash_parent_base parameter for blobdiffs
Jakub Narebski
1
-10
/
+27
2006-08-26
gitweb: Use git_get_name_rev_tags for commitdiff_plain X-Git-Tag: header
Jakub Narebski
1
-7
/
+3
[next]