summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-06-03gitk: Show nearby tagsPaul Mackerras
2006-06-02Merge branch 'ds/doc' into jc/fmt-patchJunio C Hamano
2006-06-02Update documentation for git-format-patchDennis Stosberg
2006-06-02fetch.c: do not call process_tree() from process_tree().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-02format-patch: resurrect extra headers from configJohannes Schindelin
2006-05-31Merge git://git.kernel.org/pub/scm/gitk/gitkJunio C Hamano
2006-05-31http: 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-31fetch.c: do not pass uninitialized lock to unlock_ref().Junio C Hamano
2006-05-31format-patch --signoffJunio C Hamano
2006-05-31git-svnimport: Improved detection of merges.Florian Forster
2006-05-30Improved pack format documentation.Shawn Pearce
2006-05-30tree_entry(): new tree-walking helper functionLinus Torvalds
2006-05-30git_exec_path, execv_git_cmd: ignore empty environment variablesDmitry V. Levin
2006-05-30execv_git_cmd: Fix stack buffer overflow.Dmitry V. Levin
2006-05-30Fixed Cygwin CR-munging problem in mailsplitSalikh Zakirov
2006-05-30Merge branch 'master' into newPaul Mackerras
2006-05-30gitk: Add a goto next/previous highlighted commit functionPaul Mackerras
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-29Add a basic test case for git send-email, and fix some real bugs discovered.Ryan Anderson
2006-05-29Fix a bug in email extraction used in git-send-email.Ryan Anderson
2006-05-29Add support for --bcc to git-send-email.Ryan Anderson
2006-05-29git-send-email: Add References: headers to emails, in addition to In-Reply-To:Ryan Anderson
2006-05-29git-clean fails on files beginning with a dashDennis Stosberg
2006-05-29git-svn: remove assertion that broke with older versions of svnEric Wong
2006-05-29git-svn: t0001: workaround a heredoc bug in old versions of dashEric Wong
2006-05-29Documentation: fix a tutorial-2 typoJ. Bruce Fields
2006-05-29Documentation: retitle the git-core tutorialJ. Bruce Fields
2006-05-29documentation: add brief mention of cat-file to tutorial part IJ. Bruce Fields
2006-05-29documentation: mention gitk font adjustment in tutorialJ. Bruce Fields
2006-05-29Fix some documentation typoesHorst von Brand
2006-05-29Merge branch 'jc/lt-tree-n-cache-tree' into lt/tree-2Junio C Hamano
2006-05-29adjust to the rebased series by Linus.Junio C Hamano
2006-05-29Remove last vestiges of generic tree_entry_listLinus Torvalds
2006-05-29Convert fetch.c: process_tree() to raw tree walkerLinus Torvalds
2006-05-29Convert "mark_tree_uninteresting()" to raw tree walkerLinus Torvalds
2006-05-29Remove unused "zeropad" entry from tree_list_entryLinus Torvalds
2006-05-29fsck-objects: avoid unnecessary tree_entry_list usageLinus Torvalds
2006-05-29Remove "tree->entries" tree-entry list from tree parserLinus Torvalds
2006-05-29builtin-read-tree.c: avoid tree_entry_list in prime_cache_tree_rec()Linus 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-29Make "struct tree" contain the pointer to the tree bufferLinus Torvalds
2006-05-29Make git-diff-tree indicate when it flushesPaul Mackerras
2006-05-29Remove unnecessary output from t3600-rm.Shawn Pearce