]>
ToastFreeware Gitweb - gregoa/movein.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
gregor herrmann [Tue, 27 Sep 2011 17:36:58 +0000 (19:36 +0200)]
Call usage() if no command line arguments is given.
gregor herrmann [Tue, 27 Sep 2011 17:31:40 +0000 (19:31 +0200)]
Add a ls-r / list-remote command.
gregor herrmann [Tue, 27 Sep 2011 17:27:22 +0000 (19:27 +0200)]
Replace some spaces with tabs.
gregor herrmann [Tue, 27 Sep 2011 17:18:13 +0000 (19:18 +0200)]
Pass some variables to the login shell.
- Unset GIT_PS1_SHOWUNTRACKEDFILES, otherwise - if PS1 contains __git_ps1 and
the variable is set in ~/.bashrc - we wait for hours at
`git ls-files --others --exclude-standard' in $HOME.
- Set PSMOVEIN, can be used in PS1 via ~/.basrc etc.
gregor herrmann [Tue, 27 Sep 2011 16:25:53 +0000 (18:25 +0200)]
Set GIT_WORK_TREE relative to repository.
$PWD only works when called in ~/.
gregor herrmann [Tue, 27 Sep 2011 16:13:20 +0000 (18:13 +0200)]
Add status.showUntrackedFiles.
gregor herrmann [Tue, 27 Sep 2011 16:05:57 +0000 (18:05 +0200)]
Move core.bare before core.worktree.
Otherwise we get:
+ git config core.worktree ../../
+ git config core.bare false
fatal: core.bare and core.worktree do not make sense
gregor herrmann [Tue, 27 Sep 2011 15:38:40 +0000 (17:38 +0200)]
Manage $MRCONFIG with `mr config'.
This allows to use an existing ~/.mrconfig, it works without an existing
~/.mrconfig and is idempotent.
gregor herrmann [Tue, 27 Sep 2011 15:29:43 +0000 (17:29 +0200)]
Remove commented out lines.
Mike O'Connor [Mon, 6 Jun 2011 16:17:39 +0000 (12:17 -0400)]
add a README
Signed-off-by: Mike O'Connor <stew@vireo.org>
Mike O'Connor [Mon, 6 Jun 2011 15:05:39 +0000 (11:05 -0400)]
adding .gitignore
Mike O'Connor [Mon, 6 Jun 2011 14:31:37 +0000 (10:31 -0400)]
add gpl2 text in COPYING
Signed-off-by: Mike O'Connor <stew@vireo.org>
Mike O'Connor [Fri, 3 Jun 2011 12:37:36 +0000 (08:37 -0400)]
i feel like i've been here before... moving bin/bin to bin
Signed-off-by: Mike O'Connor <stew@debian.org>
Mike O'Connor [Fri, 3 Jun 2011 12:20:13 +0000 (08:20 -0400)]
Merge remote-tracking branch 'origin/master'
* origin/master:
move to bin, get rid of vcsh
Mike O'Connor [Sun, 5 Sep 2010 13:14:33 +0000 (09:14 -0400)]
move to bin, get rid of vcsh
Signed-off-by: Mike O'Connor <stew@vireo.org>
Mike O'Connor [Sat, 4 Sep 2010 13:38:45 +0000 (09:38 -0400)]
get rid f vcsh
Mike O'Connor [Mon, 30 Aug 2010 01:12:09 +0000 (21:12 -0400)]
added login/ls/list
Signed-off-by: Mike O'Connor <stew@vireo.org>
Mike O'Connor [Tue, 13 Jan 2009 02:15:24 +0000 (21:15 -0500)]
dunno
Mike O'Connor [Fri, 28 Nov 2008 15:00:55 +0000 (10:00 -0500)]
reading settings from .movein
Mike O'Connor [Fri, 28 Nov 2008 14:25:37 +0000 (09:25 -0500)]
.mrconfig must be in ~/
Mike O'Connor [Fri, 28 Nov 2008 09:46:29 +0000 (04:46 -0500)]
adding vcsh
Mike O'Connor [Fri, 28 Nov 2008 09:44:56 +0000 (04:44 -0500)]
initial checkin