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-29Merge branch 'jc/lt-tree-n-cache-tree' into nextLibravatar Junio C Hamano8-126/+151
2006-05-29Merge branch 'jc/lt-tree-n-cache-tree' into lt/tree-2Libravatar Junio C Hamano0-0/+0
2006-05-29adjust to the rebased series by Linus.Libravatar Junio C Hamano1-7/+4
2006-05-29Remove last vestiges of generic tree_entry_listLibravatar Linus Torvalds3-56/+44
2006-05-29Convert fetch.c: process_tree() to raw tree walkerLibravatar Linus Torvalds1-9/+15
2006-05-29Convert "mark_tree_uninteresting()" to raw tree walkerLibravatar Linus Torvalds1-9/+22
2006-05-29Remove unused "zeropad" entry from tree_list_entryLibravatar Linus Torvalds2-3/+1
2006-05-29fsck-objects: avoid unnecessary tree_entry_list usageLibravatar Linus Torvalds1-21/+36
2006-05-29Remove "tree->entries" tree-entry list from tree parserLibravatar Linus Torvalds9-57/+116
2006-05-29builtin-read-tree.c: avoid tree_entry_list in prime_cache_tree_rec()Libravatar Linus Torvalds1-5/+15
2006-05-29Switch "read_tree_recursive()" over to tree-walk functionalityLibravatar Linus Torvalds1-13/+20
2006-05-29Make "tree_entry" have a SHA1 instead of a union of object pointersLibravatar Linus Torvalds9-30/+31
2006-05-29Make "struct tree" contain the pointer to the tree bufferLibravatar Linus Torvalds6-34/+36
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-29gitk: Provide ability to highlight based on relationship to selected commitLibravatar Paul Mackerras1-2/+150
2006-05-28Merge branch 'jc/lt-tree-n-cache-tree' into nextLibravatar Junio C Hamano13-123/+220
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 'lt/tree' into jc/lt-tree-n-cache-treeLibravatar Junio C Hamano73-1033/+2532
2006-05-28Merge branch 'jc/dirwalk-n-cache-tree' into jc/cache-treeLibravatar Junio C Hamano148-2560/+7935
2006-05-28Remove "tree->entries" tree-entry list from tree parserLibravatar Linus Torvalds9-57/+116
2006-05-28Switch "read_tree_recursive()" over to tree-walk functionalityLibravatar Linus Torvalds1-13/+20
2006-05-28Make "tree_entry" have a SHA1 instead of a union of object pointersLibravatar Linus Torvalds9-29/+30
2006-05-28Add raw tree buffer info to "struct tree"Libravatar Linus Torvalds6-34/+36
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/cache-tree' into nextLibravatar Junio C Hamano1-1/+1
2006-05-28Merge branch 'master' into nextLibravatar Junio C Hamano9-28/+100
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