Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-01-09Merge branch 'en/header-cleanup'Junio C Hamano
2024-01-03Merge branch 'jc/retire-cas-opt-name-constant'Junio C Hamano
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren
2023-12-19remote.h: retire CAS_OPT_NAMEJunio C Hamano
2023-12-09push: drop confusing configset/callback redundancyJeff King
2023-06-29config: add ctx arg to config_fn_tGlen Choo
2023-04-06Merge branch 'en/header-split-cleanup'Junio C Hamano
2023-03-30Merge branch 'sg/parse-options-h-users'Junio C Hamano
2023-03-28Merge branch 'jk/fix-proto-downgrade-to-v0'Junio C Hamano
2023-03-21write-or-die.h: move declarations for write-or-die.c functions from cache.hElijah Newren
2023-03-20treewide: include parse-options.h in source filesSZEDER Gábor
2023-03-18git_connect(): fix corner cases in downgrading v2 to v0Jeff King
2023-03-18Merge branch 'jc/gpg-lazy-init'Junio C Hamano
2023-02-24cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren
2023-02-10gpg-interface: lazily initialize and read the configurationJunio C Hamano
2022-10-13doc txt & -h consistency: add missing options and labelsÆvar Arnfjörð Bjarmason
2022-02-05i18n: factorize "invalid value" messagesJean-Noël Avila
2021-10-30Merge branch 'jk/http-push-status-fix'Junio C Hamano
2021-10-18send-pack: complain about "expecting report" with --helper-statusJeff King
2021-09-13send-pack: properly use parse_options() API for usage stringÆvar Arnfjörð Bjarmason
2021-07-15send-pack: fix push.negotiate with remote helperJonathan Tan
2020-10-03push: parse and set flag for "--force-if-includes"Srinidhi Kaushik
2020-10-03push: add reflog check for "--force-if-includes"Srinidhi Kaushik
2020-09-26Merge branch 'jx/proc-receive-hook'Junio C Hamano
2020-08-27New capability "report-status-v2" for git-pushJiang Xin
2020-04-28Use OPT_CALLBACK and OPT_CALLBACK_FDenton Liu
2020-03-30oid_array: rename source file from sha1-arrayJeff King
2019-01-03pack-protocol.txt: accept error packets in any contextMasaya Suzuki
2018-08-28Merge branch 'rs/opt-updates'Junio C Hamano
2018-08-21parseopt: group literal string alternatives in argument helpRené Scharfe
2018-08-17Merge branch 'rs/parse-opt-lithelp'Junio C Hamano
2018-08-03parse-options: automatically infer PARSE_OPT_LITERAL_ARGHELPRené Scharfe
2018-08-03send-pack: specify --force-with-lease argument help explicitlyRené Scharfe
2018-06-28Merge branch 'ms/send-pack-honor-config'Junio C Hamano
2018-06-12builtin/send-pack: populate the default configsMasaya Suzuki
2018-05-18remote: convert match_push_refs to take a struct refspecBrandon Williams
2018-05-18transport: remove transport_verify_remote_namesBrandon Williams
2018-05-18send-pack: store refspecs in a struct refspecBrandon Williams
2018-03-15protocol: introduce enum protocol_version value protocol_v2Brandon Williams
2018-03-15connect: discover protocol version outside of get_remote_headsBrandon Williams
2017-08-22Merge branch 'ma/parse-maybe-bool'Junio C Hamano
2017-08-07treewide: deprecate git_config_maybe_bool, use git_parse_maybe_boolMartin Ågren
2017-06-15config: don't include config.h by defaultBrandon Williams
2017-04-20Merge branch 'bc/object-id'Junio C Hamano
2017-03-31Rename sha1_array to oid_arraybrian m. carlson
2017-03-23remote-curl: allow push optionsBrandon Williams
2016-04-14Merge branch 'sk/send-pack-all-fix'Junio C Hamano
2016-04-01git-send-pack: fix --all option when used with directoryStanislav Kolotinskiy
2016-01-15send-pack: read list of refs with strbuf_getline()Junio C Hamano