git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2011-09-13 19:14:59 to 2011-09-15 21:11:48 UTC [more...]

[PATCH v3 00/22] Clean up refname checks and normalization
 2011-09-15 21:10 UTC  (10+ 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

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)

Fwd: vcs-svn and friends
 2011-09-15 20:48 UTC  (5+ 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/RFC] add lame win32 credential-helper
 2011-09-15 20:25 UTC 

[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  (34+ messages)
` [PATCH v2 0/2] State commit name explicitly in request-pull messages
  ` [PATCH v2 1/2] fetch: allow asking for an explicit commit object by name
  ` [PATCH v2 2/2] request-pull: state exact commit object name
  ` Fwd: [Survey] Signed push

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 0/5] credential helper super fun pak
 2011-09-15  8:37 UTC  (8+ messages)
` [PATCH 1/5] docs: minor tweaks to credentials API
` [PATCH 2/5] credential-cache: fix expiration calculation corner cases
` [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

[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

git-rebase skips automatically no more needed commits
 2011-09-15  3:41 UTC  (12+ messages)

[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  (18+ messages)
` [PATCH 1/7] add sha1_array API docs
` [PATCH 2/7] quote.h: fix bogus comment
` [PATCH 3/7] refactor argv_array into generic code
` [PATCH 4/7] quote: provide sq_dequote_to_argv_array
` [PATCH 5/7] bisect: use argv_array API
` [PATCH 6/7] checkout: "
` [PATCH 7/7] run_hook: "
  ` [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)

What's cooking in git.git (Sep 2011, #04; Mon, 12)
 2011-09-14 20:57 UTC  (4+ 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)

[PATCH/RFC] bash: add --word-diff option to diff auto-completion
 2011-09-13 23:37 UTC  (3+ messages)

[PATCH 2/2] obstack.c: Fix some sparse warnings
 2011-09-13 23:18 UTC  (3+ messages)

[PATCH 2/3] Fix some "variable might be used uninitialized" warnings
 2011-09-13 22:39 UTC  (3+ messages)

[PATCH RFC] gitk: Allow commit editing
 2011-09-13 23:11 UTC  (8+ messages)
` [PATCH] "
    ` [PATCH v3] "
        ` [PATCH v4] "


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).