git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Matthieu Moy <Matthieu.Moy@imag.fr>
To: git@vger.kernel.org, gitster@pobox.com
Cc: Javier.Roucher-Iglesias@ensimag.imag.fr,
	Matthieu Moy <Matthieu.Moy@imag.fr>
Subject: [PATCH 0/3] git credential plumbing command: implementation and use
Date: Fri, 22 Jun 2012 18:07:08 +0200	[thread overview]
Message-ID: <1340381231-9522-1-git-send-email-Matthieu.Moy@imag.fr> (raw)

This is a rework of an earlier patch serie:

  http://thread.gmane.org/gmane.comp.version-control.git/199794/focus=199802
  http://thread.gmane.org/gmane.comp.version-control.git/199789

We first add a new "git credential" command, that replaces
test-credential.c and wraps the C API, and then use it in the
git-remote-mediawiki interface.

PATCH 3 is actually a rewrite of Javier's patch, so I took the
ownership of the patch, but mentionned Javier in the commit message.

Javier Roucher Iglesias (1):
  add 'git credential' plumbing command

Matthieu Moy (2):
  git credential fill: output the whole 'struct credential'
  git-remote-mediawiki: add credential support

 .gitignore                                  |   2 +-
 Documentation/git-credential.txt            | 133 ++++++++++++++++++++++++++++
 Documentation/technical/api-credentials.txt |  39 +-------
 Makefile                                    |   2 +-
 builtin.h                                   |   1 +
 builtin/credential.c                        |  31 +++++++
 contrib/mw-to-git/git-remote-mediawiki      | 106 +++++++++++++++++++---
 credential.c                                |   2 +-
 credential.h                                |   1 +
 git.c                                       |   1 +
 t/lib-credential.sh                         |  39 +++++++-
 t/t0300-credentials.sh                      |  14 +++
 test-credential.c                           |  38 --------
 13 files changed, 318 insertions(+), 91 deletions(-)
 create mode 100644 Documentation/git-credential.txt
 create mode 100644 builtin/credential.c
 delete mode 100644 test-credential.c

-- 
1.7.11.5.g0c7e058.dirty

             reply	other threads:[~2012-06-22 16:09 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-06-22 16:07 Matthieu Moy [this message]
2012-06-22 16:07 ` [PATCH 1/3] add 'git credential' plumbing command Matthieu Moy
2012-06-22 20:24   ` Junio C Hamano
2012-06-24 11:37     ` Matthieu Moy
2012-06-24 11:39       ` Matthieu Moy
2012-06-24 11:40         ` [PATCH 2/3] git credential fill: output the whole 'struct credential' Matthieu Moy
2012-06-24 11:40         ` [PATCH 3/3] git-remote-mediawiki: add credential support Matthieu Moy
2012-06-26 21:58         ` [PATCH 1/3] add 'git credential' plumbing command Junio C Hamano
2012-06-22 16:07 ` [PATCH 2/3] git credential fill: output the whole 'struct credential' Matthieu Moy
2012-06-22 20:26   ` Junio C Hamano
2012-06-22 16:07 ` [PATCH 3/3] git-remote-mediawiki: add credential support Matthieu Moy

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1340381231-9522-1-git-send-email-Matthieu.Moy@imag.fr \
    --to=matthieu.moy@imag.fr \
    --cc=Javier.Roucher-Iglesias@ensimag.imag.fr \
    --cc=git@vger.kernel.org \
    --cc=gitster@pobox.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).