summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-03-11Change {pre,post}-receive hooks to use stdinLibravatar Shawn O. Pearce3-58/+62
2007-03-11Split back out update_hook handling in receive-packLibravatar Shawn O. Pearce1-2/+24
2007-03-11Refactor run_command error handling in receive-packLibravatar Shawn O. Pearce1-19/+24
2007-03-11Teach run_command how to setup a stdin pipeLibravatar Shawn O. Pearce2-1/+37
2007-03-11Split run_command into two halves (start/finish)Libravatar Shawn O. Pearce2-7/+22
2007-03-11Start defining a more sophisticated run_commandLibravatar Shawn O. Pearce2-7/+27
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-11prepare_packed_git(): sort packs by age and localness.Libravatar Junio C Hamano2-0/+57
2007-03-10Fix broken create_branch() in builtin-branch.Libravatar Junio C Hamano1-14/+17
2007-03-10git-branch, git-checkout: autosetup for remote branch trackingLibravatar Paolo Bonzini7-36/+229
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-09add: Support specifying an excludes file with a configuration variableLibravatar James Bowes1-1/+17
2007-03-09git-commit: add a --interactive optionLibravatar Paolo Bonzini2-7/+23
2007-03-08git-bundle: prevent overwriting existing bundlesLibravatar Johannes Schindelin1-2/+2
2007-03-08git-bundle: die if a given ref is not included in bundleLibravatar Johannes Schindelin1-4/+2
2007-03-08git-bundle: handle thin packs in subcommand "unbundle"Libravatar Johannes Schindelin1-1/+2
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-07git-bundle: Make thin packsLibravatar Johannes Schindelin1-59/+26
2007-03-07git-bundle: avoid packing objects which are in the prerequisitesLibravatar Johannes Schindelin2-3/+23
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