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-08-07advice: handle "rebase" in error_resolve_conflict()Oswald Buddenhagen
2023-05-18worktree add: introduce "try --orphan" hintJacob Abel
2023-03-20Merge branch 'fc/advice-diverged-history'Junio C Hamano
2023-03-08advice: add diverging advice for novicesFelipe Contreras
2023-02-24treewide: replace cache.h with more direct headers, where possibleElijah Newren
2022-08-10advice.h: add advise_on_moving_dirty_path()Shaoxuan Yuan
2022-04-04Merge branch 'tk/ambiguous-fetch-refspec'Junio C Hamano
2022-04-01tracking branches: add advice to ambiguous refspec errorTao Klerks
2022-03-15reset: replace '--quiet' with '--no-refresh' in performance adviceVictoria Dye
2022-02-26switch: mention the --detach option when dying due to lack of a branchAlex Henrie
2022-02-04branch: add --recurse-submodules option for branch creationGlen Choo
2021-10-14Merge branch 'ds/add-rm-with-sparse-index'Junio C Hamano
2021-09-28advice: update message to suggest '--sparse'Derrick Stolee
2021-09-10Merge branch 'ab/retire-advice-config'Junio C Hamano
2021-09-10Merge branch 'js/advise-when-skipping-cherry-picked'Junio C Hamano
2021-08-31sequencer: advise if skipping cherry-picked commitJosh Steadmon
2021-08-25advice: move advice.graftFileDeprecated squashing to commit.[ch]Ævar Arnfjörð Bjarmason
2021-08-25advice: remove use of global advice_add_embedded_repoÆvar Arnfjörð Bjarmason
2021-08-25advice: remove read uses of most global `advice_` variablesBen Boeckel
2021-08-25advice: add enum variants for missing advice variablesBen Boeckel
2021-07-21pull: abort if --ff-only is given and fast-forwarding is impossibleAlex Henrie
2021-04-09add: warn when asked to update SKIP_WORKTREE entriesMatheus Tavares
2020-10-03push: parse and set flag for "--force-if-includes"Srinidhi Kaushik
2020-03-25Merge branch 'hw/advise-ng'Junio C Hamano
2020-03-05tag: use new advice API to check visibilityHeba Waly
2020-03-05advice: revamp advise APIHeba Waly
2020-03-02advice: change "setupStreamFailure" to "setUpstreamFailure"Heba Waly
2020-03-02advice: extract vadvise() from advise()Heba Waly
2020-02-06add: change advice config variables used by the add APIHeba Waly
2020-01-15add: use advise function to display hintsHeba Waly
2019-12-03submodule--helper: advise on fatal alternate errorJonathan Tan
2019-07-19Merge branch 'ra/cherry-pick-revert-skip'Junio C Hamano
2019-07-10Merge branch 'ds/fetch-disable-force-notice'Junio C Hamano
2019-07-10Merge branch 'jh/status-aheadbehind'Junio C Hamano
2019-07-10Merge branch 'nd/switch-and-restore'Junio C Hamano
2019-07-02sequencer: add advice for revertRohit Ashiwal
2019-06-21fetch: warn about forced updates in branch listingDerrick Stolee
2019-06-21status: warn when a/b calculation takes too longJeff Hostetler
2019-04-12tag: advise on nested tagsDenton Liu
2019-04-02doc: promote "git switch"Nguyễn Thái Ngọc Duy
2019-04-02checkout: advice how to get out of detached HEAD modeNguyễn Thái Ngọc Duy
2018-11-14push: add an advice on unqualified <dst> pushÆvar Arnfjörð Bjarmason
2018-10-24reset: warn when refresh_index() takes more than 2 secondsBen Peart
2018-08-03Merge branch 'ab/checkout-default-remote'Junio C Hamano
2018-06-11checkout: add advice for ambiguous "checkout <branch>"Ævar Arnfjörð Bjarmason
2018-05-29am: move advice.amWorkDir parsing back to advice.cNguyễn Thái Ngọc Duy
2018-05-29advice: keep config name in camelCase in advice_config[]Nguyễn Thái Ngọc Duy
2018-05-29help: add --config to list all available configNguyễn Thái Ngọc Duy
2018-05-23Merge branch 'js/deprecate-grafts'Junio C Hamano
2018-04-30Deprecate support for .git/info/graftsJohannes Schindelin