summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-09-04autoconf: Add -liconv to LIBS when NEEDS_LIBICONVLibravatar Jakub Narebski1-0/+1
2006-09-04gitweb: Divide page path into directories -- path's "breadcrumbs"Libravatar Jakub Narebski1-8/+21
2006-09-04gitweb: Correct typo: '==' instead of 'eq' in git_difftree_bodyLibravatar Jakub Narebski1-4/+4
2006-09-04gitweb: Add GIT favicon, assuming image/png typeLibravatar Jakub Narebski3-0/+7
2006-09-04Fix git-fsck-objects SIGSEGV/divide-by-zeroLibravatar Linus Torvalds1-4/+5
2006-09-04unpack-objects desperately salvages objects from a corrupt packLibravatar Junio C Hamano2-22/+45
2006-09-03more lightweight revalidation while reusing deflated stream in packingLibravatar Junio C Hamano4-41/+65
2006-09-03gitweb: Change the name of diff to parent link in "commit" view to "diffLibravatar Jakub Narebski1-1/+1
2006-09-03pack-objects: fix thinko in revalidate codeLibravatar Junio C Hamano1-6/+7
2006-09-03Update GIT_TRACE documentation.Libravatar Christian Couder1-1/+10
2006-09-02Merge branch 'master' into cc/traceLibravatar Junio C Hamano45-312/+972
2006-09-02pack-objects: re-validate data we copy from elsewhere.Libravatar Junio C Hamano1-4/+63
2006-09-02Trace into a file or an open fd and refactor tracing code.Libravatar Christian Couder10-64/+229
2006-09-02Replace uses of strdup with xstrdup.Libravatar Shawn Pearce34-76/+84
2006-09-01consolidate two copies of new style object header parsing code.Libravatar Junio C Hamano1-40/+45
2006-09-01Documentation: Fix howto/revert-branch-rebase.html generationLibravatar Sergey Vlasov1-1/+1
2006-09-01fmt-merge-msg: fix off-by-one bugLibravatar Johannes Schindelin1-1/+1
2006-09-01git-rev-list(1): group options; reformat; document more optionsLibravatar Jonas Fonseca1-66/+188
2006-09-01Merge git://git.kernel.org/pub/scm/gitk/gitkLibravatar Junio C Hamano1-95/+587
2006-09-01Constness tightening for move/link_temp_to_file()Libravatar Junio C Hamano2-3/+3
2006-08-31gitweb: Fix git_blameLibravatar Aneesh Kumar K.V1-4/+6
2006-08-31Include config.mak.autogen in the doc MakefileLibravatar Jonas Fonseca1-0/+2
2006-08-31Use xmalloc instead of mallocLibravatar Jonas Fonseca9-16/+16
2006-08-31git(7): move gitk(1) to the list of porcelain commandsLibravatar Jonas Fonseca1-7/+3
2006-08-31Trace into open fd and refactor tracing code.Libravatar Christian Couder10-64/+196
2006-08-31t5710: fix two thinkos.Libravatar Junio C Hamano1-0/+2
2006-08-31Merge early part of branch 'jc/daemon'Libravatar Junio C Hamano1-7/+106
2006-08-31gitweb: Extend parse_difftree_raw_line to save commit infoLibravatar Jakub Narebski1-3/+3
2006-08-31gitweb: Separate printing of git_tree row into git_print_tree_entryLibravatar Jakub Narebski1-44/+59
2006-08-31gitweb: Move git-ls-tree output parsing to parse_ls_tree_lineLibravatar Jakub Narebski1-19/+43
2006-08-31use do() instead of require() to include configurationLibravatar Dennis Stosberg1-1/+1
2006-08-31gitweb: Remove forgotten call to git_to_hashLibravatar Dennis Stosberg1-4/+0
2006-08-30log-tree.c: cleanup a bit append_signoff()Libravatar Franck Bui-Huu1-50/+66
2006-08-29Remove uneeded #includeLibravatar Johannes Schindelin2-2/+0
2006-08-29Makefile: fix typoLibravatar Johannes Schindelin1-1/+1
2006-08-29unpack-objects: remove unused variable "eof"Libravatar Johannes Schindelin1-3/+1
2006-08-29git-fsck-objects: lacking default references should not be fatalLibravatar Linus Torvalds1-2/+17
2006-08-29Check if pack directory exists prior to descending into itLibravatar Matthias Kestenholz1-1/+1
2006-08-28gitweb: Add local time and timezone to git_print_authorshipLibravatar Jakub Narebski1-2/+10
2006-08-28gitweb: Add diff tree, with links to patches, to commitdiff viewLibravatar Jakub Narebski1-22/+49
2006-08-28gitweb: git_print_log: signoff line is non-empty lineLibravatar Jakub Narebski1-0/+1
2006-08-28gitweb: Add author information to commitdiff viewLibravatar Jakub Narebski2-0/+18
2006-08-28gitweb: Do not remove signoff lines in git_print_simplified_logLibravatar Jakub Narebski1-1/+0
2006-08-28gitweb: Make git_print_log generic; git_print_simplified_log uses itLibravatar Jakub Narebski1-32/+31
2006-08-28gitweb: Use --git-dir parameter instead of setting $ENV{'GIT_DIR'}Libravatar Dennis Stosberg1-36/+54
2006-08-28Add --relative-date option to the revision interfaceLibravatar Jonas Fonseca8-11/+31
2006-08-28Merge branch 'gl/web'Libravatar Junio C Hamano2-504/+1039
2006-08-28gitk: Fix some bugs in the new cherry-picking codeLibravatar Paul Mackerras1-2/+6
2006-08-27multi-service daemon: documentationLibravatar Junio C Hamano1-8/+39
2006-08-27daemon: add upload-tar service.Libravatar Junio C Hamano1-4/+11