git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [ANNOUNCE] update-base-branch: Track arbitrary external content in  Git branch
@ 2009-07-21 14:29 Johan Kiviniemi
  0 siblings, 0 replies; only message in thread
From: Johan Kiviniemi @ 2009-07-21 14:29 UTC (permalink / raw)
  To: git list

To reduce the pain with the merging of my config changes (for various
software) with upstream’s new defaults, I came up with a small program
to track the default config files in a Git branch.

With things set up, the update and the merge become a matter of:

% ./update-defaults (or whatever you’ll call your script)
% git merge defaults (or whatever you’ll call the defaults branch)

The program is generic, of course – I’ve already found other uses for it[1].

The README:
http://github.com/ion1/update-base-branch#readme

How I use the program in real life – examples of what the
update-defaults script mentioned above could look like:
http://github.com/ion1/update-base-branch/tree/master/examples#browser

Release tarball:
http://johan.kiviniemi.name/software/update-base-branch/

A demonstration: using the program to update the user config for the
Awesome window manager:
http://www.youtube.com/watch?v=RQ3CqJ4jM90&fmt=18

[1] If there is no public VCS repository for a piece of software and
you want to maintain/send patches, use update-base-branch to track the
contents of the latest released tarball and merge that branch with
your ‘master’.

-- 
Jοhan Kiviniemi

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-07-21 14:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-21 14:29 [ANNOUNCE] update-base-branch: Track arbitrary external content in Git branch Johan Kiviniemi

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).