On Thu, Jun 20, 2013 at 11:54 AM, Konstantin Khomoutov
<flatw...@users.sourceforge.net> wrote:
> On Thu, 20 Jun 2013 06:37:12 +0200
> Magnus Therning <mag...@therning.org> wrote:
>
>> > > Any ideas if it would be possible for Git to create a delta
>> > > changeset that we could burn to DVD?
>> >
>> > Yes, this feature set is provided by the `git bundle` command [1].
>> >
>> > 1. https://www.kernel.org/pub/software/scm/git/docs/git-bundle.html
>>
>> AFAICS from reading the man page there is no automatic recording of
>> what has been bundled up in the past.  That would mean that Jesse's
>> workflow in Synergy couldn't be replicated in Git without a bit of
>> manual record keeping, right?
>
> That is correct.
> He would need to put tags onto bundled commits of branches of interest
> or invent a way to just record those SHA-1 names down to a file or
> use `git notes`.  Another way would be to (ab)use `git config` which is
> able to operate on arbitrary variables.

Or just extend git-bundle directly :)

/M

--
Magnus Therning                      OpenPGP: 0xAB4DFBA4
email: mag...@therning.org   jabber: mag...@therning.org
twitter: magthe               http://therning.org/magnus

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to