summaryrefslogtreecommitdiff
path: root/git-sh-setup.sh
AgeCommit message (Expand)AuthorFilesLines
2007-06-06Use new semantics of is_bare/inside_git_dir/inside_work_treeLibravatar Matthias Lederhofer1-1/+1
2007-06-06rev-parse: introduce --is-bare-repositoryLibravatar Matthias Lederhofer1-5/+1
2007-02-05Commands requiring a work tree must not run in GIT_DIRLibravatar Johannes Schindelin1-1/+2
2007-01-28[PATCH] Rename git-repo-config to git-config.Libravatar Tom Prince1-1/+1
2007-01-12Define cd_to_toplevel shell function in git-sh-setupLibravatar Junio C Hamano1-0/+11
2007-01-12Explain "Not a git repository: '.git'".Libravatar Junio C Hamano1-1/+5
2007-01-10Disallow working directory commands in a bare repository.Libravatar Shawn O. Pearce1-0/+5
2007-01-07git-fetch: allow updating the current branch in a bare repository.Libravatar Junio C Hamano1-0/+8
2006-12-28Use GIT_REFLOG_ACTION environment variable instead.Libravatar Shawn O. Pearce1-0/+8
2006-08-11git-sh-setup: do not use repo-config to test the git directoryLibravatar Junio C Hamano1-8/+3
2006-04-14"git cmd -h" for shell scripts.Libravatar Junio C Hamano1-1/+1
2006-02-12Fix "test: unexpected operator" on bsdLibravatar Junio C Hamano1-1/+1
2006-02-12Avoid using "git-var -l" until it gets fixed.Libravatar Junio C Hamano1-1/+5
2005-12-14Usage message clean-up, take #2Libravatar Fredrik Kuivinen1-5/+29
2005-11-25git-sh-setup: move the repository check to a core program.Libravatar Junio C Hamano1-7/+2
2005-11-25git-sh-setup: die if outside git repository.Libravatar Junio C Hamano1-6/+9
2005-10-08Create object subdirectories on demandLibravatar Linus Torvalds1-1/+1
2005-10-01Add git-symbolic-refLibravatar Junio C Hamano1-2/+5
2005-09-26Do not require clean tree when reverting and cherry-picking.Libravatar Junio C Hamano1-11/+0
2005-09-12Fix CDPATH problem.Libravatar Junio C Hamano1-0/+6
2005-09-07Big tool rename.Libravatar Junio C Hamano1-0/+27