Skip to content

Instantly share code, notes, and snippets.

View dabrahams's full-sized avatar
🤩
STLabbin’

Dave Abrahams dabrahams

🤩
STLabbin’
View GitHub Profile
Rebasing master onto 8b27d6f
11312dd8d801daf4c3300c46586ce0b41b31228b
repo: /home/dave/src/techarcana/.git
history scope: HEAD
Help
Common Key Bindings:
n:next thing p:previous thing /:search history s:show repo's status g:redisplay q:quit
Extra Key Bindings for a Commit line:
SPC:load details h:hide/show details H:hide sub-blocks o:checkout b:start new branch
Rebasing master onto 8b27d6f
11312dd8d801daf4c3300c46586ce0b41b31228b
repo: /home/dave/src/techarcana/.git
history scope: HEAD
Help
Common Key Bindings:
n:next thing p:previous thing /:search history s:show repo's status g:redisplay q:quit
Extra Key Bindings for a Commit line:
SPC:load details h:hide/show details H:hide sub-blocks o:checkout b:start new branch
* commit 11312dd8d801daf4c3300c46586ce0b41b31228b
| Author: David Abrahams <dave@boostpro.com>
| Date: Sun Jan 4 17:38:09 2009 -0500
|
| Move some global configuration into config.d/
|
* commit 8b27d6fa8588f7df23b169a70225a57fa29ead01
| Author: David Abrahams <dave@boostpro.com>
| Date: Sun Jan 4 14:22:13 2009 -0500
|
f2d166293a73eadb31930087b7476490d07bca33
. COMMIT_EDITMSG description HEAD info ORIG_HEAD
.. COMMIT_EDITMSG~ FETCH_HEAD hooks logs rebase-merge
branches config gitk.cache index objects refs
// Copyright David Abrahams 2009. Distributed under the Boost
// Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
unsigned count;
unsigned zero; // used to prevent dead code elimination and static analysis. see main
struct counter
{
~counter() { ++count; }
# Copyright David Abrahams 2009. Distributed under the Boost
# Software License, Version 1.0. (See accompanying
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
import os
import sys
def compile(depth, throw=False, catch=False, exception_spec=False, eh_enabled=True):
print 'compiling...',
sys.stdout.flush()
THROW = throw and '-DTHROW' or ''
# Copyright David Abrahams 2009. Distributed under the Boost
# Software License, Version 1.0. (See accompanying
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
import os
import sys
def compile(depth, throw=False, catch=False, exception_spec=False, eh_enabled=True):
print 'compiling...',
sys.stdout.flush()
THROW = throw and '-DTHROW' or ''
# pkg history -l
Operation: purge-history
Outcome: Succeeded
Client: pkg
Version: 02ad3f8f9c38
User: root (0)
Start Time: 2009-04-20T11:17:43
End Time: 2009-04-20T11:17:43
Command: /usr/bin/pkg -R /export/home/dc/build_data/pkg_image purge-history
Start State:
zreba:elisp.repo dave$ git submodule add http://repo.or.cz/w/more-wl.git 3rd-party/more-wl
Initialized empty Git repository in /Users/dave/src/elisp.repo/3rd-party/more-wl/.git/
fatal: You are on a branch yet to be born
Unable to checkout submodule '3rd-party/more-wl'
zreba:elisp.repo dave$ git status
# On branch master
# Changed but not updated:
# (use "git add/rm <file>..." to update what will be committed)
# (use "git checkout -- <file>..." to discard changes in working directory)
#
Changes in HEAD
Modified ChangeLog
diff --git a/ChangeLog b/ChangeLog
index 1e9d30b..acb0953 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2010-01-04 TAKAHASHI Kaoru <kaoru@kaisei.org>
+
+ * WL-MK (wl-scan-source, wl-uninstall)