summaryrefslogtreecommitdiff
path: root/git.sh
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'fixes'Junio C Hamano2005-10-101-3/+4
|\ | | | | | | Signed-off-by: Junio C Hamano <junkio@cox.net>
| * git.sh: quote all pathsJonas Fonseca2005-10-101-2/+2
| | | | | | | | | | | | | | This makes it handle spaces in paths. Signed-off-by: Jonas Fonseca <fonseca@diku.dk> Signed-off-by: Junio C Hamano <junkio@cox.net>
* | Merge with master.kernel.org:/pub/scm/git/git.gitPeter Anvin2005-10-031-11/+44
|\ \ | |/
| * Customize git command for installations that lack certain commands.Junio C Hamano2005-10-021-11/+44
| | | | | | | | | | | | | | | | | | When the platform lacks certain git subcommands, omit them from the list of subcommands that are available from "git" wrapper. Noticed by Geert Bosch. Signed-off-by: Junio C Hamano <junkio@cox.net>
* | Better handling of exec extension in the git wrapper scriptH. Peter Anvin2005-09-301-5/+11
| |
* | For the benefit of Cygwin, test for git-cmd.exePeter Anvin2005-09-281-0/+3
| |
* | (no commit message)Peter Anvin2005-09-281-0/+1
|/
* 'build' scripts before installing.Junio C Hamano2005-09-081-0/+32
| | | | | | | | | | | | | Earlier we renamed git-foo.sh to git-foo while installing, which was mostly done by inertia than anything else. This however made writing tests to use scripts harder. This patch builds the scripts the same way as we build binaries from their sources. As a side effect, you can now specify non-standard paths you have your Perl binary is in when running the make. Signed-off-by: Junio C Hamano <junkio@cox.net>
* git --version tells which version of git you have.Junio C Hamano2005-09-071-27/+0
| | | | | | | Originally from Martin Atukunda <matlads@dsmagic.com> but adjusted for post-rename code. Signed-off-by: Junio C Hamano <junkio@cox.net>
* Big tool rename.Junio C Hamano2005-09-071-0/+27
As promised, this is the "big tool rename" patch. The primary differences since 0.99.6 are: (1) git-*-script are no more. The commands installed do not have any such suffix so users do not have to remember if something is implemented as a shell script or not. (2) Many command names with 'cache' in them are renamed with 'index' if that is what they mean. There are backward compatibility symblic links so that you and Porcelains can keep using the old names, but the backward compatibility support is expected to be removed in the near future. Signed-off-by: Junio C Hamano <junkio@cox.net>