Commit message (Expand) | Author | Age | |
---|---|---|---|
* | remote-hg: properly mark branches up-to-date | Felipe Contreras | 2013-04-22 |
* | remote-hg: use python urlparse | Felipe Contreras | 2013-04-22 |
* | remote-hg: safer bookmark pushing | Felipe Contreras | 2013-04-22 |
* | remote-helpers: avoid has_key | Dusty Phillips | 2013-04-22 |
* | Sync with maint | Junio C Hamano | 2013-04-22 |
|\ | |||
| * | Start preparing for 1.8.2.2 | Junio C Hamano | 2013-04-22 |
| * | Merge branch 'ta/glossary' into maint | Junio C Hamano | 2013-04-22 |
| |\ | |||
| * \ | Merge branch 'jk/doc-http-backend' into maint | Junio C Hamano | 2013-04-22 |
| |\ \ | |||
| * \ \ | Merge branch 'jk/test-trash' into maint | Junio C Hamano | 2013-04-22 |
| |\ \ \ | |||
| * \ \ \ | Merge branch 'jk/daemon-user-doc' into maint | Junio C Hamano | 2013-04-22 |
| |\ \ \ \ | |||
| * \ \ \ \ | Merge branch 'jc/detached-head-doc' into maint | Junio C Hamano | 2013-04-22 |
| |\ \ \ \ \ | |||
| * \ \ \ \ \ | Merge branch 'jk/show-branch-strbuf' into maint | Junio C Hamano | 2013-04-22 |
| |\ \ \ \ \ \ | |||
| * \ \ \ \ \ \ | Merge branch 'js/rerere-forget-protect-against-NUL' into maint | Junio C Hamano | 2013-04-22 |
| |\ \ \ \ \ \ \ | |||
| * \ \ \ \ \ \ \ | Merge branch 'jc/apply-ws-fix-tab-in-indent' into maint | Junio C Hamano | 2013-04-22 |
| |\ \ \ \ \ \ \ \ | |||
| * \ \ \ \ \ \ \ \ | Merge branch 'ap/combine-diff-ignore-whitespace' into maint | Junio C Hamano | 2013-04-22 |
| |\ \ \ \ \ \ \ \ \ | |||
| * \ \ \ \ \ \ \ \ \ | Merge branch 'jk/suppress-clang-warning' into maint | Junio C Hamano | 2013-04-22 |
| |\ \ \ \ \ \ \ \ \ \ | |||
| * \ \ \ \ \ \ \ \ \ \ | Merge branch 'tr/perl-keep-stderr-open' into maint | Junio C Hamano | 2013-04-22 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||
| * \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'lf/bundle-with-tip-wo-message' into maint | Junio C Hamano | 2013-04-22 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | |||
| * \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'jk/filter-branch-come-back-to-original' into maint | Junio C Hamano | 2013-04-22 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'rr/prompt-revert-head' into maint | Junio C Hamano | 2013-04-22 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||
* | | | | | | | | | | | | | | | | Update draft release notes to 1.8.3 | Junio C Hamano | 2013-04-22 |
* | | | | | | | | | | | | | | | | Merge branch 'as/clone-reference-with-gitfile' | Junio C Hamano | 2013-04-22 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | | | | | | | | clone: Allow repo using gitfile as a reference | Aaron Schrab | 2013-04-09 |
| * | | | | | | | | | | | | | | | | clone: Fix error message for reference repository | Aaron Schrab | 2013-04-08 |
* | | | | | | | | | | | | | | | | | Merge branch 'jc/add-2.0-delete-default' (early part) | Junio C Hamano | 2013-04-22 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | | | | | | | | | git add: rephrase the "removal will cease to be ignored" warning | Junio C Hamano | 2013-04-21 |
| * | | | | | | | | | | | | | | | | | git add: rework the logic to warn "git add <pathspec>..." default change | Junio C Hamano | 2013-04-17 |
| * | | | | | | | | | | | | | | | | | git add: start preparing for "git add <pathspec>..." to default to "-A" | Junio C Hamano | 2013-03-08 |
| * | | | | | | | | | | | | | | | | | builtin/add.c: simplify boolean variables | Junio C Hamano | 2013-03-08 |
* | | | | | | | | | | | | | | | | | | Merge branch 'nd/checkout-keep-sparse' | Junio C Hamano | 2013-04-22 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | | | | | | | | | | checkout: add --ignore-skip-worktree-bits in sparse checkout mode | Nguyễn Thái Ngọc Duy | 2013-04-15 |
* | | | | | | | | | | | | | | | | | | | Merge branch 'jk/chopped-ident' | Junio C Hamano | 2013-04-22 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | | | | | | | | | | | blame: handle broken commit headers gracefully | René Scharfe | 2013-04-17 |
| * | | | | | | | | | | | | | | | | | | | pretty: handle broken commit headers gracefully | René Scharfe | 2013-04-17 |
| * | | | | | | | | | | | | | | | | | | | cat-file: print tags raw for "cat-file -p" | Jeff King | 2013-04-17 |
* | | | | | | | | | | | | | | | | | | | | Merge branch 'th/bisect-final-log' | Junio C Hamano | 2013-04-22 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | | | | | | | | | | | | bisect: Store first bad commit as comment in log file | Torstein Hegge | 2013-04-15 |
| | |/ / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | |||
* | | | | | | | | | | | | | | | | | | | | Merge branch 'rs/archive-zip-raw-compression' | Junio C Hamano | 2013-04-22 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | | | | | | | | | | | | zlib: fix compilation failures with Sun C Compilaer | Stefano Lattarini | 2013-04-22 |
* | | | | | | | | | | | | | | | | | | | | | Merge branch 'ta/glossary' | Junio C Hamano | 2013-04-21 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | |||
| * | | | | | | | | | | | | | | | | | | | | glossary: improve definitions of refspec and pathspec | Thomas Ackermann | 2013-04-15 |
| * | | | | | | | | | | | | | | | | | | | | The name of the hash function is "SHA-1", not "SHA1" | Thomas Ackermann | 2013-04-15 |
| * | | | | | | | | | | | | | | | | | | | | glossary: improve description of SHA-1 related topics | Thomas Ackermann | 2013-04-15 |
| * | | | | | | | | | | | | | | | | | | | | glossary: remove outdated/misleading/irrelevant entries | Thomas Ackermann | 2013-04-15 |
* | | | | | | | | | | | | | | | | | | | | | Merge branch 'jk/doc-http-backend' | Junio C Hamano | 2013-04-21 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | |||
| * | | | | | | | | | | | | | | | | | | | | doc/http-backend: match query-string in apache half-auth example | Jeff King | 2013-04-13 |
| * | | | | | | | | | | | | | | | | | | | | doc/http-backend: give some lighttpd config examples | Jeff King | 2013-04-11 |
| * | | | | | | | | | | | | | | | | | | | | doc/http-backend: clarify "half-auth" repo configuration | Jeff King | 2013-04-11 |
* | | | | | | | | | | | | | | | | | | | | | Merge branch 'jx/i18n-branch-error-messages' | Junio C Hamano | 2013-04-21 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | | | | | | | | | | | | | i18n: branch: mark strings for translation | Jiang Xin | 2013-04-15 |