git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2014-05-27 11:32:59 to 2014-05-29 12:19:40 UTC [more...]

[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] tests: turn off git-daemon tests if FIFOs are not available
 2014-05-29 11:36 UTC 

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

[BUG REPORT] Git log pretty date
 2014-05-29 11:07 UTC  (3+ 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 

[ANNOUNCE] Git v2.0.0
 2014-05-28 23:42 UTC  (4+ messages)

[PATCH v2 0/1] check_refname_component: Optimize
 2014-05-28 23:49 UTC  (4+ messages)
` [PATCH] "

[PATCH] Improve function dir.c:trim_trailing_spaces()
 2014-05-28 23:45 UTC 

[PATCH v11 00/41] Use ref transactions
 2014-05-28 23:39 UTC  (75+ 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 04/41] refs.c: allow passing NULL to ref_transaction_free
` [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 34/41] refs.c: pass NULL as *flags to read_ref_full
` [PATCH v11 35/41] refs.c: pack all refs before we start to rename a ref
` [PATCH v11 36/41] refs.c: move the check for valid refname to lock_ref_sha1_basic
` [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 39/41] refs.c: propagate any errno==ENOTDIR from _commit back to the callers
` [PATCH v11 40/41] fetch.c: change s_update_ref to use a ref transaction
` [PATCH v11 41/41] refs.c: make write_ref_sha1 static

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

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'

Git chokes on large file
 2014-05-28 19:09 UTC  (11+ messages)

[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  (7+ 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] sideband.c: Get rid of ANSI sequences for non-terminal shell
 2014-05-28  3:12 UTC 

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

[PATCH] t9138-git-svn-authors-prog.sh fixups
 2014-05-27 19:53 UTC  (3+ messages)

[PATCH v2] wording fixes in the user manual and glossary
 2014-05-27 19:52 UTC  (2+ messages)

[PATCH v10 00/44] Use ref transactions for all ref updates
 2014-05-27 19:30 UTC  (14+ messages)
` [PATCH v10 04/44] refs.c: add an err argument to repack_without_refs
` [PATCH v10 22/44] fetch.c: clear errno before calling functions that might set it
` [PATCH v10 25/44] receive-pack.c: use a reference transaction for updating the refs

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

[PATCH v1 0/3] Add --graft option to git replace
 2014-05-27 19:05 UTC  (3+ messages)

[PATCH/RFC] clean: add a flag to back up cleaned files
 2014-05-27 18:48 UTC  (4+ messages)

git-rebase-todo gets popped prematurely
 2014-05-27 18:47 UTC  (9+ messages)
` [RFC 1/3] sequencer: Signal failed ff as an aborted, not a conflicted merge
` [RFC 2/3] rebase -i: Reschedule tasks that failed before the index was touched
` [RFC 3/3] tests: Add 'rebase -i commits that overwrite untracked files'

commit: support commit.verbose and --no-verbose
 2014-05-27 18:10 UTC  (3+ messages)

[BUG] auto-repack exits prematurely, locking other processing out
 2014-05-27 18:09 UTC  (3+ messages)
` [PATCH] gc --auto: do not lock refs in the background

[PATCH 0/2] remote: optimize rm/prune ref deletion
 2014-05-27 16:55 UTC  (8+ messages)
` [PATCH 1/2] remote: defer repacking packed-refs when deleting refs

[PATCH] sideband.c: Get rid of ANSI sequence for non-terminal shell
 2014-05-27 16:47 UTC 

[PATCH/RFC] Gitweb: Convert UTF-8 encoded file names
 2014-05-27 14:22 UTC  (14+ messages)
            ` [PATCH] gitweb: Harden UTF-8 handling in generated links

Help with subtree pull / push
 2014-05-27 13:55 UTC 

Best practices/conventions for tags and references in commit message
 2014-05-27 13:49 UTC  (2+ messages)

gitk's truncated tags
 2014-05-27 12:12 UTC 


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