summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-05-29Fix a bug in email extraction used in git-send-email.Libravatar Ryan Anderson1-1/+6
2006-05-29Add support for --bcc to git-send-email.Libravatar Ryan Anderson1-2/+8
2006-05-29git-send-email: Add References: headers to emails, in addition to In-Reply-To:Libravatar Ryan Anderson1-2/+11
2006-05-29git-clean fails on files beginning with a dashLibravatar Dennis Stosberg1-2/+2
2006-05-29git-svn: remove assertion that broke with older versions of svnLibravatar Eric Wong1-1/+0
2006-05-29git-svn: t0001: workaround a heredoc bug in old versions of dashLibravatar Eric Wong1-1/+2
2006-05-29Documentation: fix a tutorial-2 typoLibravatar J. Bruce Fields1-1/+1
2006-05-29Documentation: retitle the git-core tutorialLibravatar J. Bruce Fields1-2/+2
2006-05-29documentation: add brief mention of cat-file to tutorial part ILibravatar J. Bruce Fields1-1/+7
2006-05-29documentation: mention gitk font adjustment in tutorialLibravatar J. Bruce Fields1-1/+3
2006-05-29Fix some documentation typoesLibravatar Horst von Brand1-3/+3
2006-05-29Make git-diff-tree indicate when it flushesLibravatar Paul Mackerras1-3/+7
2006-05-29Remove unnecessary output from t3600-rm.Libravatar Shawn Pearce1-19/+23
2006-05-28Merge branch 'lt/apply'Libravatar Junio C Hamano2-0/+70
2006-05-28Merge branch 'jc/cache-tree'Libravatar Junio C Hamano15-128/+834
2006-05-28Merge branch 'jc/dirwalk-n-cache-tree' into jc/cache-treeLibravatar Junio C Hamano148-2560/+7935
2006-05-28Don't use "sscanf()" for tree mode scanningLibravatar Linus Torvalds1-3/+18
2006-05-28git-fetch: avoid using "case ... in (arm)"Libravatar Junio C Hamano1-3/+3
2006-05-28Merge branch 'jc/mailinfo'Libravatar Junio C Hamano1-1/+8
2006-05-28Merge branch 'eb/mailinfo'Libravatar Junio C Hamano1-64/+79
2006-05-28git-write-tree writes garbage on sparc64Libravatar Dennis Stosberg1-1/+1
2006-05-28Fix memory leak in "git rev-list --objects"Libravatar Linus Torvalds1-0/+3
2006-05-28gitview: Move the console error messages to message dialogLibravatar Aneesh Kumar K.V1-2/+7
2006-05-28gitview: Add key binding for F5.Libravatar Aneesh Kumar K.V2-6/+17
2006-05-28Let git-clone to pass --template=dir option to git-init-db.Libravatar Junio C Hamano2-4/+15
2006-05-28Make cvsexportcommit create parent directories as needed.Libravatar Yann Dirson1-5/+32
2006-05-28Document current cvsexportcommit limitations.Libravatar Yann Dirson1-0/+7
2006-05-28Do not call 'cmp' with non-existant -q flag.Libravatar Yann Dirson1-1/+1
2006-05-28Fix "--abbrev=xyz" for revision listingLibravatar Linus Torvalds1-0/+8
2006-05-28t1002: use -U0 instead of --unified=0Libravatar Linus Torvalds1-10/+10
2006-05-28format-patch: -n and -k are mutually exclusive.Libravatar Junio C Hamano1-1/+1
2006-05-26Call builtin ls-tree in git-cat-file -pLibravatar Petr Baudis1-1/+1
2006-05-26built-in format-patch: various fixups.Libravatar Junio C Hamano1-2/+11
2006-05-26Add instructions to commit template.Libravatar Martin Waitz1-0/+3
2006-05-26mailinfo: More carefully parse header lines in read_one_header_line()Libravatar Junio C Hamano1-3/+24
2006-05-25git-format-patch --start-number <n>Libravatar Johannes Schindelin1-3/+13
2006-05-25Don't write directly to a make target ($@).Libravatar Jim Meyering1-14/+20
2006-05-25bogus "fatal: Not a git repository"Libravatar Linus Torvalds1-1/+2
2006-05-25Documentation/Makefile: remove extra /Libravatar Martin Waitz2-4/+4
2006-05-25cvsimport: avoid "use" with :tagLibravatar Jeff King1-1/+1
2006-05-24cat-file: document -p optionLibravatar Jeff King1-2/+7
2006-05-24Built git-upload-tar should be ignored.Libravatar Shawn Pearce1-0/+1
2006-05-24ls-remote: fix rsync:// to report HEADLibravatar Junio C Hamano1-1/+9
2006-05-24fetch.c: remove an unused variable and dead code.Libravatar Junio C Hamano2-20/+3
2006-05-24Merge branch 'master' into lt/applyLibravatar Junio C Hamano41-1065/+1698
2006-05-24Clean up sha1 file writingLibravatar Linus Torvalds1-61/+78
2006-05-24Builtin git-cat-fileLibravatar Timo Hirvonen4-5/+8
2006-05-24apply: force matching at the beginning.Libravatar Junio C Hamano2-6/+27
2006-05-24Merge branch 'jc/fmt-patch'Libravatar Junio C Hamano1-7/+85
2006-05-24Merge branch 'be/tag'Libravatar Junio C Hamano3-31/+61