git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2014-05-27 20:26:53 to 2014-05-29 22:42:47 UTC [more...]

[PATCH 0/5] Documentation updates for 'git fetch'
 2014-05-29 22:42 UTC  (2+ messages)
` [PATCH 1/5] fetch doc: update introductory part for clarity

[RFC PATCH] git log: support "auto" decorations
 2014-05-29 22:31 UTC 

[PATCH] git-prompt.sh: don't assume the shell expands the value of PS1
 2014-05-29 22:30 UTC  (5+ messages)
` [PATCH 00/10] Zsh prompt tests
  ` [PATCH 10/10] t9904: new __git_ps1 tests for Zsh
      ` [PATCH 11/10] fixup! "

[PATCH] Improve function dir.c:trim_trailing_spaces()
 2014-05-29 21:34 UTC  (3+ messages)

[BUG REPORT] Git log pretty date
 2014-05-29 19:57 UTC  (9+ messages)

[ANNOUNCE] Git v2.0.0
 2014-05-29 19:45 UTC  (7+ messages)

Git chokes on large file
 2014-05-29 19:12 UTC  (16+ messages)
  ` [PATCH 1/4] wrapper.c: introduce gentle xmallocz that does not die()
    ` [PATCH 2/4] fsck: do not die when not enough memory to examine a pack entry
    ` [PATCH 3/4] diff.c: allow to pass more flags to diff_populate_filespec
    ` [PATCH 4/4] diff: mark any file larger than core.bigfilethreshold binary

.gitmodules containing SSH clone URLs should fall back to HTTPS when SSH key is not valid/existent
 2014-05-29 18:49 UTC  (3+ messages)

[PATCH v12 00/44] Use ref transactions for all ref updates
 2014-05-29 18:17 UTC  (17+ messages)
` [PATCH v12 06/41] refs.c: add an err argument to repack_without_refs
` [PATCH v12 08/41] refs.c: add an err argument to delete_ref_loose
` [PATCH v12 16/41] refs.c: add transaction.status and track OPEN/CLOSED/ERROR
` [PATCH v12 24/41] receive-pack.c: use a reference transaction for updating the refs
` [PATCH v12 25/41] fast-import.c: use a ref transaction when dumping tags
` [PATCH v12 26/41] walker.c: use ref transaction for ref updates
` [PATCH v12 31/41] refs.c: make prune_ref use a transaction to delete the ref
` [PATCH v12 32/41] refs.c: make delete_ref use a transaction
` [PATCH v12 33/41] refs.c: pass the ref log message to _create/delete/update instead of _commit
` [PATCH v12 36/41] refs.c: move the check for valid refname to lock_ref_sha1_basic
` [PATCH v12 38/41] refs.c: pass a skip list to name_conflict_fn
` [PATCH v12 39/41] refs.c: propagate any errno==ENOTDIR from _commit back to the callers
` [PATCH v12 40/41] fetch.c: change s_update_ref to use a ref transaction
` [PATCH v12 41/41] refs.c: make write_ref_sha1 static

[PATCH] sideband.c: Get rid of ANSI sequences for non-terminal shell
 2014-05-29 17:45 UTC  (2+ messages)

[PATCH v11 00/41] Use ref transactions
 2014-05-29 17:41 UTC  (71+ messages)
` [PATCH v11 01/41] refs.c: remove ref_transaction_rollback
` [PATCH v11 02/41] refs.c: ref_transaction_commit should not free the transaction
` [PATCH v11 03/41] refs.c: constify the sha arguments for ref_transaction_create|delete|update
` [PATCH v11 05/41] refs.c: add a strbuf argument to ref_transaction_commit for error logging
` [PATCH v11 06/41] refs.c: add an err argument to repack_without_refs
` [PATCH v11 07/41] refs.c: make ref_update_reject_duplicates take a strbuf argument for errors
` [PATCH v11 08/41] refs.c: add an err argument to delete_ref_loose
` [PATCH v11 09/41] refs.c: make update_ref_write update a strbuf on failure
` [PATCH v11 10/41] update-ref.c: log transaction error from the update_ref
` [PATCH v11 11/41] refs.c: remove the onerr argument to ref_transaction_commit
` [PATCH v11 12/41] refs.c: change ref_transaction_update() to do error checking and return status
` [PATCH v11 13/41] refs.c: change ref_transaction_create "
` [PATCH v11 14/41] refs.c: update ref_transaction_delete to check for error "
` [PATCH v11 15/41] refs.c: make ref_transaction_begin take an err argument
` [PATCH v11 16/41] refs.c: add transaction.status and track OPEN/CLOSED/ERROR
` [PATCH v11 17/41] tag.c: use ref transactions when doing updates
` [PATCH v11 18/41] replace.c: use the ref transaction functions for updates
` [PATCH v11 19/41] commit.c: use ref transactions "
` [PATCH v11 20/41] sequencer.c: use ref transactions for all ref updates
` [PATCH v11 21/41] fast-import.c: change update_branch to use ref transactions
` [PATCH v11 22/41] branch.c: use ref transaction for all ref updates
` [PATCH v11 23/41] refs.c: change update_ref to use a transaction
` [PATCH v11 24/41] receive-pack.c: use a reference transaction for updating the refs
` [PATCH v11 25/41] fast-import.c: use a ref transaction when dumping tags
` [PATCH v11 26/41] walker.c: use ref transaction for ref updates
` [PATCH v11 27/41] refs.c: make lock_ref_sha1 static
` [PATCH v11 28/41] refs.c: remove the update_ref_lock function
` [PATCH v11 29/41] refs.c: remove the update_ref_write function
` [PATCH v11 30/41] refs.c: remove lock_ref_sha1
` [PATCH v11 31/41] refs.c: make prune_ref use a transaction to delete the ref
` [PATCH v11 32/41] refs.c: make delete_ref use a transaction
` [PATCH v11 33/41] refs.c: pass the ref log message to _create/delete/update instead of _commit
` [PATCH v11 37/41] refs.c: call lock_ref_sha1_basic directly from commit
` [PATCH v11 38/41] refs.c: pass a skip list to name_conflict_fn
` [PATCH v11 40/41] fetch.c: change s_update_ref to use a ref transaction

[PATCH v2 0/1] check_refname_component: Optimize
 2014-05-29 16:36 UTC  (6+ messages)
` [PATCH] "

git-multimail: migration: Config is not iterable
 2014-05-29 16:06 UTC  (2+ messages)

[PATCH] tests: turn off git-daemon tests if FIFOs are not available
 2014-05-29 15:57 UTC  (2+ messages)

[PATCH] check_refname_component: Optimize
 2014-05-29 12:19 UTC  (3+ messages)

[PATCH v4] Add an explicit GIT_DIR to the list of excludes
 2014-05-29 11:42 UTC  (4+ messages)

[PATCH 0/2] mingw: macro main(), const warnings
 2014-05-29 10:47 UTC  (3+ messages)
` [PATCH 1/2] Win32: move main macro to a function
` [PATCH 2/2] mingw: avoid const warning

[PATCH v3] Add an explicit GIT_DIR to the list of excludes
 2014-05-29 10:34 UTC  (8+ messages)

[Patch] git-svn: support dcommit --preserve-merges
 2014-05-29  6:33 UTC 

[PATCH v3] refs.c: optimize check_refname_component()
 2014-05-28 23:53 UTC 

[PATCH v8 00/44] Use ref transactions for all ref updates
 2014-05-28 22:23 UTC  (7+ messages)
` [PATCH v8 41/44] refs.c: add a new flag for transaction delete for refs we know are packed only

RFC: optionally reject case-clone branch names
 2014-05-28 21:58 UTC  (4+ messages)

[PATCH v12 00/11] Add interpret-trailers builtin
 2014-05-28 19:44 UTC  (6+ messages)
` [PATCH v12 08/11] trailer: add tests for "git interpret-trailers"
` [PATCH v12 11/11] Documentation: add documentation for 'git interpret-trailers'

[PATCH 0/5] replace signal() with sigaction()
 2014-05-28 17:35 UTC  (16+ messages)
` [PATCH 1/5] progress.c: "
` [PATCH 2/5] daemon.c run_service(): "
` [PATCH 3/5] daemon.c child_handler(): "
` [PATCH 4/5] daemon.c service_loop(): "
` [PATCH 5/5] connect.c: "

[BUG] git diff --(src|dst)-prefix=// causes spurious "(new|deleted) file mode"
 2014-05-28 17:29 UTC  (2+ messages)

[BUG] Git clone of a bundle fails, but works (somewhat) when run with strace
 2014-05-28 15:59 UTC  (5+ messages)

Bug in shallow clone?
 2014-05-28 14:29 UTC  (3+ messages)

[RFC/PATCH 0/2] Git config cache & special querying api utilizing the cache
 2014-05-28  9:43 UTC  (5+ messages)
` [RFC/PATCH 1/2] config: Add cache for config value querying
` [RFC/PATCH 2/2] config: Add new query functions to the api

Summary of the problems with git pull
 2014-05-28  8:39 UTC  (4+ messages)

[PATCH 00/15] Rearrange xcalloc arguments
 2014-05-28  5:56 UTC  (10+ messages)
` [PATCH 01/15] builtin/add.c: rearrange "

[PATCH v3] wording fixes in the user manual and glossary
 2014-05-28  2:23 UTC 

[PATCH] config: respect '~' and '~user' in mailmap.file
 2014-05-27 23:28 UTC  (3+ messages)

[PATCH v2] commit: support commit.verbose and --no-verbose
 2014-05-27 22:59 UTC  (7+ messages)
` [PATCH v3 0/5] "
  ` [PATCH v3 3/5] commit test: Use write_script
  ` [PATCH v3 4/5] commit test: test_set_editor in each test

[PATCH] contrib: add convert-grafts-to-replace-refs.sh
 2014-05-27 22:00 UTC  (2+ 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).