git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-04-30 19:33:35 to 2014-05-02 19:33:01 UTC [more...]

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

Pull is Mostly Evil
 2014-05-02 19:31 UTC  (7+ messages)

A failing attempt to use Git in a centralized environment
 2014-05-02 19:29 UTC  (56+ messages)
  ` Pull is Evil (was: Re: A failing attempt to use Git in a centralized environment)
      ` Pull is Evil
                      `  "

[PATCH 0/8] Update the CodingGuidelines
 2014-05-02 18:31 UTC  (23+ messages)
` [PATCH 1/8] CodingGuidelines: typofix
` [PATCH 2/8] CodingGuidelines: give an example for case/esac statement
` [PATCH 3/8] CodingGuidelines: give an example for redirection
  ` [PATCH v2 "
` [PATCH 4/8] CodingGuidelines: give an example for control statements
` [PATCH 5/8] CodingGuidelines: give an example for shell function preamble
` [PATCH 6/8] CodingGuidelines: call the conditional statement "if ()", not "if()"
` [PATCH 7/8] CodingGuidelines: on comparison
` [PATCH 8/8] CodingGuidelines: once it is in, it is not worth the code churn

#178 parsing of pretty=format:"%an %ad" causes fatal: bad revision '%ad'
 2014-05-02 18:23 UTC  (6+ messages)
  `  "

[PATCH] Add extra logic required to detect endianness on Solaris
 2014-05-02 16:58 UTC  (8+ messages)
    ` [PATCH] Detect endianness on more platforms that don't use BYTE_ORDER

Zsh submodule name completion borked
 2014-05-02 16:23 UTC  (4+ messages)

[PATCH v6 00/42] Use ref transactions for all ref updates
 2014-05-02 14:49 UTC  (47+ messages)
` [PATCH v6 01/42] refs.c: constify the sha arguments for ref_transaction_create|delete|update
` [PATCH v6 02/42] refs.c: allow passing NULL to ref_transaction_free
` [PATCH v6 03/42] refs.c: add a strbuf argument to ref_transaction_commit for error logging
` [PATCH v6 04/42] refs.c: make ref_update_reject_duplicates take a strbuf argument for errors
` [PATCH v6 05/42] update-ref.c: log transaction error from the update_ref
` [PATCH v6 06/42] refs.c: make update_ref_write update a strbuf on failure
` [PATCH v6 07/42] refs.c: remove the onerr argument to ref_transaction_commit
` [PATCH v6 08/42] refs.c: change ref_transaction_update() to do error checking and return status
` [PATCH v6 09/42] refs.c: change ref_transaction_create "
` [PATCH v6 10/42] refs.c: ref_transaction_delete to check for error "
` [PATCH v6 11/42] tag.c: use ref transactions when doing updates
` [PATCH v6 12/42] replace.c: use the ref transaction functions for updates
` [PATCH v6 13/42] commit.c: use ref transactions "
` [PATCH v6 14/42] sequencer.c: use ref transactions for all ref updates
` [PATCH v6 15/42] fast-import.c: change update_branch to use ref transactions
` [PATCH v6 16/42] branch.c: use ref transaction for all ref updates
` [PATCH v6 17/42] refs.c: change update_ref to use a transaction
` [PATCH v6 18/42] refs.c: free the transaction before returning when number of updates is 0
` [PATCH v6 19/42] refs.c: ref_transaction_commit should not free the transaction
` [PATCH v6 20/42] fetch.c: clear errno before calling functions that might set it
` [PATCH v6 21/42] fetch.c: change s_update_ref to use a ref transaction
` [PATCH v6 22/42] fetch.c: use a single ref transaction for all ref updates
` [PATCH v6 23/42] receive-pack.c: use a reference transaction for updating the refs
` [PATCH v6 24/42] fast-import.c: use a ref transaction when dumping tags
` [PATCH v6 25/42] walker.c: use ref transaction for ref updates
` [PATCH v6 26/42] refs.c: make write_ref_sha1 static
` [PATCH v6 27/42] refs.c: make lock_ref_sha1 static
` [PATCH v6 28/42] refs.c: add transaction.status and track OPEN/CLOSED/ERROR
` [PATCH v6 29/42] refs.c: remove the update_ref_lock function
` [PATCH v6 30/42] refs.c: remove the update_ref_write function
` [PATCH v6 31/42] refs.c: remove lock_ref_sha1
` [PATCH v6 32/42] refs.c: make prune_ref use a transaction to delete the ref
` [PATCH v6 33/42] refs.c: make delete_ref use a transaction
` [PATCH v6 34/42] refs.c: pass the ref log message to _create/delete/update instead of _commit
` [PATCH v6 35/42] refs.c: pass NULL as *flags to read_ref_full
` [PATCH v6 36/42] refs.c: pack all refs before we start to rename a ref
` [PATCH v6 37/42] refs.c: move the check for valid refname to lock_ref_sha1_basic
` [PATCH v6 38/42] refs.c: call lock_ref_sha1_basic directly from commit
` [PATCH v6 39/42] refs.c: add a new flag for transaction delete for refs we know are packed only
` [PATCH v6 40/42] refs.c: pass a skip list to name_conflict_fn
` [PATCH v6 41/42] refs.c: make rename_ref use a transaction
` [PATCH v6 42/42] refs.c: remove forward declaraion of write_ref_sha1

Problem: staging of an alternative repository
 2014-05-02  6:20 UTC  (4+ messages)

[RFD] use approxidate for "git commit --date=xyz"?
 2014-05-02  1:12 UTC  (8+ messages)
    ` [PATCH 0/4] approxidate for "git commit --date=foo"
      ` [PATCH 1/4] commit: use split_ident_line to compare author/committer
      ` [PATCH 2/4] pretty: make show_ident_date public
      ` [PATCH 3/4] commit: print "Date" line when the user has set date
      ` [PATCH 4/4] commit: accept more date formats for "--date"

Bug: Case-insensitive filesystems can cause merge and checkout problems
 2014-05-02  0:21 UTC  (2+ messages)
` [PATCH] merge-recursive.c: Fix case-changing merge bug

[PATCH] Define constants for lengths of object names
 2014-05-02  0:15 UTC  (6+ messages)

git send-email doesn't work with IPv6 and STARTTLS
 2014-05-01 20:55 UTC  (5+ messages)

[PATCH v10 11/12] Documentation: add documentation for 'git interpret-trailers'
 2014-05-01 18:54 UTC  (4+ messages)

git-svn Rewrites Some Commits, but not All
 2014-05-01 12:52 UTC  (3+ messages)

[BUG?] Patches created with 'diff.noprefix=true' don't 'git apply'
 2014-05-01  2:40 UTC  (2+ messages)

split index: sparse warning
 2014-05-01  0:12 UTC  (2+ messages)

[PATCH 00/32] Split index mode for very large indexes
 2014-05-01  0:09 UTC  (5+ messages)
` [PATCH 18/32] read-cache: mark new entries for split index

[PATCH v2] MinGW(-W64) cross-compilation
 2014-04-30 22:28 UTC  (5+ messages)
` [PATCH 08/12] MINGW: fix main() signature in http-fetch.c and remote-curl.c
      ` [PATCH] Win32: move main macro to a function

[PATCH v5 0/6] Reject non-ff pulls by default
 2014-04-30 20:26 UTC  (8+ messages)
` [PATCH v5 1/6] pull: rename pull.rename to pull.mode

Git for Windows 1.9.2
 2014-04-30 20:21 UTC  (2+ messages)

[PATCH] MSVC: link dynamically to the CRT
 2014-04-30 20:17 UTC  (5+ messages)

[PATCH] zsh completion: 5.0.3 compat, use emulate
 2014-04-30 19:44 UTC  (4+ messages)

[PATCH/RFC] Makefile: do not depend on curl-config
 2014-04-30 19:46 UTC  (5+ 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).