From 70948845134c6b43a98cc520e964ab3fbf4cbcfb Mon Sep 17 00:00:00 2001 From: will-h Date: Sat, 9 Jan 2016 03:06:11 +0000 Subject: Update README.md Minor doc updates --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b5cd435..07d52eb 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,8 @@ Oxidized is a network device configuration backup tool. It's a RANCID replacemen * automatically adds/removes threads to meet configured retrieval interval * restful API to move node immediately to head-of-queue (GET/POST /node/next/[NODE]) * syslog udp+file example to catch config change event (ios/junos) and trigger config fetch - * will signal ios/junos user who made change, which output module can (git does) use (via POST) - * 'git blame' will show for each line who and when the change was made + * will signal ios/junos user who made change, which output modules can use (via POST) + * The git output module uses this info - 'git blame' will for each line show who made the change and when * restful API to reload list of nodes (GET /reload) * restful API to fetch configurations (/node/fetch/[NODE] or /node/fetch/group/[NODE]) * restful API to show list of nodes (GET /nodes) @@ -326,6 +326,8 @@ output: ### Output: Git +This uses the rugged/libgit2 interface. So you should remember that normal Git hooks will not be executed. + ``` output: default: git -- cgit v1.2.1