summaryrefslogtreecommitdiffstats
path: root/advice.c
AgeCommit message (Expand)AuthorLines
2025-09-16color: use git_colorbool enum type to store colorboolsJeff King-1/+1
2025-09-16color: use GIT_COLOR_* instead of numeric constantsJeff King-1/+1
2025-03-25advice: allow disabling default branch name adviceJustin Tobler-0/+1
2024-12-23Merge branch 'ps/build-sign-compare'Junio C Hamano-5/+2
2024-12-19Merge branch 'bf/fetch-set-head-config'Junio C Hamano-0/+1
2024-12-06global: trivial conversions to fix `-Wsign-compare` warningsPatrick Steinhardt-7/+2
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt-0/+2
2024-12-06advice: suggest using subcommand "git config set"Bence Ferdinandy-1/+1
2024-12-06fetch set_head: move warn advice into advise_if_enabledBence Ferdinandy-0/+1
2024-07-16Merge branch 'ds/advice-sparse-index-expansion'Junio C Hamano-0/+1
2024-07-08advice: warn when sparse index expandsDerrick Stolee-0/+1
2024-06-20Merge branch 'pw/rebase-i-error-message'Junio C Hamano-0/+1
2024-05-30rebase -i: improve error message when picking mergePhillip Wood-0/+1
2024-05-03advice: add --no-advice global optionJames Liu-0/+7
2024-04-09Merge branch 'jc/advice-sans-trailing-whitespace'Junio C Hamano-1/+2
2024-03-29advice: omit trailing whitespaceJunio C Hamano-1/+2
2024-03-18sequencer: allow disabling conflict advicePhilippe Blain-0/+1
2024-03-15Merge branch 'kh/branch-ref-syntax-advice'Junio C Hamano-0/+1
2024-03-05branch: advise about ref syntax rulesKristoffer Haugsbakk-0/+1
2024-02-26merge-ort: turn submodule conflict suggestions into an advicePhilippe Blain-0/+1
2024-01-16advice: allow disabling the automatic hint in advise_if_enabled()Rubén Justo-50/+59
2024-01-11branch: make the advice to force-deleting a conditional oneRubén Justo-0/+1
2024-01-11advice: sort the advice related listsRubén Justo-8/+5
2023-08-07advice: handle "rebase" in error_resolve_conflict()Oswald Buddenhagen-2/+3
2023-05-17worktree add: introduce "try --orphan" hintJacob Abel-0/+1
2023-03-19Merge branch 'fc/advice-diverged-history'Junio C Hamano-0/+9
2023-03-08advice: add diverging advice for novicesFelipe Contreras-0/+9
2023-02-23treewide: replace cache.h with more direct headers, where possibleElijah Newren-1/+3
2022-08-10advice.h: add advise_on_moving_dirty_path()Shaoxuan Yuan-0/+19
2022-04-04Merge branch 'tk/ambiguous-fetch-refspec'Junio C Hamano-0/+1
2022-04-01tracking branches: add advice to ambiguous refspec errorTao Klerks-0/+1
2022-03-14reset: replace '--quiet' with '--no-refresh' in performance adviceVictoria Dye-1/+1
2022-02-25switch: mention the --detach option when dying due to lack of a branchAlex Henrie-0/+1
2022-02-04branch: add --recurse-submodules option for branch creationGlen Choo-0/+1
2021-10-13Merge branch 'ds/add-rm-with-sparse-index'Junio C Hamano-5/+6
2021-09-28advice: update message to suggest '--sparse'Derrick Stolee-5/+6
2021-09-10Merge branch 'ab/retire-advice-config'Junio C Hamano-81/+4
2021-09-10Merge branch 'js/advise-when-skipping-cherry-picked'Junio C Hamano-0/+3
2021-08-30sequencer: advise if skipping cherry-picked commitJosh Steadmon-0/+3
2021-08-25advice: move advice.graftFileDeprecated squashing to commit.[ch]Ævar Arnfjörð Bjarmason-16/+0
2021-08-25advice: remove use of global advice_add_embedded_repoÆvar Arnfjörð Bjarmason-2/+0
2021-08-25advice: remove read uses of most global `advice_` variablesBen Boeckel-61/+2
2021-08-25advice: add enum variants for missing advice variablesBen Boeckel-0/+2
2021-07-20pull: abort if --ff-only is given and fast-forwarding is impossibleAlex Henrie-0/+5
2021-04-08add: warn when asked to update SKIP_WORKTREE entriesMatheus Tavares-0/+20
2020-10-03push: parse and set flag for "--force-if-includes"Srinidhi Kaushik-0/+3
2020-03-25Merge branch 'hw/advise-ng'Junio C Hamano-9/+88
2020-03-05tag: use new advice API to check visibilityHeba Waly-2/+0
2020-03-05advice: revamp advise APIHeba Waly-4/+80
2020-03-02advice: change "setupStreamFailure" to "setUpstreamFailure"Heba Waly-1/+1