summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-05-31tree_entry(): new tree-walking helper functionLinus Torvalds
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-30Merge branch 'jc/lt-tree-n-cache-tree' into lt/tree-2Junio C Hamano
2006-05-30adjust to the rebased series by Linus.Junio C Hamano
2006-05-30Remove last vestiges of generic tree_entry_listLinus Torvalds
2006-05-30Convert fetch.c: process_tree() to raw tree walkerLinus Torvalds
2006-05-30Convert "mark_tree_uninteresting()" to raw tree walkerLinus Torvalds
2006-05-30Remove unused "zeropad" entry from tree_list_entryLinus Torvalds
2006-05-30fsck-objects: avoid unnecessary tree_entry_list usageLinus Torvalds
2006-05-30Remove "tree->entries" tree-entry list from tree parserLinus Torvalds
2006-05-30builtin-read-tree.c: avoid tree_entry_list in prime_cache_tree_rec()Linus Torvalds
2006-05-30Switch "read_tree_recursive()" over to tree-walk functionalityLinus Torvalds
2006-05-30Make "tree_entry" have a SHA1 instead of a union of object pointersLinus Torvalds
2006-05-30Make "struct tree" contain the pointer to the tree bufferLinus Torvalds
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 'lt/tree' into jc/lt-tree-n-cache-treeJunio C Hamano
2006-05-29Merge branch 'jc/dirwalk-n-cache-tree' into jc/cache-treeJunio C Hamano
2006-05-29Remove "tree->entries" tree-entry list from tree parserLinus Torvalds
2006-05-29Switch "read_tree_recursive()" over to tree-walk functionalityLinus Torvalds
2006-05-29Make "tree_entry" have a SHA1 instead of a union of object pointersLinus Torvalds
2006-05-29Add raw tree buffer info to "struct tree"Linus Torvalds
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