summaryrefslogtreecommitdiffstats
path: root/receive-pack.c (unfollow)
Commit message (Expand)AuthorFilesLines
2006-09-07autoconf: Add config.cache to .gitignoreJakub Narebski1-0/+1
2006-09-07autoconf: Add support for setting NO_ICONV and ICONVDIRJakub Narebski2-1/+13
2006-09-07autoconf: Set NO_ICONV if iconv is found neither in libc, nor in libiconvJakub Narebski1-2/+5
2006-09-07Revert "daemon: add upload-tar service."Junio C Hamano2-13/+1
2006-09-06git-repack: create new packs inside $GIT_DIR, not cwdMartin Langhoff1-4/+7
2006-09-06Teach rev-list an option to read revs from the standard input.Junio C Hamano2-0/+31
2006-09-06revision.c: allow injecting revision parameters after setup_revisions().Junio C Hamano2-74/+87
2006-09-06Fix memory leak in prepend_to_path (git.c).Christian Couder1-0/+2
2006-09-06send-pack: remove remote reference limitAndy Whitcroft1-1/+1
2006-09-05autoconf: Fix copy'n'paste errorJakub Narebski1-1/+1
2006-09-05diff-index --cc shows a 3-way diff between HEAD, index and working tree.Paul Mackerras1-0/+25
2006-09-05autoconf: Quote AC_CACHE_CHECK argumentsJakub Narebski1-4/+4
2006-09-05autoconf: Check for subprocess.pyJakub Narebski1-0/+10
2006-09-05autoconf: Add -liconv to LIBS when NEEDS_LIBICONVJakub Narebski1-0/+1
2006-09-05gitweb: Divide page path into directories -- path's "breadcrumbs"Jakub Narebski1-8/+21
2006-09-05gitweb: Correct typo: '==' instead of 'eq' in git_difftree_bodyJakub Narebski1-4/+4
2006-09-05gitweb: Add GIT favicon, assuming image/png typeJakub Narebski3-0/+7
2006-09-05Fix git-fsck-objects SIGSEGV/divide-by-zeroLinus Torvalds1-4/+5
2006-09-04more lightweight revalidation while reusing deflated stream in packingJunio C Hamano4-41/+65
2006-09-04gitweb: Change the name of diff to parent link in "commit" view to "diffJakub Narebski1-1/+1
2006-09-03pack-objects: fix thinko in revalidate codeJunio C Hamano1-6/+7
2006-09-03Update GIT_TRACE documentation.Christian Couder1-1/+10
2006-09-03pack-objects: re-validate data we copy from elsewhere.Junio C Hamano1-4/+63
2006-09-02Trace into a file or an open fd and refactor tracing code.Christian Couder10-64/+229
2006-09-02Replace uses of strdup with xstrdup.Shawn Pearce34-76/+84
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-31Trace into open fd and refactor tracing code.Christian Couder10-64/+196
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