summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-03-11Remove unused run_command variantsLibravatar Shawn O. Pearce3-50/+1
2007-03-11Switch to run_command_v_opt in revertLibravatar Shawn O. Pearce1-4/+9
2007-03-11cvsserver: Use Merged response instead of Update-existing for merged filesLibravatar Frank Lichtenheld1-3/+3
2007-03-11I like the idea of the new ':/<oneline prefix>' notation, and gave itLibravatar Jim Meyering1-2/+6
2007-03-10Merge branch 'js/attach'Libravatar Junio C Hamano11-47/+384
2007-03-10Merge branch 'js/diff-ni'Libravatar Junio C Hamano32-131/+176
2007-03-10Merge branch 'jc/fsck'Libravatar Junio C Hamano3-15/+41
2007-03-10Merge branch 'pb/commit-i'Libravatar Junio C Hamano2-7/+23
2007-03-10Merge branch 'js/revert-cherry'Libravatar Junio C Hamano5-203/+407
2007-03-10Merge branch 'sp/make'Libravatar Junio C Hamano3-44/+76
2007-03-10Merge branch 'maint'Libravatar Junio C Hamano7-48/+100
2007-03-10git.el: Retrieve commit log information from .dotest directory.Libravatar Alexandre Julliard1-24/+53
2007-03-10git.el: Avoid appending a signoff line that is already present.Libravatar Alexandre Julliard1-6/+18
2007-03-10setup_git_directory_gently: fix off-by-one errorLibravatar Matthias Lederhofer1-1/+1
2007-03-10Merge branch 'maint' of git://linux-nfs.org/~bfields/git into maintLibravatar Junio C Hamano3-20/+29
2007-03-10user-manual: install user manual stylesheet with other web documentsLibravatar J. Bruce Fields1-1/+1
2007-03-10user-manual: fix rendering of history diagramsLibravatar J. Bruce Fields1-4/+21
2007-03-10user-manual: fix missing colon in git-show exampleLibravatar J. Bruce Fields1-1/+1
2007-03-10user-manual: fix inconsistent use of pull and mergeLibravatar J. Bruce Fields1-11/+3
2007-03-10user-manual: fix inconsistent exampleLibravatar J. Bruce Fields1-2/+2
2007-03-10glossary: fix overoptimistic automatic linking of defined termsLibravatar J. Bruce Fields1-1/+1
2007-03-09Documentation: s/seperator/separator/Libravatar Jeff King1-3/+3
2007-03-09Adjust reflog filemode in shared repositoryLibravatar Matthias Kestenholz1-0/+2
2007-03-09git-commit: add a --interactive optionLibravatar Paolo Bonzini2-7/+23
2007-03-08Merge branch 'js/config-rename'Libravatar Junio C Hamano4-25/+74
2007-03-07Merge branch 'master' of git://repo.or.cz/git/fastimportLibravatar Junio C Hamano3-18/+88
2007-03-07Allow fast-import frontends to reload the marks tableLibravatar Shawn O. Pearce3-1/+56
2007-03-07Use atomic updates to the fast-import mark fileLibravatar Shawn O. Pearce1-9/+26
2007-03-07Teach receive-pack to run pre-receive/post-receive hooksLibravatar Shawn O. Pearce3-62/+191
2007-03-07Refactor handling of error_string in receive-packLibravatar Shawn O. Pearce2-32/+36
2007-03-07Refactor run_update_hook to be more usefulLibravatar Shawn O. Pearce1-19/+44
2007-03-07Don't run post-update hook unless a ref changedLibravatar Shawn O. Pearce1-4/+4
2007-03-07Move post-update hook to after all other activityLibravatar Shawn O. Pearce1-2/+1
2007-03-07Merge branch 'maint'Libravatar Junio C Hamano2-2/+6
2007-03-07Preallocate memory earlier in fast-importLibravatar Shawn O. Pearce1-8/+6
2007-03-07Cast 64 bit off_t to 32 bit size_tLibravatar Shawn O. Pearce16-59/+83
2007-03-07Use off_t in pack-objects/fast-import when we mean an offsetLibravatar Shawn O. Pearce2-28/+28
2007-03-07Use off_t when we really mean a file offset.Libravatar Shawn O. Pearce6-47/+54
2007-03-07Use uint32_t for pack-objects counters.Libravatar Shawn O. Pearce1-33/+30
2007-03-07Use uint32_t for all packed object counts.Libravatar Shawn O. Pearce5-15/+15
2007-03-07General const correctness fixesLibravatar Shawn O. Pearce16-42/+40
2007-03-07Don't build external_grep if its not usedLibravatar Shawn O. Pearce1-0/+2
2007-03-07Fix mmap leak caused by reading bad indexes.Libravatar Shawn O. Pearce1-9/+16
2007-03-07Display the null SHA-1 as the base for an OBJ_OFS_DELTA.Libravatar Shawn O. Pearce1-0/+1
2007-03-07git-archimport: allow remapping branch namesLibravatar Paolo Bonzini2-24/+81
2007-03-07t/t5515-fetch-merge-logic.sh: Add two more testsLibravatar Santi B,Ai(Bjar3-0/+5
2007-03-07Catch write_ref_sha1 failure in receive-packLibravatar Shawn O. Pearce1-1/+4
2007-03-06gitweb: Don't escape attributes in CGI.pm HTML methodsLibravatar Jakub Narebski1-3/+3
2007-03-06Allow "make -w" generate its usual outputLibravatar Alex Riesen1-2/+8
2007-03-06Support of "make -s": do not output anything of the build itselfLibravatar Alex Riesen1-3/+7