summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-08-31Use xmalloc instead of mallocJonas Fonseca
2006-08-31git(7): move gitk(1) to the list of porcelain commandsJonas Fonseca
2006-08-31t5710: fix two thinkos.Junio C Hamano
2006-08-31Merge early part of branch 'jc/daemon'Junio C Hamano
2006-08-31gitweb: Extend parse_difftree_raw_line to save commit infoJakub Narebski
2006-08-31gitweb: Separate printing of git_tree row into git_print_tree_entryJakub Narebski
2006-08-31gitweb: Move git-ls-tree output parsing to parse_ls_tree_lineJakub Narebski
2006-08-31use do() instead of require() to include configurationDennis Stosberg
2006-08-31gitweb: Remove forgotten call to git_to_hashDennis Stosberg
2006-08-30log-tree.c: cleanup a bit append_signoff()Franck Bui-Huu
2006-08-29Remove uneeded #includeJohannes Schindelin
2006-08-29Makefile: fix typoJohannes Schindelin
2006-08-29unpack-objects: remove unused variable "eof"Johannes Schindelin
2006-08-29git-fsck-objects: lacking default references should not be fatalLinus Torvalds
2006-08-29Check if pack directory exists prior to descending into itMatthias Kestenholz
2006-08-28gitweb: Add local time and timezone to git_print_authorshipJakub Narebski
2006-08-28gitweb: Add diff tree, with links to patches, to commitdiff viewJakub Narebski
2006-08-28gitweb: git_print_log: signoff line is non-empty lineJakub Narebski
2006-08-28gitweb: Add author information to commitdiff viewJakub Narebski
2006-08-28gitweb: Do not remove signoff lines in git_print_simplified_logJakub Narebski
2006-08-28gitweb: Make git_print_log generic; git_print_simplified_log uses itJakub Narebski
2006-08-28gitweb: Use --git-dir parameter instead of setting $ENV{'GIT_DIR'}Dennis Stosberg
2006-08-28Add --relative-date option to the revision interfaceJonas Fonseca
2006-08-28Merge branch 'gl/web'Junio C Hamano
2006-08-28daemon: prepare for multiple services.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