| Commit message (Expand) | Author | Age |
* | Merge branch 'ab/enable-i18n' | Junio C Hamano | 2011-12-19 |
|\ |
|
| * | i18n: add infrastructure for translating Git with gettext | Ævar Arnfjörð Bjarmason | 2011-12-05 |
* | | http-push: enable "proactive auth" | Jeff King | 2011-12-13 |
|/ |
|
* | Merge branch 'jk/http-auth' | Junio C Hamano | 2011-10-17 |
|\ |
|
| * | http_init: accept separate URL parameter | Jeff King | 2011-10-15 |
* | | Mark http-fetch without -a as deprecated | Ben Walton | 2011-08-23 |
|/ |
|
* | Fix two unused variable warnings in gcc 4.6 | Dan McGee | 2011-04-03 |
* | http-fetch: rework url handling | Tay Ray Chuan | 2010-11-26 |
* | http: init and cleanup separately from http-walker | Tay Ray Chuan | 2010-03-02 |
* | Let 'git http-fetch -h' show usage outside any git repository | Jonathan Nieder | 2009-11-10 |
* | http-fetch: add missing initialization of argv0_path | Jonathan Nieder | 2009-11-10 |
* | git-http-fetch: not a builtin | Linus Torvalds | 2009-08-05 |
* | Modularize commit-walker | Daniel Barkalow | 2007-09-19 |
* | Make function to refill http queue a callback | Daniel Barkalow | 2007-09-19 |
* | Refactor http.h USE_CURL_MULTI fill_active_slots(). | Daniel Barkalow | 2007-09-19 |
* | War on whitespace | Junio C Hamano | 2007-06-07 |
* | Fix lseek(2) calls with args 2 and 3 swapped | Dana How | 2007-04-05 |
* | http-fetch: remove path_len from struct alt_base, it was computed but never used | Gerrit Pape | 2007-03-28 |
* | http-fetch: don't use double-slash as directory separator in URLs | Gerrit Pape | 2007-03-28 |
* | prefixcmp(): fix-up leftover strncmp(). | Junio C Hamano | 2007-02-20 |
* | Mechanical conversion to use prefixcmp() | Junio C Hamano | 2007-02-20 |
* | git-fsck-objects is now synonym to git-fsck | Junio C Hamano | 2007-01-28 |
* | Don't force everybody to call setup_ident(). | Junio C Hamano | 2007-01-28 |
* | Don't die in git-http-fetch when fetching packs. | Shawn O. Pearce | 2007-01-09 |
* | short i/o: fix calls to write to use xwrite or write_in_full | Andy Whitcroft | 2007-01-08 |
* | short i/o: fix calls to read to use xread or read_in_full | Andy Whitcroft | 2007-01-08 |
* | Add WEBDAV timeout to http-fetch. | Junio C Hamano | 2006-10-08 |
* | Add ftp:// protocol support for git-http-fetch | Junio C Hamano | 2006-09-16 |
* | http-fetch.c: consolidate code to detect missing fetch target | Junio C Hamano | 2006-09-16 |
* | http-fetch: fix alternates handling. | Junio C Hamano | 2006-09-13 |
* | Replace uses of strdup with xstrdup. | Shawn Pearce | 2006-09-02 |
* | free(NULL) is perfectly valid. | Junio C Hamano | 2006-08-27 |
* | Convert memcpy(a,b,20) to hashcpy(a,b). | Shawn Pearce | 2006-08-23 |
* | Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length. | David Rientjes | 2006-08-17 |
* | remove unnecessary initializations | David Rientjes | 2006-08-15 |
* | drop length argument of has_extension | Rene Scharfe | 2006-08-11 |
* | Add has_extension() | Rene Scharfe | 2006-08-10 |
* | commit walkers: setup_ident() to record correct committer in ref-log. | Ramsay Jones | 2006-08-05 |
* | Teach git-http-fetch the --stdin switch | Petr Baudis | 2006-07-27 |
* | Make pull() support fetching multiple targets at once | Petr Baudis | 2006-07-27 |
* | Make pull() take some implicit data as explicit arguments | Petr Baudis | 2006-07-27 |
* | Remove -d from *-fetch usage strings | Petr Baudis | 2006-07-27 |
* | Avoid C99 comments, use old-style C comments instead. | Pavel Roskin | 2006-07-10 |
* | Rename safe_strncpy() to strlcpy(). | Peter Eriksen | 2006-06-24 |
* | Remove all void-pointer arithmetic. | Florian Forster | 2006-06-20 |
* | Remove ranges from switch statements. | Florian Forster | 2006-06-18 |
* | Implement safe_strncpy() as strlcpy() and use it more. | Peter Eriksen | 2006-06-16 |
* | http-fetch: fix possible segfault | Nick Hengeveld | 2006-06-06 |
* | Merge branch 'sp/reflog' | Junio C Hamano | 2006-06-03 |
|\ |
|
| * | Log ref updates made by fetch. | Shawn Pearce | 2006-05-19 |