Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'sp/maint-dumb-http-pack-reidx' | Junio C Hamano | 2010-05-21 | 1 | -3/+34 |
|\ | |||||
| * | http-fetch: Use temporary files for pack-*.idx until verified | Shawn O. Pearce | 2010-04-19 | 1 | -0/+15 |
| * | http-fetch: Use index-pack rather than verify-pack to check packs | Shawn O. Pearce | 2010-04-19 | 1 | -0/+15 |
| * | t5550-http-fetch: Use subshell for repository operations | Shawn O. Pearce | 2010-04-17 | 1 | -3/+4 |
* | | Merge branch 'jn/submodule-basic-test' | Junio C Hamano | 2010-05-21 | 1 | -130/+201 |
|\ \ | |||||
| * | | t7400: clarify submodule update tests | Jonathan Nieder | 2010-04-10 | 1 | -95/+91 |
| * | | t7400: clarify 'submodule add' tests | Jonathan Nieder | 2010-04-10 | 1 | -15/+88 |
| * | | t7400: split setup into multiple tests | Jonathan Nieder | 2010-04-10 | 1 | -28/+30 |
* | | | Merge branch 'jc/maint-no-reflog-expire-unreach-for-head' | Junio C Hamano | 2010-05-21 | 2 | -7/+15 |
|\ \ \ | |||||
| * | | | more war on "sleep" in tests | Junio C Hamano | 2010-04-17 | 2 | -7/+15 |
* | | | | Merge branch 'tr/word-diff' | Junio C Hamano | 2010-05-21 | 1 | -0/+122 |
|\ \ \ \ | |||||
| * | | | | diff: add --word-diff option that generalizes --color-words | Thomas Rast | 2010-04-14 | 1 | -0/+122 |
* | | | | | Merge branch 'sp/maint-describe-tiebreak-with-tagger-date' | Junio C Hamano | 2010-05-21 | 1 | -3/+5 |
|\ \ \ \ \ | |||||
| * | | | | | describe: Break annotated tag ties by tagger date | Shawn O. Pearce | 2010-04-13 | 1 | -3/+5 |
| * | | | | | Merge branch 'jc/maint-fix-test-perm' into maint-1.6.6 | Junio C Hamano | 2010-03-07 | 2 | -0/+4 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'sp/maint-push-sideband' into maint-1.6.6 | Junio C Hamano | 2010-03-07 | 1 | -41/+42 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge branch 'jk/maint-rmdir-fix' into maint-1.6.6 | Junio C Hamano | 2010-03-07 | 1 | -0/+8 |
| |\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Merge branch 'cc/maint-bisect-paths' into maint-1.6.6 | Junio C Hamano | 2010-03-07 | 1 | -0/+5 |
| |\ \ \ \ \ \ \ \ | |||||
* | \ \ \ \ \ \ \ \ | Merge branch 'sr/remote-helper-export' | Junio C Hamano | 2010-05-21 | 1 | -0/+76 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | t5800: testgit helper requires Python support | Jonathan Nieder | 2010-04-12 | 1 | -0/+6 |
| * | | | | | | | | | | remote-helpers: add tests for testgit helper | Sverre Rabbelier | 2010-04-04 | 1 | -0/+70 |
| | |_|_|_|_|/ / / / | |/| | | | | | | | | |||||
* | | | | | | | | | | Merge branch 'ar/config-from-command-line' | Junio C Hamano | 2010-05-21 | 1 | -0/+8 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | Allow passing of configuration parameters in the command line | Alex Riesen | 2010-03-28 | 1 | -0/+8 |
* | | | | | | | | | | | Merge branch 'em/checkout-orphan' | Junio C Hamano | 2010-05-21 | 1 | -0/+90 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | git checkout: create unparented branch by --orphan | Erick Mattos | 2010-03-21 | 1 | -0/+90 |
| |/ / / / / / / / / / | |||||
* | | | | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2010-05-21 | 2 | -4/+10 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | Fix checkout of large files to network shares on Windows XP | René Scharfe | 2010-05-20 | 1 | -3/+9 |
| * | | | | | | | | | | | start_command: close cmd->err descriptor when fork/spawn fails | bert Dvornik | 2010-05-20 | 1 | -1/+1 |
* | | | | | | | | | | | | for-each-ref: Field with abbreviated objectname | Michael J Gruber | 2010-05-18 | 1 | -0/+9 |
* | | | | | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2010-05-10 | 1 | -0/+14 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / | |||||
| * | | | | | | | | | | | handle "git --bare init <dir>" properly | Jeff King | 2010-05-10 | 1 | -0/+14 |
* | | | | | | | | | | | | git-svn: mangle refnames forbidden in git | Torsten Schmutzler | 2010-05-09 | 1 | -0/+21 |
* | | | | | | | | | | | | Merge branch 'bg/apply-blank-trailing-context' | Junio C Hamano | 2010-05-08 | 1 | -0/+12 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | apply: Allow blank *trailing* context lines to match beyond EOF | Björn Gustavsson | 2010-04-07 | 1 | -0/+12 |
* | | | | | | | | | | | | | Merge branch 'rc/ls-remote-default' | Junio C Hamano | 2010-05-08 | 1 | -0/+58 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | ls-remote: fall-back to default remotes when no remote specified | Tay Ray Chuan | 2010-04-08 | 1 | -0/+58 |
* | | | | | | | | | | | | | | Merge branch 'rc/maint-curl-helper' | Junio C Hamano | 2010-05-08 | 1 | -1/+28 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | remote-curl: ensure that URLs have a trailing slash | Tay Ray Chuan | 2010-04-09 | 1 | -1/+1 |
| * | | | | | | | | | | | | | | t5541-http-push: add test for URLs with trailing slash | Tay Ray Chuan | 2010-04-09 | 1 | -1/+28 |
* | | | | | | | | | | | | | | | Merge branch 'hg/maint-attr-fix' | Junio C Hamano | 2010-05-08 | 1 | -0/+15 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | attr: Expand macros immediately when encountered. | Henrik Grubbström | 2010-04-10 | 1 | -0/+9 |
| * | | | | | | | | | | | | | | | attr: Allow multiple changes to an attribute on the same line. | Henrik Grubbström | 2010-04-10 | 1 | -0/+6 |
* | | | | | | | | | | | | | | | | Merge branch 'eb/unpretty-b-format' | Junio C Hamano | 2010-05-08 | 1 | -0/+9 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | | Add `%B' in format strings for raw commit body in `git log' and friends | Eli Barzilay | 2010-04-05 | 1 | -0/+9 |
* | | | | | | | | | | | | | | | | | Merge branch 'ab/commit-empty-message' | Junio C Hamano | 2010-05-08 | 1 | -0/+22 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | | | Add option to git-commit to allow empty log messages | Ævar Arnfjörð Bjarmason | 2010-04-07 | 1 | -0/+22 |
* | | | | | | | | | | | | | | | | | | Merge branch 'jc/test-sleepless' | Junio C Hamano | 2010-05-08 | 3 | -6/+7 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | | | | war on "sleep" in tests | Junio C Hamano | 2010-04-06 | 3 | -6/+7 |
| |/ / / / / / / / / / / / / / / / / | |||||
* | | | | | | | | | | | | | | | | | | Merge branch 'sd/log-decorate' | Junio C Hamano | 2010-05-08 | 1 | -0/+49 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | | | | log.decorate: only ignore it under "log --pretty=raw" | Junio C Hamano | 2010-04-08 | 1 | -28/+16 |