Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'jk/doc-http-backend' | Junio C Hamano | 2013-04-21 | 3 | -1/+129 |
|\ | |||||
| * | doc/http-backend: match query-string in apache half-auth example | Jeff King | 2013-04-13 | 3 | -8/+72 |
| * | doc/http-backend: give some lighttpd config examples | Jeff King | 2013-04-11 | 1 | -0/+55 |
| * | doc/http-backend: clarify "half-auth" repo configuration | Jeff King | 2013-04-11 | 1 | -0/+9 |
* | | Merge branch 'jx/i18n-branch-error-messages' | Junio C Hamano | 2013-04-21 | 1 | -27/+27 |
|\ \ | |||||
| * | | i18n: branch: mark strings for translation | Jiang Xin | 2013-04-15 | 1 | -27/+27 |
* | | | Merge branch 'fc/remote-hg' | Junio C Hamano | 2013-04-21 | 4 | -29/+148 |
|\ \ \ | |||||
| * | | | remote-hg: activate graphlog extension for hg_log() | Antoine Pelisse | 2013-04-11 | 2 | -2/+7 |
| * | | | remote-hg: fix bad file paths | Felipe Contreras | 2013-04-11 | 1 | -2/+8 |
| * | | | remote-hg: document location of stored hg repository | Simon Ruderich | 2013-04-11 | 1 | -0/+3 |
| * | | | remote-hg: fix bad state issue | Felipe Contreras | 2013-04-11 | 1 | -1/+7 |
| * | | | remote-hg: add 'insecure' option | Simon Ruderich | 2013-04-11 | 1 | -0/+9 |
| * | | | remote-hg: add simple mail test | Felipe Contreras | 2013-04-11 | 1 | -1/+2 |
| * | | | remote-hg: add basic author tests | Felipe Contreras | 2013-04-11 | 1 | -0/+35 |
| * | | | remote-hg: show more proper errors | Felipe Contreras | 2013-04-11 | 1 | -3/+9 |
| * | | | remote-hg: force remote push | Felipe Contreras | 2013-04-11 | 1 | -2/+9 |
| * | | | remote-hg: push to the appropriate branch | Dusty Phillips | 2013-04-11 | 1 | -0/+4 |
| * | | | remote-hg: update tags globally | Felipe Contreras | 2013-04-11 | 1 | -1/+5 |
| * | | | remote-hg: update remote bookmarks | Felipe Contreras | 2013-04-11 | 1 | -0/+5 |
| * | | | remote-hg: refactor export | Felipe Contreras | 2013-04-11 | 1 | -8/+12 |
| * | | | remote-hg: split bookmark handling | Felipe Contreras | 2013-04-11 | 1 | -14/+25 |
| * | | | remote-hg: redirect buggy mercurial output | Felipe Contreras | 2013-04-11 | 1 | -0/+1 |
| * | | | remote-hg: trivial test cleanups | Felipe Contreras | 2013-04-11 | 2 | -5/+3 |
| * | | | remote-hg: make sure fake bookmarks are updated | Felipe Contreras | 2013-04-11 | 3 | -0/+9 |
| * | | | remote-hg: fix for files with spaces | Peter van Zetten | 2013-04-11 | 1 | -2/+2 |
| * | | | remote-hg: properly report errors on bookmark pushes | Felipe Contreras | 2013-04-11 | 1 | -0/+1 |
| * | | | remote-hg: add missing config variable in doc | Dusty Phillips | 2013-04-11 | 1 | -0/+4 |
| * | | | remote-hg: trivial cleanups | Felipe Contreras | 2013-04-11 | 1 | -5/+5 |
* | | | | Merge branch 'lf/read-blob-data-from-index' | Junio C Hamano | 2013-04-21 | 4 | -59/+39 |
|\ \ \ \ | |||||
| * | | | | convert.c: remove duplicate code | Lukas Fleischer | 2013-04-17 | 1 | -25/+2 |
| * | | | | read_blob_data_from_index(): optionally return the size of blob data | Lukas Fleischer | 2013-04-17 | 3 | -4/+6 |
| * | | | | attr.c: extract read_index_data() as read_blob_data_from_index() | Lukas Fleischer | 2013-04-17 | 3 | -34/+35 |
* | | | | | Update draft release notes to 1.8.3 | Junio C Hamano | 2013-04-19 | 1 | -1/+27 |
* | | | | | Merge branch 'jk/a-thread-only-dies-once' | Junio C Hamano | 2013-04-19 | 3 | -6/+26 |
|\ \ \ \ \ | |||||
| * | | | | | run-command: use thread-aware die_is_recursing routine | Jeff King | 2013-04-16 | 1 | -0/+11 |
| * | | | | | usage: allow pluggable die-recursion checks | Jeff King | 2013-04-16 | 2 | -6/+15 |
| |/ / / / | |||||
* | | | | | Merge branch 'rt/commentchar-fmt-merge-msg' | Junio C Hamano | 2013-04-19 | 1 | -3/+3 |
|\ \ \ \ \ | |||||
| * | | | | | t6200: avoid path mangling issue on Windows | Johannes Sixt | 2013-04-18 | 1 | -3/+3 |
* | | | | | | Merge branch 'mv/sequencer-pick-error-diag' | Junio C Hamano | 2013-04-19 | 2 | -0/+24 |
|\ \ \ \ \ \ | |||||
| * | | | | | | cherry-pick: make sure all input objects are commits | Miklos Vajna | 2013-04-11 | 2 | -0/+24 |
* | | | | | | | Merge branch 'tr/copy-revisions-from-stdin' | Junio C Hamano | 2013-04-19 | 1 | -1/+2 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | read_revisions_from_stdin: make copies for handle_revision_arg | Thomas Rast | 2013-04-16 | 1 | -1/+2 |
* | | | | | | | | Merge branch 'jn/add-2.0-u-A-sans-pathspec' (early part) | Junio C Hamano | 2013-04-19 | 2 | -40/+95 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | add -A: only show pathless 'add -A' warning when changes exist outside cwd | Jonathan Nieder | 2013-04-03 | 1 | -5/+16 |
| * | | | | | | | | add -u: only show pathless 'add -u' warning when changes exist outside cwd | Jonathan Nieder | 2013-04-03 | 2 | -4/+38 |
| * | | | | | | | | add: make warn_pathless_add() a no-op after first call | Jonathan Nieder | 2013-04-03 | 1 | -0/+5 |
| * | | | | | | | | add: add a blank line at the end of pathless 'add [-u|-A]' warning | Matthieu Moy | 2013-04-03 | 1 | -1/+3 |
| * | | | | | | | | add: make pathless 'add [-u|-A]' warning a file-global function | Jonathan Nieder | 2013-03-20 | 1 | -33/+36 |
* | | | | | | | | | Merge branch 'ap/strbuf-humanize' | Junio C Hamano | 2013-04-19 | 6 | -40/+86 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | count-objects: add -H option to humanize sizes | Antoine Pelisse | 2013-04-10 | 2 | -12/+46 |