We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b42e81a + d577cd2 commit 00754b2Copy full SHA for 00754b2
Documentation/git-sh-setup.txt
@@ -68,6 +68,16 @@ require_work_tree_exists::
68
cd_to_toplevel, which is impossible to do if there is no
69
working tree.
70
71
+require_clean_work_tree <action> [<hint>]::
72
+ checks that the working tree and index associated with the
73
+ repository have no uncommitted changes to tracked files.
74
+ Otherwise it emits an error message of the form `Cannot
75
+ <action>: <reason>. <hint>`, and dies. Example:
76
++
77
+----------------
78
+require_clean_work_tree rebase "Please commit or stash them."
79
80
+
81
get_author_ident_from_commit::
82
outputs code for use with eval to set the GIT_AUTHOR_NAME,
83
GIT_AUTHOR_EMAIL and GIT_AUTHOR_DATE variables for a given commit.
0 commit comments