| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'ra/cherry-pick-revert-skip' | Junio C Hamano | 2019-07-19 | 1 | -0/+1 |
|\ |
|
| * | sequencer: add advice for revert | Rohit Ashiwal | 2019-07-02 | 1 | -0/+1 |
* | | Merge branch 'ds/fetch-disable-force-notice' | Junio C Hamano | 2019-07-09 | 1 | -0/+1 |
|\ \ |
|
| * | | fetch: warn about forced updates in branch listing | Derrick Stolee | 2019-06-21 | 1 | -0/+1 |
| |/ |
|
* | | status: warn when a/b calculation takes too long | Jeff Hostetler | 2019-06-21 | 1 | -0/+1 |
|/ |
|
* | Merge branch 'dl/no-extern-in-func-decl' | Junio C Hamano | 2019-05-13 | 1 | -1/+1 |
|\ |
|
| * | *.[ch]: remove extern from function declarations using spatch | Denton Liu | 2019-05-05 | 1 | -1/+1 |
* | | tag: advise on nested tags | Denton Liu | 2019-04-12 | 1 | -0/+1 |
|/ |
|
* | push: add an advice on unqualified <dst> push | Ævar Arnfjörð Bjarmason | 2018-11-14 | 1 | -0/+1 |
* | reset: warn when refresh_index() takes more than 2 seconds | Ben Peart | 2018-10-24 | 1 | -0/+1 |
* | Merge branch 'ab/checkout-default-remote' | Junio C Hamano | 2018-08-02 | 1 | -0/+1 |
|\ |
|
| * | checkout: add advice for ambiguous "checkout <branch>" | Ævar Arnfjörð Bjarmason | 2018-06-11 | 1 | -0/+1 |
* | | am: move advice.amWorkDir parsing back to advice.c | Nguyễn Thái Ngọc Duy | 2018-05-29 | 1 | -0/+1 |
|/ |
|
* | Deprecate support for .git/info/grafts | Johannes Schindelin | 2018-04-30 | 1 | -0/+1 |
* | Merge branch 'ls/editor-waiting-message' | Junio C Hamano | 2017-12-19 | 1 | -0/+1 |
|\ |
|
| * | launch_editor(): indicate that Git waits for user inputls/editor-waiting-message | Lars Schneider | 2017-12-07 | 1 | -0/+1 |
* | | run-command: add hint when a hook is ignoreddm/run-command-ignored-hook-advise | Damien Marié | 2017-10-10 | 1 | -0/+1 |
|/ |
|
* | add: warn when adding an embedded repository | Jeff King | 2017-06-15 | 1 | -0/+1 |
* | pull: check if in unresolved merge state | Paul Tan | 2015-06-18 | 1 | -0/+1 |
* | Merge branch 'jc/push-2.0-default-to-simple' | Junio C Hamano | 2014-03-07 | 1 | -1/+0 |
|\ |
|
| * | push: switch default from "matching" to "simple"jc/push-2.0-default-to-simple | Junio C Hamano | 2013-06-18 | 1 | -1/+0 |
* | | Merge branch 'jk/gcc-function-attributes' | Junio C Hamano | 2013-07-22 | 1 | -0/+1 |
|\ \ |
|
| * | | add missing "format" function attributes | Jeff King | 2013-07-09 | 1 | -0/+1 |
* | | | Merge branch 'mm/rm-coalesce-errors' | Junio C Hamano | 2013-06-24 | 1 | -0/+1 |
|\ \ \ |
|
| * | | | rm: introduce advice.rmHints to shorten messages | Mathieu Lienard--Mayor | 2013-06-12 | 1 | -0/+1 |
| |/ / |
|
* | | | Merge branch 'nd/warn-ambiguous-object-name' | Junio C Hamano | 2013-06-11 | 1 | -0/+1 |
|\ \ \
| |/ /
|/| | |
|
| * | | get_sha1: warn about full or short object names that look like refs | Nguyễn Thái Ngọc Duy | 2013-05-29 | 1 | -0/+1 |
* | | | branch: give advice when tracking start-point is missing | Jeff King | 2013-04-02 | 1 | -0/+1 |
* | | | Merge branch 'tb/document-status-u-tradeoff' | Junio C Hamano | 2013-03-21 | 1 | -0/+1 |
|\ \ \
| |/ /
|/| | |
|
| * | | status: advise to consider use of -u when read_directory takes too long | Nguyễn Thái Ngọc Duy | 2013-03-16 | 1 | -0/+1 |
| |/ |
|
* | | push: introduce REJECT_FETCH_FIRST and REJECT_NEEDS_FORCE | Junio C Hamano | 2013-01-24 | 1 | -0/+2 |
* | | push: allow already-exists advice to be disabled | Chris Rorvick | 2012-12-03 | 1 | -0/+1 |
* | | push: rename config variable for more general use | Chris Rorvick | 2012-12-03 | 1 | -1/+1 |
|/ |
|
* | push: Provide situational hints for non-fast-forward errors | Christopher Tiwald | 2012-03-19 | 1 | -0/+3 |
* | clone: print advice on checking out detached HEAD | Nguyễn Thái Ngọc Duy | 2012-01-16 | 1 | -0/+1 |
* | advice: Introduce error_resolve_conflict | Ramkumar Ramachandra | 2011-08-04 | 1 | -1/+2 |
* | Reword "detached HEAD" notification | Junio C Hamano | 2010-01-29 | 1 | -0/+1 |
* | Merge branch 'mm/conflict-advice' | Junio C Hamano | 2010-01-20 | 1 | -0/+5 |
|\ |
|
| * | Be more user-friendly when refusing to do something because of conflict. | Matthieu Moy | 2010-01-12 | 1 | -0/+5 |
* | | commit: allow suppression of implicit identity advice | Jeff King | 2010-01-14 | 1 | -0/+1 |
|/ |
|
* | merge-recursive: point the user to commit when file would be overwritten. | Matthieu Moy | 2009-11-22 | 1 | -0/+1 |
* | status: make "how to stage" messages optional | Jeff King | 2009-09-11 | 1 | -0/+1 |
* | push: make non-fast-forward help message configurable | Jeff King | 2009-09-11 | 1 | -0/+8 |