summaryrefslogtreecommitdiffstats
path: root/tar.h (unfollow)
Commit message (Expand)AuthorFilesLines
2006-09-02consolidate two copies of new style object header parsing code.Junio C Hamano1-40/+45
2006-09-01Documentation: Fix howto/revert-branch-rebase.html generationSergey Vlasov1-1/+1
2006-09-01fmt-merge-msg: fix off-by-one bugJohannes Schindelin1-1/+1
2006-09-01git-rev-list(1): group options; reformat; document more optionsJonas Fonseca1-66/+188
2006-09-01Constness tightening for move/link_temp_to_file()Junio C Hamano2-3/+3
2006-09-01gitweb: Fix git_blameAneesh Kumar K.V1-4/+6
2006-09-01Include config.mak.autogen in the doc MakefileJonas Fonseca1-0/+2
2006-09-01Use xmalloc instead of mallocJonas Fonseca9-16/+16
2006-09-01git(7): move gitk(1) to the list of porcelain commandsJonas Fonseca1-7/+3
2006-08-31t5710: fix two thinkos.Junio C Hamano1-0/+2
2006-08-31gitweb: Extend parse_difftree_raw_line to save commit infoJakub Narebski1-3/+3
2006-08-31gitweb: Separate printing of git_tree row into git_print_tree_entryJakub Narebski1-44/+59
2006-08-31gitweb: Move git-ls-tree output parsing to parse_ls_tree_lineJakub Narebski1-19/+43
2006-08-31use do() instead of require() to include configurationDennis Stosberg1-1/+1
2006-08-31gitweb: Remove forgotten call to git_to_hashDennis Stosberg1-4/+0
2006-08-30log-tree.c: cleanup a bit append_signoff()Franck Bui-Huu1-50/+66
2006-08-29Remove uneeded #includeJohannes Schindelin2-2/+0
2006-08-29Makefile: fix typoJohannes Schindelin1-1/+1
2006-08-29unpack-objects: remove unused variable "eof"Johannes Schindelin1-3/+1
2006-08-29git-fsck-objects: lacking default references should not be fatalLinus Torvalds1-2/+17
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-28gitk: Fix some bugs in the new cherry-picking codePaul Mackerras1-2/+6
2006-08-28daemon: prepare for multiple services.Junio C Hamano1-7/+106
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