aboutsummaryrefslogtreecommitdiffstats
path: root/http-fetch.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-07-23config: move Git config parsing into "environment.c"Patrick Steinhardt1-0/+1
2025-07-23config: drop `git_config()` wrapperPatrick Steinhardt1-1/+1
2024-09-25http-fetch: clear leaking git-index-pack(1) argumentsPatrick Steinhardt1-5/+11
2024-06-14http-fetch: don't crash when parsing packfile without a repoPatrick Steinhardt1-1/+7
2023-12-26http.h: remove unnecessary includeElijah Newren1-0/+1
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren1-1/+0
2023-04-11treewide: remove cache.h inclusion due to object-file.h changesElijah Newren1-1/+1
2023-03-21setup.h: move declarations for setup.c functions from cache.hElijah Newren1-0/+1
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren1-0/+1
2023-02-23cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren1-0/+1
2022-12-13http-fetch: invoke trace2_cmd_name()Jonathan Tan1-0/+3
2022-05-02Merge branch 'ep/maint-equals-null-cocci' for maint-2.35Junio C Hamano1-1/+1
2022-05-02tree-wide: apply equals-null.cocciJunio C Hamano1-1/+1
2022-01-05i18n: factorize "--foo requires --bar" and the likeJean-Noël Avila1-2/+2
2021-11-11http-fetch: redact url on die() messageIvan Frade1-2/+12
2021-02-22http-fetch: allow custom index-pack argsJonathan Tan1-5/+15
2021-02-22http: allow custom index-pack argsJonathan Tan1-1/+5
2020-07-30http-fetch: set up git directory before parsing pack hashesbrian m. carlson1-1/+5
2020-06-10http-fetch: support fetching packfiles by URLJonathan Tan1-10/+53
2020-06-10http-fetch: refactor into functionJonathan Tan1-28/+41
2018-05-08Merge branch 'ma/http-walker-no-partial'Junio C Hamano1-15/+0
2018-04-24walker: drop fields of `struct walker` which are always 1Martin Ågren1-3/+0
2018-04-24http-fetch: make `-a` standard behaviourMartin Ågren1-15/+3
2018-04-11exec_cmd: rename to use dash in file nameStefan Beller1-1/+1
2017-06-15config: don't include config.h by defaultBrandon Williams1-0/+1
2016-07-01common-main: call git_setup_gettext()Jeff King1-2/+0
2016-07-01common-main: call git_extract_argv0_path()Jeff King1-2/+0
2016-07-01add an extra level of indirection to main()Jeff King1-1/+1
2011-12-19Merge branch 'ab/enable-i18n'Junio C Hamano1-0/+2
2011-12-13http-push: enable "proactive auth"Jeff King1-1/+1
2011-12-05i18n: add infrastructure for translating Git with gettextÆvar Arnfjörð Bjarmason1-0/+2
2011-10-17Merge branch 'jk/http-auth'Junio C Hamano1-1/+1
2011-10-15http_init: accept separate URL parameterJeff King1-1/+1
2011-08-23Mark http-fetch without -a as deprecatedBen Walton1-0/+4
2011-04-03Fix two unused variable warnings in gcc 4.6Dan McGee1-2/+1
2010-11-26http-fetch: rework url handlingTay Ray Chuan1-11/+5
2010-03-02http: init and cleanup separately from http-walkerTay Ray Chuan1-1/+4
2009-11-10Let 'git http-fetch -h' show usage outside any git repositoryJonathan Nieder1-6/+12
2009-11-10http-fetch: add missing initialization of argv0_pathJonathan Nieder1-1/+2
2009-08-05git-http-fetch: not a builtinLinus Torvalds1-0/+89
2007-09-19Modularize commit-walkerDaniel Barkalow1-1059/+0
2007-09-19Make function to refill http queue a callbackDaniel Barkalow1-1/+5
2007-09-19Refactor http.h USE_CURL_MULTI fill_active_slots().Daniel Barkalow1-16/+7
2007-06-07War on whitespaceJunio C Hamano1-1/+1
2007-04-05Fix lseek(2) calls with args 2 and 3 swappedDana How1-1/+1
2007-03-28http-fetch: remove path_len from struct alt_base, it was computed but never usedGerrit Pape1-17/+3
2007-03-28http-fetch: don't use double-slash as directory separator in URLsGerrit Pape1-9/+12
2007-02-20prefixcmp(): fix-up leftover strncmp().Junio C Hamano1-1/+1
2007-02-20Mechanical conversion to use prefixcmp()Junio C Hamano1-1/+1
2007-01-28git-fsck-objects is now synonym to git-fsckJunio C Hamano1-1/+1