| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't force everybody to call setup_ident(). | Junio C Hamano | 2007-01-28 | 1 | -1/+0 |
* | Don't die in git-http-fetch when fetching packs. | Shawn O. Pearce | 2007-01-09 | 1 | -0/+3 |
* | short i/o: fix calls to write to use xwrite or write_in_full | Andy Whitcroft | 2007-01-08 | 1 | -1/+1 |
* | short i/o: fix calls to read to use xread or read_in_full | Andy Whitcroft | 2007-01-08 | 1 | -1/+1 |
* | Tell between packed, unpacked and symbolic refs. | Junio C Hamano | 2006-09-20 | 1 | -1/+1 |
* | Add callback data to for_each_ref() family. | Junio C Hamano | 2006-09-20 | 1 | -2/+2 |
* | Replace uses of strdup with xstrdup. | Shawn Pearce | 2006-09-02 | 1 | -3/+3 |
* | free(NULL) is perfectly valid. | Junio C Hamano | 2006-08-27 | 1 | -9/+4 |
* | Merge branch 'gl/cleanup' | Junio C Hamano | 2006-08-26 | 1 | -4/+4 |
|\ |
|
| * | Convert memset(hash,0,20) to hashclr(hash). | Junio C Hamano | 2006-08-23 | 1 | -1/+1 |
| * | Convert memcpy(a,b,20) to hashcpy(a,b). | Shawn Pearce | 2006-08-23 | 1 | -3/+3 |
* | | missing 'static' keywords | Pierre Habouzit | 2006-08-23 | 1 | -1/+1 |
|/ |
|
* | Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length. | David Rientjes | 2006-08-17 | 1 | -2/+2 |
* | remove unnecessary initializations | David Rientjes | 2006-08-15 | 1 | -8/+8 |
* | http-push.c cleanup | David Rientjes | 2006-08-14 | 1 | -4/+1 |
* | Merge branch 'js/http-mb' | Junio C Hamano | 2006-08-12 | 1 | -42/+7 |
|\ |
|
| * | http-push: avoid fork() by calling merge_bases() directly | Johannes Schindelin | 2006-08-04 | 1 | -42/+7 |
* | | http-push: Make WebDAV work with (broken?) default apache2 WebDAV module | Rutger Nijlunsing | 2006-08-09 | 1 | -1/+1 |
|/ |
|
* | Call setup_git_directory() early | Linus Torvalds | 2006-07-28 | 1 | -1/+1 |
* | Remove TYPE_* constant macros and use object_type enums consistently. | Linus Torvalds | 2006-07-12 | 1 | -6/+6 |
* | Make zlib compression level configurable, and change default. | Joachim B Haga | 2006-07-03 | 1 | -1/+1 |
* | Make some strings const | Timo Hirvonen | 2006-06-28 | 1 | -2/+2 |
* | Rename safe_strncpy() to strlcpy(). | Peter Eriksen | 2006-06-24 | 1 | -3/+3 |
* | Merge branch 'ff/c99' into next | Junio C Hamano | 2006-06-21 | 1 | -1/+1 |
|\ |
|
| * | Remove all void-pointer arithmetic. | Florian Forster | 2006-06-20 | 1 | -1/+1 |
* | | Merge branch 'lt/objlist' into next | Junio C Hamano | 2006-06-19 | 1 | -9/+19 |
|\ \
| |/
|/| |
|
| * | Add "named object array" concept | Linus Torvalds | 2006-06-19 | 1 | -9/+19 |
* | | Remove ranges from switch statements. | Florian Forster | 2006-06-18 | 1 | -6/+7 |
|/ |
|
* | Shrink "struct object" a bit | Linus Torvalds | 2006-06-17 | 1 | -6/+6 |
* | Implement safe_strncpy() as strlcpy() and use it more. | Peter Eriksen | 2006-06-16 | 1 | -5/+5 |
* | HTTP cleanup | Junio C Hamano | 2006-06-06 | 1 | -34/+36 |
* | HTTP cleanup | Nick Hengeveld | 2006-06-06 | 1 | -0/+8 |
* | tree_entry(): new tree-walking helper function | Linus Torvalds | 2006-05-30 | 1 | -11/+5 |
* | Remove "tree->entries" tree-entry list from tree parser | Linus Torvalds | 2006-05-29 | 1 | -10/+20 |
* | Make "tree_entry" have a SHA1 instead of a union of object pointers | Linus Torvalds | 2006-05-29 | 1 | -2/+2 |
* | Merge branch 'lt/logopt' | Junio C Hamano | 2006-04-18 | 1 | -0/+1 |
|\ |
|
| * | Split init_revisions() out of setup_revisions() | Junio C Hamano | 2006-04-15 | 1 | -0/+1 |
* | | rev-list --boundary: show boundary commits even when limited otherwise. | Junio C Hamano | 2006-04-16 | 1 | -5/+5 |
|/ |
|
* | Merge branch 'jc/diff' into next | Junio C Hamano | 2006-04-11 | 1 | -0/+1 |
|\ |
|
| * | blame and friends: adjust to multiple pathspec change. | Junio C Hamano | 2006-04-10 | 1 | -0/+1 |
* | | Replace index() with strchr(). | Dennis Stosberg | 2006-04-11 | 1 | -3/+3 |
|/ |
|
* | Make "--parents" logs also be incremental | Linus Torvalds | 2006-04-08 | 1 | -5/+5 |
* | Replace xmalloc+memset(0) with xcalloc. | Peter Eriksen | 2006-04-04 | 1 | -4/+2 |
* | Fix sparse warnings about non-ANSI function prototypes | Rene Scharfe | 2006-04-02 | 1 | -1/+1 |
* | http-push.c: squelch C90 warnings. | Junio C Hamano | 2006-03-21 | 1 | -8/+12 |
* | http-push: don't assume char is signed | Nick Hengeveld | 2006-03-20 | 1 | -1/+1 |
* | http-push: add support for deleting remote branches | Nick Hengeveld | 2006-03-20 | 1 | -1/+218 |
* | http-push: cleanup | Nick Hengeveld | 2006-03-10 | 1 | -24/+33 |
* | http-push: support for updating remote info/refs | Nick Hengeveld | 2006-03-10 | 1 | -11/+536 |
* | http-push: improve remote lock management | Nick Hengeveld | 2006-03-10 | 1 | -73/+76 |