summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-05-30Improved pack format documentation.Libravatar Shawn Pearce1-3/+8
2006-05-30tree_entry(): new tree-walking helper functionLibravatar Linus Torvalds11-141/+112
2006-05-30git_exec_path, execv_git_cmd: ignore empty environment variablesLibravatar Dmitry V. Levin1-2/+2
2006-05-30execv_git_cmd: Fix stack buffer overflow.Libravatar Dmitry V. Levin1-9/+23
2006-05-30Fixed Cygwin CR-munging problem in mailsplitLibravatar Salikh Zakirov1-1/+1
2006-05-30Merge branch 'master' into newLibravatar Paul Mackerras1-41/+43
2006-05-30gitk: Add a goto next/previous highlighted commit functionLibravatar Paul Mackerras1-52/+144
2006-05-30Merge branch 'ew/tests'Libravatar Junio C Hamano5-68/+82
2006-05-30Merge branch 'master' into nextLibravatar Junio C Hamano9-18/+89
2006-05-30send-email: do not pass bogus address to local sendmail binaryLibravatar Junio C Hamano2-8/+17
2006-05-29Add a basic test case for git send-email, and fix some real bugs discovered.Libravatar Ryan Anderson1-0/+34
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