git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2011-09-13 23:46:15 to 2011-09-16 11:51:46 UTC [more...]

[PATCH 0/5] credential helper super fun pak
 2011-09-16 11:51 UTC  (10+ messages)
` [PATCH 1/5] docs: minor tweaks to credentials API
` [PATCH 2/5] credential-cache: fix expiration calculation corner cases
  ` [PATCH 1/2] t0300: add missing EOF terminator for <<
    ` [PATCH 2/2] check_expirations: don't copy over same element
` [PATCH 3/5] t0300: make askpass tests a little more robust
` [PATCH 4/5] t0300: make alternate username tests "
` [PATCH 5/5] credential-store: use a better storage format

New setup, trying to clone . . 
 2011-09-16  8:29 UTC  (2+ messages)

What's cooking in git.git (Jun 2011, #01; Sun, 5)
 2011-09-16  3:40 UTC  (6+ messages)
  ` [PATCH 4/4] Add documentation for ref namespaces
      ` Re* "

What's cooking in git.git (Sep 2011, #04; Mon, 12)
 2011-09-16  2:12 UTC  (5+ messages)
      ` [PATCH] mergetool: Use args as pathspec to unmerged files

git-rebase skips automatically no more needed commits
 2011-09-16  1:27 UTC  (13+ messages)

[PATCH/RFC] add lame win32 credential-helper
 2011-09-15 21:48 UTC  (3+ messages)

[PATCH v3 00/22] Clean up refname checks and normalization
 2011-09-15 21:10 UTC  (23+ messages)
` [PATCH v3 01/22] t1402: add some more tests
` [PATCH v3 02/22] git check-ref-format: add options --allow-onelevel and --refspec-pattern
` [PATCH v3 03/22] Change bad_ref_char() to return a boolean value
` [PATCH v3 04/22] Change check_ref_format() to take a flags argument
` [PATCH v3 05/22] Refactor check_refname_format()
` [PATCH v3 06/22] Do not allow ".lock" at the end of any refname component
` [PATCH v3 07/22] Make collapse_slashes() allocate memory for its result
` [PATCH v3 08/22] Inline function refname_format_print()
` [PATCH v3 09/22] Change check_refname_format() to reject unnormalized refnames
` [PATCH v3 10/22] resolve_ref(): explicitly fail if a symlink is not readable
` [PATCH v3 11/22] resolve_ref(): use prefixcmp()
` [PATCH v3 12/22] resolve_ref(): only follow a symlink that contains a valid, normalized refname
` [PATCH v3 13/22] resolve_ref(): turn buffer into a proper string as soon as possible
` [PATCH v3 14/22] resolve_ref(): extract a function get_packed_ref()
` [PATCH v3 15/22] resolve_ref(): do not follow incorrectly-formatted symbolic refs
` [PATCH v3 16/22] remote: use xstrdup() instead of strdup()
` [PATCH v3 17/22] remote: avoid passing NULL to read_ref()
` [PATCH v3 18/22] resolve_ref(): verify that the input refname has the right format
` [PATCH v3 19/22] resolve_ref(): emit warnings for improperly-formatted references
` [PATCH v3 20/22] resolve_ref(): also treat a too-long SHA1 as invalid
` [PATCH v3 21/22] resolve_ref(): expand documentation
` [PATCH v3 22/22] add_ref(): verify that the refname is formatted correctly

Fwd: vcs-svn and friends
 2011-09-15 21:13 UTC  (6+ messages)
`  "

zealous git convert determined to set up git server
 2011-09-15 20:59 UTC  (2+ messages)

Anybody home?
 2011-09-15 21:00 UTC  (20+ messages)

Problems with format-patch UTF-8 and a missing second empty line
 2011-09-15 20:33 UTC  (6+ messages)

[PATCH 0/4] Honor core.ignorecase for attribute patterns
 2011-09-15 20:28 UTC  (12+ messages)
  ` [PATCH 1/4] attr.c: avoid inappropriate access to strbuf "buf" member
  ` [PATCH 2/4] cleanup: use internal memory allocation wrapper functions everywhere
  ` [PATCH 3/4] builtin/mv.c: plug miniscule memory leak
  ` [PATCH 4/4] attr.c: respect core.ignorecase when matching attribute patterns

[PATCH 1/2] grep: do not use --index in the short usage output
 2011-09-15 19:44 UTC  (3+ messages)
` [PATCH 2/2] grep --no-index: don't use git standard exclusions

[Survey] Signed push
 2011-09-15 17:50 UTC  (31+ messages)
  ` Fwd: "

Setting up Git Server
 2011-09-15 12:11 UTC  (3+ messages)

vcs-svn and firends
 2011-09-15 17:45 UTC 

Helping on Git development
 2011-09-15 17:21 UTC  (10+ messages)

[PATCH] t6019: avoid refname collision on case-insensitive systems
 2011-09-15 16:45 UTC  (5+ messages)

[PATCH] Un-static gitmkstemps
 2011-09-15 16:05 UTC  (2+ messages)

[tig] Feeding specific revisions to tig
 2011-09-15 15:10 UTC  (10+ messages)

Branching strategies
 2011-09-15 11:07 UTC  (2+ messages)

What's cooking in git.git (Aug 2011, #07; Wed, 24)
 2011-09-15 10:47 UTC  (8+ messages)
    ` git credential helper design [was: What's cooking in git.git (Aug 2011, #07; Wed, 24)]
            ` git credential helper design [

git gc exit with out of memory, malloc failed error
 2011-09-15  9:16 UTC  (5+ messages)

[PATCH] for-each-ref: add split message parts to %(contents:*)
 2011-09-15  8:18 UTC  (7+ messages)

What's cooking in git.git (Sep 2011, #05; Wed, 14)
 2011-09-15  4:40 UTC 

[PATCH 1/3] sparse: Fix some "symbol not declared" warnings
 2011-09-15  4:29 UTC  (10+ messages)
` [PATCH 1/3] make-static: master

[PATCH] contrib: add a pair of credential helpers for Mac OS X's keychain
 2011-09-15  2:51 UTC 

[PATCH] contrib: add a credential helper for Mac OS X's keychain
 2011-09-15  0:16 UTC  (7+ messages)
` [PATCH] credential-osxkeychain: load Security framework dynamically

[PATCH 0/7] create argv_array API
 2011-09-14 23:18 UTC  (13+ messages)
` [PATCH 3/7] refactor argv_array into generic code
` [PATCH 7/7] run_hook: use argv_array API
  ` [nit] diff func headers ignore context

[PATCH] contrib: add a credential helper for Mac OS X's keychain
 2011-09-14 22:23 UTC  (5+ messages)

git bundler service
 2011-09-14 19:13 UTC  (2+ messages)

[PATCH] git-p4: import utf16 file properly
 2011-09-14 18:56 UTC  (5+ messages)

[PATCH] fetch: avoid quadratic loop checking for updated submodules
 2011-09-14 18:29 UTC  (11+ messages)

[RFC] Questions for "Git User's Survey 2011"
 2011-09-14 17:39 UTC  (5+ messages)

t0300-credentials: poll failed: invalid argument
 2011-09-14 14:49 UTC  (6+ messages)

git checkout --orphan skips reflogging
 2011-09-14 11:55 UTC  (3+ messages)

"git archive" seems to be broken wrt zip files
 2011-09-14  8:32 UTC  (6+ messages)


Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).