Age | Commit message (Expand) | Author | Files | Lines |
2018-05-08 | Merge branch 'ma/http-walker-no-partial' | Junio C Hamano | 1 | -15/+0 |
2018-04-24 | walker: drop fields of `struct walker` which are always 1 | Martin Ågren | 1 | -3/+0 |
2018-04-24 | http-fetch: make `-a` standard behaviour | Martin Ågren | 1 | -15/+3 |
2018-04-11 | exec_cmd: rename to use dash in file name | Stefan Beller | 1 | -1/+1 |
2017-06-15 | config: don't include config.h by default | Brandon Williams | 1 | -0/+1 |
2016-07-01 | common-main: call git_setup_gettext() | Jeff King | 1 | -2/+0 |
2016-07-01 | common-main: call git_extract_argv0_path() | Jeff King | 1 | -2/+0 |
2016-07-01 | add an extra level of indirection to main() | Jeff King | 1 | -1/+1 |
2011-12-19 | Merge branch 'ab/enable-i18n' | Junio C Hamano | 1 | -0/+2 |
2011-12-13 | http-push: enable "proactive auth" | Jeff King | 1 | -1/+1 |
2011-12-05 | i18n: add infrastructure for translating Git with gettext | Ævar Arnfjörð Bjarmason | 1 | -0/+2 |
2011-10-17 | Merge branch 'jk/http-auth' | Junio C Hamano | 1 | -1/+1 |
2011-10-15 | http_init: accept separate URL parameter | Jeff King | 1 | -1/+1 |
2011-08-23 | Mark http-fetch without -a as deprecated | Ben Walton | 1 | -0/+4 |
2011-04-03 | Fix two unused variable warnings in gcc 4.6 | Dan McGee | 1 | -2/+1 |
2010-11-26 | http-fetch: rework url handling | Tay Ray Chuan | 1 | -11/+5 |
2010-03-02 | http: init and cleanup separately from http-walker | Tay Ray Chuan | 1 | -1/+4 |
2009-11-10 | Let 'git http-fetch -h' show usage outside any git repository | Jonathan Nieder | 1 | -6/+12 |
2009-11-10 | http-fetch: add missing initialization of argv0_path | Jonathan Nieder | 1 | -1/+2 |
2009-08-05 | git-http-fetch: not a builtin | Linus Torvalds | 1 | -0/+89 |
2007-09-19 | Modularize commit-walker | Daniel Barkalow | 1 | -1059/+0 |
2007-09-19 | Make function to refill http queue a callback | Daniel Barkalow | 1 | -1/+5 |
2007-09-19 | Refactor http.h USE_CURL_MULTI fill_active_slots(). | Daniel Barkalow | 1 | -16/+7 |
2007-06-07 | War on whitespace | Junio C Hamano | 1 | -1/+1 |
2007-04-05 | Fix lseek(2) calls with args 2 and 3 swapped | Dana How | 1 | -1/+1 |
2007-03-28 | http-fetch: remove path_len from struct alt_base, it was computed but never used | Gerrit Pape | 1 | -17/+3 |
2007-03-28 | http-fetch: don't use double-slash as directory separator in URLs | Gerrit Pape | 1 | -9/+12 |
2007-02-20 | prefixcmp(): fix-up leftover strncmp(). | Junio C Hamano | 1 | -1/+1 |
2007-02-20 | Mechanical conversion to use prefixcmp() | Junio C Hamano | 1 | -1/+1 |
2007-01-28 | git-fsck-objects is now synonym to git-fsck | Junio C Hamano | 1 | -1/+1 |
2007-01-28 | Don't force everybody to call setup_ident(). | Junio C Hamano | 1 | -1/+0 |
2007-01-09 | Don't die in git-http-fetch when fetching packs. | Shawn O. Pearce | 1 | -0/+1 |
2007-01-08 | short i/o: fix calls to write to use xwrite or write_in_full | Andy Whitcroft | 1 | -1/+1 |
2007-01-08 | short i/o: fix calls to read to use xread or read_in_full | Andy Whitcroft | 1 | -1/+1 |
2006-10-08 | Add WEBDAV timeout to http-fetch. | Junio C Hamano | 1 | -257/+0 |
2006-09-16 | Add ftp:// protocol support for git-http-fetch | Junio C Hamano | 1 | -1/+3 |
2006-09-16 | http-fetch.c: consolidate code to detect missing fetch target | Junio C Hamano | 1 | -8/+15 |
2006-09-13 | http-fetch: fix alternates handling. | Junio C Hamano | 1 | -5/+34 |
2006-09-02 | Replace uses of strdup with xstrdup. | Shawn Pearce | 1 | -1/+1 |
2006-08-27 | free(NULL) is perfectly valid. | Junio C Hamano | 1 | -9/+4 |
2006-08-23 | Convert memcpy(a,b,20) to hashcpy(a,b). | Shawn Pearce | 1 | -1/+1 |
2006-08-17 | Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length. | David Rientjes | 1 | -3/+3 |
2006-08-15 | remove unnecessary initializations | David Rientjes | 1 | -4/+4 |
2006-08-11 | drop length argument of has_extension | Rene Scharfe | 1 | -1/+1 |
2006-08-10 | Add has_extension() | Rene Scharfe | 1 | -1/+1 |
2006-08-05 | commit walkers: setup_ident() to record correct committer in ref-log. | Ramsay Jones | 1 | -0/+1 |
2006-07-27 | Teach git-http-fetch the --stdin switch | Petr Baudis | 1 | -16/+29 |
2006-07-27 | Make pull() support fetching multiple targets at once | Petr Baudis | 1 | -1/+1 |
2006-07-27 | Make pull() take some implicit data as explicit arguments | Petr Baudis | 1 | -2/+2 |
2006-07-27 | Remove -d from *-fetch usage strings | Petr Baudis | 1 | -1/+1 |