Age | Commit message (Expand) | Author | Files | Lines |
2008-07-13 | Make usage strings dash-less | Stephan Beyer | 1 | -3/+4 |
2008-06-26 | Windows: Work around incompatible sort and find. | Johannes Sixt | 1 | -0/+13 |
2008-02-18 | Simplify setup of $GIT_DIR in git-sh-setup.sh | Lars Hjemli | 1 | -7/+1 |
2008-02-13 | Protect get_author_ident_from_commit() from filenames in work tree | Junio C Hamano | 1 | -1/+1 |
2007-12-20 | shell-scripts usage(): consistently exit with non-zero | Junio C Hamano | 1 | -1/+2 |
2007-12-14 | git-help: add "help.format" config variable. | Christian Couder | 1 | -6/+1 |
2007-12-12 | git-help -w: do not require to be in git repository | Junio C Hamano | 1 | -19/+26 |
2007-11-08 | sh-setup: don't let eval output to be shell-expanded. | Pierre Habouzit | 1 | -5/+8 |
2007-11-07 | git-sh-setup: fix parseopt `eval` string underquoting | Junio C Hamano | 1 | -5/+6 |
2007-11-05 | Update git-sh-setup(1) to allow transparent use of git-rev-parse --parseopt | Pierre Habouzit | 1 | -18/+30 |
2007-10-29 | git-sh-setup.sh: use "git rev-parse --show-cdup" to check for SUBDIRECTORY_OK | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2007-09-15 | git-sh-setup: typofix in comments | Junio C Hamano | 1 | -1/+1 |
2007-08-13 | git-sh-setup.sh: make GIT_DIR absolute | David Kastrup | 1 | -1/+11 |
2007-08-01 | git-sh-setup.sh: make GIT_EDITOR/core.editor/VISUAL/EDITOR accept commands | David Kastrup | 1 | -2/+3 |
2007-08-01 | Clean up work-tree handling | Johannes Schindelin | 1 | -2/+1 |
2007-07-20 | Add GIT_EDITOR environment and core.editor configuration variables | Adam Roben | 1 | -0/+15 |
2007-07-02 | Rewrite "git-frotz" to "git frotz" | Junio C Hamano | 1 | -6/+6 |
2007-07-02 | Merge branch 'js/rebase' | Junio C Hamano | 1 | -0/+27 |
2007-06-24 | Move the pick_author code to git-sh-setup | Johannes Schindelin | 1 | -0/+27 |
2007-06-06 | Use new semantics of is_bare/inside_git_dir/inside_work_tree | Matthias Lederhofer | 1 | -1/+1 |
2007-06-06 | rev-parse: introduce --is-bare-repository | Matthias Lederhofer | 1 | -5/+1 |
2007-02-05 | Commands requiring a work tree must not run in GIT_DIR | Johannes Schindelin | 1 | -1/+2 |
2007-01-28 | [PATCH] Rename git-repo-config to git-config. | Tom Prince | 1 | -1/+1 |
2007-01-12 | Define cd_to_toplevel shell function in git-sh-setup | Junio C Hamano | 1 | -0/+11 |
2007-01-12 | Explain "Not a git repository: '.git'". | Junio C Hamano | 1 | -1/+5 |
2007-01-10 | Disallow working directory commands in a bare repository. | Shawn O. Pearce | 1 | -0/+5 |
2007-01-07 | git-fetch: allow updating the current branch in a bare repository. | Junio C Hamano | 1 | -0/+8 |
2006-12-28 | Use GIT_REFLOG_ACTION environment variable instead. | Shawn O. Pearce | 1 | -0/+8 |
2006-08-11 | git-sh-setup: do not use repo-config to test the git directory | Junio C Hamano | 1 | -8/+3 |
2006-04-14 | "git cmd -h" for shell scripts. | Junio C Hamano | 1 | -1/+1 |
2006-02-12 | Fix "test: unexpected operator" on bsd | Junio C Hamano | 1 | -1/+1 |
2006-02-12 | Avoid using "git-var -l" until it gets fixed. | Junio C Hamano | 1 | -1/+5 |
2005-12-14 | Usage message clean-up, take #2 | Fredrik Kuivinen | 1 | -5/+29 |
2005-11-25 | git-sh-setup: move the repository check to a core program. | Junio C Hamano | 1 | -7/+2 |
2005-11-25 | git-sh-setup: die if outside git repository. | Junio C Hamano | 1 | -6/+9 |
2005-10-08 | Create object subdirectories on demand | Linus Torvalds | 1 | -1/+1 |
2005-10-01 | Add git-symbolic-ref | Junio C Hamano | 1 | -2/+5 |
2005-09-26 | Do not require clean tree when reverting and cherry-picking. | Junio C Hamano | 1 | -11/+0 |
2005-09-12 | Fix CDPATH problem. | Junio C Hamano | 1 | -0/+6 |
2005-09-07 | Big tool rename. | Junio C Hamano | 1 | -0/+27 |