git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2014-04-28 09:16:48 to 2014-04-28 22:24:01 UTC [more...]

[PATCH 00/32] Split index mode for very large indexes
 2014-04-28 22:23 UTC  (35+ messages)
` [PATCH 01/32] ewah: fix constness of ewah_read_mmap
` [PATCH 02/32] ewah: delete unused ewah_read_mmap_native declaration
` [PATCH 03/32] sequencer: do not update/refresh index if the lock cannot be held
` [PATCH 04/32] read-cache: new API write_locked_index instead of write_index/write_cache
` [PATCH 05/32] read-cache: relocate and unexport commit_locked_index()
` [PATCH 06/32] read-cache: store in-memory flags in the first 12 bits of ce_flags
` [PATCH 07/32] read-cache: be strict about "changed" in remove_marked_cache_entries()
` [PATCH 08/32] read-cache: be specific what part of the index has changed
` [PATCH 09/32] update-index: "
` [PATCH 10/32] resolve-undo: "
` [PATCH 11/32] unpack-trees: "
` [PATCH 12/32] cache-tree: mark istate->cache_changed on cache tree invalidation
` [PATCH 13/32] cache-tree: mark istate->cache_changed on cache tree update
` [PATCH 14/32] cache-tree: mark istate->cache_changed on prime_cache_tree()
` [PATCH 15/32] entry.c: update cache_changed if refresh_cache is set in checkout_entry()
` [PATCH 16/32] read-cache: save index SHA-1 after reading
` [PATCH 17/32] read-cache: split-index mode
` [PATCH 18/32] read-cache: mark new entries for split index
` [PATCH 19/32] read-cache: save deleted entries in "
` [PATCH 20/32] read-cache: mark updated entries for "
` [PATCH 21/32] split-index: the writing part
` [PATCH 22/32] split-index: the reading part
` [PATCH 23/32] split-index: do not invalidate cache-tree at read time
` [PATCH 24/32] split-index: strip pathname of on-disk replaced entries
` [PATCH 25/32] update-index: new options to enable/disable split index mode
` [PATCH 26/32] update-index --split-index: do not split if $GIT_DIR is read only
` [PATCH 27/32] rev-parse: add --shared-index-path to get shared index path
` [PATCH 28/32] read-tree: force split-index mode off on --index-output
` [PATCH 29/32] read-tree: note about dropping split-index mode or index version
` [PATCH 30/32] read-cache: force split index mode with GIT_TEST_SPLIT_INDEX
` [PATCH 31/32] t2104: make sure split index mode is off for the version test
` [PATCH 32/32] t1700: new tests for split-index mode

[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 v2] Makefile: default to -lcurl when no CURL_CONFIG or CURLDIR
 2014-04-28 21:32 UTC  (2+ 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

[RFC/PATCH v1] Towards MinGW(-W64) cross-compilation
 2014-04-28 20:54 UTC  (50+ 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] t3910: show failure of core.precomposeunicode with decomposed filenames
 2014-04-28 20:49 UTC  (6+ messages)

Reference to a commit inside a commit message
 2014-04-28 20:43 UTC  (3+ messages)

[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  (15+ 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 

Recording the current branch on each commit?
 2014-04-28 17:31 UTC  (31+ messages)

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

[PATCH] Revert "Stop starting pager recursively"
 2014-04-28 18:32 UTC  (9+ messages)

[PATCH] Uses git-credential for git-imap-send
 2014-04-28 19:23 UTC  (3+ messages)

[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: "

[PATCH] Sleep 1 millisecond in poll() to avoid busy wait
 2014-04-28 18:58 UTC  (11+ 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

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  (15+ messages)
` [PATCH 02/14] t0010-racy-git.sh: "
` [PATCH 03/14] t0020-crlf.sh: "
` [PATCH 04/14] t0025-crlf-auto.sh: "
` [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 09/14] t1001-read-tree-m-2way.sh: "
` [PATCH 10/14] t1002-read-tree-m-u-2way.sh: "
` [PATCH 11/14] t1003-read-tree-prefix.sh: "
` [PATCH 12/14] t1004-read-tree-m-u-wf.sh: "
` [PATCH 13/14] t1020-subdirectory.sh: "
` [PATCH 14/14] t1050-large.sh: "

Tagging a branch as "not fitted for branching" ?
 2014-04-28 12:09 UTC 

[PATCH v10 11/12] Documentation: add documentation for 'git interpret-trailers'
 2014-04-28 10:16 UTC  (5+ 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).