| Commit message (Expand) | Author | Age | Files | Lines |
* | Error out when user doesn't have access permission to the repository | André Goddard Rosa | 2007-11-30 | 1 | -2/+10 |
* | Add strchrnul() | René Scharfe | 2007-11-09 | 1 | -6/+2 |
* | Improved const correctness for strings | Shawn O. Pearce | 2007-10-21 | 1 | -2/+2 |
* | Merge branch 'maint' | Shawn O. Pearce | 2007-10-19 | 1 | -1/+1 |
|\ |
|
| * | Avoid scary errors about tagged trees/blobs during git-fetch | Linus Torvalds | 2007-10-18 | 1 | -1/+1 |
* | | strbuf change: be sure ->buf is never ever NULL. | Pierre Habouzit | 2007-09-29 | 1 | -1/+1 |
* | | Use xmemdupz() in many places. | Pierre Habouzit | 2007-09-18 | 1 | -5/+1 |
* | | Now that cache.h needs strbuf.h, remove useless includes. | Pierre Habouzit | 2007-09-16 | 1 | -1/+0 |
* | | Use strbuf_read in builtin-fetch-tool.c. | Pierre Habouzit | 2007-09-10 | 1 | -17/+6 |
* | | Function for updating refs. | Carlos Rica | 2007-09-05 | 1 | -13/+8 |
|/ |
|
* | Make every builtin-*.c file #include "builtin.h" | Peter Hagervall | 2007-07-14 | 1 | -0/+1 |
* | Merge branch 'sv/checkout' | Junio C Hamano | 2007-05-20 | 1 | -1/+1 |
|\ |
|
| * | git-update-ref: add --no-deref option for overwriting/detaching ref | Sven Verdoolaege | 2007-05-10 | 1 | -1/+1 |
* | | Ensure return value from xread() is always stored into an ssize_t | Johan Herland | 2007-05-15 | 1 | -2/+2 |
|/ |
|
* | Merge branch 'maint' | Junio C Hamano | 2007-04-29 | 1 | -4/+1 |
|\ |
|
| * | Do not barf on too long action description | Junio C Hamano | 2007-04-29 | 1 | -4/+1 |
* | | git-fetch: Fix "argument list too long" | OGAWA Hirofumi | 2007-04-24 | 1 | -1/+5 |
* | | git-fetch--tool pick-rref | Junio C Hamano | 2007-04-10 | 1 | -0/+84 |
|/ |
|
* | builtin-fetch--tool: fix reflog notes. | Junio C Hamano | 2007-02-28 | 1 | -4/+6 |
* | git-fetch: retire update-local-ref which is not used anymore. | Junio C Hamano | 2007-02-28 | 1 | -6/+0 |
* | builtin-fetch--tool: make sure not to overstep ls-remote-result buffer. | Junio C Hamano | 2007-02-27 | 1 | -0/+2 |
* | fetch--tool: fix uninitialized buffer when reading from stdin | Junio C Hamano | 2007-02-27 | 1 | -6/+13 |
* | builtin-fetch--tool: adjust to updated sha1_object_info(). | Junio C Hamano | 2007-02-27 | 1 | -4/+6 |
* | Allow fetch--tool to read from stdin | Julian Phillips | 2007-02-13 | 1 | -2/+25 |
* | git-fetch: rewrite expand_ref_wildcard in C | Junio C Hamano | 2007-02-13 | 1 | -0/+90 |
* | git-fetch: rewrite another shell loop in C | Junio C Hamano | 2007-02-13 | 1 | -0/+46 |
* | git-fetch: move more code into C. | Junio C Hamano | 2007-02-13 | 1 | -0/+125 |
* | git-fetch--tool: start rewriting parts of git-fetch in C. | Junio C Hamano | 2007-02-13 | 1 | -0/+214 |