Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'jc/add-2.0-delete-default' (early part) | Junio C Hamano | 2013-04-22 | 3 | -32/+103 |
|\ | |||||
| * | git add: rephrase the "removal will cease to be ignored" warning | Junio C Hamano | 2013-04-21 | 1 | -7/+14 |
| * | git add: rework the logic to warn "git add <pathspec>..." default change | Junio C Hamano | 2013-04-17 | 1 | -26/+38 |
| * | git add: start preparing for "git add <pathspec>..." to default to "-A" | Junio C Hamano | 2013-03-08 | 3 | -6/+59 |
| * | builtin/add.c: simplify boolean variables | Junio C Hamano | 2013-03-08 | 1 | -11/+11 |
* | | Merge branch 'nd/checkout-keep-sparse' | Junio C Hamano | 2013-04-22 | 5 | -1/+40 |
|\ \ | |||||
| * | | checkout: add --ignore-skip-worktree-bits in sparse checkout mode | Nguyễn Thái Ngọc Duy | 2013-04-15 | 5 | -1/+40 |
* | | | Merge branch 'jk/chopped-ident' | Junio C Hamano | 2013-04-22 | 5 | -99/+75 |
|\ \ \ | |||||
| * | | | blame: handle broken commit headers gracefully | René Scharfe | 2013-04-17 | 1 | -3/+8 |
| * | | | pretty: handle broken commit headers gracefully | René Scharfe | 2013-04-17 | 2 | -21/+66 |
| * | | | cat-file: print tags raw for "cat-file -p" | Jeff King | 2013-04-17 | 2 | -75/+1 |
* | | | | Merge branch 'th/bisect-final-log' | Junio C Hamano | 2013-04-22 | 2 | -1/+25 |
|\ \ \ \ | |||||
| * | | | | bisect: Store first bad commit as comment in log file | Torstein Hegge | 2013-04-15 | 2 | -1/+25 |
| | |/ / | |/| | | |||||
* | | | | Merge branch 'rs/archive-zip-raw-compression' | Junio C Hamano | 2013-04-22 | 1 | -2/+2 |
|\ \ \ \ | |||||
| * | | | | zlib: fix compilation failures with Sun C Compilaer | Stefano Lattarini | 2013-04-22 | 1 | -2/+2 |
* | | | | | Merge branch 'ta/glossary' | Junio C Hamano | 2013-04-21 | 32 | -111/+89 |
|\ \ \ \ \ | |||||
| * | | | | | glossary: improve definitions of refspec and pathspec | Thomas Ackermann | 2013-04-15 | 1 | -23/+10 |
| * | | | | | The name of the hash function is "SHA-1", not "SHA1" | Thomas Ackermann | 2013-04-15 | 31 | -68/+68 |
| * | | | | | glossary: improve description of SHA-1 related topics | Thomas Ackermann | 2013-04-15 | 1 | -10/+10 |
| * | | | | | glossary: remove outdated/misleading/irrelevant entries | Thomas Ackermann | 2013-04-15 | 1 | -10/+1 |
* | | | | | | 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 |