1. 35f0383 worktree add: introduce "try --orphan" hint by Jacob Abel · 1 year, 10 months ago
  2. 9de14c7 Merge branch 'fc/advice-diverged-history' by Junio C Hamano · 2 years ago
  3. 765071a advice: add diverging advice for novices by Felipe Contreras · 2 years ago
  4. f332121 treewide: remove unnecessary git-compat-util.h includes in headers by Elijah Newren · 2 years ago
  5. 5efd533 advice.h: add advise_on_moving_dirty_path() by Shaoxuan Yuan · 2 years, 7 months ago
  6. ba2452b Merge branch 'tk/ambiguous-fetch-refspec' by Junio C Hamano · 3 years ago
  7. e4921d8 tracking branches: add advice to ambiguous refspec error by Tao Klerks · 3 years ago
  8. 9396251 reset: replace '--quiet' with '--no-refresh' in performance advice by Victoria Dye · 3 years ago
  9. 808213b switch: mention the --detach option when dying due to lack of a branch by Alex Henrie · 3 years ago
  10. 961b130 branch: add --recurse-submodules option for branch creation by Glen Choo · 3 years, 1 month ago
  11. fd0d703 Merge branch 'ab/retire-advice-config' by Junio C Hamano · 3 years, 6 months ago
  12. 6c083b7 Merge branch 'js/advise-when-skipping-cherry-picked' by Junio C Hamano · 3 years, 6 months ago
  13. 767a4ca sequencer: advise if skipping cherry-picked commit by Josh Steadmon · 3 years, 6 months ago
  14. 7d0daf3 Merge branch 'en/pull-conflicting-options' by Junio C Hamano · 3 years, 6 months ago
  15. ab62858 advice: move advice.graftFileDeprecated squashing to commit.[ch] by Ævar Arnfjörð Bjarmason · 3 years, 7 months ago
  16. c2a4b6d advice: remove use of global advice_add_embedded_repo by Ævar Arnfjörð Bjarmason · 3 years, 7 months ago
  17. ed9bff0 advice: remove read uses of most global `advice_` variables by Ben Boeckel · 3 years, 7 months ago
  18. 6929055 advice: add enum variants for missing advice variables by Ben Boeckel · 3 years, 7 months ago
  19. 3d5fc24 pull: abort if --ff-only is given and fast-forwarding is impossible by Alex Henrie · 3 years, 8 months ago
  20. 927dc33 advice.h: add missing __attribute__((format)) & fix usage by Ævar Arnfjörð Bjarmason · 3 years, 8 months ago
  21. a20f704 add: warn when asked to update SKIP_WORKTREE entries by Matheus Tavares · 4 years ago
  22. 3b990aa push: parse and set flag for "--force-if-includes" by Srinidhi Kaushik · 4 years, 5 months ago
  23. c4a09cc Merge branch 'hw/advise-ng' by Junio C Hamano · 5 years ago
  24. f665d63 tag: use new advice API to check visibility by Heba Waly · 5 years ago
  25. b3b18d1 advice: revamp advise API by Heba Waly · 5 years ago
  26. 887a0fd add: change advice config variables used by the add API by Heba Waly · 5 years ago
  27. bf66db3 add: use advise function to display hints by Heba Waly · 5 years ago
  28. 4f3e57e submodule--helper: advise on fatal alternate error by Jonathan Tan · 5 years ago
  29. d97c62c Merge branch 'ra/cherry-pick-revert-skip' by Junio C Hamano · 6 years ago
  30. cde9a64 Merge branch 'ds/fetch-disable-force-notice' by Junio C Hamano · 6 years ago
  31. 6a1f904 sequencer: add advice for revert by Rohit Ashiwal · 6 years ago
  32. 377444b fetch: warn about forced updates in branch listing by Derrick Stolee · 6 years ago
  33. 0a53561 status: warn when a/b calculation takes too long by Jeff Hostetler · 6 years ago
  34. 4aeeef3 Merge branch 'dl/no-extern-in-func-decl' by Junio C Hamano · 6 years ago
  35. 5545442 *.[ch]: remove extern from function declarations using spatch by Denton Liu · 6 years ago
  36. eea9c1e tag: advise on nested tags by Denton Liu · 6 years ago
  37. dd8dd30 push: add an advice on unqualified <dst> push by Ævar Arnfjörð Bjarmason · 6 years ago
  38. 649bf3a reset: warn when refresh_index() takes more than 2 seconds by Ben Peart · 6 years ago
  39. 50858ed Merge branch 'ab/checkout-default-remote' by Junio C Hamano · 7 years ago
  40. ad8d510 checkout: add advice for ambiguous "checkout <branch>" by Ævar Arnfjörð Bjarmason · 7 years ago
  41. 431bb23 am: move advice.amWorkDir parsing back to advice.c by Nguyễn Thái Ngọc Duy · 7 years ago
  42. f9f99b3 Deprecate support for .git/info/grafts by Johannes Schindelin · 7 years ago
  43. 0c69a13 Merge branch 'ls/editor-waiting-message' by Junio C Hamano · 7 years ago
  44. abfb04d launch_editor(): indicate that Git waits for user input by Lars Schneider · 7 years ago
  45. f805a00 run-command: add hint when a hook is ignored by Damien Marié · 7 years ago
  46. 5321399 add: warn when adding an embedded repository by Jeff King · 8 years ago
  47. 4a4cf9e pull: check if in unresolved merge state by Paul Tan · 10 years ago
  48. 009055f Merge branch 'jc/push-2.0-default-to-simple' by Junio C Hamano · 11 years ago
  49. e9f1a6c Merge branch 'jk/gcc-function-attributes' by Junio C Hamano · 12 years ago
  50. 4621085 add missing "format" function attributes by Jeff King · 12 years ago
  51. 8d8975a Merge branch 'mm/rm-coalesce-errors' by Junio C Hamano · 12 years ago
  52. b2ed944 push: switch default from "matching" to "simple" by Junio C Hamano · 12 years ago
  53. 7e30944 rm: introduce advice.rmHints to shorten messages by Mathieu Lienard--Mayor · 12 years ago
  54. f4c52a0 Merge branch 'nd/warn-ambiguous-object-name' by Junio C Hamano · 12 years ago
  55. 798c35f get_sha1: warn about full or short object names that look like refs by Nguyễn Thái Ngọc Duy · 12 years ago
  56. caa2036 branch: give advice when tracking start-point is missing by Jeff King · 12 years ago
  57. 5d04924 Merge branch 'tb/document-status-u-tradeoff' by Junio C Hamano · 12 years ago
  58. 6a38ef2 status: advise to consider use of -u when read_directory takes too long by Nguyễn Thái Ngọc Duy · 12 years ago
  59. 75e5c0d push: introduce REJECT_FETCH_FIRST and REJECT_NEEDS_FORCE by Junio C Hamano · 12 years ago
  60. b450568 push: allow already-exists advice to be disabled by Chris Rorvick · 12 years ago
  61. 1184564 push: rename config variable for more general use by Chris Rorvick · 12 years ago
  62. f25950f push: Provide situational hints for non-fast-forward errors by Christopher Tiwald · 13 years ago
  63. 2857093 clone: print advice on checking out detached HEAD by Nguyễn Thái Ngọc Duy · 13 years ago
  64. 38ef61c advice: Introduce error_resolve_conflict by Ramkumar Ramachandra · 14 years ago
  65. 13be3e3 Reword "detached HEAD" notification by Junio C Hamano · 15 years ago
  66. 71b3ef1 Merge branch 'mm/conflict-advice' by Junio C Hamano · 15 years ago
  67. b706fcf commit: allow suppression of implicit identity advice by Jeff King · 15 years ago
  68. d38a30d Be more user-friendly when refusing to do something because of conflict. by Matthieu Moy · 15 years ago
  69. 4c371f9 merge-recursive: point the user to commit when file would be overwritten. by Matthieu Moy · 15 years ago
  70. edf563f status: make "how to stage" messages optional by Jeff King · 16 years ago
  71. 7519443 push: make non-fast-forward help message configurable by Jeff King · 16 years ago