diff options
| author | Junio C Hamano <junkio@cox.net> | 2007-01-11 16:50:36 -0800 |
|---|---|---|
| committer | Junio C Hamano <junkio@cox.net> | 2007-01-11 16:50:36 -0800 |
| commit | e861ce1692fa9809f3e7b898804f8ddaf7cd8975 (patch) | |
| tree | 1d812c3d71bab1fcf45fa09f03da21cd01c985ba /git-reset.sh | |
| parent | 141d21b8256ef96bbd693fd35e154787365e26dc (diff) | |
| parent | 7eff28a9b42cb0d3aad932338b2e645fc6ed8fa9 (diff) | |
| download | git-e861ce1692fa9809f3e7b898804f8ddaf7cd8975.tar.xz | |
Merge branch 'jc/bare'
* jc/bare:
Disallow working directory commands in a bare repository.
git-fetch: allow updating the current branch in a bare repository.
Introduce is_bare_repository() and core.bare configuration variable
Move initialization of log_all_ref_updates
Diffstat (limited to 'git-reset.sh')
| -rwxr-xr-x | git-reset.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/git-reset.sh b/git-reset.sh index 76c8a818d4..b9045bc762 100755 --- a/git-reset.sh +++ b/git-reset.sh @@ -6,6 +6,7 @@ USAGE='[--mixed | --soft | --hard] [<commit-ish>] [ [--] <paths>...]' SUBDIRECTORY_OK=Yes . git-sh-setup set_reflog_action "reset $*" +require_work_tree update= reset_type=--mixed unset rev |
