git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2014-05-30 20:21:12 to 2014-06-03 21:42:06 UTC [more...]

[PATCH v13 00/41] Use ref transactions
 2014-06-03 21:37 UTC  (37+ messages)
` [PATCH v13 01/41] refs.c: remove ref_transaction_rollback
` [PATCH v13 02/41] refs.c: ref_transaction_commit should not free the transaction
` [PATCH v13 03/41] refs.c: constify the sha arguments for ref_transaction_create|delete|update
` [PATCH v13 05/41] refs.c: add a strbuf argument to ref_transaction_commit for error logging
` [PATCH v13 06/41] refs.c: add an err argument to repack_without_refs
` [PATCH v13 09/41] refs.c: make update_ref_write update a strbuf on failure
` [PATCH v13 10/41] update-ref: use err argument to get error from ref_transaction_commit
` [PATCH v13 11/41] refs.c: remove the onerr argument to ref_transaction_commit
` [PATCH v13 13/41] refs.c: change ref_transaction_create to do error checking and return status
` [PATCH v13 14/41] refs.c: update ref_transaction_delete to check for error "
` [PATCH v13 16/41] refs.c: add transaction.status and track OPEN/CLOSED/ERROR
` [PATCH v13 17/41] tag.c: use ref transactions when doing updates
` [PATCH v13 18/41] replace.c: use the ref transaction functions for updates
` [PATCH v13 19/41] commit.c: use ref transactions "
` [PATCH v13 20/41] sequencer.c: use ref transactions for all ref updates
` [PATCH v13 21/41] fast-import.c: change update_branch to use ref transactions
` [PATCH v13 22/41] branch.c: use ref transaction for all ref updates
` [PATCH v13 23/41] refs.c: change update_ref to use a transaction
` [PATCH v13 24/41] receive-pack.c: use a reference transaction for updating the refs
` [PATCH v13 25/41] fast-import.c: use a ref transaction when dumping tags
` [PATCH v13 26/41] walker.c: use ref transaction for ref updates
` [PATCH v13 27/41] refs.c: make lock_ref_sha1 static
` [PATCH v13 28/41] refs.c: remove the update_ref_lock function
` [PATCH v13 29/41] refs.c: remove the update_ref_write function
` [PATCH v13 30/41] refs.c: remove lock_ref_sha1
` [PATCH v13 31/41] refs.c: make prune_ref use a transaction to delete the ref
` [PATCH v13 32/41] refs.c: make delete_ref use a transaction
` [PATCH v13 33/41] refs.c: pass the ref log message to _create/delete/update instead of _commit
` [PATCH v13 34/41] refs.c: pass NULL as *flags to read_ref_full
` [PATCH v13 35/41] refs.c: pack all refs before we start to rename a ref
` [PATCH v13 36/41] refs.c: move the check for valid refname to lock_ref_sha1_basic
` [PATCH v13 37/41] refs.c: call lock_ref_sha1_basic directly from commit
` [PATCH v13 38/41] refs.c: pass a skip list to name_conflict_fn
` [PATCH v13 39/41] refs.c: propagate any errno==ENOTDIR from _commit back to the callers
` [PATCH v13 40/41] fetch.c: change s_update_ref to use a ref transaction
` [PATCH v13 41/41] refs.c: make write_ref_sha1 static

[PATCH] receive-pack: optionally deny case-clone refs
 2014-06-03 21:33 UTC  (2+ messages)

[PATCH v11 00/41] Use ref transactions
 2014-06-03 21:32 UTC  (26+ messages)
` [PATCH v11 25/41] fast-import.c: use a ref transaction when dumping tags
` [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 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 39/41] refs.c: propagate any errno==ENOTDIR from _commit back to the callers

Paper cut bug: Why isn't "git clone xxxx" recursive by default?
 2014-06-03 21:05 UTC  (3+ messages)

[PATCH v4] Add an explicit GIT_DIR to the list of excludes
 2014-06-03 20:55 UTC  (5+ messages)

[PATCH v12 00/44] Use ref transactions for all ref updates
 2014-06-03 20:55 UTC  (4+ messages)
` [PATCH v12 06/41] refs.c: add an err argument to repack_without_refs

Reset by checkout?
 2014-06-03 19:48 UTC  (13+ messages)

[PATCH v5 1/2] refs.c: optimize check_refname_component()
 2014-06-03 18:21 UTC  (2+ messages)
` [PATCH v5 2/2] refs.c: SSE4.2 optimizations for check_refname_component

[PATCH v5 1/2] refs.c: optimize check_refname_component()
 2014-06-03 18:08 UTC  (3+ messages)
` [PATCH v5 2/2] refs.c: SSE4.2 optimizations for check_refname_component

[PATCH] error_resolve_conflict: rewrap advice message
 2014-06-03 17:02 UTC  (3+ messages)
` [PATCH] error_resolve_conflict: drop quotations around operation

[PATCH] refs.c: change read_ref_at to use the reflog iterators
 2014-06-03 16:09 UTC 

[PATCH] refs.c: change read_ref_at to use the reflog iterators
 2014-06-03 16:08 UTC  (3+ messages)

[RFC/PATCH v2 0/2] Git config cache & special querying api utilizing the cache
 2014-06-03 15:35 UTC  (6+ messages)
` [RFC/PATCH v2 1/2] config: Add hashtable for config parsing & retrieval
` [RFC/PATCH v2 2/2] config: Add new query functions to the api docs

[PATCH v2] string-list: Add a value to string_list initializer lists
 2014-06-03 15:20 UTC  (2+ messages)

[ANNOUNCE] Git v2.0.0
 2014-06-03 11:46 UTC  (11+ messages)

[PATCH] config: Add documentation for writing config files
 2014-06-03  8:43 UTC  (3+ messages)

[PATCH] environment: enable core.preloadindex by default
 2014-06-03  8:41 UTC  (5+ messages)

[BUG REPORT] Git log pretty date
 2014-06-03  6:45 UTC  (10+ messages)

[PATCH] pack-objects: use free()+xcalloc() instead of xrealloc()+memset()
 2014-06-03  6:29 UTC  (6+ messages)

[PATCH] sideband.c: Get rid of ANSI sequences for non-terminal shell
 2014-06-02 23:40 UTC 

[PATCH alt-v3] Improve function dir.c:trim_trailing_spaces()
 2014-06-02 22:54 UTC  (2+ messages)

2.0.0 regression? request pull does not seem to find head
 2014-06-02 22:10 UTC  (5+ messages)

[PATCH] Makefile: don't hardcode HEAD in dist target
 2014-06-02 20:27 UTC  (4+ messages)

[PATCH v3 0/9] replace signal() with sigaction()
 2014-06-02 20:25 UTC  (15+ messages)
` [PATCH v3 1/9] compat/mingw.c: expand MinGW support for sigaction
` [PATCH v3 2/9] connect.c: replace signal() with sigaction()
` [PATCH v3 3/9] progress.c: "
` [PATCH v3 4/9] write_or_die.c: "
` [PATCH v3 5/9] daemon.c: "
` [PATCH v3 6/9] builtin/log.c: "
` [PATCH v3 7/9] builtin/merge-index.c: "
` [PATCH v3 8/9] builtin/verify-tag.c: "
` [PATCH v3 9/9] sigchain.c: "

[PATCH alt-v2] Improve function dir.c:trim_trailing_spaces()
 2014-06-02 20:23 UTC  (2+ messages)

[PATCH] string-list.h: Add a value to string_list initializer lists
 2014-06-02 20:00 UTC  (3+ messages)

[PATCH] mailinfo: use strcmp() for string comparison
 2014-06-02 19:34 UTC  (2+ messages)

[PATCH 1/2] userdiff: support C# async methods and correct C# keywords
 2014-06-02 19:25 UTC  (3+ messages)
` [PATCH 2/2] userdiff: support Java try keyword

[PATCH v2 0/4] Add --graft option to git replace
 2014-06-02 19:16 UTC  (7+ messages)
` [PATCH v2 1/4] replace: add --graft option
` [PATCH v2 2/4] replace: add test for --graft
` [PATCH v2 3/4] Documentation: replace: add --graft option
` [PATCH v2 4/4] contrib: add convert-grafts-to-replace-refs.sh

[PATCH 0/5] Documentation updates for 'git fetch'
 2014-06-02 18:24 UTC  (12+ messages)
` [PATCH 1/5] fetch doc: update introductory part for clarity
      ` [PATCH] fetch doc: Move FETCH_HEAD material, and add an example
` [PATCH 2/5] fetch doc: update note on '+' in front of the refspec

[PATCH] refs.c: change read_ref_at to use the reflog iterators
 2014-06-02 18:12 UTC  (5+ messages)

[PATCH] request-pull: resurrect for-linus -> tags/for-linus DWIM
 2014-06-02 18:05 UTC  (3+ messages)

[PATCH] sideband.c: Get rid of ANSI sequences for non-terminal shell
 2014-06-02 17:59 UTC  (3+ messages)

split index: sparse warning
 2014-06-02 15:12 UTC  (3+ messages)
` [PATCH nd/split-index] fixup! read-cache: new API write_locked_index instead of write_index/write_cache

feature request - implement a "GIT_AUTHOR_EMAIL" equivalent, but processed BEFORE .gitconfig
 2014-06-02  6:59 UTC  (8+ messages)

[PATCH] Improve function dir.c:trim_trailing_spaces()
 2014-06-02  6:47 UTC  (2+ messages)

(unknown),
 2014-06-01 21:24 UTC 

[PATCH v4 1/2] refs.c: optimize check_refname_component()
 2014-06-01 20:50 UTC  (5+ messages)
` [PATCH v4 2/2] refs.c: SSE4.2 optimizations for check_refname_component

[PATCH v1 0/3] Add --graft option to git replace
 2014-06-01 16:06 UTC  (4+ messages)
` [PATCH v1 1/3] replace: add --graft option

git-multimail: migration: Config is not iterable
 2014-05-31 15:21 UTC  (3+ messages)

[PATCH v2 0/2] replace signal() with sigaction()
 2014-05-31 14:45 UTC  (6+ messages)
` [PATCH v2 1/2] compat/mingw.c: expand MinGW support for sigaction
` [PATCH v2 2/2] connect.c: replace signal() with sigaction()

[PATCH v2 0/1] check_refname_component: Optimize
 2014-05-31 11:21 UTC  (14+ messages)
` [PATCH] "

[PATCH alt-v1] Improve function dir.c:trim_trailing_spaces()
 2014-05-31  1:12 UTC  (2+ messages)

git 2.0.0 PROFILE=BUILD check-phase problems with ./t5561-http-backend.sh; GIT_TEST_HTTPD=false problems with t5537-fetch-shallow.sh
 2014-05-31  1:03 UTC  (7+ messages)
  ` [PATCH] t5537: re-drop http tests
    ` [RFC PATCH] t5538: move http push tests out to t5542
        ` [PATCH v2] "

[ANNOUNCE] Git v1.9.4
 2014-05-30 21:52 UTC 

[puzzled and solved] "shortlog" not quite understanding all "log" options
 2014-05-30 21:37 UTC  (3+ messages)

[RFC PATCH] git log: support "auto" decorations
 2014-05-30 21:13 UTC  (12+ messages)

Git stash gpg prompting
 2014-05-30 20:31 UTC  (3+ 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).