summaryrefslogtreecommitdiffstats
path: root/cache.h (unfollow)
Commit message (Expand)AuthorFilesLines
2007-03-12Split back out update_hook handling in receive-packShawn O. Pearce1-2/+24
2007-03-12Refactor run_command error handling in receive-packShawn O. Pearce1-19/+24
2007-03-12Teach run_command how to setup a stdin pipeShawn O. Pearce2-1/+37
2007-03-12Split run_command into two halves (start/finish)Shawn O. Pearce2-7/+22
2007-03-12Start defining a more sophisticated run_commandShawn O. Pearce2-7/+27
2007-03-12Remove unused run_command variantsShawn O. Pearce3-50/+1
2007-03-12Switch to run_command_v_opt in revertShawn O. Pearce1-4/+9
2007-03-12cvsserver: Use Merged response instead of Update-existing for merged filesFrank Lichtenheld1-3/+3
2007-03-11I like the idea of the new ':/<oneline prefix>' notation, and gave itJim Meyering1-2/+6
2007-03-11git.el: Retrieve commit log information from .dotest directory.Alexandre Julliard1-24/+53
2007-03-11git.el: Avoid appending a signoff line that is already present.Alexandre Julliard1-6/+18
2007-03-11setup_git_directory_gently: fix off-by-one errorMatthias Lederhofer1-1/+1
2007-03-11user-manual: install user manual stylesheet with other web documentsJ. Bruce Fields1-1/+1
2007-03-11user-manual: fix rendering of history diagramsJ. Bruce Fields1-4/+21
2007-03-11user-manual: fix missing colon in git-show exampleJ. Bruce Fields1-1/+1
2007-03-11user-manual: fix inconsistent use of pull and mergeJ. Bruce Fields1-11/+3
2007-03-11user-manual: fix inconsistent exampleJ. Bruce Fields1-2/+2
2007-03-11glossary: fix overoptimistic automatic linking of defined termsJ. Bruce Fields1-1/+1
2007-03-10Documentation: s/seperator/separator/Jeff King1-3/+3
2007-03-10Adjust reflog filemode in shared repositoryMatthias Kestenholz1-0/+2
2007-03-09git-commit: add a --interactive optionPaolo Bonzini2-7/+23
2007-03-08Allow fast-import frontends to reload the marks tableShawn O. Pearce3-1/+56
2007-03-08Use atomic updates to the fast-import mark fileShawn O. Pearce1-9/+26
2007-03-08Teach receive-pack to run pre-receive/post-receive hooksShawn O. Pearce3-62/+191
2007-03-07Refactor handling of error_string in receive-packShawn O. Pearce2-32/+36
2007-03-07Refactor run_update_hook to be more usefulShawn O. Pearce1-19/+44
2007-03-07Don't run post-update hook unless a ref changedShawn O. Pearce1-4/+4
2007-03-07Move post-update hook to after all other activityShawn O. Pearce1-2/+1
2007-03-07Preallocate memory earlier in fast-importShawn O. Pearce1-8/+6
2007-03-07Cast 64 bit off_t to 32 bit size_tShawn O. Pearce16-59/+83
2007-03-07Use off_t in pack-objects/fast-import when we mean an offsetShawn O. Pearce2-28/+28
2007-03-07Use off_t when we really mean a file offset.Shawn O. Pearce6-47/+54
2007-03-07Use uint32_t for pack-objects counters.Shawn O. Pearce1-33/+30
2007-03-07Use uint32_t for all packed object counts.Shawn O. Pearce5-15/+15
2007-03-07General const correctness fixesShawn O. Pearce16-42/+40
2007-03-07Don't build external_grep if its not usedShawn O. Pearce1-0/+2
2007-03-07Fix mmap leak caused by reading bad indexes.Shawn O. Pearce1-9/+16
2007-03-07Display the null SHA-1 as the base for an OBJ_OFS_DELTA.Shawn O. Pearce1-0/+1
2007-03-07git-archimport: allow remapping branch namesPaolo Bonzini2-24/+81
2007-03-07t/t5515-fetch-merge-logic.sh: Add two more testsSanti B,Ai(Bjar3-0/+5
2007-03-07Catch write_ref_sha1 failure in receive-packShawn O. Pearce1-1/+4
2007-03-07gitweb: Don't escape attributes in CGI.pm HTML methodsJakub Narebski1-3/+3
2007-03-07Allow "make -w" generate its usual outputAlex Riesen1-2/+8
2007-03-07Support of "make -s": do not output anything of the build itselfAlex Riesen1-3/+7
2007-03-07More build output cleaning upAlex Riesen2-4/+6
2007-03-07make t8001 work on Mac OS X againJohannes Schindelin1-1/+2
2007-03-06gitweb: Change to use explicitly function call cgi->escapHTML()Li Yang1-2/+2
2007-03-06Make 'make' quiet by defaultShawn O. Pearce3-5/+5
2007-03-06Make 'make' quieter while building gitShawn O. Pearce3-42/+62
2007-03-06git-bundle: fix pack generation.Junio C Hamano1-0/+6