git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2014-06-10 13:26:24 to 2014-06-11 21:13:54 UTC [more...]

[PATCH] rebase -i: Remember merge options beyond continue actions
 2014-06-11 21:13 UTC  (3+ messages)

[PATCH v4 0/4] commit: support commit.verbose and --no-verbose
 2014-06-11 20:41 UTC  (6+ messages)
` [PATCH v4 1/4] commit test: Use test_config instead of git-config
` [PATCH v4 2/4] commit test: Use write_script
` [PATCH v4 3/4] commit test: test_set_editor in each test
` [PATCH v4 4/4] commit: support commit.verbose and --no-verbose

[PATCH] pull: Do not abuse 'break' inside a shell 'case'
 2014-06-11 20:13 UTC  (2+ messages)

[PATCH 0/3] verify-commit: verify commit signatures
 2014-06-11 19:48 UTC  (3+ messages)
` [PATCH 3/3] verify-commit: scriptable commit signature verification

Confusing error message in rebase when commit becomes empty
 2014-06-11 19:04 UTC  (4+ messages)

[PATCH v14 00/40] Use ref transactions
 2014-06-11 18:44 UTC  (18+ messages)
` [PATCH v14 06/40] refs.c: add an err argument to repack_without_refs
` [PATCH v14 08/40] refs.c: add an err argument to delete_ref_loose
` [PATCH v14 16/40] refs.c: add transaction.status and track OPEN/CLOSED/ERROR
` [PATCH v14 24/40] receive-pack.c: use a reference transaction for updating the refs
` [PATCH v14 25/40] fast-import.c: use a ref transaction when dumping tags
` [PATCH v14 26/40] walker.c: use ref transaction for ref updates
` [PATCH v14 31/40] refs.c: make prune_ref use a transaction to delete the ref

[PATCH] l10n: de.po: fix typo
 2014-06-11 16:17 UTC 

[PATCH 00/10] Zsh prompt tests
 2014-06-11 15:27 UTC  (6+ messages)
` [PATCH v2 00/11] "

[PATCH] docs: Explain the purpose of fetch's and pull's <refspec> parameter
 2014-06-11 14:24 UTC  (2+ messages)

[PATCH v1] Git config cache & special querying api utilizing the cache
 2014-06-11 14:01 UTC  (7+ messages)
` [PATCH v1] config: Add hashtable for config parsing & retrival

[PATCH] git-p4: Do not include diff in spec file when just preparing p4
 2014-06-11 13:36 UTC  (12+ messages)
            ` [PATCH] Fix git-p4 submit in non --prepare-p4-only mode

[PATCH v2 00/19] add strbuf_set operations
 2014-06-11 12:05 UTC  (5+ messages)
` [PATCH v2 01/19] "

How to merge only existing files but not delete missing files
 2014-06-11 11:39 UTC 

Potential bug in git client
 2014-06-11 11:09 UTC  (3+ messages)

Git autocorrect bug
 2014-06-11 10:57 UTC  (6+ messages)
` [PATCH] Fix "t0001: test git init when run via an alias"

[PATCH v5] Add an explicit GIT_DIR to the list of excludes
 2014-06-11 10:48 UTC  (4+ messages)

Relative submodule URLs, and forks that haven't forked the submodule
 2014-06-11 10:15 UTC 

[PATCH 0/7] Second part of msysgit/unicode
 2014-06-11  9:37 UTC  (8+ messages)
` [PATCH 1/7] Let mingw_execve() return an int
` [PATCH 2/7] Win32: simplify internal mingw_spawn* APIs
` [PATCH 3/7] Win32: fix potential multi-threading issue
` [PATCH 4/7] MinGW: disable CRT command line globbing
` [PATCH 5/7] Win32: Unicode arguments (outgoing)
` [PATCH 6/7] Win32: Unicode arguments (incoming)
` [PATCH 7/7] Unicode file name support (gitk and git-gui)

Proposal for pruning tags
 2014-06-11  9:25 UTC  (2+ messages)

[PATCH 0/5] submodule config lookup API
 2014-06-11  9:12 UTC  (5+ messages)
` [PATCH 1/5] hashmap: add enum for hashmap free_entries option

[PATCH 0/4] ack recoding in commit log
 2014-06-11  8:46 UTC  (3+ messages)

[PATCH v5 00/11] add performance tracing facility
 2014-06-11  8:12 UTC  (13+ messages)
` [PATCH v5 01/11] trace: move trace declarations from cache.h to new trace.h
` [PATCH v5 02/11] trace: consistently name the format parameter
` [PATCH v5 03/11] trace: remove redundant printf format attribute
` [PATCH v5 04/11] trace: factor out printing to the trace file
` [PATCH v5 05/11] trace: add infrastructure to augment trace output with additional info
` [PATCH v5 06/11] trace: add current timestamp to all trace output
` [PATCH v5 07/11] trace: move code around, in preparation to file:line output
` [PATCH v5 08/11] trace: add 'file:line' to all trace output
` [PATCH v5 09/11] trace: add high resolution timer function to debug performance issues
` [PATCH v5 10/11] trace: add trace_performance facility "
` [PATCH v5 11/11] git: add performance tracing for git's main() function to debug scripts

Disk waste with packs and .keep files
 2014-06-11  6:32 UTC  (13+ messages)
  ` [PATCH 0/6] fix repack.packKeptObjects regression in v2.0
    ` [PATCH 1/6] repack: do not accidentally pack kept objects by default
    ` [PATCH 2/6] repack: respect pack.writebitmaps
    ` [PATCH 3/6] repack: s/write_bitmap/&s/ in code
    ` [PATCH 4/6] pack-objects: stop respecting pack.writebitmaps
    ` [PATCH 5/6] repack: simplify handling of --write-bitmap-index
    ` [PATCH 6/6] repack: introduce repack.writeBitmaps config option

[PATCH v15 00/48] Use ref transactions
 2014-06-10 22:29 UTC  (49+ messages)
` [PATCH v15 01/48] refs.c: remove ref_transaction_rollback
` [PATCH v15 02/48] refs.c: ref_transaction_commit should not free the transaction
` [PATCH v15 03/48] refs.c: constify the sha arguments for ref_transaction_create|delete|update
` [PATCH v15 04/48] refs.c: allow passing NULL to ref_transaction_free
` [PATCH v15 05/48] refs.c: add a strbuf argument to ref_transaction_commit for error logging
` [PATCH v15 06/48] lockfile.c: add a new public function unable_to_lock_message
` [PATCH v15 07/48] lockfile.c: make lock_file return a meaningful errno on failurei
` [PATCH v15 08/48] refs.c: add an err argument to repack_without_refs
` [PATCH v15 09/48] refs.c: make sure log_ref_setup returns a meaningful errno
` [PATCH v15 10/48] refs.c: verify_lock should set errno to something meaningful
` [PATCH v15 11/48] refs.c: make remove_empty_directories alwasy set errno to something sane
` [PATCH v15 12/48] refs.c: commit_packed_refs to return a meaningful errno on failure
` [PATCH v15 13/48] refs.c: make resolve_ref_unsafe set errno to something meaningful on error
` [PATCH v15 14/48] refs.c: log_ref_write should try to return meaningful errno
` [PATCH v15 15/48] refs.c: make ref_update_reject_duplicates take a strbuf argument for errors
` [PATCH v15 16/48] refs.c: add an err argument to delete_ref_loose
` [PATCH v15 17/48] refs.c: make update_ref_write update a strbuf on failure
` [PATCH v15 18/48] update-ref: use err argument to get error from ref_transaction_commit
` [PATCH v15 19/48] refs.c: remove the onerr argument to ref_transaction_commit
` [PATCH v15 20/48] refs.c: change ref_transaction_update() to do error checking and return status
` [PATCH v15 21/48] refs.c: change ref_transaction_create "
` [PATCH v15 22/48] refs.c: update ref_transaction_delete to check for error "
` [PATCH v15 23/48] refs.c: make ref_transaction_begin take an err argument
` [PATCH v15 24/48] refs.c: add transaction.status and track OPEN/CLOSED/ERROR
` [PATCH v15 25/48] tag.c: use ref transactions when doing updates
` [PATCH v15 26/48] replace.c: use the ref transaction functions for updates
` [PATCH v15 27/48] commit.c: use ref transactions "
` [PATCH v15 28/48] sequencer.c: use ref transactions for all ref updates
` [PATCH v15 29/48] fast-import.c: change update_branch to use ref transactions
` [PATCH v15 30/48] branch.c: use ref transaction for all ref updates
` [PATCH v15 31/48] refs.c: change update_ref to use a transaction
` [PATCH v15 32/48] receive-pack.c: use a reference transaction for updating the refs
` [PATCH v15 33/48] fast-import.c: use a ref transaction when dumping tags
` [PATCH v15 34/48] walker.c: use ref transaction for ref updates
` [PATCH v15 35/48] refs.c: make lock_ref_sha1 static
` [PATCH v15 36/48] refs.c: remove the update_ref_lock function
` [PATCH v15 37/48] refs.c: remove the update_ref_write function
` [PATCH v15 38/48] refs.c: remove lock_ref_sha1
` [PATCH v15 39/48] refs.c: make prune_ref use a transaction to delete the ref
` [PATCH v15 40/48] refs.c: make delete_ref use a transaction
` [PATCH v15 41/48] refs.c: pass the ref log message to _create/delete/update instead of _commit
` [PATCH v15 42/48] refs.c: pass NULL as *flags to read_ref_full
` [PATCH v15 43/48] refs.c: move the check for valid refname to lock_ref_sha1_basic
` [PATCH v15 44/48] refs.c: call lock_ref_sha1_basic directly from commit
` [PATCH v15 45/48] refs.c: pass a skip list to name_conflict_fn
` [PATCH v15 46/48] refs.c: propagate any errno==ENOTDIR from _commit back to the callers
` [PATCH v15 47/48] fetch.c: change s_update_ref to use a ref transaction
` [PATCH v15 48/48] refs.c: make write_ref_sha1 static

What's cooking in git.git (Jun 2014, #03; Tue, 10)
 2014-06-10 22:19 UTC 

[PATCH 00/15] Rearrange xcalloc arguments
 2014-06-10 21:54 UTC  (3+ messages)
` [PATCH 10/15] imap-send.c: rearrange "

[PATCH 0/15] store length of commit->buffer
 2014-06-10 21:50 UTC  (41+ messages)
` [PATCH 02/15] commit: push commit_index update into alloc_commit_node
` [PATCH 03/15] do not create "struct commit" with xcalloc
` [PATCH 05/15] sequencer: use logmsg_reencode in get_message
` [PATCH 10/15] use get_commit_buffer to avoid duplicate code
` [PATCH 12/15] use get_commit_buffer everywhere
` [PATCH 15/15] commit: record buffer length in cache
` [PATCH v2 0/17] store length of commit->buffer
  ` [PATCH 01/17] commit_tree: take a pointer/len pair rather than a const strbuf
  ` [PATCH 02/17] replace dangerous uses of strbuf_attach
  ` [PATCH 03/17] alloc: include any-object allocations in alloc_report
  ` [PATCH 04/17] commit: push commit_index update into alloc_commit_node
  ` [PATCH 05/17] do not create "struct commit" with xcalloc
  ` [PATCH 06/17] logmsg_reencode: return const buffer
  ` [PATCH 07/17] sequencer: use logmsg_reencode in get_message
  ` [PATCH 08/17] provide a helper to free commit buffer
  ` [PATCH 09/17] provide a helper to set the "
  ` [PATCH 10/17] provide helpers to access "
  ` [PATCH 11/17] use get_cached_commit_buffer where appropriate
  ` [PATCH 12/17] use get_commit_buffer to avoid duplicate code
  ` [PATCH 13/17] convert logmsg_reencode to get_commit_buffer
  ` [PATCH 14/17] use get_commit_buffer everywhere
  ` [PATCH 15/17] commit-slab: provide a static initializer
  ` [PATCH 16/17] commit: convert commit->buffer to a slab
  ` [PATCH 17/17] commit: record buffer length in cache

[PATCH 00/20] avoid "test <cond> -a/-o <cond>"
 2014-06-10 21:47 UTC  (12+ messages)
` [PATCH 03/20] contrib/examples/git-commit.sh: "
` [PATCH 05/20] contrib/examples/git-repack.sh: "
` [PATCH 09/20] git-rebase--interactive.sh: "
` [PATCH 15/20] t/t5000-tar-tree.sh: "

[PATCH] git-submodule.sh: avoid "test <cond> -a/-o <cond>"
 2014-06-10 19:47 UTC  (4+ messages)

[RFC 1/3] sequencer: Signal failed ff as an aborted, not a conflicted merge
 2014-06-10 19:17 UTC  (5+ messages)

git rebase --skip stuck in a loop
 2014-06-10 18:57 UTC 

[PATCH v2 0/5] Speed up cache loading time
 2014-06-10 18:44 UTC  (7+ messages)
` [PATCH 1/5] read-cache: allow to keep mmap'd memory after reading
` [PATCH 2/5] index-helper: new daemon for caching index and related stuff
` [PATCH 3/5] index-helper: add Windows support
` [PATCH 4/5] daemonize(): set a flag before exiting the main process
` [PATCH 5/5] index-helper: add --detach

Git reset --hard with staged changes
 2014-06-10 16:30 UTC  (7+ messages)

[PATCH v3] t9001: avoid not portable '\n' with sed
 2014-06-10 15:38 UTC  (4+ messages)

[PATCH] git-submodule.sh: avoid "test <cond> -a/-o <cond>"
 2014-06-10 15:36 UTC  (8+ 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).