summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-06-04Documentation: Spelling fixesHorst H. von Brand
2006-06-04Builtin git-rev-parse.Christian Couder
2006-06-04fetch: do not report "same" unless -verbose.Junio C Hamano
2006-06-02sha1_file: avoid re-preparing duplicate packsJeff King
2006-06-02handle concurrent pruning of packed objectsJeff King
2006-06-02Merge branch 'nh/http'Junio C Hamano
2006-06-01Merge git://git.kernel.org/pub/scm/gitk/gitkJunio C Hamano
2006-06-01http: prevent segfault during curl handle reuseNick Hengeveld
2006-05-31send-email: only 'require' instead of 'use' Net::SMTPJohannes Schindelin
2006-05-31Allow multiple -m options to git-commit.Shawn Pearce
2006-05-31Improved pack format documentation.Shawn Pearce
2006-05-31git_exec_path, execv_git_cmd: ignore empty environment variablesDmitry V. Levin
2006-05-31execv_git_cmd: Fix stack buffer overflow.Dmitry V. Levin
2006-05-31Fixed Cygwin CR-munging problem in mailsplitSalikh Zakirov
2006-05-30Merge branch 'ew/tests'Junio C Hamano
2006-05-30send-email: do not pass bogus address to local sendmail binaryJunio C Hamano
2006-05-30Add a basic test case for git send-email, and fix some real bugs discovered.Ryan Anderson
2006-05-30Fix a bug in email extraction used in git-send-email.Ryan Anderson
2006-05-30Add support for --bcc to git-send-email.Ryan Anderson
2006-05-30git-send-email: Add References: headers to emails, in addition to In-Reply-To:Ryan Anderson
2006-05-30git-clean fails on files beginning with a dashDennis Stosberg
2006-05-30git-svn: remove assertion that broke with older versions of svnEric Wong
2006-05-30git-svn: t0001: workaround a heredoc bug in old versions of dashEric Wong
2006-05-30Documentation: fix a tutorial-2 typoJ. Bruce Fields
2006-05-30Documentation: retitle the git-core tutorialJ. Bruce Fields
2006-05-30documentation: add brief mention of cat-file to tutorial part IJ. Bruce Fields
2006-05-30documentation: mention gitk font adjustment in tutorialJ. Bruce Fields
2006-05-30Fix some documentation typoesHorst von Brand
2006-05-30Make git-diff-tree indicate when it flushesPaul Mackerras
2006-05-29Remove unnecessary output from t3600-rm.Shawn Pearce
2006-05-29Merge branch 'lt/apply'Junio C Hamano
2006-05-29Merge branch 'jc/cache-tree'Junio C Hamano
2006-05-29Merge branch 'jc/dirwalk-n-cache-tree' into jc/cache-treeJunio C Hamano
2006-05-29Don't use "sscanf()" for tree mode scanningLinus Torvalds
2006-05-29git-fetch: avoid using "case ... in (arm)"Junio C Hamano
2006-05-28Merge branch 'jc/mailinfo'Junio C Hamano
2006-05-28Merge branch 'eb/mailinfo'Junio C Hamano
2006-05-28git-write-tree writes garbage on sparc64Dennis Stosberg
2006-05-28Fix memory leak in "git rev-list --objects"Linus Torvalds
2006-05-28gitview: Move the console error messages to message dialogAneesh Kumar K.V
2006-05-28gitview: Add key binding for F5.Aneesh Kumar K.V
2006-05-28Let git-clone to pass --template=dir option to git-init-db.Junio C Hamano
2006-05-28Make cvsexportcommit create parent directories as needed.Yann Dirson
2006-05-28Document current cvsexportcommit limitations.Yann Dirson
2006-05-28Do not call 'cmp' with non-existant -q flag.Yann Dirson
2006-05-28Fix "--abbrev=xyz" for revision listingLinus Torvalds
2006-05-28t1002: use -U0 instead of --unified=0Linus Torvalds
2006-05-28format-patch: -n and -k are mutually exclusive.Junio C Hamano
2006-05-26Call builtin ls-tree in git-cat-file -pPetr Baudis
2006-05-26built-in format-patch: various fixups.Junio C Hamano