Posted 5 months ago by Catalin Marinas
The first release candidate for StGit 0.15 is available from the
git://repo.or.cz/stgit.git or http://download.gna.org/stgit/. Bugs can
be reported on the Git mailing list or via the project bugs
... [More]
page
(https://gna.org/bugs/?group=stgit).
StGit is a Python application providing similar functionality to Quilt
(i.e. pushing/popping patches to/from a stack) on top of Git. These
operations are performed using Git commands and the patches are stored
as Git commit objects, allowing easy merging of the StGit patches into
other repositories using standard Git functionality.
The main changes since release 0.14.3 (I may miss some important
features but they can be found in the log):
- New core infrastructure for repository operations
- Infinite undo/redo operations and corresponding commands
- Automatic reverting of changes following a failed operation (using
transactions)
- New 'squash' command for combining two or more patches into one
- New 'publish' command for maintaining merge-friendly branches (which
are not rebased)
- New patch identification format - : (see 'id' command)
- UI improvements and removal of the 'add', 'rm' and 'resolved' commands
since there are corresponding Git equivalents
- Emacs mode improvements
- Man pages and improved tutorial
Special thanks go to Karl Hasselstr [Less]
Posted 5 months ago by Frank Li
http://code.google.com/p/tortoisegit/downloads/list
= Release 0.8.1.0 =
== Features ==
* Improve work flow and reduce click
Commit: Made user able to push after successful commit
Show Push Dialog after close commit
... [More]
dialog
Add messagebox to ask if stash change when rebase at dirty work space
Show GUI friendly diffstat after pull
* Rebase: Select default upstream based on current tracked remote
* Improve BrowseRef Dialog
Add Option to delete multiple refs
Added 'Switch to this Ref' option
Fetch context menu item added.
Add "BrowseRef" to shell extension command.
Add ability to diff two commits
Added option to delete remote branch
Always set initial ref
Show context menu icons
Save / Restore window size
* Add Basic Git-SVN Operation
Add SVN DCommit Command
Add "SVN Rebase" and "SVN DCommit" command at shell contextmenu
Support Git svn-clone at clone dialog.
* Help Document Updated
Add git basic book.
* Add Help button at many dialog
* Improve Format Patch
May also select 'format patch...' if selection is continuous.
Implemented browse buttons and added browsebutton for 'since'.
* Add TortoiseIDiff to compare picture
* Enable Bugtraq setting dialog
* Improve Log dialog
Ajust label colors when selected. (Not on Vista with themes enabled)
Add compare with working copy at log dialog
Ref label borders
* FileDiffDlg: Make shift right-left button work
* Branch/Tag dlg: Update 'track' option after browse-refs
* StatusListCtrl: Implemented delete unversioned file.
* RebaseDlg: Update rebase lines after browserefs
== BugFix ==
* Fix Issue 64: When the graph column is small, the graph sometimes
appears through the text of the next column on Vista
* Fix log graph tree mass when dragon scroll bar from left to right
* Fix Issue 104: Doubleclicking changed submodule dir in Check For
Modifications dlg, crashes TGit
* Pull: Fixed bug that when pulling from the configured remote
branch, git did not update the remote tracking branches.
* Fix stash problem when svn dcommit at dirty working space
* Modify Create repository error message
* Fix Issue #102: Invalid patch e-mails generated
* Fix submodule update Crash when repository have not submodule
* Fixed issue #88: Ambiguous dialog message
* Correct format patch command -num argument
* PushDlg: Fix: Wrong remote selected after selection via ref-browser.
* Rebase: Skip in context-menu appeared twice. First one should be pick.
* Fix Issue #89: Can't locate msysgit on x64
* Fix Issue #95: TortoiseBlame Icon disappears when selected in the
settings treeview
* Fix Issue 94 Commit log showing incorrect timestamps
* Fix pull don't launch putty key file
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html [Less]
Posted 5 months ago by Junio C Hamano
The latest maintenance release, GIT 1.6.3.3, is available at the usual
places:
http://www.kernel.org/pub/software/scm/git/
git-1.6.3.3.tar.{gz,bz2} (source tarball)
git-htmldocs-1.6.3.3.tar.{gz,bz2} (preformatted
... [More]
docs)
git-manpages-1.6.3.3.tar.{gz,bz2} (preformatted docs)
The RPM binary packages for a few architectures are found in:
RPMS/$arch/git-*-1.6.3.3-1.fc9.$arch.rpm (RPM)
GIT v1.6.3.3 Release Notes
==========================
Fixes since v1.6.3.2
--------------------
* "git archive" running on Cygwin can get stuck in an infinite loop.
* "git daemon" did not correctly parse the initial line that carries
virtual host request information.
* "git diff --textconv" leaked memory badly when the textconv filter
errored out.
* The built-in regular expressions to pick function names to put on
hunk header lines for java and objc were very inefficiently written.
* in certain error situations git-fetch (and git-clone) on Windows didn't
detect connection abort and ended up waiting indefinitely.
* import-tars script (in contrib) did not import symbolic links correctly.
* http.c used CURLOPT_SSLKEY even on libcURL version 7.9.2, even though
it was only available starting 7.9.3.
* low-level filelevel merge driver used return value from strdup()
without checking if we ran out of memory.
* "git rebase -i" left stray closing parenthesis in its reflog message.
* "git remote show" did not show all the URLs associated with the named
remote, even though "git remote -v" did. Made them consistent by
making the former show all URLs.
* "whitespace" attribute that is set was meant to detect all errors known
to git, but it told git to ignore trailing carriage-returns.
Includes other documentation fixes.
----------------------------------------------------------------
Changes since v1.6.3.2 are as follows:
Anders Kaseorg (1):
for-each-ref: Do not lookup objects when they will not be used
Clemens Buchacher (1):
refuse to merge during a merge
Jim Meyering (1):
use xstrdup, not strdup in ll-merge.c
Johannes Schindelin (1):
import-tars: support symlinks
Johannes Sixt (2):
fetch-pack: close output channel after sideband demultiplexer terminates
diff.c: plug a memory leak in an error path
Junio C Hamano (3):
t3505: fix abuse of test_expect_code
attribute: whitespace set to true detects all errors known to git
GIT 1.6.3.3
Linus Torvalds (1):
Fix big left-shifts of unsigned char
Marco Nelissen (1):
fix handling of iconv configuration options
Mark Lodato (1):
http.c: fix compiling with libcurl 7.9.2
Michael J Gruber (1):
builtin-remote: Make "remote show" display all urls
Miklos Vajna (1):
git-svn documentation: fix typo in 'rebase vs. pull/merge' section
Nanako Shiraishi (1):
.gitattributes: CR at the end of the line is an error
Paolo Bonzini (2):
Documentation: git-send-mail can take rev-list arg to drive format-patch
avoid exponential regex match for java and objc function names
René Scharfe (1):
upload-archive: fix infinite loop on Cygwin
Shawn O. Pearce (1):
daemon: Strictly parse the "extra arg" part of the command
Stephen Boyd (3):
git-rerere.txt: grammatical fixups and cleanups
pull, rebase: simplify to use die()
git-show-ref.txt: remove word and make consistent
v
Tay Ray Chuan (1):
http*: cleanup slot->local after fclose
Thomas Rast (1):
Documentation: refer to gitworkflows(7) from tutorial and git(1)
Uwe Kleine-König (1):
rebase--interactive: remote stray closing parenthesis
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html [Less]
Posted 6 months ago by Shawn O. Pearce
The EGit and JGit projects have now split apart. Up until today
they were housed in the same repository at repo.or.cz.
As EGit is moving to the Eclipse Foundation umbrella, we wanted to
fully split JGit off such that applications
... [More]
trying to make use of
JGit can do so without dragging in the EGit specific code.
JGit is now here:
http://repo.or.cz/w/jgit.git
git://repo.or.cz/jgit.git
direct patches to git ML
same maintainers (myself, Robin Rosenberg)
EGit is still in the same location:
http://repo.or.cz/w/egit.git
git://repo.or.cz/egit.git
direct patches to egit-dev@eclipse.org
same maintainers (myself, Robin Rosenberg)
FYI, no history was rewritten. Two commits were introduced to
create the fork:
JGit: 9171327f92240a3dbef4a389a2a6378044013803 (rm -rf *egit*)
EGit: 8f4475f4324599ab704eb1dc3adec92d3b1b85df (rm -rf *jgit*)
Please update your personal forks and clones as necessary.
--
Shawn.
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html [Less]
Posted 6 months ago by Frank Li
http://code.google.com/p/tortoisegit/downloads/list
version 0.7.1.0 (internal)
Features:
*Add bug track plug-in support
Compatible with TortoiseSVN. The typical plug in is gurtl(google code
issue
... [More]
plug-in).
http://code.google.com/p/gurtle/.
*Support browse reference.
Show all branch, tags information. Support add remote, del branch\tag.
*Show merged file at log dialog.
*Update version graphic tree.
Update graphic tree to qgit2.3
*Add option -p for TortoisePLink.
-p is the same as -P. So it is compatible with OpenSSH port option.
Fix: *Fix Issue 91: clone dialog generates bad directory name based
on URL, ignores overrid
*Fix Issue 85: Installer: warns of downgrade when running 0.6.2.0 on
top of 0.6.1.0
*Fix i18n.logOutputEncoding doesn't work at log\commit dialog.
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html [Less]
Posted 6 months ago by Junio C Hamano
The latest maintenance release GIT 1.6.3.2 is available at the
usual places:
http://www.kernel.org/pub/software/scm/git/
git-1.6.3.2.tar.{gz,bz2} (source tarball)
git-htmldocs-1.6.3.2.tar.{gz,bz2} (preformatted
... [More]
docs)
git-manpages-1.6.3.2.tar.{gz,bz2} (preformatted docs)
The RPM binary packages for a few architectures are found in:
RPMS/$arch/git-*-1.6.3.2-1.fc9.$arch.rpm (RPM)
GIT v1.6.3.2 Release Notes
==========================
Fixes since v1.6.3.1
--------------------
* A few codepaths picked up the first few bytes from an sha1[] by
casting the (char *) pointer to (int *); GCC 4.4 did not like this,
and aborted compilation.
* Some unlink(2) failures went undiagnosed.
* The "recursive" merge strategy misbehaved when faced rename/delete
conflicts while coming up with an intermediate merge base.
* The low-level merge algorithm did not handle a degenerate case of
merging a file with itself using itself as the common ancestor
gracefully. It should produce the file itself, but instead
produced an empty result.
* GIT_TRACE mechanism segfaulted when tracing a shell-quoted aliases.
* OpenBSD also uses st_ctimspec in "struct stat", instead of "st_ctim".
* With NO_CROSS_DIRECTORY_HARDLINKS, "make install" can be told not to
create hardlinks between $(gitexecdir)/git-$builtin_commands and
$(bindir)/git.
* command completion code in bash did not reliably detect that we are
in a bare repository.
* "git add ." in an empty directory complained that pathspec "." did not
match anything, which may be technically correct, but not useful. We
silently make it a no-op now.
* "git add -p" (and "patch" action in "git add -i") was broken when
the first hunk that adds a line at the top was split into two and
both halves are marked to be used.
* "git blame path" misbehaved at the commit where path became file
from a directory with some files in it.
* "git for-each-ref" had a segfaulting bug when dealing with a tag object
created by an ancient git.
* "git format-patch -k" still added patch numbers if format.numbered
configuration was set.
* "git grep --color ''" did not terminate. The command also had
subtle bugs with its -w option.
* http-push had a small use-after-free bug.
* "git push" was converting OFS_DELTA pack representation into less
efficient REF_DELTA representation unconditionally upon transfer,
making the transferred data unnecessarily larger.
* "git remote show origin" segfaulted when origin was still empty.
Many other general usability updates around help text, diagnostic messages
and documentation are included as well.
----------------------------------------------------------------
Changes since v1.6.3.1 are as follows:
Alex Riesen (7):
Introduce an unlink(2) wrapper which gives warning if unlink failed
replace direct calls to unlink(2) with unlink_or_warn
print unlink(2) errno in copy_or_link_directory
Clarify kind of conflict in merge-one-file helper
ls-tree manpage: use "unless" instead of "when ... is not"
ls-tree manpage: output of ls-tree is compatible with update-index
http-push.c::remove_locks(): fix use after free
Charles Bailey (2):
t6023: merge-file fails to output anything for a degenerate merge
Change xdl_merge to generate output even for null merges
Clemens Buchacher (1):
fix segfault showing an empty remote
Dan McGee (1):
Fix type-punning issues
Daniel Cordero (1):
builtin-checkout: Don't tell user that HEAD has moved before it has
Dave Olszewski (1):
merge-recursive: never leave index unmerged while recursing
Giuseppe Bilotta (1):
completion: use git rev-parse to detect bare repos
Jeff King (6):
fix GIT_TRACE segfault with shell-quoted aliases
add: don't complain when adding empty project root
for-each-ref: fix segfault in copy_email
lock_ref: inform callers of unavailable ref
fetch: report ref storage DF errors more accurately
fix cat-file usage message and documentation
Jim Meyering (2):
format-patch let -k override a config-specified format.numbered
pre-commit.sample: don't print incidental SHA1
Johannes Schindelin (2):
Add NO_CROSS_DIRECTORY_HARDLINKS support to the Makefile
Cope better with a _lot_ of packs
Johannes Sixt (1):
t3701: ensure correctly set up repository after skipped tests
Junio C Hamano (8):
Revert "git-add--interactive: remove hunk coalescing"
completion: fix PS1 display during a merge on detached HEAD
completion: simplify "current branch" in __git_ps1()
completion: enhance "current branch" display
Prepare for 1.6.3.2
Update draft release notes for 1.6.3.2
blame: correctly handle a path that used to be a directory
GIT 1.6.3.2
Linus Torvalds (3):
Avoid unnecessary 'lstat()' calls in 'get_stat_data()'
Teach 'git checkout' to preload the index contents
dir.c: clean up handling of 'path' parameter in read_directory_recursive()
Matt Graham (1):
Splitting a hunk that adds a line at the top fails in "add -p"
Michael J Gruber (1):
merge-options.txt: Clarify merge --squash
Nanako Shiraishi (1):
test: checkout shouldn't say that HEAD has moved if it didn't
Nicolas Pitre (1):
allow OFS_DELTA objects during a push
René Scharfe (4):
grep: fix word-regexp colouring
grep: fix word-regexp at the beginning of lines
grep: fix colouring of matches with zero length
grep: fix empty word-regexp matches
Stephen Boyd (6):
api-parse-options.txt: use 'func' instead of 'funct'
tests: Add tests for missing format-patch long options
completion: add missing options to show-branch and show
show-branch: Fix die message in parse_reflog_param()
commit: -F overrides -t
apply, fmt-merge-msg: use relative filenames
Thomas Rast (2):
Documentation: teach stash/pop workflow instead of stash/apply
add -i: do not dump patch during application
Tony Kemp (1):
Turn on USE_ST_TIMESPEC for OpenBSD
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html [Less]
Posted 6 months ago by Petr Baudis
Hello,
today, I will be upgrading the machine with Git Wiki and repo.or.cz
to Debian Lenny, and then upgrading the repo.or.cz infrastructure to the
new more user-friendly version (that I finished about half a year
... [More]
ago
:/).
Thus, the Wiki may not be available for several hours from about
13:00 UCT today. The repo.or.cz mirroring will be stopped for most of
the day, the administrative interface will experience some
yet-unestimated outage, the web interface, git daemon and pushing
service should stay available most of the time.
Sorry for the short notice!
--
Petr "Pasky" Baudis
The lyf so short, the craft so long to lerne. -- Chaucer
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html [Less]
Posted 7 months ago by Junio C Hamano
The latest maintenance release GIT 1.6.3.1 is available at the
usual places:
http://www.kernel.org/pub/software/scm/git/
git-1.6.3.1.tar.{gz,bz2} (source tarball)
git-htmldocs-1.6.3.1.tar.{gz,bz2} (preformatted
... [More]
docs)
git-manpages-1.6.3.1.tar.{gz,bz2} (preformatted docs)
The RPM binary packages for a few architectures are found in:
RPMS/$arch/git-*-1.6.3.1-1.fc9.$arch.rpm (RPM)
Embarrasingly 1.6.3 has a rather grave regression when you switch to a new
branch while you have some changes added to the index. A commit you make
from that index will record a wrong tree. Please consider this a hotfix
and do not use vanilla 1.6.3.
----------------------------------------------------------------
Changes since v1.6.3 are as follows:
Alex Riesen (1):
Clarify kind of conflict in merge-one-file helper
Alexander Potashev (1):
Documentation: cloning to empty directory is allowed
Felipe Contreras (1):
git config: clarify --add and --get-color
Junio C Hamano (4):
Start 1.6.3.1 maintenance series.
archive-tar.c: squelch a type mismatch warning
Revert "checkout branch: prime cache-tree fully"
GIT 1.6.3.1
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html [Less]
Posted 7 months ago by Marco Costalba
Hi all,
a new version of Qt4 based qgit-2.3 has been released both as
source tarball and as win installer.
You can download tarball and/or win installer from
http://sourceforge.net/projects/qgit
Or directly
... [More]
from git repository
git://git.kernel.org/pub/scm/qgit/qgit4.git
QGit is a git history viewer with a good bunch of related features.
See handbook (press F1 key), for a detailed list of features and how
to use them.
This is mainly a mainteinance release with some nice novelity as a new
graph look. You can browse through shortlog with contributors credits
directly from
http://git.kernel.org/?p=qgit/qgit4.git;a=summary
Thanks to all the people that helped in developing and pushing out this release.
Have fun
Marco
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html [Less]
Posted 7 months ago by Junio C Hamano
The latest feature release GIT 1.6.3 is available at the usual
places:
http://www.kernel.org/pub/software/scm/git/
git-1.6.3.tar.{gz,bz2} (source tarball)
git-htmldocs-1.6.3.tar.{gz,bz2} (preformatted
... [More]
docs)
git-manpages-1.6.3.tar.{gz,bz2} (preformatted docs)
The RPM binary packages for a few architectures are found in:
RPMS/$arch/git-*-1.6.3-1.fc9.$arch.rpm (RPM)
----------------------------------------------------------------
GIT v1.6.3 Release Notes
========================
With the next major release, "git push" into a branch that is
currently checked out will be refused by default. You can choose
what should happen upon such a push by setting the configuration
variable receive.denyCurrentBranch in the receiving repository.
To ease the transition plan, the receiving repository of such a
push running this release will issue a big warning when the
configuration variable is missing. Please refer to:
http://git.or.cz/gitwiki/GitFaq#non-bare
http://thread.gmane.org/gmane.comp.version-control.git/107758/focus=108007
for more details on the reason why this change is needed and the
transition plan.
For a similar reason, "git push $there :$killed" to delete the branch
$killed in a remote repository $there, if $killed branch is the current
branch pointed at by its HEAD, gets a large warning. You can choose what
should happen upon such a push by setting the configuration variable
receive.denyDeleteCurrent in the receiving repository.
When the user does not tell "git push" what to push, it has always
pushed matching refs. For some people it is unexpected, and a new
configuration variable push.default has been introduced to allow
changing a different default behaviour. To advertise the new feature,
a big warning is issued if this is not configured and a git push without
arguments is attempted.
Updates since v1.6.2
--------------------
(subsystems)
* various git-svn updates.
* git-gui updates, including an update to Russian translation, and a
fix to an infinite loop when showing an empty diff.
* gitk updates, including an update to Russian translation and improved Windows
support.
(performance)
* many uses of lstat(2) in the codepath for "git checkout" have been
optimized out.
(usability, bells and whistles)
* Boolean configuration variable yes/no can be written as on/off.
* rsync:/path/to/repo can be used to run git over rsync for local
repositories. It may not be useful in practice; meant primarily for
testing.
* http transport learned to prompt and use password when fetching from or
pushing to http://user@host.xz/ URL.
* (msysgit) progress output that is sent over the sideband protocol can
be handled appropriately in Windows console.
* "--pretty=" option to the log family of commands can now be
spelled as "--format=". In addition, --format=%formatstring
is a short-hand for --pretty=tformat:%formatstring.
* "--oneline" is a synonym for "--pretty=oneline --abbrev-commit".
* "--graph" to the "git log" family can draw the commit ancestry graph
in colors.
* If you realize that you botched the patch when you are editing hunks
with the 'edit' action in git-add -i/-p, you can abort the editor to
tell git not to apply it.
* @{-1} is a new way to refer to the last branch you were on introduced in
1.6.2, but the initial implementation did not teach this to a few
commands. Now the syntax works with "branch -m @{-1} newname".
* git-archive learned --output= option.
* git-archive takes attributes from the tree being archived; strictly
speaking, this is an incompatible behaviour change, but is a good one.
Use --worktree-attributes option to allow it to read attributes from
the work tree as before (deprecated git-tar tree command always reads
attributes from the work tree).
* git-bisect shows not just the number of remaining commits whose goodness
is unknown, but also shows the estimated number of remaining rounds.
* You can give --date= option to git-blame.
* "git-branch -r" shows HEAD symref that points at a remote branch in
interest of each tracked remote repository.
* "git-branch -v -v" is a new way to get list of names for branches and the
"upstream" branch for them.
* git-config learned -e option to open an editor to edit the config file
directly.
* git-clone runs post-checkout hook when run without --no-checkout.
* git-difftool is now part of the officially supported command, primarily
maintained by David Aguilar.
* git-for-each-ref learned a new "upstream" token.
* git-format-patch can be told to use attachment with a new configuration,
format.attach.
* git-format-patch can be told to produce deep or shallow message threads.
* git-format-patch can be told to always add sign-off with a configuration
variable.
* git-format-patch learned format.headers configuration to add extra
header fields to the output. This behaviour is similar to the existing
--add-header= option of the command.
* git-format-patch gives human readable names to the attached files, when
told to send patches as attachments.
* git-grep learned to highlight the found substrings in color.
* git-imap-send learned to work around Thunderbird's inability to easily
disable format=flowed with a new configuration, imap.preformattedHTML.
* git-rebase can be told to rebase the series even if your branch is a
descendant of the commit you are rebasing onto with --force-rebase
option.
* git-rebase can be told to report diffstat with the --stat option.
* Output from git-remote command has been vastly improved.
* "git remote update --prune $remote" updates from the named remote and
then prunes stale tracking branches.
* git-send-email learned --confirm option to review the Cc: list before
sending the messages out.
(developers)
* Test scripts can be run under valgrind.
* Test scripts can be run with installed git.
* Makefile learned 'coverage' option to run the test suites with
coverage tracking enabled.
* Building the manpages with docbook-xsl between 1.69.1 and 1.71.1 now
requires setting DOCBOOK_SUPPRESS_SP to work around a docbook-xsl bug.
This workaround used to be enabled by default, but causes problems
with newer versions of docbook-xsl. In addition, there are a few more
knobs you can tweak to work around issues with various versions of the
docbook-xsl package. See comments in Documentation/Makefile for details.
* Support for building and testing a subset of git on a system without a
working perl has been improved.
Fixes since v1.6.2
------------------
All of the fixes in v1.6.2.X maintenance series are included in this
release, unless otherwise noted.
Here are fixes that this release has, but have not been backported to
v1.6.2.X series.
* "git-apply" rejected a patch that swaps two files (i.e. renames A to B
and B to A at the same time). May need to be backported by cherry
picking d8c81df and then 7fac0ee).
* The initial checkout did not read the attributes from the .gitattribute
file that is being checked out.
* git-gc spent excessive amount of time to decide if an object appears
in a locally existing pack (if needed, backport by merging 69e020a).
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html [Less]
Copyright © 2009 Geeknet, Inc., All Rights Reserved.