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
2023-07-06Merge branch 'gc/config-context'Junio C Hamano
2023-06-29config: add ctx arg to config_fn_tGlen Choo
2023-06-21cache.h: remove this no-longer-used headerElijah Newren
2023-04-24hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren
2023-04-11pager.h: move declarations for pager.c functions from cache.hElijah Newren
2023-03-21setup.h: move declarations for setup.c functions from cache.hElijah Newren
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren
2022-10-28Merge branch 'ab/doc-synopsis-and-cmd-usage'Junio C Hamano
2022-10-13doc txt & -h consistency: balance unbalanced "[" and "]"Ævar Arnfjörð Bjarmason
2022-09-02git help: special-case `scalar`Johannes Schindelin
2022-08-05git docs: add a category for file formats, protocols and interfacesÆvar Arnfjörð Bjarmason
2022-08-05git docs: add a category for user-facing file, repo and command UXÆvar Arnfjörð Bjarmason
2022-08-05git help doc: use "<doc>" instead of "<guide>"Ævar Arnfjörð Bjarmason
2022-03-10Merge branch 'ab/help-fixes'Junio C Hamano
2022-02-24help: add --no-[external-commands|aliases] for use with --allÆvar Arnfjörð Bjarmason
2022-02-24help: error if [-a|-g|-c] and [-i|-m|-w] are combinedÆvar Arnfjörð Bjarmason
2022-02-24help: correct usage & behavior of "git help --all"Ævar Arnfjörð Bjarmason
2022-02-24help: note the option name on option incompatibilityÆvar Arnfjörð Bjarmason
2022-02-05i18n: remove from i18n strings that do not hold translatable partsJean-Noël Avila
2021-11-26run-command API users: use strvec_pushl(), not argv constructionÆvar Arnfjörð Bjarmason
2021-10-14Merge branch 'ab/help-config-vars'Junio C Hamano
2021-09-23help: move column config discovery to help.c libraryÆvar Arnfjörð Bjarmason
2021-09-23help / completion: make "git help" do the hard workÆvar Arnfjörð Bjarmason
2021-09-23help: simplify by moving to OPT_CMDMODE()Ævar Arnfjörð Bjarmason
2021-09-23help: correct logic error in combining --all and --guidesÆvar Arnfjörð Bjarmason
2021-09-23help: correct logic error in combining --all and --configÆvar Arnfjörð Bjarmason
2021-09-23help: correct usage & behavior of "git help --guides"Ævar Arnfjörð Bjarmason
2021-09-14help: make sure local html page exists before calling external processesMatthias Aßhauer
2021-09-11help: correct the usage string in -h and documentationÆvar Arnfjörð Bjarmason
2021-07-06help: convert git_cmd to page in one placeAndrei Rybak
2020-08-05help: drop usage of 'common' and 'useful' for guidesPhilippe Blain
2020-05-01Merge branch 'es/bugreport'Junio C Hamano
2020-04-17help: move list_config_help to builtin/helpEmily Shaffer
2020-04-11parse_config_key(): return subsection len as size_tJeff King
2019-02-20completion: add more parameter value completionNguyễn Thái Ngọc Duy
2018-10-26Merge branch 'rv/alias-help'Junio C Hamano
2018-10-11help: redirect to aliased commands for "git cmd --help"Rasmus Villemoes
2018-10-04help -a: improve and make --verbose defaultNguyễn Thái Ngọc Duy
2018-05-29completion: drop the hard coded list of config varsNguyễn Thái Ngọc Duy
2018-05-29help: add --config to list all available configNguyễn Thái Ngọc Duy
2018-05-29Merge branch 'nd/command-list' into nd/complete-config-varsJunio C Hamano
2018-05-21Move declaration for alias.c to alias.hNguyễn Thái Ngọc Duy
2018-05-21help: use command-list.txt for the source of guidesNguyễn Thái Ngọc Duy
2018-05-21help: add "-a --verbose" to list all commands with synopsisNguyễn Thái Ngọc Duy
2018-04-11exec_cmd: rename to use dash in file nameStefan Beller
2018-02-22help: rename 'new' variablesBrandon Williams
2017-09-25Merge branch 'ks/help-alias-label'Junio C Hamano
2017-09-14help: change a message to be more preciseKaartic Sivaraam
2017-09-07help: release strbuf on error return in exec_woman_emacs()Rene Scharfe
2017-09-07help: release strbuf on error return in exec_man_man()Rene Scharfe