summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-03-11Merge branch 'maint'Junio C Hamano
2007-03-11git.el: Retrieve commit log information from .dotest directory.Alexandre Julliard
2007-03-11git.el: Avoid appending a signoff line that is already present.Alexandre Julliard
2007-03-11setup_git_directory_gently: fix off-by-one errorMatthias Lederhofer
2007-03-11Merge branch 'maint' of git://linux-nfs.org/~bfields/git into maintJunio C Hamano
2007-03-11user-manual: install user manual stylesheet with other web documentsJ. Bruce Fields
2007-03-11user-manual: fix rendering of history diagramsJ. Bruce Fields
2007-03-11user-manual: fix missing colon in git-show exampleJ. Bruce Fields
2007-03-11user-manual: fix inconsistent use of pull and mergeJ. Bruce Fields
2007-03-11user-manual: fix inconsistent exampleJ. Bruce Fields
2007-03-11glossary: fix overoptimistic automatic linking of defined termsJ. Bruce Fields
2007-03-10Documentation: s/seperator/separator/Jeff King
2007-03-10Adjust reflog filemode in shared repositoryMatthias Kestenholz
2007-03-08Merge branch 'js/config-rename'Junio C Hamano
2007-03-08Merge branch 'master' of git://repo.or.cz/git/fastimportJunio C Hamano
2007-03-07Allow fast-import frontends to reload the marks tableShawn O. Pearce
2007-03-07Use atomic updates to the fast-import mark fileShawn O. Pearce
2007-03-07Teach receive-pack to run pre-receive/post-receive hooksShawn O. Pearce
2007-03-07Refactor handling of error_string in receive-packShawn O. Pearce
2007-03-07Refactor run_update_hook to be more usefulShawn O. Pearce
2007-03-07Don't run post-update hook unless a ref changedShawn O. Pearce
2007-03-07Move post-update hook to after all other activityShawn O. Pearce
2007-03-07Merge branch 'maint'Junio C Hamano
2007-03-07Preallocate memory earlier in fast-importShawn O. Pearce
2007-03-07Cast 64 bit off_t to 32 bit size_tShawn O. Pearce
2007-03-07Use off_t in pack-objects/fast-import when we mean an offsetShawn O. Pearce
2007-03-07Use off_t when we really mean a file offset.Shawn O. Pearce
2007-03-07Use uint32_t for pack-objects counters.Shawn O. Pearce
2007-03-07Use uint32_t for all packed object counts.Shawn O. Pearce
2007-03-07General const correctness fixesShawn O. Pearce
2007-03-07Don't build external_grep if its not usedShawn O. Pearce
2007-03-07Fix mmap leak caused by reading bad indexes.Shawn O. Pearce
2007-03-07Display the null SHA-1 as the base for an OBJ_OFS_DELTA.Shawn O. Pearce
2007-03-07git-archimport: allow remapping branch namesPaolo Bonzini
2007-03-07t/t5515-fetch-merge-logic.sh: Add two more testsSanti B,Ai(Bjar
2007-03-07Catch write_ref_sha1 failure in receive-packShawn O. Pearce
2007-03-07gitweb: Don't escape attributes in CGI.pm HTML methodsJakub Narebski
2007-03-07make t8001 work on Mac OS X againJohannes Schindelin
2007-03-06gitweb: Change to use explicitly function call cgi->escapHTML()Li Yang
2007-03-06Merge branch 'maint'Junio C Hamano
2007-03-06Merge branch 'master' of git://repo.or.cz/git-gui into maintJunio C Hamano
2007-03-06git-bundle: fix pack generation.Junio C Hamano
2007-03-06git-gui: Make 'make' quieter by defaultgitgui-0.6.3Shawn O. Pearce
2007-03-06Merge branch 'maint'Junio C Hamano
2007-03-06git-commit: cd to top before showing the final statJunio C Hamano
2007-03-06Merge branch 'master-for-junio' of git://repo.or.cz/git/fastimport; branch 'm...Junio C Hamano
2007-03-06Fix diff-options references in git-diff and git-format-patchBrian Gernhardt
2007-03-06Add definition of <commit-ish> to the main git man page.Theodore Ts'o
2007-03-06Merge branch 'maint-for-junio' of git://repo.or.cz/git/fastimport into maintJunio C Hamano
2007-03-05Begin SubmittingPatches with a check listJohannes Schindelin