summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-03-12Split back out update_hook handling in receive-packShawn O. Pearce
2007-03-12Refactor run_command error handling in receive-packShawn O. Pearce
2007-03-12Teach run_command how to setup a stdin pipeShawn O. Pearce
2007-03-12Split run_command into two halves (start/finish)Shawn O. Pearce
2007-03-12Start defining a more sophisticated run_commandShawn O. Pearce
2007-03-12Remove unused run_command variantsShawn O. Pearce
2007-03-12Switch to run_command_v_opt in revertShawn O. Pearce
2007-03-12cvsserver: Use Merged response instead of Update-existing for merged filesFrank Lichtenheld
2007-03-11I like the idea of the new ':/<oneline prefix>' notation, and gave itJim Meyering
2007-03-11Merge branch 'js/attach'Junio C Hamano
2007-03-11Merge branch 'js/diff-ni'Junio C Hamano
2007-03-11Merge branch 'jc/fsck'Junio C Hamano
2007-03-11Merge branch 'pb/commit-i'Junio C Hamano
2007-03-11Merge branch 'js/revert-cherry'Junio C Hamano
2007-03-11Merge branch 'sp/make'Junio C Hamano
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-09git-commit: add a --interactive optionPaolo Bonzini
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