summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-08-28Merge branch 'gl/web'Junio C Hamano
2006-08-28Add git-zip-tree to .gitignoreRene Scharfe
2006-08-28free(NULL) is perfectly valid.Junio C Hamano
2006-08-28Use xcalloc instead of callocJonas Fonseca
2006-08-28Use fstat instead of fseekJonas Fonseca
2006-08-28Merge branch 'gl/cleanup-next'Junio C Hamano
2006-08-28Merge branch 'js/c-merge-recursive'Junio C Hamano
2006-08-28Merge branch 'ts/daemon'Junio C Hamano
2006-08-28Merge branch 'jc/apply'Junio C Hamano
2006-08-27git-apply --reject: finishing touches.Junio C Hamano
2006-08-27gitweb: Use @diff_opts, default ('M'), as git-diff and git-diff-tree parameteJakub Narebski
2006-08-27git-reset: remove unused variableRene Scharfe
2006-08-27git-cherry: remove unused variableRene Scharfe
2006-08-27gitweb: Remove git_to_hash functionJakub Narebski
2006-08-27gitweb: Remove unused git_get_{preceding,following}_referencesJakub Narebski
2006-08-27gitweb: Fix typo in git_patchset_bodyJakub Narebski
2006-08-27Relative timestamps in git logLinus Torvalds
2006-08-27Add git-zip-treeRene Scharfe
2006-08-27gitweb: Fix typo in git_difftree_bodyJakub Narebski
2006-08-27git-svn: stop repeatedly reusing the first commit message with dcommitEric Wong
2006-08-27Use xrealloc instead of reallocJonas Fonseca
2006-08-27Use PATH_MAX instead of MAXPATHLENJonas Fonseca
2006-08-27Convert unpack_entry_gently and friends to use offsets.Shawn Pearce
2006-08-27Cleanup unpack_object_header to use only offsets.Shawn Pearce
2006-08-27Cleanup unpack_entry_gently and friends to use type_name array.Shawn Pearce
2006-08-27Reuse compression code in unpack_compressed_entry.Shawn Pearce
2006-08-27Reorganize/rename unpack_non_delta_entry to unpack_compressed_entry.Shawn Pearce
2006-08-26gitweb: blobs defined by non-textual hash ids can be cachedJakub Narebski
2006-08-26gitweb: Improve comments about gitweb features configurationJakub Narebski
2006-08-26gitweb: Remove workaround for git-diff bug fixed in f82cd3cJakub Narebski
2006-08-26Merge branch 'master' into gl/webJunio C Hamano
2006-08-26Merge branch 'gl/cleanup'Junio C Hamano
2006-08-26gitweb: git_annotate didn't expect negative numeric timezoneJakub Narebski
2006-08-26git-svn: add the 'dcommit' commandEric Wong
2006-08-26git-svn: recommend rebase for syncing against an SVN repoEric Wong
2006-08-26git-svn: establish new connections on commit after forkEric Wong
2006-08-26describe: fix off-by-one error in --abbrev=40 handlingJonas Fonseca
2006-08-26gitweb: Remove creating directory for temporary filesJakub Narebski
2006-08-26gitweb: Remove git_diff_print subroutineJakub Narebski
2006-08-26gitweb: git_blobdiff_plain is git_blobdiff('plain')Jakub Narebski
2006-08-26gitweb: Use git-diff-tree or git-diff patch output for blobdiffJakub Narebski
2006-08-26gitweb: Change here-doc back for style consistency in git_blobdiffJakub Narebski
2006-08-26gitweb: Always display link to blobdiff_plain in git_blobdiffJakub Narebski
2006-08-26gitweb: Add invisible hyperlink to from-file/to-file diff headerJakub Narebski
2006-08-26gitweb: Parse two-line from-file/to-file diff header in git_patchset_bodyJakub Narebski
2006-08-26gitweb: Allow for pre-parsed difftree info in git_patchset_bodyJakub Narebski
2006-08-26gitweb: Add support for hash_parent_base parameter for blobdiffsJakub Narebski
2006-08-26gitweb: Use git_get_name_rev_tags for commitdiff_plain X-Git-Tag: headerJakub Narebski
2006-08-26gitweb: Add git_get_rev_name_tags functionJakub Narebski
2006-08-26gitweb: Faster return from git_get_preceding_references if possibleJakub Narebski