These are not tagged, so the patch extraction method is different: - find "id: SHA1" (40 hex digits) - do: git show SHA1 > .diff - verify that the log message is the same as the one in this email - apply the .diff
(This presumes you have already done either "git clone" or "git pull" from http://www.gnuvola.org/wip/dvc.git -- if not, do that first!) Unrelated heads-up: I'll be doing the noisy reindent on Wednesday. thi ____________________________________________ id: d7ccdeabe6082d13e5558980183294d89a2f91be In lisp/, factor dependency lists for "make all" and "make all-verbose". * lisp/Makefile.in (alldeps): New var. (all, all-verbose): Use $(alldeps) as dependency list. lisp/Makefile.in | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) ____________________________________________ id: da2b1bbf9e7fc9082daaf2bc3a1df3724bffddc7 Don't mask errors in package-maint.el `load' wrapper. Note: The `backtrace' call in the (defunct) `condition-case' handler is evaluated in the context of the `condition-case', and thus does NOT show the stack at the error location. (It was not useful anyway and won't be missed.) * lisp/contrib/package-maint.el (package-maint-load-files): Don't use `condition-case'; don't specifiy NOERROR to `load'. lisp/contrib/package-maint.el | 9 +++------ 1 files changed, 3 insertions(+), 6 deletions(-) ____________________________________________ id: e6d2228ababda2bf3aaf3c73b776a7c984ce166f Clean up versioning infrastructure. This involves making configure.ac AC_INIT the unique source of version info, and removing `RELEASE_ID' support. * configure.ac (DVC_PRE_INIT, DVC_VERSION): Delete m4 macros. (AC_INIT): For package version, use literal "0". * Makefile.in (PACKAGE_TARNAME, PACKAGE_VERSION): New vars. (TARDIRNAME): Rewrite rhs of this var. * lisp/Makefile.in (top_srcdir): New var. (PACKAGE_VERSION, PACKAGE_BUGREPORT): Likewise. (BZR_DIR_EXISTS, BZR_REVISION_CMD): Delete vars. (dvc-version.el): Rewrite target. * texinfo/Makefile.in (top_srcdir): New var. (PACKAGE_VERSION): Likewise. (BZR_DIR_EXISTS, BZR_REVISION_CMD): Delete vars. (dvc-version.texinfo): Rewrite target. * texinfo/dvc.texinfo: @include dvc-version.texinfo earlier. Update intro blurb to use @value{UPDATED} and @value{VERSION}. * docs/HACKING (Release & distribution process): Rewrite section. Makefile.in | 9 ++++----- configure.ac | 19 +------------------ docs/HACKING | 50 +++++++++----------------------------------------- lisp/Makefile.in | 46 ++++++++++++---------------------------------- texinfo/Makefile.in | 34 +++++++--------------------------- texinfo/dvc.texinfo | 7 ++++--- 6 files changed, 37 insertions(+), 128 deletions(-) _______________________________________________ Dvc-dev mailing list [email protected] https://mail.gna.org/listinfo/dvc-dev
