summaryrefslogtreecommitdiffstats
path: root/t/t4010-diff-pathspec.sh (unfollow)
Commit message (Expand)AuthorFilesLines
2006-08-29Check if pack directory exists prior to descending into itMatthias Kestenholz1-1/+1
2006-08-29gitweb: Add local time and timezone to git_print_authorshipJakub Narebski1-2/+10
2006-08-29gitweb: Add diff tree, with links to patches, to commitdiff viewJakub Narebski1-22/+49
2006-08-29gitweb: git_print_log: signoff line is non-empty lineJakub Narebski1-0/+1
2006-08-29gitweb: Add author information to commitdiff viewJakub Narebski2-0/+18
2006-08-29gitweb: Do not remove signoff lines in git_print_simplified_logJakub Narebski1-1/+0
2006-08-29gitweb: Make git_print_log generic; git_print_simplified_log uses itJakub Narebski1-32/+31
2006-08-29gitweb: Use --git-dir parameter instead of setting $ENV{'GIT_DIR'}Dennis Stosberg1-36/+54
2006-08-29Add --relative-date option to the revision interfaceJonas Fonseca8-11/+31
2006-08-28Add git-zip-tree to .gitignoreRene Scharfe1-0/+1
2006-08-28free(NULL) is perfectly valid.Junio C Hamano10-44/+21
2006-08-28Use xcalloc instead of callocJonas Fonseca2-2/+2
2006-08-28Use fstat instead of fseekJonas Fonseca1-5/+3
2006-08-28git-apply --reject: finishing touches.Junio C Hamano2-3/+3
2006-08-28gitweb: Use @diff_opts, default ('M'), as git-diff and git-diff-tree parameteJakub Narebski1-9/+24
2006-08-28git-reset: remove unused variableRene Scharfe1-3/+0
2006-08-28git-cherry: remove unused variableRene Scharfe1-3/+0
2006-08-28gitweb: Remove git_to_hash functionJakub Narebski1-20/+3
2006-08-28gitweb: Remove unused git_get_{preceding,following}_referencesJakub Narebski1-51/+0
2006-08-28gitweb: Fix typo in git_patchset_bodyJakub Narebski1-1/+1
2006-08-27Relative timestamps in git logLinus Torvalds4-12/+59
2006-08-27Add git-zip-treeRene Scharfe5-1/+424
2006-08-27gitweb: Fix typo in git_difftree_bodyJakub Narebski1-1/+1
2006-08-27git-svn: stop repeatedly reusing the first commit message with dcommitEric Wong1-0/+1
2006-08-27Use xrealloc instead of reallocJonas Fonseca9-26/+21
2006-08-27Use PATH_MAX instead of MAXPATHLENJonas Fonseca4-8/+3
2006-08-27Convert unpack_entry_gently and friends to use offsets.Shawn Pearce1-18/+15
2006-08-27Cleanup unpack_object_header to use only offsets.Shawn Pearce1-7/+3
2006-08-27Cleanup unpack_entry_gently and friends to use type_name array.Shawn Pearce1-28/+6
2006-08-27Reuse compression code in unpack_compressed_entry.Shawn Pearce1-21/+4
2006-08-27Reorganize/rename unpack_non_delta_entry to unpack_compressed_entry.Shawn Pearce1-28/+28
2006-08-26gitweb: blobs defined by non-textual hash ids can be cachedJakub Narebski1-3/+17
2006-08-26gitweb: Improve comments about gitweb features configurationJakub Narebski1-9/+16
2006-08-26gitweb: Remove workaround for git-diff bug fixed in f82cd3cJakub Narebski1-2/+1
2006-08-26gitweb: git_annotate didn't expect negative numeric timezoneJakub Narebski1-1/+1
2006-08-26git-svn: add the 'dcommit' commandEric Wong2-1/+61
2006-08-26git-svn: recommend rebase for syncing against an SVN repoEric Wong1-2/+20
2006-08-26git-svn: establish new connections on commit after forkEric Wong1-0/+4
2006-08-26describe: fix off-by-one error in --abbrev=40 handlingJonas Fonseca1-2/+2
2006-08-26gitweb: Remove creating directory for temporary filesJakub Narebski1-6/+0
2006-08-26gitweb: Remove git_diff_print subroutineJakub Narebski1-71/+0
2006-08-26gitweb: git_blobdiff_plain is git_blobdiff('plain')Jakub Narebski1-25/+68
2006-08-26gitweb: Use git-diff-tree or git-diff patch output for blobdiffJakub Narebski1-17/+132
2006-08-26gitweb: Change here-doc back for style consistency in git_blobdiffJakub Narebski1-4/+2
2006-08-26gitweb: Always display link to blobdiff_plain in git_blobdiffJakub Narebski1-7/+7
2006-08-26gitweb: Add invisible hyperlink to from-file/to-file diff headerJakub Narebski2-4/+20
2006-08-26gitweb: Parse two-line from-file/to-file diff header in git_patchset_bodyJakub Narebski2-1/+19
2006-08-26gitweb: Allow for pre-parsed difftree info in git_patchset_bodyJakub Narebski1-25/+30
2006-08-26gitweb: Add support for hash_parent_base parameter for blobdiffsJakub Narebski1-10/+27
2006-08-26gitweb: Use git_get_name_rev_tags for commitdiff_plain X-Git-Tag: headerJakub Narebski1-7/+3