git.git
2006-06-07 Jonas FonsecaMisc doc improvements
2006-06-07 Junio C HamanoDocumentation: add missing docs make check-docs found.
2006-06-07 Francis DalySome doc typo fixes
2006-06-07 Rene ScharfeOff-by-one error in get_path_prefix(), found by Valgrind
2006-06-07 Junio C HamanoMerge git://git.kernel.org/pub/scm/gitk/gitk
2006-06-07 Nick Hengeveldhttp-fetch: fix possible segfault
2006-06-07 Jon LoeligerRefactor git_tcp_connect() functions a little.
2006-06-06 Junio C HamanoMerge branch 'jc/lockfile'
2006-06-06 Junio C HamanoMerge branch 'js/alias'
2006-06-06 Junio C HamanoMerge branch 'vb/sendemail'
2006-06-06 Robert Fitzsimonsbuiltin-grep: pass ignore case option to external grep
2006-06-06 Paul Mackerrasgitk: Re-read the descendent/ancestor tag & head info...
2006-06-06 Junio C Hamanoref-log: style fixes.
2006-06-06 Junio C Hamanorefs.c: convert it to use lockfile interface.
2006-06-06 Junio C HamanoMake index file locking code reusable to others.
2006-06-06 Junio C HamanoHTTP cleanup
2006-06-06 Nick HengeveldHTTP cleanup
2006-06-06 Junio C Hamanogit-format-patch: add --output-directory long option...
2006-06-06 Junio C Hamanosend-email: a bit more careful domain regexp.
2006-06-06 Junio C Hamanosend-email: be more lenient and just catch obvious...
2006-06-06 Junio C Hamanorev-parse: tighten constness properly. v1.4.0-rc1
2006-06-06 SeanA Perforce importer for git.
2006-06-06 Junio C Hamanogit alias: try alias last.
2006-06-06 Johannes SchindelinIf you have a config containing something like this:
2006-06-06 Nick Hengeveldbuiltin-push: don't pass --thin to HTTP transport
2006-06-06 Linus Torvaldspack-objects: improve path grouping heuristics.
2006-06-05 Linus Torvaldsrev-list: fix process_tree() conversion.
2006-06-05 Linus TorvaldsFix typo in tutorial-2.txt
2006-06-05 Horst H. von... Fix Documentation/everyday.txt: Junio's workflow
2006-06-05 Horst H. von... Add example xinetd(8) configuration to Documentation...
2006-06-05 Linus Torvaldsread-tree: fix eye-candy.
2006-06-04 Aneesh Kumar K.Vgitview: Add some useful keybindings.
2006-06-04 Horst H. von... Cleanup git-send-email.perl:extract_valid_email
2006-06-04 Junio C HamanoMerge branch 'lt/tree-2'
2006-06-04 Junio C HamanoMerge branch 'sp/reflog'
2006-06-04 Junio C HamanoMerge branch 'ff/svnimport'
2006-06-04 Junio C Hamanoread-tree --reset: update working tree file for conflic...
2006-06-04 Junio C HamanoMerge branch 'jc/fmt-patch'
2006-06-04 Horst H. von... Documentation: Spelling fixes
2006-06-04 Christian CouderBuiltin git-rev-parse.
2006-06-04 Junio C Hamanofetch: do not report "same" unless -verbose.
2006-06-04 Paul Mackerrasgitk: Show branch name(s) as well, if "show nearby...
2006-06-03 Paul Mackerrasgitk: Show nearby tags
2006-06-03 Junio C HamanoMerge branch 'ds/doc' into jc/fmt-patch
2006-06-03 Dennis StosbergUpdate documentation for git-format-patch
2006-06-02 Junio C Hamanofetch.c: do not call process_tree() from process_tree().
2006-06-02 Jeff Kingsha1_file: avoid re-preparing duplicate packs
2006-06-02 Jeff Kinghandle concurrent pruning of packed objects
2006-06-02 Junio C HamanoMerge branch 'nh/http'
2006-06-02 Johannes Schindelinformat-patch: resurrect extra headers from config
2006-06-01 Junio C HamanoMerge git://git.kernel.org/pub/scm/gitk/gitk
2006-06-01 Nick Hengeveldhttp: prevent segfault during curl handle reuse
2006-05-31 Johannes Schindelinsend-email: only 'require' instead of 'use' Net::SMTP
2006-05-31 Shawn PearceAllow multiple -m options to git-commit.
2006-05-31 Junio C Hamanofetch.c: do not pass uninitialized lock to unlock_ref().
2006-05-31 Junio C Hamanoformat-patch --signoff
2006-05-31 Florian Forstergit-svnimport: Improved detection of merges.
2006-05-31 Shawn PearceImproved pack format documentation.
2006-05-31 Linus Torvaldstree_entry(): new tree-walking helper function
2006-05-31 Dmitry V. Levingit_exec_path, execv_git_cmd: ignore empty environment...
2006-05-31 Dmitry V. Levinexecv_git_cmd: Fix stack buffer overflow.
2006-05-31 Salikh ZakirovFixed Cygwin CR-munging problem in mailsplit
2006-05-30 Paul MackerrasMerge branch 'master' into new
2006-05-30 Paul Mackerrasgitk: Add a goto next/previous highlighted commit function
2006-05-30 Junio C HamanoMerge branch 'ew/tests'
2006-05-30 Junio C Hamanosend-email: do not pass bogus address to local sendmail...
2006-05-30 Ryan AndersonAdd a basic test case for git send-email, and fix some...
2006-05-30 Ryan AndersonFix a bug in email extraction used in git-send-email.
2006-05-30 Ryan AndersonAdd support for --bcc to git-send-email.
2006-05-30 Ryan Andersongit-send-email: Add References: headers to emails,...
2006-05-30 Dennis Stosberggit-clean fails on files beginning with a dash
2006-05-30 Eric Wonggit-svn: remove assertion that broke with older version...
2006-05-30 Eric Wonggit-svn: t0001: workaround a heredoc bug in old version...
2006-05-30 J. Bruce FieldsDocumentation: fix a tutorial-2 typo
2006-05-30 J. Bruce FieldsDocumentation: retitle the git-core tutorial
2006-05-30 J. Bruce Fieldsdocumentation: add brief mention of cat-file to tutoria...
2006-05-30 J. Bruce Fieldsdocumentation: mention gitk font adjustment in tutorial
2006-05-30 Horst von BrandFix some documentation typoes
2006-05-30 Junio C HamanoMerge branch 'jc/lt-tree-n-cache-tree' into lt/tree-2
2006-05-30 Junio C Hamanoadjust to the rebased series by Linus.
2006-05-30 Linus TorvaldsRemove last vestiges of generic tree_entry_list
2006-05-30 Linus TorvaldsConvert fetch.c: process_tree() to raw tree walker
2006-05-30 Linus TorvaldsConvert "mark_tree_uninteresting()" to raw tree walker
2006-05-30 Linus TorvaldsRemove unused "zeropad" entry from tree_list_entry
2006-05-30 Linus Torvaldsfsck-objects: avoid unnecessary tree_entry_list usage
2006-05-30 Linus TorvaldsRemove "tree->entries" tree-entry list from tree parser
2006-05-30 Linus Torvaldsbuiltin-read-tree.c: avoid tree_entry_list in prime_cac...
2006-05-30 Linus TorvaldsSwitch "read_tree_recursive()" over to tree-walk functi...
2006-05-30 Linus TorvaldsMake "tree_entry" have a SHA1 instead of a union of...
2006-05-30 Linus TorvaldsMake "struct tree" contain the pointer to the tree...
2006-05-30 Paul MackerrasMake git-diff-tree indicate when it flushes
2006-05-29 Shawn PearceRemove unnecessary output from t3600-rm.
2006-05-29 Paul Mackerrasgitk: Provide ability to highlight based on relationshi...
2006-05-29 Junio C HamanoMerge branch 'lt/apply'
2006-05-29 Junio C HamanoMerge branch 'jc/cache-tree'
2006-05-29 Junio C HamanoMerge branch 'lt/tree' into jc/lt-tree-n-cache-tree
2006-05-29 Junio C HamanoMerge branch 'jc/dirwalk-n-cache-tree' into jc/cache...
2006-05-29 Linus TorvaldsRemove "tree->entries" tree-entry list from tree parser
2006-05-29 Linus TorvaldsSwitch "read_tree_recursive()" over to tree-walk functi...
2006-05-29 Linus TorvaldsMake "tree_entry" have a SHA1 instead of a union of...
next