Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | | | | | | | | | | | | | | | | | | | | | | | Merge git://git.bogomips.org/git-svn | Junio C Hamano | 2009-11-22 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | | | | | | | | | git svn: strip leading path when making empty dirs | Eric Wong | 2009-11-22 | |
* | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'rj/maint-t9700' | Junio C Hamano | 2009-11-22 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | | | | | | | | | | | | t9700-perl-git.sh: Fix a test failure on Cygwin | Ramsay Jones | 2009-11-19 | |
| | |/ / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'ls/maint-mailinfo-no-inbody' | Junio C Hamano | 2009-11-22 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | | | | | | | | | | | git am/mailinfo: Don't look at in-body headers when rebasing | Lukas Sandström | 2009-11-20 | |
| |/ / / / / / / / / / / / / / / / / / / / / | ||||
* | | | | | | | | | | | | | | | | | | | | | | Merge branch 'pb/maint-use-custom-perl' | Junio C Hamano | 2009-11-22 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | | | | | | | | | | Make sure $PERL_PATH is defined when the test suite is run. | Philippe Bruhat (BooK) | 2009-11-17 | |
| |/ / / / / / / / / / / / / / / / / / / / | ||||
* | | | | | | | | | | | | | | | | | | | | | Merge branch 'bc/grep-i-F' | Junio C Hamano | 2009-11-22 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | | | | | | | | | grep: Allow case insensitive search of fixed-strings | Brian Collins | 2009-11-16 | |
| |/ / / / / / / / / / / / / / / / / / / | ||||
* | | | | | | | | | | | | | | | | | | | | strbuf_add_wrapped_text(): factor out strbuf_add_indented_text() | René Scharfe | 2009-11-22 | |
* | | | | | | | | | | | | | | | | | | | | grep: unset GREP_OPTIONS before spawning external grep | René Scharfe | 2009-11-22 | |
| |/ / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | | | | | | | Merge branch 'jh/notes' (early part) | Junio C Hamano | 2009-11-20 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | | | | | Add selftests verifying concatenation of multiple notes for the same commit | Johan Herland | 2009-10-19 | |
| * | | | | | | | | | | | | | | | | | | | Add selftests verifying that we can parse notes trees with various fanouts | Johan Herland | 2009-10-19 | |
| * | | | | | | | | | | | | | | | | | | | t3302-notes-index-expensive: Speed up create_repo() | Johan Herland | 2009-10-19 | |
| * | | | | | | | | | | | | | | | | | | | fast-import: Add support for importing commit notes | Johan Herland | 2009-10-19 | |
| * | | | | | | | | | | | | | | | | | | | Teach "-m <msg>" and "-F <file>" to "git notes edit" | Johan Herland | 2009-10-19 | |
| * | | | | | | | | | | | | | | | | | | | Add an expensive test for git-notes | Johannes Schindelin | 2009-10-19 | |
| * | | | | | | | | | | | | | | | | | | | Add a script to edit/inspect notes | Johannes Schindelin | 2009-10-19 | |
| |/ / / / / / / / / / / / / / / / / / | ||||
* | | | | | | | | | | | | | | | | | | | Merge branch 'sp/smart-http' | Junio C Hamano | 2009-11-20 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | | | | | t5551-http-fetch: Work around broken Accept header in libcurl | Shawn O. Pearce | 2009-11-09 | |
| * | | | | | | | | | | | | | | | | | | | t5551-http-fetch: Work around some libcurl versions | Shawn O. Pearce | 2009-11-09 | |
| * | | | | | | | | | | | | | | | | | | | http-backend: Protect GIT_PROJECT_ROOT from /../ requests | Shawn O. Pearce | 2009-11-09 | |
| * | | | | | | | | | | | | | | | | | | | http-backend: Test configuration options | Shawn O. Pearce | 2009-11-04 | |
| * | | | | | | | | | | | | | | | | | | | test smart http fetch and push | Shawn O. Pearce | 2009-11-04 | |
| * | | | | | | | | | | | | | | | | | | | http tests: use /dumb/ URL prefix | Shawn O. Pearce | 2009-11-04 | |
| * | | | | | | | | | | | | | | | | | | | set httpd port before sourcing lib-httpd | Clemens Buchacher | 2009-11-04 | |
| * | | | | | | | | | | | | | | | | | | | t5540-http-push: remove redundant fetches | Tay Ray Chuan | 2009-11-04 | |
| * | | | | | | | | | | | | | | | | | | | remote-helpers: return successfully if everything up-to-date | Clemens Buchacher | 2009-10-30 | |
| * | | | | | | | | | | | | | | | | | | | Move WebDAV HTTP push under remote-curl | Shawn O. Pearce | 2009-10-30 | |
* | | | | | | | | | | | | | | | | | | | | Merge branch 'jn/editor-pager' | Junio C Hamano | 2009-11-20 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | | | | | | Provide a build time default-editor setting | Jonathan Nieder | 2009-11-13 | |
| * | | | | | | | | | | | | | | | | | | | | Do not use VISUAL editor on dumb terminals | Jonathan Nieder | 2009-11-13 | |
* | | | | | | | | | | | | | | | | | | | | | Merge branch 'bg/format-patch-doc-update' | Junio C Hamano | 2009-11-20 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | | | | | | | format-patch: Always generate a patch | Björn Gustavsson | 2009-11-10 | |
| | |_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | | | | | | | | | Merge branch 'tr/filter-branch' | Junio C Hamano | 2009-11-20 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | | | | | | | filter-branch: nearest-ancestor rewriting outside subdir filter | Thomas Rast | 2009-11-13 | |
| | |_|_|/ / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | | | | | | | | | Merge branch 'jl/submodule-add-noname' | Junio C Hamano | 2009-11-20 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | | | | | | | git submodule add: make the <path> parameter optional | Jens Lehmann | 2009-09-22 | |
* | | | | | | | | | | | | | | | | | | | | | | Merge branch 'sb/ls-tree-parseopt' | Junio C Hamano | 2009-11-20 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | | | | | | | | t3101: test more ls-tree options | Stephen Boyd | 2009-11-16 | |
| | |/ / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | | | | | | | | | | Merge branch 'jp/fetch-cull-many-refs' | Junio C Hamano | 2009-11-20 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | | | | | | | | remote: fix use-after-free error detected by glibc in ref_remove_duplicates | Julian Phillips | 2009-11-14 | |
| | |/ / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | | | | | | | | | | describe: do not use unannotated tag even if exact match | Thomas Rast | 2009-11-20 | |
| |_|_|_|_|/ / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | | | | | | | | | Merge branch 'sb/tutorial-test' | Junio C Hamano | 2009-11-17 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | | | | | | | t1200: prepare for merging with Fast-forward bikeshedding | Junio C Hamano | 2009-11-06 | |
| * | | | | | | | | | | | | | | | | | | | | | t1200: further modernize test script style | Junio C Hamano | 2009-11-06 | |
| * | | | | | | | | | | | | | | | | | | | | | t1200: Make documentation and test agree | Stephen Boyd | 2009-11-06 | |
| * | | | | | | | | | | | | | | | | | | | | | t1200: cleanup and modernize test style | Stephen Boyd | 2009-11-06 | |
| | |_|_|_|_|_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | |