git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-04-29 03:56:59 to 2014-04-30 15:29:52 UTC [more...]

[PATCH/RFC] Makefile: do not depend on curl-config
 2014-04-30 15:29 UTC  (4+ messages)

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

[PATCH] t3910: show failure of core.precomposeunicode with decomposed filenames
 2014-04-30 14:57 UTC  (13+ messages)

A failing attempt to use Git in a centralized environment
 2014-04-30 14:55 UTC  (4+ messages)
  ` Pull is Evil (was: Re: A failing attempt to use Git in a centralized environment)

[PATCH v3 00/19] Use ref transactions from most callers
 2014-04-30 14:20 UTC  (13+ messages)
` [PATCH v3 16/19] branch.c: use ref transaction for all ref updates
` [PATCH v3 19/19] refs.c: pass **transaction to commit and have it clear the pointer

[RFC/PATCH v3] Better control of the tests run by a test suite
 2014-04-30 14:17 UTC  (14+ messages)
` [PATCH 1/3] test-lib: Document short options in t/README
` [PATCH 3/3] test-lib: '--run' to run only specific tests
` [RFC/PATCH v4] Better control of the tests run by a test suite
  ` [PATCH 2/3] test-lib: tests skipped by GIT_SKIP_TESTS say so

[PATCH] rerere: fix for merge.conflictstyle
 2014-04-30 14:04 UTC  (4+ messages)

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

[PATCH v2] MinGW(-W64) cross-compilation
 2014-04-30 12:31 UTC  (17+ 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

[ANNOUNCE] tig-2.0.1
 2014-04-30 12:26 UTC 

[PATCH] wincred: add install target and avoid overwriting configured variables
 2014-04-30 11:56 UTC  (4+ messages)

[PATCH 0/6] completion: fixes
 2014-04-30 11:07 UTC  (7+ messages)
` [PATCH 1/6] completion: bash: remove old wrappers
` [PATCH 2/6] completion: bash: remove zsh wrapper
` [PATCH 3/6] completion: zsh: don't hide ourselves
` [PATCH 4/6] completion: remove zsh hack
` [PATCH 5/6] completion: zsh: trivial cleanups
` [PATCH 6/6] completion: bash: cleanup cygwin check

[PATCH] git-completion.zsh: do not clobber complete()
 2014-04-30 10:02 UTC  (3+ messages)

[PATCH] zsh completion: 5.0.3 compat, use emulate
 2014-04-30 10:00 UTC  (3+ messages)

[PATCH 1/2] strbuf: Use _rtrim and _ltrim in strbuf_trim
 2014-04-30  8:58 UTC  (2+ messages)
` [PATCH 2/2] api-strbuf.txt: Add docs for _trim and _ltrim

Harmful LESS flags
 2014-04-30  7:35 UTC  (11+ messages)
` [PATCH] PAGER_ENV: remove 'S' from $LESS by default
                  ` [PATCH v2] pager: "

git-svn Rewrites Some Commits, but not All
 2014-04-30  6:59 UTC  (3+ messages)

[ANNOUNCE] tig-2.0
 2014-04-30  4:59 UTC 

Recording the current branch on each commit?
 2014-04-30  4:04 UTC  (3+ messages)

[PATCH] subtree/Makefile: Standardize (esp. for packagers)
 2014-04-30  3:20 UTC  (5+ messages)

[GIT PULL] l10n updates for 2.0.0 round 1
 2014-04-30  1:12 UTC 

Recording the current branch on each commit?
 2014-04-30  1:11 UTC  (49+ messages)

git cascade and git forward-merge
 2014-04-30  0:05 UTC  (2+ messages)

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

[PATCH v5 0/6] Reject non-ff pulls by default
 2014-04-29 23:00 UTC  (12+ 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

What's cooking in git.git (Apr 2014, #09; Tue, 29)
 2014-04-29 22:38 UTC 

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

[PATCH v4 00/27] Use ref transactions for all ref updates
 2014-04-29 22:24 UTC  (14+ messages)
` [PATCH v4 08/27] refs.c: change ref_transaction_update() to do error checking and return status
` [PATCH v4 12/27] replace.c: use the ref transaction functions for updates
` [PATCH v4 15/27] fast-import.c: change update_branch to use ref transactions

[PATCH 0/8] remote-helper: fixes
 2014-04-29 22:06 UTC  (10+ 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 0/3] Trivial cleanups
 2014-04-29 21:49 UTC  (4+ messages)
` [PATCH 1/3] config: avoid yoda conditions
` [PATCH 2/3] add: avoid yoda condition
` [PATCH 3/3] add: remove dead code

[PATCH v6 1/5] patch-id: make it stable against hunk reordering
 2014-04-29 21:45 UTC  (2+ messages)

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

[PATCH v11 00/11] Add interpret-trailers builtin
 2014-04-29 21:43 UTC  (2+ 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] 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)

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

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

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


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