aboutsummaryrefslogtreecommitdiffstats
path: root/advice.h
AgeCommit message (Expand)AuthorFilesLines
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
2019-05-05*.[ch]: remove extern from function declarations using spatchDenton Liu1-1/+1
2019-04-12tag: advise on nested tagsDenton Liu1-0/+1
2018-11-14push: add an advice on unqualified <dst> pushÆvar Arnfjörð Bjarmason1-0/+1
2018-10-24reset: warn when refresh_index() takes more than 2 secondsBen Peart1-0/+1
2018-08-02Merge branch 'ab/checkout-default-remote'Junio C Hamano1-0/+1
2018-06-11checkout: add advice for ambiguous "checkout <branch>"Ævar Arnfjörð Bjarmason1-0/+1
2018-05-29am: move advice.amWorkDir parsing back to advice.cNguyễn Thái Ngọc Duy1-0/+1
2018-04-30Deprecate support for .git/info/graftsJohannes Schindelin1-0/+1
2017-12-19Merge branch 'ls/editor-waiting-message'Junio C Hamano1-0/+1
2017-12-07launch_editor(): indicate that Git waits for user inputLars Schneider1-0/+1
2017-10-10run-command: add hint when a hook is ignoredDamien Marié1-0/+1
2017-06-15add: warn when adding an embedded repositoryJeff King1-0/+1
2015-06-18pull: check if in unresolved merge statePaul Tan1-0/+1
2014-03-07Merge branch 'jc/push-2.0-default-to-simple'Junio C Hamano1-1/+0
2013-07-22Merge branch 'jk/gcc-function-attributes'Junio C Hamano1-0/+1
2013-07-09add missing "format" function attributesJeff King1-0/+1
2013-06-24Merge branch 'mm/rm-coalesce-errors'Junio C Hamano1-0/+1
2013-06-18push: switch default from "matching" to "simple"Junio C Hamano1-1/+0
2013-06-12rm: introduce advice.rmHints to shorten messagesMathieu Lienard--Mayor1-0/+1
2013-06-11Merge branch 'nd/warn-ambiguous-object-name'Junio C Hamano1-0/+1
2013-05-29get_sha1: warn about full or short object names that look like refsNguyễn Thái Ngọc Duy1-0/+1
2013-04-02branch: give advice when tracking start-point is missingJeff King1-0/+1
2013-03-21Merge branch 'tb/document-status-u-tradeoff'Junio C Hamano1-0/+1
2013-03-16status: advise to consider use of -u when read_directory takes too longNguyễn Thái Ngọc Duy1-0/+1
2013-01-24push: introduce REJECT_FETCH_FIRST and REJECT_NEEDS_FORCEJunio C Hamano1-0/+2
2012-12-03push: allow already-exists advice to be disabledChris Rorvick1-0/+1
2012-12-03push: rename config variable for more general useChris Rorvick1-1/+1
2012-03-19push: Provide situational hints for non-fast-forward errorsChristopher Tiwald1-0/+3
2012-01-16clone: print advice on checking out detached HEADNguyễn Thái Ngọc Duy1-0/+1
2011-08-04advice: Introduce error_resolve_conflictRamkumar Ramachandra1-1/+2
2010-01-29Reword "detached HEAD" notificationJunio C Hamano1-0/+1
2010-01-20Merge branch 'mm/conflict-advice'Junio C Hamano1-0/+5
2010-01-14commit: allow suppression of implicit identity adviceJeff King1-0/+1
2010-01-12Be more user-friendly when refusing to do something because of conflict.Matthieu Moy1-0/+5
2009-11-22merge-recursive: point the user to commit when file would be overwritten.Matthieu Moy1-0/+1
2009-09-11status: make "how to stage" messages optionalJeff King1-0/+1
2009-09-11push: make non-fast-forward help message configurableJeff King1-0/+8