messages from 2014-06-10 22:31:42 to 2014-06-12 22:12:28 UTC [more...]
Our merge bases sometimes suck
2014-06-12 22:12 UTC
[PATCH 0/15] store length of commit->buffer
2014-06-12 22:05 UTC (11+ messages)
` [PATCH v2 0/17] "
` [PATCH 08/17] provide a helper to free commit buffer
` [PATCH 15/17] commit-slab: provide a static initializer
[PATCH 0/5] submodule config lookup API
2014-06-12 22:04 UTC (10+ messages)
` [PATCH 1/5] hashmap: add enum for hashmap free_entries option
` [PATCH 2/5] implement submodule config cache for lookup of submodule names
[PATCH v3 0/2] add strbuf_set operations
2014-06-12 21:48 UTC (12+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] builtin/remote: improve readability via strbuf_set()
git rebase --skip stuck in a loop
2014-06-12 21:01 UTC (2+ messages)
[PATCH v5 0/4] commit: Add commit.verbose configuration
2014-06-12 20:30 UTC (6+ messages)
` [PATCH v5 1/4] commit test: Use test_config instead of git-config
` [PATCH v5 2/4] commit test: Use write_script
` [PATCH v5 3/4] commit test: test_set_editor in each test
` [PATCH v5 4/4] commit: Add commit.verbose configuration
[PATCH v4 0/1] receive-pack: optionally deny case clone refs
2014-06-12 19:47 UTC (3+ messages)
` [PATCH v4 1/1] "
[PATCH RFC] git-am: support any number of signatures
2014-06-12 19:25 UTC (3+ messages)
[PATCH v4 0/4] commit: support commit.verbose and --no-verbose
2014-06-12 19:23 UTC (15+ 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] completion: Handle '!f() { ... }; f' aliases
2014-06-12 18:49 UTC (5+ messages)
` [PATCH v2] "
` [PATCH v2] completion: Handle '!f() { ... }; f' and "!sh -c '...'" aliases
[PATCH v5 00/11] add performance tracing facility
2014-06-12 18:30 UTC (14+ 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
[PATCH] l10n: de.po: fix typo
2014-06-12 18:21 UTC (3+ messages)
` [PATCH] l10n: de.po: improve message when switching branches
Relative submodule URLs, and forks that haven't forked the submodule
2014-06-12 18:05 UTC (4+ messages)
` "
[PATCH v16 00/48] Use ref transactions
2014-06-12 17:21 UTC (49+ messages)
` [PATCH v16 01/48] refs.c: remove ref_transaction_rollback
` [PATCH v16 02/48] refs.c: ref_transaction_commit should not free the transaction
` [PATCH v16 03/48] refs.c: constify the sha arguments for ref_transaction_create|delete|update
` [PATCH v16 04/48] refs.c: allow passing NULL to ref_transaction_free
` [PATCH v16 05/48] refs.c: add a strbuf argument to ref_transaction_commit for error logging
` [PATCH v16 06/48] lockfile.c: add a new public function unable_to_lock_message
` [PATCH v16 07/48] lockfile.c: make lock_file return a meaningful errno on failurei
` [PATCH v16 08/48] refs.c: add an err argument to repack_without_refs
` [PATCH v16 09/48] refs.c: make sure log_ref_setup returns a meaningful errno
` [PATCH v16 10/48] refs.c: verify_lock should set errno to something meaningful
` [PATCH v16 11/48] refs.c: make remove_empty_directories alwasy set errno to something sane
` [PATCH v16 12/48] refs.c: commit_packed_refs to return a meaningful errno on failure
` [PATCH v16 13/48] refs.c: make resolve_ref_unsafe set errno to something meaningful on error
` [PATCH v16 14/48] refs.c: log_ref_write should try to return meaningful errno
` [PATCH v16 15/48] refs.c: make ref_update_reject_duplicates take a strbuf argument for errors
` [PATCH v16 16/48] refs.c: add an err argument to delete_ref_loose
` [PATCH v16 17/48] refs.c: make update_ref_write update a strbuf on failure
` [PATCH v16 18/48] update-ref: use err argument to get error from ref_transaction_commit
` [PATCH v16 19/48] refs.c: remove the onerr argument to ref_transaction_commit
` [PATCH v16 20/48] refs.c: change ref_transaction_update() to do error checking and return status
` [PATCH v16 21/48] refs.c: change ref_transaction_create "
` [PATCH v16 22/48] refs.c: update ref_transaction_delete to check for error "
` [PATCH v16 23/48] refs.c: make ref_transaction_begin take an err argument
` [PATCH v16 24/48] refs.c: add transaction.status and track OPEN/CLOSED/ERROR
` [PATCH v16 25/48] tag.c: use ref transactions when doing updates
` [PATCH v16 26/48] replace.c: use the ref transaction functions for updates
` [PATCH v16 27/48] commit.c: use ref transactions "
` [PATCH v16 28/48] sequencer.c: use ref transactions for all ref updates
` [PATCH v16 29/48] fast-import.c: change update_branch to use ref transactions
` [PATCH v16 30/48] branch.c: use ref transaction for all ref updates
` [PATCH v16 31/48] refs.c: change update_ref to use a transaction
` [PATCH v16 32/48] receive-pack.c: use a reference transaction for updating the refs
` [PATCH v16 33/48] fast-import.c: use a ref transaction when dumping tags
` [PATCH v16 34/48] walker.c: use ref transaction for ref updates
` [PATCH v16 35/48] refs.c: make lock_ref_sha1 static
` [PATCH v16 36/48] refs.c: remove the update_ref_lock function
` [PATCH v16 37/48] refs.c: remove the update_ref_write function
` [PATCH v16 38/48] refs.c: remove lock_ref_sha1
` [PATCH v16 39/48] refs.c: make prune_ref use a transaction to delete the ref
` [PATCH v16 40/48] refs.c: make delete_ref use a transaction
` [PATCH v16 41/48] refs.c: pass the ref log message to _create/delete/update instead of _commit
` [PATCH v16 42/48] refs.c: pass NULL as *flags to read_ref_full
` [PATCH v16 43/48] refs.c: move the check for valid refname to lock_ref_sha1_basic
` [PATCH v16 44/48] refs.c: call lock_ref_sha1_basic directly from commit
` [PATCH v16 45/48] refs.c: pass a skip list to name_conflict_fn
` [PATCH v16 46/48] refs.c: propagate any errno==ENOTDIR from _commit back to the callers
` [PATCH v16 47/48] fetch.c: change s_update_ref to use a ref transaction
` [PATCH v16 48/48] refs.c: make write_ref_sha1 static
Git autocorrect bug
2014-06-12 17:11 UTC (5+ messages)
` [PATCH] Fix "t0001: test git init when run via an alias"
What's cooking in git.git (Jun 2014, #03; Tue, 10)
2014-06-12 16:30 UTC (2+ messages)
Git for Windows 1.9.4
2014-06-12 14:37 UTC
[PATCH v2 00/19] add strbuf_set operations
2014-06-12 10:21 UTC (9+ messages)
` [PATCH v2 01/19] "
[PATCH v5] Add an explicit GIT_DIR to the list of excludes
2014-06-12 6:19 UTC (6+ messages)
` [PATCH v6] "
[PATCH 00/10] Zsh prompt tests
2014-06-11 23:46 UTC (7+ messages)
` [PATCH v2 00/11] "
[PATCH] Add no-git-links option to ls-files
2014-06-11 23:37 UTC
[PATCH] rebase -i: Remember merge options beyond continue actions
2014-06-11 21:13 UTC (3+ messages)
[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 (15+ messages)
` [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] 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 (4+ 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
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)
[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/4] ack recoding in commit log
2014-06-11 8:46 UTC (3+ messages)
[PATCH 0/6] fix repack.packKeptObjects regression in v2.0
2014-06-11 6:32 UTC (3+ messages)
` [PATCH 1/6] repack: do not accidentally pack kept objects by default
[PATCH v15 00/48] Use ref transactions
2014-06-10 22:29 UTC (18+ messages)
` [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 13/48] refs.c: make resolve_ref_unsafe set errno to something meaningful on error
` [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 29/48] fast-import.c: change update_branch to use ref transactions
` [PATCH v15 32/48] receive-pack.c: use a reference transaction for updating the refs
` [PATCH v15 42/48] refs.c: pass NULL as *flags to read_ref_full
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).