git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-04-28 12:58:34 to 2014-04-29 03:56:59 UTC [more...]

[PATCH] RelNotes/2.0.0: fix typo
 2014-04-29  3:56 UTC 

[PATCH] Sleep 1 millisecond in poll() to avoid busy wait
 2014-04-29  3:47 UTC  (12+ messages)
    ` [PATCH] poll/select: prevent busy-waiting
        ` [PATCH] Windows: Always normalize paths to Windows-style
          ` [PATCH v2] Sleep 1 millisecond in poll() to avoid busy wait

Recording the current branch on each commit?
 2014-04-29  3:32 UTC  (26+ messages)

Reference to a commit inside a commit message
 2014-04-29  3:41 UTC  (4+ messages)

[PATCH] t3910: show failure of core.precomposeunicode with decomposed filenames
 2014-04-29  3:23 UTC  (8+ messages)

[PATCH] Uses git-credential for git-imap-send
 2014-04-29  3:05 UTC  (5+ messages)

git gui error with relocated repository
 2014-04-29  2:56 UTC 

[PATCH v1 0/4] replace: add option to edit a Git object
 2014-04-29  2:36 UTC  (2+ messages)

[PATCH v4 00/27] Use ref transactions for all ref updates
 2014-04-29  2:18 UTC  (31+ messages)
` [PATCH v4 01/27] refs.c: constify the sha arguments for ref_transaction_create|delete|update
` [PATCH v4 02/27] refs.c: allow passing NULL to ref_transaction_free
` [PATCH v4 03/27] refs.c: add a strbuf argument to ref_transaction_commit for error logging
` [PATCH v4 04/27] refs.c: make ref_update_reject_duplicates take a strbuf argument for errors
` [PATCH v4 05/27] update-ref.c: log transaction error from the update_ref
` [PATCH v4 06/27] refs.c: make update_ref_write update a strbuf on failure
` [PATCH v4 07/27] refs.c: remove the onerr argument to ref_transaction_commit
` [PATCH v4 08/27] refs.c: change ref_transaction_update() to do error checking and return status
` [PATCH v4 09/27] refs.c: change ref_transaction_create "
` [PATCH v4 10/27] refs.c: ref_transaction_delete to check for error "
` [PATCH v4 11/27] tag.c: use ref transactions when doing updates
` [PATCH v4 12/27] replace.c: use the ref transaction functions for updates
` [PATCH v4 13/27] commit.c: use ref transactions "
` [PATCH v4 14/27] sequencer.c: use ref transactions for all ref updates
` [PATCH v4 15/27] fast-import.c: change update_branch to use ref transactions
` [PATCH v4 16/27] branch.c: use ref transaction for all ref updates
` [PATCH v4 17/27] refs.c: change update_ref to use a transaction
` [PATCH v4 18/27] refs.c: free the transaction before returning when number of updates is 0
` [PATCH v4 19/27] refs.c: ref_transaction_commit should not free the transaction
` [PATCH v4 20/27] fetch.c: clear errno before calling functions that might set it
` [PATCH v4 21/27] fetch.c: change s_update_ref to use a ref transaction
` [PATCH v4 22/27] fetch.c: use a single ref transaction for all ref updates
` [PATCH v4 23/27] receive-pack.c: use a reference transaction for updating the refs
` [PATCH v4 24/27] fast-import.c: use a ref transaction when dumping tags
` [PATCH v4 25/27] walker.c: use ref transaction for ref updates
` [PATCH v4 26/27] refs.c: make write_ref_sha1 static
` [PATCH v4 27/27] refs.c: make lock_ref_sha1 static

[PATCH 00/32] Split index mode for very large indexes
 2014-04-29  1:52 UTC  (7+ messages)
` [PATCH 17/32] read-cache: split-index mode

git subtree issue in more recent versions
 2014-04-29  0:50 UTC 

[RFC/PATCH v1] Towards MinGW(-W64) cross-compilation
 2014-04-28 23:54 UTC  (52+ messages)
` [PATCH 01/12] MINGW: config.mak.uname: add explicit way to request MinGW-build
` [PATCH 02/12] MINGW: compat/bswap.h: include stdint.h
` [PATCH 03/12] MINGW: compat/mingw.h: do not attempt to redefine lseek on mingw-w64
` [PATCH 04/12] Makefile: introduce CROSS_COMPILE variable
` [PATCH 05/12] MINGW: git-compat-util.h: use inttypes.h for printf macros
` [PATCH 06/12] MSVC: config.mak.uname: drop -D__USE_MINGW_ACCESS from compile definitions
` [PATCH 07/12] MINGW: config.mak.uname: reorganize MINGW settings
` [PATCH 08/12] MINGW: config.mak.uname allow using CURL for non-msysGit builds
` [PATCH 09/12] MINGW: config.mak.uname: drop -DNOGDI
` [PATCH 10/12] MINGW: config.mak.uname: drop USE_NED_ALLOCATOR
` [PATCH 11/12] MINGW: do not fail at redefining pid_t on MinGW-W64
` [PATCH 12/12] MINGW: compat/mingw.h: drop fork() definition

[PATCH] Revert "Stop starting pager recursively"
 2014-04-28 23:39 UTC  (11+ messages)

Tagging a branch as "not fitted for branching" ?
 2014-04-28 23:34 UTC  (2+ messages)

[PATCH v2] Makefile: default to -lcurl when no CURL_CONFIG or CURLDIR
 2014-04-28 23:30 UTC  (3+ messages)

[RFC/PATCH 0/2] fix and examples for git interpret-trailers
 2014-04-28 22:12 UTC  (3+ messages)
` [RFC/PATCH 2/2] trailer: add examples to the documentation

Harmful LESS flags
 2014-04-28 21:38 UTC  (3+ messages)

[PATCH] Makefile: default to -lcurl when no CURL_CONFIG or CURLDIR
 2014-04-28 21:27 UTC  (10+ messages)

git-svn: Out of memory while cloning large (cca. 48000 commits) SVN repo
 2014-04-28 21:26 UTC 

[PATCH v3 1/2] Makefile: use curl-config to determine curl flags
 2014-04-28 21:13 UTC  (7+ messages)
` [PATCH v3 2/2] Makefile: allow static linking against libcurl

[PATCH 1/2] blame: large-scale performance rewrite
 2014-04-28 20:26 UTC  (9+ messages)
` [PATCH 2/2] Mention "git blame" improvements in release notes

[PATCH 00/10] [RFC] pickaxe for function names
 2014-04-28 20:04 UTC  (7+ messages)
` [PATCH 06/10] log: --function-name pickaxe

[PATCH v3 00/19] Use ref transactions from most callers
 2014-04-28 19:16 UTC  (31+ messages)
` [PATCH v3 03/19] refs.c: make ref_transaction_commit return an error string
` [PATCH v3 04/19] refs.c: return error string from ref_update_reject_duplicates on failure
` [PATCH v3 05/19] update-ref.c: use the error string from _commit to print better message
` [PATCH v3 06/19] refs.c: make update_ref_write to return error string on failure
` [PATCH v3 07/19] refs.c: remove the onerr argument to ref_transaction_commit
` [PATCH v3 11/19] tag.c: use ref transactions when doing updates
` [PATCH v3 12/19] replace.c: use the ref transaction functions for updates
` [PATCH v3 16/19] branch.c: use ref transaction for all ref updates
` [PATCH v3 17/19] refs.c: change update_ref to use a transaction
` [PATCH v3 19/19] refs.c: pass **transaction to commit and have it clear the pointer

What's cooking in git.git (Apr 2014, #08; Fri, 25)
 2014-04-28 18:01 UTC  (4+ messages)

git version 1.9.0 missing git-http-push?
 2014-04-28 19:42 UTC  (14+ messages)
      `  "

A failing attempt to use Git in a centralized environment
 2014-04-28 18:41 UTC  (2+ messages)

git-svn Rewrites Some Commits, but not All
 2014-04-28 19:26 UTC 

Harmful LESS flags
 2014-04-28 18:48 UTC  (8+ messages)
` [PATCH] PAGER_ENV: remove 'S' from $LESS by default

[PATCH 01/14] t9365-continuing-queries.sh: use the $( ... ) construct for command substitution
 2014-04-28 19:20 UTC  (6+ messages)
` [PATCH 04/14] appp.sh: "

Adding git hooks
 2014-04-28 19:11 UTC  (5+ messages)

Recording the current branch on each commit?
 2014-04-28 18:15 UTC  (2+ messages)

[PATCH v10 00/12] Add interpret-trailers builtin
 2014-04-28 16:37 UTC  (5+ messages)
` [PATCH v10 11/12] Documentation: add documentation for 'git interpret-trailers'

[PATCH/RFC] Makefile: do not depend on curl-config
 2014-04-28 16:29 UTC 

[PATCH 10/12] MINGW: config.mak.uname: drop USE_NED_ALLOCATOR
 2014-04-28 16:11 UTC 

[PATCH 01/14] t0001-init.sh: use the $( ... ) construct for command substitution
 2014-04-28 13:56 UTC  (7+ messages)
` [PATCH 05/14] t0026-eol-config.sh: "
` [PATCH 06/14] t0030-stripspace.sh: "
` [PATCH 07/14] t0300-credentials.sh: "
` [PATCH 08/14] t1000-read-tree-m-3way.sh: "
` [PATCH 12/14] t1004-read-tree-m-u-wf.sh: "


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