]>
git.madduck.net Git - code/myrepos.git/commitdiff
madduck's git repository
Every one of the projects in this repository is available at the canonical
URL git://git.madduck.net/madduck/pub/<projectpath> — see
each project's metadata for the exact URL.
All patches and comments are welcome. Please squash your changes to logical
commits before using git-format-patch and git-send-email to
patches@ git. madduck. net .
If you'd read over the Git project's submission guidelines and adhered to them,
I'd be especially grateful.
SSH access, as well as push access can be individually
arranged .
If you use my repositories frequently, consider adding the following
snippet to ~/.gitconfig and using the third clone URL listed for each
project:
[url "git://git.madduck.net/madduck/"]
insteadOf = madduck:
summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (parent:
baeacba )
mr (0.49) UNRELEASED; urgency=low
* Update suggests for git-core to git transition.
mr (0.49) UNRELEASED; urgency=low
* Update suggests for git-core to git transition.
+ * Use short mode status output for git and bzr.
-- Joey Hess <joeyh@debian.org> Thu, 08 Apr 2010 16:06:46 -0400
-- Joey Hess <joeyh@debian.org> Thu, 08 Apr 2010 16:06:46 -0400
[ -z "$args" ] && args="-t origin $branch"
GIT_DIR="$MR_REPO" git pull $args
[ -z "$args" ] && args="-t origin $branch"
GIT_DIR="$MR_REPO" git pull $args
-git_fake_bare_status = GIT_DIR="$MR_REPO" git status "$@" || true
+git_fake_bare_status = GIT_DIR="$MR_REPO" git status -s "$@" || true
git_fake_bare_commit =
cd "$(git_get_worktree)"
git_fake_bare_commit =
cd "$(git_get_worktree)"
# configure that as follows in your ~/.mrconfig:
#git_svn_update = git svn rebase
git_svn_update = git svn fetch
# configure that as follows in your ~/.mrconfig:
#git_svn_update = git svn rebase
git_svn_update = git svn fetch
-git_svn_status = git status "$@" || true
+git_svn_status = git status -s "$@" || true
git_svn_commit = git svn dcommit
git_svn_push = git svn dcommit
git_svn_record = git commit -a "$@"
git_svn_commit = git svn dcommit
git_svn_push = git svn dcommit
git_svn_record = git commit -a "$@"
darcs_update = darcs pull -a "$@"
svn_status = svn status "$@"
darcs_update = darcs pull -a "$@"
svn_status = svn status "$@"
-git_status = git status "$@" || true
-bzr_status = bzr status "$@"
+git_status = git status -s "$@" || true
+bzr_status = bzr status --short "$@"
cvs_status = cvs status "$@"
hg_status = hg status "$@"
darcs_status = darcs whatsnew -ls "$@" || true
cvs_status = cvs status "$@"
hg_status = hg status "$@"
darcs_status = darcs whatsnew -ls "$@" || true