Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | | | Merge branch 'kb/co-orphan-suggestion-short-sha1' | Junio C Hamano | 2013-04-18 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | checkout: abbreviate hash in suggest_reattach | Kevin Bracey | 2013-04-08 | 1 | -1/+1 | |
* | | | | | | | | | | | | Merge branch 'jc/detached-head-doc' | Junio C Hamano | 2013-04-18 | 1 | -3/+16 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | glossary: extend "detached HEAD" description | Junio C Hamano | 2013-04-05 | 1 | -3/+16 | |
* | | | | | | | | | | | | | Merge branch 'tr/packed-object-info-wo-recursion' | Junio C Hamano | 2013-04-18 | 1 | -145/+266 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | sha1_file: remove recursion in unpack_entry | Thomas Rast | 2013-03-27 | 1 | -81/+150 | |
| * | | | | | | | | | | | | | Refactor parts of in_delta_base_cache/cache_or_unpack_entry | Thomas Rast | 2013-03-27 | 1 | -13/+32 | |
| * | | | | | | | | | | | | | sha1_file: remove recursion in packed_object_info | Thomas Rast | 2013-03-25 | 1 | -51/+84 | |
* | | | | | | | | | | | | | | Merge branch 'jk/http-error-messages' | Junio C Hamano | 2013-04-18 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | http: set curl FAILONERROR each time we select a handle | Jeff King | 2013-04-16 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2013-04-16 | 1 | -0/+4 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | help.c: add a compatibility comment to cmd_version() | David Aguilar | 2013-04-16 | 1 | -0/+4 | |
| | |_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | convert: The native line-ending is \r\n on MinGW | Jonathan Nieder | 2013-04-16 | 1 | -0/+1 | |
* | | | | | | | | | | | | | | remote-bzr: fix prefix of tags | Felipe Contreras | 2013-04-15 | 1 | -3/+6 | |
* | | | | | | | | | | | | | | Update draft release notes to 1.8.3 | Junio C Hamano | 2013-04-15 | 1 | -0/+25 | |
* | | | | | | | | | | | | | | Merge branch 'jk/diff-graph-submodule-summary' | Junio C Hamano | 2013-04-15 | 3 | -4/+11 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | submodule: print graph output next to submodule log | John Keeping | 2013-04-05 | 3 | -4/+11 | |
* | | | | | | | | | | | | | | | Merge branch 'jk/diff-algo-finishing-touches' | Junio C Hamano | 2013-04-15 | 2 | -2/+9 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | diff: allow unstuck arguments with --diff-algorithm | John Keeping | 2013-04-05 | 1 | -2/+3 | |
| * | | | | | | | | | | | | | | | git-merge(1): document diff-algorithm option to merge-recursive | John Keeping | 2013-04-05 | 1 | -0/+6 | |
* | | | | | | | | | | | | | | | | Merge branch 'rt/commentchar-fmt-merge-msg' | Junio C Hamano | 2013-04-15 | 2 | -7/+29 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | fmt-merge-msg: use core.commentchar in tag signatures completely | Ralf Thielow | 2013-04-07 | 1 | -4/+8 | |
| * | | | | | | | | | | | | | | | | fmt-merge-msg: respect core.commentchar in people credits | Ralf Thielow | 2013-04-07 | 2 | -3/+21 | |
| | |_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | Merge branch 'lf/bundle-with-tip-wo-message' | Junio C Hamano | 2013-04-15 | 2 | -1/+11 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | bundle: Accept prerequisites without commit messages | Lukas Fleischer | 2013-04-07 | 2 | -1/+11 | |
| | |_|_|_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | Merge branch 'jk/show-branch-strbuf' | Junio C Hamano | 2013-04-15 | 1 | -9/+8 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | show-branch: use strbuf instead of static buffer | Jeff King | 2013-04-06 | 1 | -9/+8 | |
* | | | | | | | | | | | | | | | | | Merge branch 'jk/http-error-messages' | Junio C Hamano | 2013-04-15 | 4 | -23/+76 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | http: drop http_error function | Jeff King | 2013-04-06 | 3 | -11/+1 | |
| * | | | | | | | | | | | | | | | | remote-curl: die directly with http error messages | Jeff King | 2013-04-06 | 1 | -2/+1 | |
| * | | | | | | | | | | | | | | | | http: re-word http error message | Jeff King | 2013-04-06 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | http: simplify http_error helper function | Jeff King | 2013-04-06 | 4 | -12/+8 | |
| * | | | | | | | | | | | | | | | | remote-curl: consistently report repo url for http errors | Jeff King | 2013-04-06 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | | | | remote-curl: always show friendlier 404 message | Jeff King | 2013-04-06 | 1 | -4/+2 | |
| * | | | | | | | | | | | | | | | | remote-curl: let servers override http 404 advice | Jeff King | 2013-04-06 | 1 | -1/+2 | |
| * | | | | | | | | | | | | | | | | remote-curl: show server content on http errors | Jeff King | 2013-04-06 | 1 | -1/+32 | |
| * | | | | | | | | | | | | | | | | http: add HTTP_KEEP_ERROR option | Jeff King | 2013-04-06 | 2 | -0/+38 | |
| | |_|_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | Merge branch 'tr/perl-keep-stderr-open' | Junio C Hamano | 2013-04-15 | 2 | -4/+5 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | t9700: do not close STDERR | Thomas Rast | 2013-04-04 | 1 | -1/+2 | |
| * | | | | | | | | | | | | | | | | perl: redirect stderr to /dev/null instead of closing | Thomas Rast | 2013-04-04 | 1 | -3/+3 | |
* | | | | | | | | | | | | | | | | | Merge branch 'po/help-guides' | Junio C Hamano | 2013-04-14 | 1 | -7/+7 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | help: mark common_guides[] as translatable | Simon Ruderich | 2013-04-12 | 1 | -7/+7 | |
* | | | | | | | | | | | | | | | | | | test-bzr: portable shell and utf-8 strings for Mac OS | Torsten Bögershausen | 2013-04-12 | 1 | -19/+19 | |
* | | | | | | | | | | | | | | | | | | Sync with 'maint' | Junio C Hamano | 2013-04-12 | 49 | -85/+83 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | / / / / / / | |_|_|_|_|_|_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | Merge branch 'rr/test-3200-style' into maint | Junio C Hamano | 2013-04-12 | 1 | -253/+267 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'mg/texinfo-5' into maint | Junio C Hamano | 2013-04-12 | 1 | -0/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'jk/diffcore-break-divzero' into maint | Junio C Hamano | 2013-04-12 | 1 | -0/+3 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'cn/commit-amend-doc' into maint | Junio C Hamano | 2013-04-12 | 1 | -8/+9 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|/ / / / / / / | | |/| | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | Merge branch 'jk/bisect-prn-unsigned' into maint | Junio C Hamano | 2013-04-12 | 1 | -2/+2 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'jk/no-more-self-assignment' into maint | Junio C Hamano | 2013-04-12 | 2 | -47/+34 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |