git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-04-28 19:29:07 to 2014-04-29 21:05:18 UTC [more...]

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

[PATCH 00/32] Split index mode for very large indexes
 2014-04-29 20:25 UTC  (10+ messages)
` [PATCH 17/32] read-cache: split-index mode
` [PATCH 24/32] split-index: strip pathname of on-disk replaced entries

[PATCH] t3910: show failure of core.precomposeunicode with decomposed filenames
 2014-04-29 19:46 UTC  (13+ messages)

[PATCH v2] Document RUN_SETUP_GENTLY
 2014-04-29 19:21 UTC 

[PATCH v4 1/2] git-send-email: two new options: to-cover, cc-cover
 2014-04-29 20:05 UTC  (4+ messages)
` [PATCH v4 2/2] test/send-email: to-cover, cc-cover tests

Bug: Case-insensitive filesystems can cause merge and checkout problems
 2014-04-29 19:02 UTC 

[PATCH v3 00/19] Use ref transactions from most callers
 2014-04-29 18:58 UTC  (18+ messages)
` [PATCH v3 07/19] refs.c: remove the onerr argument to ref_transaction_commit
` [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

[PATCH v4 00/27] Use ref transactions for all ref updates
 2014-04-29 18:29 UTC  (35+ 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] Document RUN_SETUP_GENTLY
 2014-04-29 18:25 UTC  (2+ messages)

git subtree issue in more recent versions
 2014-04-29 18:22 UTC  (2+ messages)

Tagging a branch as "not fitted for branching" ?
 2014-04-29 17:43 UTC  (4+ messages)

[PATCH] Uses git-credential for git-imap-send
 2014-04-29 17:19 UTC  (4+ messages)

Harmful LESS flags
 2014-04-29 17:01 UTC  (10+ messages)
` [PATCH] PAGER_ENV: remove 'S' from $LESS by default

[PATCH] Sleep 1 millisecond in poll() to avoid busy wait
 2014-04-29 16:51 UTC  (11+ messages)
    ` [PATCH] poll/select: prevent busy-waiting
          ` [PATCH v2] Sleep 1 millisecond in poll() to avoid busy wait

[PATCH v5 0/6] Reject non-ff pulls by default
 2014-04-29 13:32 UTC  (9+ messages)
` [PATCH v5 1/6] pull: rename pull.rename to pull.mode
` [PATCH v5 2/6] pull: migrate all the tests "
` [PATCH v5 3/6] pull: refactor $rebase variable into $mode
` [PATCH v5 4/6] pull: add --merge option
` [PATCH v5 5/6] pull: add merge-ff-only option
` [PATCH v5 6/6] pull: only allow ff merges by default

[PATCH v10 00/12] Add interpret-trailers builtin
 2014-04-29 13:25 UTC  (9+ messages)
` [PATCH v10 11/12] Documentation: add documentation for 'git interpret-trailers'

Feature request: Provide porcelain to manage symbolic references as branch aliases
 2014-04-29 12:51 UTC 

git gui error with relocated repository
 2014-04-29 10:58 UTC  (3+ messages)
  ` [GIT GUI PATCH] git-gui: unconditionally use rev-parse --show-toplevel

[PATCH] MSVC: link dynamically to the CRT
 2014-04-29 10:25 UTC 

[PATCH 0/8] remote-helper: fixes
 2014-04-29  9:04 UTC  (9+ messages)
` [PATCH 1/8] remote-hg: fix parsing of custom committer
` [PATCH 2/8] remote-hg: update to 'public' phase when pushing
` [PATCH 3/8] remote-{hg,bzr}: store marks only on success
` [PATCH 4/8] remote-hg: properly detect missing contexts
` [PATCH 5/8] t: remote-hg: split into setup test
` [PATCH 6/8] git-remote-hg: use internal clone's hgrc
` [PATCH 7/8] remote-hg: make sure we omit multiple heads
` [PATCH 8/8] remote-hg: trivial cleanups

[PATCH v2] MinGW(-W64) cross-compilation
 2014-04-29  9:12 UTC  (13+ messages)
` [PATCH 01/12] MINGW: compat/mingw.h: do not attempt to redefine lseek on mingw-w64
` [PATCH 02/12] MSVC: config.mak.uname: drop -D__USE_MINGW_ACCESS from CFLAGS
` [PATCH 03/12] MINGW: compat/mingw.h: drop fork() definition
` [PATCH 04/12] MINGW: do not fail at redefining pid_t on MinGW-W64
` [PATCH 05/12] MINGW: config.mak.uname: allow using cURL for non-msysGit builds
` [PATCH 06/12] MINGW: git-compat-util.h: use inttypes.h for printf macros
` [PATCH 07/12] MINGW: config.mak.uname: reorganize MINGW settings
` [PATCH 08/12] MINGW: fix main() signature in http-fetch.c and remote-curl.c
` [PATCH 09/12] Makefile: introduce CROSS_COMPILE variable
` [PATCH 10/12] MINGW: compat/poll/poll.c: undef NOGDI
` [PATCH 11/12] compat/nedmalloc/malloc.c.h: fix compilation under MinGW-W64
` [PATCH 12/12] MINGW: config.mak.uname: add explicit way to request MinGW-build

[RFC/PATCH v1] Towards MinGW(-W64) cross-compilation
 2014-04-29  7:59 UTC  (21+ messages)
` [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 10/12] MINGW: config.mak.uname: drop USE_NED_ALLOCATOR

Reference to a commit inside a commit message
 2014-04-29  7:57 UTC  (5+ messages)

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

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

[PATCH] Revert "Stop starting pager recursively"
 2014-04-28 23:39 UTC  (11+ 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

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  (7+ messages)

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


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