From: Jakub Narebski <jnareb@gmail.com>
To: git@vger.kernel.org
Subject: How it was at GitTogether'08 ?
Date: Sat, 8 Nov 2008 02:54:52 +0100 [thread overview]
Message-ID: <200811080254.53202.jnareb@gmail.com> (raw)
GitTogether 2008, which took place October 27(Mon)-29(Wed), has ended more
than week ago. Therefore I'd like to ask you impressions (while it is still
fresh) from GitTogether, describe talks which are not described below,
correct wrong information in below, etc.
Please reply to this email while GitTogether is on front of your mind...
Talks at GitTogether 2008
=========================
Mon, Oct 27, 2008
-----------------
* Dscho: Contributing with Git
http://www.youtube.com/watch?v=j45cs5_nY2k
* Junio: Git Chronicle
blog: Junio went though a sort of statistical history of the Git project
that was fascinating (turns out there are still about 220 lines of code
still around from Linus original first commit).
http://userweb.kernel.org/~junio/200810-Chron.pdf
* Jeff: Helping new contributors join
* Petr: Renames Again and Again and Again
IRC: detection of wholesame renames of directories (WIP) and '--follow'
limitation were mentioned, but outcome is unclear; pasky plans to hack
together some patch implementing explicit renames hinting
* Sam: GitTorrent
IRC: briefly the history if GitTorrent: way underannounced, not completely
finished, GTP/0.1 was "published" long ago. There was a GSoC project this
year, mentored by mugwump. Unfortunately, the student turned out to be a
procrastinator or something, and this project was mainly pushed forward by
the mentor. Now after the summer, mugwump took a step back and analyzed
the protocol with all the experience won from implementing a large part of
it. Turns out that a lot of the stuff was not really necessary, but copied
because the BitTorrent protocol had it all. So, plan is to really strip
down GTP. And not have a separate protocol for GitTorrent, but rather
have it as part of git-daemon. [...] Turns out that warthog9 had a few
really important things to say that should end up (at least in the 2nd
version) in having a more robust discovery/exchange.
http://utsl.gen.nz/talks/gittorrent/start.html
* Tom: GitHub
IRC: a tour, some history, and insight into how it works; some nice
gimmicks, such as "gist" (a git backed pastebin), or like network graphs
(look graphically at forks of a repository).
blog: Tom got to demonstrate GitHub and Gist to the group, most of whom
are very command line oriented and had not used either before.
* Shawn: JGit
* Scott: Linkable Library
blog: got to talk about the need for a linkable git library
http://thread.gmane.org/gmane.comp.version-control.git/99608
* Sam: perl.git
blog: Sam demonstrated the work he went through to import 20 years of Perl
history into the git repository that the Perl team is just now finishing
transitioning to from Perforce.
http://utsl.gen.nz/talks/perl-history/slides/
Tue, Oct 28, 2008
-----------------
* Shawn: Pack v4
IRC: Shawn gave a pretty good summary of packv4, and he said what are the
major blocks: we need a refactoring of the tree walker first, and then it
would add a pretty complex heap of code to make use of the packv4 format
for tree walking. Main concern was _not_ the size of pack (for spearce at
least), but the speed of rev-list parsing with path delimiters [...] The
tree walking needs a different interface. (Path-delimiting must be a part
of it, not an afterthought. Mode filtering must be a part of it, not an
afterthought.) Estimations for packv4: 10% decrease in size, 25% increase
in speed. [...] reworking packv4 to do it for OBJ_BLOB too (and the
obvious path to speed-optimize git grep -w) has not been touched at all.
* Jeff: What needs refactoring?
* David Brown: Life with Git
http://www.davidb.org/git/git-corp.pdf
* Lighting Round Talks
- Scott: iGitHub - git daemon and repository browser on the iPhone
- Jeff: Portability autobuilders
- Petr: Quick TopGit introduction, problems, future plans
IRC: iGitHub - its a tiny app you run on your iphone to make your iphone
act as a git server/client. since apple doesn't let you tether your laptop
through your iphone to get wireless internet you can instead push a
repository to the iphone via the laptop, then push from there to the
world, or fetch from the world to the iphone, then from the iphone to the
laptop. it also has a small history browser and stuff built in.
* Jeffrey Altman: Discussion with OpenAFS
IRC: was about them trying to convert their franken-CVS repo to
Git. Basically, they use CVS, but have a layer on top of it that logically
combines two related commits into a single "delta", and they want to
preseve those as single git commits to the extent possible (sometimes it
is not possible because of conflicts). They are looking for ways to script
the conversion.
The OpenAFS guys were also interested in helping with libgit and windows
TortoiseGit work (separate conversation).
* Tim: Git as a Media Repository
http://www.thousandparsec.net/~tim/media+git.pdf
* Petr: Git UI
IRC: pasky talked a little bit about what he still misses in git.git CLI:
commit -m piping through fmt; the "reset and checkout" vs "switch, reset
and restore" paradigm; add vs stage; a bit about submodules [...] and
spent most of the time in a bikeshed argument about
add/rm/stage/unstage/staged/revert/restore/switch/. [...] Basically, reset
and checkout sucks and has chaotic behaviour with various switches and
argument combinations (files given vs not given etc.) So in ideal world,
reset and checkout might've been deprecated and instead, switch, restore
and unstage would be introduced... but that's not gonna happen.
blog: The other important, highly visual thing that was discussed, and
even a few patches are already in for, is for little improvements to the
UI. The full planning document is on Gist, but already things like making
use of the term 'stage' for things that happen in the index (such as using
"git diff --staged" instead of "git diff --cached") is being worked
on. I'm excited that staging files may soon be done via "git stage"
rather-than/in-addition-to "git add". This is nice for new users who often
have a hard time seeing why you have to keep "git add"ing to stage your
changes.
http://pasky.or.cz/~pasky/cp/gittogether-ui.sxi
http://gist.github.com/20818
http://thread.gmane.org/gmane.comp.version-control.git/99572
http://thread.gmane.org/gmane.comp.version-control.git/99541
* Steven: Life with git-svn
Wed, Oct 29, 2008
-----------------
* Shawn: Bundle Project
IRC: Gerrit is issue tracker / code review tool, which takes full bundles
and moves them around, and only when it was reviewed, it is actually
applied.
http://android.git.kernel.org/?p=tools/gerrit.git
* Discussion on notes
* Petr: introduce the secret pickaxe project
http://repo.or.cz/w/giddy.git
* Petr: Git in Pharma Corp
http://pasky.or.cz/~pasky/cp/gittogether-novartis.sxi
http://pasky.or.cz/g/gitweb.cgi?p=templatedemo.git;a=summary
* Tim: Large media in Git (Repeat)
IRC: Large = 100M and more (e.g. audio or video assets for a game). the
idea was that you would have shallow _and_ lazy clones. There was not much
discussion about implementation details, though; except that there should
be a mode where blobs are _not_ fetched, and that every non-blob has to be
local.
IRC: Tim Ansell (mithro) of Thousand Parsec still uses SVN for this
because he can checkout just one file, edit it, and push it
back. Basically he wants to clone the metadata (commits and trees and
small blobs) and have large blobs (e.g. >25 MB or some limit) kept on the
origin, lazily fetched over a git transport on demand. Tim started to work
up a prototype using HTTP. folks thought the idea showed promise, but we
need to see code and the impacts it has and where it breaks down to really
understand if it is worth doing or not.
blog: Tim talked about something that I think will be one of the next huge
(highly visible) changes in Git you\u2019re likely to see in the next year
\u2013 handling large meda well, and being able to do narrow and sparse
clones, (and shallow clones better). This means being able to clone part
of a Git repository, such as just the last revision (shallow), just the
\u2018lib\u2019 directory (narrow) or just a single file
(sparse). Importantly, you would be able to see the history of everything
still (it would download the commit and tree objects, which are generally
small, but not the larger blobs), and you would be able to do pushes back
(which shallow clones can\u2019t currently do).
http://www.thousandparsec.net/~tim/media+git.pdf
* JH: $$$ discussion
IRC: It was about the Google Summer of Code 2008 mentor money. It was
decided (given most of the mentors were there) to use it to help a few
folks cover their travel expenses to the GitTogether. Most folks actually
had their costs covered by their employer (yay for some big companies!)
but a few paid out of pocket, so we are helping them defray it a bit. and
the rest is being used to order and distribute some git t-shirts.
* Sam: Git as a DB Backend
IRC: mugwump had this idea of running a sql sort of database in git, using
the git logs as a way to implement an ACID complaint database. to be
honest i was busy reading email or something and didn't pay much attention
to his talk, but folks seemed to think it was an abuse of git
* Petr: GUI Even a Designer Uses
IRC: it was rather short and ambiguous; mostly arguing whether to and in
what language/toolkit to reimplement git-gui
Sources:
========
* http://git.or.cz/gitwiki/GitTogether
* http://google-opensource.blogspot.com/2008/11/gittogether-08.html
* http://github.com/blog/196-gittogether-2008
* Calendar ID: amj5rbmljs66k9rtibs34kc2c8@group.calendar.google.com
* http://colabti.org/irclogger/irclogger_log_search/git
#git channel on irc.freenode.org
--
Jakub Narebski
next reply other threads:[~2008-11-08 1:56 UTC|newest]
Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-11-08 1:54 Jakub Narebski [this message]
2008-11-08 3:41 ` How it was at GitTogether'08 ? Johan Herland
2008-11-08 14:17 ` Jeff King
2008-11-08 5:08 ` David Symonds
2008-11-08 15:31 ` Jakub Narebski
2008-11-09 15:36 ` Kai Blin
2008-11-09 16:31 ` Jakub Narebski
2008-11-09 18:55 ` Kai Blin
2008-11-10 9:30 ` Large media in git (was: How it was at GitTogether'08)? Jakub Narebski
2008-11-10 10:13 ` Kai Blin
2008-11-10 9:58 ` How it was at GitTogether'08 ? Johannes Schindelin
2008-11-10 10:08 ` Kai Blin
2008-11-10 12:09 ` Johannes Schindelin
2008-11-10 10:38 ` Johannes Schindelin
2008-11-10 11:36 ` Jakub Narebski
2008-11-09 11:49 ` Jakub Narebski
2008-11-09 16:52 ` Steven Grimm
2008-11-09 17:54 ` Jakub Narebski
2008-11-09 18:58 ` Robin Rosenberg
2008-11-09 19:55 ` Shawn O. Pearce
2008-11-09 21:58 ` Steven Grimm
2008-11-09 23:52 ` Jakub Narebski
2008-11-11 22:05 ` Jonas Fonseca
2008-11-11 23:26 ` Johannes Schindelin
2008-11-09 19:54 ` Shawn O. Pearce
2008-11-09 22:03 ` Jakub Narebski
2008-11-10 3:32 ` Tim Ansell
2008-11-09 23:32 ` Jean-Luc Herren
2008-11-11 21:35 ` Junio C Hamano
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200811080254.53202.jnareb@gmail.com \
--to=jnareb@gmail.com \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).