| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'bc/gnome-keyring' | Junio C Hamano | 2013-10-23 | 2 | -134/+167 |
|\ |
|
| * | contrib/git-credential-gnome-keyring.c: support really ancient gnome-keyringbc/gnome-keyring | Brandon Casey | 2013-10-16 | 1 | -0/+39 |
| * | contrib/git-credential-gnome-keyring.c: support ancient gnome-keyring | Brandon Casey | 2013-10-16 | 1 | -0/+58 |
| * | contrib/git-credential-gnome-keyring.c: report failure to store password | Brandon Casey | 2013-10-16 | 1 | -1/+9 |
| * | contrib/git-credential-gnome-keyring.c: use glib messaging functions | Brandon Casey | 2013-10-16 | 1 | -29/+4 |
| * | contrib/git-credential-gnome-keyring.c: use glib memory allocation functions | Brandon Casey | 2013-10-16 | 1 | -32/+16 |
| * | contrib/git-credential-gnome-keyring.c: use secure memory for reading passwords | Brandon Casey | 2013-10-16 | 1 | -3/+9 |
| * | contrib/git-credential-gnome-keyring.c: use secure memory functions for passwds | Brandon Casey | 2013-10-16 | 1 | -15/+6 |
| * | contrib/git-credential-gnome-keyring.c: use gnome helpers in keyring_object() | Brandon Casey | 2013-10-16 | 1 | -11/+3 |
| * | contrib/git-credential-gnome-keyring.c: set Gnome application name | Brandon Casey | 2013-10-16 | 2 | -2/+5 |
| * | contrib/git-credential-gnome-keyring.c: ensure buffer is non-empty before acc... | Brandon Casey | 2013-10-16 | 1 | -1/+1 |
| * | contrib/git-credential-gnome-keyring.c: strlen() returns size_t, not ssize_t | Brandon Casey | 2013-10-16 | 1 | -1/+1 |
| * | contrib/git-credential-gnome-keyring.c: exit non-zero when called incorrectly | Brandon Casey | 2013-10-16 | 1 | -1/+1 |
| * | contrib/git-credential-gnome-keyring.c: add static where applicable | Brandon Casey | 2013-10-16 | 1 | -9/+9 |
| * | contrib/git-credential-gnome-keyring.c: *style* use "if ()" not "if()" etc. | Brandon Casey | 2013-10-16 | 1 | -10/+10 |
| * | contrib/git-credential-gnome-keyring.c: remove unused die() function | Brandon Casey | 2013-09-23 | 1 | -10/+0 |
| * | contrib/git-credential-gnome-keyring.c: remove unnecessary pre-declarations | Brandon Casey | 2013-09-23 | 1 | -13/+0 |
* | | Merge branch 'tz/credential-netrc' | Jonathan Nieder | 2013-10-08 | 1 | -1/+3 |
|\ \
| |/
|/| |
|
| * | git-credential-netrc: fix uninitialized warningtz/credential-netrc | Ted Zlatanov | 2013-10-08 | 1 | -1/+3 |
* | | credential-osxkeychain: support more protocols | Xidorn Quan | 2013-05-28 | 1 | -1/+11 |
* | | Merge branch 'tz/credential-authinfo' | Junio C Hamano | 2013-03-21 | 4 | -0/+545 |
|\ \
| |/ |
|
| * | Add contrib/credentials/netrc with GPG support | Ted Zlatanov | 2013-02-25 | 4 | -0/+545 |
* | | Merge branch 'da/downcase-u-in-usage' | Junio C Hamano | 2013-03-19 | 3 | -3/+3 |
|\ \ |
|
| * | | contrib/credential: use a lowercase "usage:" string | David Aguilar | 2013-02-24 | 3 | -3/+3 |
| |/ |
|
* | | wincred: improve compatibility with windows versions | Karsten Blees | 2013-02-26 | 1 | -129/+70 |
* | | wincred: accept CRLF on stdin to simplify console usage | Karsten Blees | 2013-02-26 | 1 | -2/+5 |
|/ |
|
* | Merge branch 'ph/credential-gnome-keyring' | Junio C Hamano | 2012-09-10 | 3 | -0/+470 |
|\ |
|
| * | contrib: add credential helper for GnomeKeyring | Philipp A. Hartmann | 2012-08-24 | 3 | -0/+470 |
* | | contrib: add win32 credential-helper | Erik Faye-Lund | 2012-08-16 | 2 | -0/+371 |
|/ |
|
* | osxkeychain: pull make config from top-level directory | Jeff King | 2012-05-24 | 1 | -2/+5 |
* | contrib: add credential helper for OS X Keychainjk/git-prompt | Jeff King | 2011-12-12 | 3 | -0/+188 |