summaryrefslogtreecommitdiff
path: root/advice.h
AgeCommit message (Expand)AuthorFilesLines
2026-06-27push: suggest <remote> <branch> for a slash slipHarald Nordgren1-0/+1
2025-09-18initial branch: give hints after switching the default nameJunio C Hamano1-3/+1
2025-09-10breaking-changes: switch default branch to mainPhillip Wood1-0/+2
2025-03-25advice: allow disabling default branch name adviceJustin Tobler1-0/+1
2025-03-03advice.h: *.txt -> *.adoc fixesTodd Zullinger1-1/+1
2024-12-06fetch set_head: move warn advice into advise_if_enabledBence Ferdinandy1-0/+1
2024-07-16Merge branch 'ds/advice-sparse-index-expansion'Junio C Hamano1-0/+1
2024-07-08advice: warn when sparse index expandsDerrick Stolee1-0/+1
2024-05-30rebase -i: improve error message when picking mergePhillip Wood1-0/+1
2024-03-18sequencer: allow disabling conflict advicePhilippe Blain1-0/+1
2024-03-15Merge branch 'kh/branch-ref-syntax-advice'Junio C Hamano1-0/+1
2024-03-05branch: advise about ref syntax rulesKristoffer Haugsbakk1-0/+1
2024-02-26merge-ort: turn submodule conflict suggestions into an advicePhilippe Blain1-0/+1
2024-01-11branch: make the advice to force-deleting a conditional oneRubén Justo1-0/+1
2024-01-11advice: fix an unexpected leading spaceRubén Justo1-1/+1
2024-01-11advice: sort the advice related listsRubén Justo1-6/+6
2023-05-17worktree add: introduce "try --orphan" hintJacob Abel1-0/+1
2023-03-19Merge branch 'fc/advice-diverged-history'Junio C Hamano1-0/+1
2023-03-08advice: add diverging advice for novicesFelipe Contreras1-0/+1
2023-02-23treewide: remove unnecessary git-compat-util.h includes in headersElijah Newren1-2/+0
2022-08-10advice.h: add advise_on_moving_dirty_path()Shaoxuan Yuan1-0/+1
2022-04-04Merge branch 'tk/ambiguous-fetch-refspec'Junio C Hamano1-0/+1
2022-04-01tracking branches: add advice to ambiguous refspec errorTao Klerks1-0/+1
2022-03-14reset: replace '--quiet' with '--no-refresh' in performance adviceVictoria Dye1-1/+1
2022-02-25switch: mention the --detach option when dying due to lack of a branchAlex Henrie1-0/+1
2022-02-04branch: add --recurse-submodules option for branch creationGlen Choo1-0/+1
2021-09-10Merge branch 'ab/retire-advice-config'Junio C Hamano1-32/+2
2021-09-10Merge branch 'js/advise-when-skipping-cherry-picked'Junio C Hamano1-0/+2
2021-08-30sequencer: advise if skipping cherry-picked commitJosh Steadmon1-0/+2
2021-08-30Merge branch 'en/pull-conflicting-options'Junio C Hamano1-0/+1
2021-08-25advice: move advice.graftFileDeprecated squashing to commit.[ch]Ævar Arnfjörð Bjarmason1-2/+0
2021-08-25advice: remove use of global advice_add_embedded_repoÆvar Arnfjörð Bjarmason1-1/+0
2021-08-25advice: remove read uses of most global `advice_` variablesBen Boeckel1-28/+0
2021-08-25advice: add enum variants for missing advice variablesBen Boeckel1-0/+2
2021-07-20pull: abort if --ff-only is given and fast-forwarding is impossibleAlex Henrie1-0/+1
2021-07-13advice.h: add missing __attribute__((format)) & fix usageÆvar Arnfjörð Bjarmason1-0/+1
2021-04-08add: warn when asked to update SKIP_WORKTREE entriesMatheus Tavares1-0/+4
2020-10-03push: parse and set flag for "--force-if-includes"Srinidhi Kaushik1-0/+2
2020-03-25Merge branch 'hw/advise-ng'Junio C Hamano1-1/+51
2020-03-05tag: use new advice API to check visibilityHeba Waly1-1/+0
2020-03-05advice: revamp advise APIHeba Waly1-0/+51
2020-02-06add: change advice config variables used by the add APIHeba Waly1-1/+2
2020-01-15add: use advise function to display hintsHeba Waly1-0/+1
2019-12-03submodule--helper: advise on fatal alternate errorJonathan Tan1-0/+1
2019-07-19Merge branch 'ra/cherry-pick-revert-skip'Junio C Hamano1-0/+1
2019-07-09Merge branch 'ds/fetch-disable-force-notice'Junio C Hamano1-0/+1
2019-07-02sequencer: add advice for revertRohit Ashiwal1-0/+1
2019-06-21fetch: warn about forced updates in branch listingDerrick Stolee1-0/+1
2019-06-21status: warn when a/b calculation takes too longJeff Hostetler1-0/+1
2019-05-13Merge branch 'dl/no-extern-in-func-decl'Junio C Hamano1-1/+1