Code

git.git
2008-10-09 Miklos VajnaImplement git clone -v
2008-10-09 Shawn O. PearceMerge branch 'js/objc-funchdr'
2008-10-09 Shawn O. PearceMerge branch 'pb/gitweb'
2008-10-09 Shawn O. PearceMerge branch 'dm/svn-branch'
2008-10-09 Shawn O. PearceMerge branch 'bc/xdiffnl'
2008-10-09 Shawn O. PearceMerge branch 'dp/cywginstat'
2008-10-09 Shawn O. PearceMerge branch 'lt/time-reject-fractional-seconds'
2008-10-09 Shawn O. PearceMerge branch 'jc/add-ita'
2008-10-09 Shawn O. PearceMerge branch 'mw/sendemail'
2008-10-09 Shawn O. PearceMerge branch 'mv/merge-refresh'
2008-10-09 Shawn O. PearceMerge branch 'ph/parseopt'
2008-10-09 Shawn O. PearceMerge branch 'rz/grepz'
2008-10-09 Shawn O. PearceMerge branch 'mg/verboseprune'
2008-10-09 Shawn O. PearceMerge branch 'maint'
2008-10-09 Shawn O. PearceMerge branch 'sg/maint-intrebase-msghook' into maint
2008-10-09 Imre Deakbuiltin-apply: fix typo leading to stack corruption
2008-10-09 Brandon Caseygit-stash.sh: fix flawed fix of invalid ref handling...
2008-10-09 Shawn O. PearceMerge branch 'jk/maint-soliconv' into maint
2008-10-09 Miklos VajnaCleanup in sha1_file.c::cache_or_unpack_entry()
2008-10-09 Brandon Caseybuiltin-merge.c: allocate correct amount of memory
2008-10-08 Shawn O. PearceMerge branch 'maint'
2008-10-08 Samuel TardieuDo not use errno when pread() returns 0
2008-10-08 Brandon CaseyReplace xmalloc/memset(0) pairs with xcalloc
2008-10-08 Deskin Millergit init: --bare/--shared overrides system/global config
2008-10-08 Johannes Sixtgit-push.txt: Describe --repo option in more detail
2008-10-08 Johannes Schindelingit rm: refresh index before up-to-date check
2008-10-07 Mikael MagnussonFix a few typos in relnotes
2008-10-06 Jonathan del... Teach git diff about Objective-C syntax
2008-10-06 Florian RagwitzAdd git-svn branch to allow branch creation in SVN...
2008-10-06 Shawn O. PearceMerge branch 'maint'
2008-10-06 Shawn O. PearceUpdate release notes for 1.6.0.3
2008-10-06 Dmitry Potapovdo not segfault if make_cache_entry failed
2008-10-06 Nanako ShiraishiTeach rebase -i to honor pre-rebase hook
2008-10-06 Nanako Shiraishidocs: describe pre-rebase hook
2008-10-06 Dmitry Potapovdo not segfault if make_cache_entry failed
2008-10-06 Dmitry Potapovmake prefix_path() never return NULL
2008-10-06 Linus Torvaldsfix bogus "diff --git" header from "diff --no-index"
2008-10-06 Tuncer AyazFix fetch/clone --quiet when stdout is connected
2008-10-06 Alexander Gavrilovbuiltin-blame: Fix blame -C -C with submodules.
2008-10-06 SZEDER Gáborbash: remove fetch, push, pull dashed form leftovers
2008-10-03 Miklos Vajnabuiltin-merge: refresh the index before calling a strategy
2008-10-03 Jeff KingMakefile: do not set NEEDS_LIBICONV for Solaris 8
2008-10-03 SZEDER Gáborrebase -i: remove leftover debugging
2008-10-03 Shawn O. PearceMerge branch 'pb/gitweb-tagcloud' into pb/gitweb
2008-10-03 Petr Baudisgitweb: Support for simple project search form
2008-10-03 Petr Baudisgitweb: Make the by_tag filter delve in forks as well
2008-10-03 Petr Baudisgitweb: Support for tag clouds
2008-10-03 SZEDER Gáborrebase -i: proper prepare-commit-msg hook argument...
2008-10-03 Teemu Likonenbash completion: Add --[no-]validate to "git send-email"
2008-10-03 Petr Baudisgitweb: Add support for extending the action bar with...
2008-10-03 Pierre Habouzitparse-opt: migrate builtin-merge-file.
2008-10-03 Pierre Habouzitparse-opt: migrate git-merge-base.
2008-10-03 Pierre Habouzitparse-opt: migrate fmt-merge-msg.
2008-10-03 Brandon Caseyxdiff-interface.c: strip newline (and cr) from line...
2008-10-03 David Aguilartests: add a testcase for "git submodule sync"
2008-10-03 Shawn O. PearceMerge branch 'maint'
2008-10-03 Nicolas Pitrefix openssl headers conflicting with custom SHA1 implem...
2008-10-03 Nanako Shiraishiarchive.c: make archiver static
2008-10-03 Nanako Shiraishicommit.c: make read_graft_file() static
2008-10-03 Nanako Shiraishiconfig.c: make git_parse_long() static
2008-10-03 Nanako Shiraishirun-command.c: remove run_command_v_opt_cd()
2008-10-03 Nanako Shiraishidir.c: make dir_add_name() and dir_add_ignored() static
2008-10-03 Jakub Narebskigitweb: Add path_info tests to t/t9500-gitweb-standalon...
2008-10-03 Jakub Narebskigitweb: Fix two 'uninitialized value' warnings in git_t...
2008-10-03 Petr Baudisgitweb: Identify all summary metadata table rows
2008-10-03 David Soria... Solaris: Use OLD_ICONV to avoid compile warnings
2008-10-03 Giuseppe Bilottagitweb: remove PATH_INFO from $my_url and $my_uri
2008-10-03 Petr Baudisconfig.c: Tolerate UTF8 BOM at the beginning of config...
2008-10-03 Petr Baudisgitweb: Quote non-displayable characters in hex, not...
2008-10-01 Raphael Zimmerergit grep: Add "-z/--null" option as in GNU's grep.
2008-10-01 Michael Wittensend-email: signedoffcc -> signedoffbycc, but handle...
2008-10-01 Michael WittenDocs: send-email: Create logical groupings for man...
2008-10-01 Michael WittenDocs: send-email: Create logical groupings for --help...
2008-10-01 Michael WittenDocs: send-email: Remove unnecessary config variable...
2008-10-01 Michael WittenDocs: send-email: --chain_reply_to -> --[no-]chain...
2008-10-01 Michael Wittensend-email: change --no-validate to boolean --[no-...
2008-10-01 Michael WittenDocs: send-email: Man page option ordering
2008-10-01 Michael WittenDocs: send-email usage text much sexier
2008-10-01 Michael WittenDocs: send-email's usage text and man page mention...
2008-10-01 Mike Ralphsongitweb: Sort the list of forks on the summary page...
2008-10-01 Petr Baudisgitweb: Clean-up sorting of project list
2008-10-01 Shawn O. PearceMerge branch 'maint'
2008-10-01 martin f. krafftImprove git-log documentation wrt file filters
2008-10-01 SZEDER GáborDocumentation: remove '\' in front of short options
2008-09-30 Dmitry Potapovcygwin: Use native Win32 API for stat
2008-09-30 Dmitry Potapovmingw: move common functionality to win32.h
2008-09-30 Dmitry Potapovadd have_git_dir() function
2008-09-30 Michael J Grubermake prune report removed objects on -v
2008-09-30 Shawn O. PearceMerge branch 'maint'
2008-09-30 Luc Heinrichgit-svn: call 'fatal' correctly in set-tree
2008-09-30 Michael ProkopReplace svn.foo.org with svn.example.com in git-svn...
2008-09-30 Brandon Caseydiff.c: remove duplicate bibtex pattern introduced...
2008-09-30 David BrysonUse "git_config_string" to simplify "builtin-gc.c"...
2008-09-30 Jeff Kingtests: grep portability fixes
2008-09-30 Jonathan del... Add OS X support to the pre-auto-gc example hook
2008-09-30 SZEDER Gábort0024: add executable permission
2008-09-30 Ralf WildenhuesCorrect typos in RelNotes-1.6.1
2008-09-30 SZEDER Gáborremove vim syntax highlighting in favor of upstream
2008-09-29 Shawn O. PearceMerge branch 'bc/master-diff-hunk-header-fix'
2008-09-29 Shawn O. PearceMerge branch 'maint' into bc/master-diff-hunk-header-fix
next