messages from 2014-05-15 14:22:12 to 2014-05-16 10:34:31 UTC [more...]
Fwd: [Bug] - Processing commit message after amend
2014-05-16 10:34 UTC (4+ messages)
` "
[PATCH v2 00/17] contrib: cleanup
2014-05-16 10:21 UTC (18+ messages)
` [PATCH v2 01/17] contrib: remove outdated README
worlds slowest git repo- what to do?
2014-05-16 10:13 UTC (3+ messages)
` [git-users] "
[GUILT v2 00/29] Teach guilt import-commit how to create legal patch names, and more
2014-05-16 9:51 UTC (14+ messages)
` [GUILT v2 12/29] "guilt header": more robust header selection
` [GUILT v2 13/29] Check that "guilt header '.*'" fails
` [GUILT v2 14/29] Use "git check-ref-format" to validate patch names
` [GUILT v2 15/29] Produce legal patch names in guilt-import-commit
` [GUILT v2 28/29] Added guilt.reusebranch configuration option
[PATCH] remote-helpers: point at their upstream repositories
2014-05-16 9:23 UTC (7+ messages)
Truncated patch
2014-05-16 9:24 UTC (3+ messages)
[PATCH] grep -I: do not bother to read known-binary files
2014-05-16 9:16 UTC (7+ messages)
[PATCH 01/10] check_bindir: don't use the -a or -b option with the test command
2014-05-16 8:24 UTC (5+ messages)
` [PATCH 08/10] git-mergetool.sh: "
` [PATCH 10/10] git-submodule.sh: "
[PATCH v2] format-patch --signature-file <file>
2014-05-16 8:14 UTC (3+ messages)
[PATCH/RFC] Gitweb: Convert UTF-8 encoded file names
2014-05-16 7:54 UTC (13+ messages)
[PATCH v8 00/44] Use ref transactions for all ref updates
2014-05-16 0:20 UTC (72+ messages)
` [PATCH v8 01/44] refs.c: constify the sha arguments for ref_transaction_create|delete|update
` [PATCH v8 02/44] refs.c: allow passing NULL to ref_transaction_free
` [PATCH v8 03/44] refs.c: add a strbuf argument to ref_transaction_commit for error logging
` [PATCH v8 04/44] refs.c: add an err argument to repack_without_refs
` [PATCH v8 05/44] refs.c: make ref_update_reject_duplicates take a strbuf argument for errors
` [PATCH v8 06/44] refs.c: add an err argument ro delete_loose_ref
` [PATCH v8 07/44] refs.c: make update_ref_write update a strbuf on failure
` [PATCH v8 08/44] update-ref.c: log transaction error from the update_ref
` [PATCH v8 09/44] refs.c: remove the onerr argument to ref_transaction_commit
` [PATCH v8 10/44] refs.c: change ref_transaction_update() to do error checking and return status
` [PATCH v8 11/44] refs.c: change ref_transaction_create "
` [PATCH v8 12/44] refs.c: ref_transaction_delete to check for error "
` [PATCH v8 13/44] tag.c: use ref transactions when doing updates
` [PATCH v8 14/44] replace.c: use the ref transaction functions for updates
` [PATCH v8 15/44] commit.c: use ref transactions "
` [PATCH v8 16/44] sequencer.c: use ref transactions for all ref updates
` [PATCH v8 17/44] fast-import.c: change update_branch to use ref transactions
` [PATCH v8 18/44] branch.c: use ref transaction for all ref updates
` [PATCH v8 19/44] refs.c: change update_ref to use a transaction
` [PATCH v8 20/44] refs.c: free the transaction before returning when number of updates is 0
` [PATCH v8 21/44] refs.c: ref_transaction_commit should not free the transaction
` [PATCH v8 22/44] fetch.c: clear errno before calling functions that might set it
` [PATCH v8 23/44] fetch.c: change s_update_ref to use a ref transaction
` [PATCH v8 24/44] fetch.c: use a single ref transaction for all ref updates
` [PATCH v8 25/44] receive-pack.c: use a reference transaction for updating the refs
` [PATCH v8 26/44] fast-import.c: use a ref transaction when dumping tags
` [PATCH v8 27/44] walker.c: use ref transaction for ref updates
` [PATCH v8 28/44] refs.c: make write_ref_sha1 static
` [PATCH v8 29/44] refs.c: make lock_ref_sha1 static
` [PATCH v8 30/44] refs.c: add transaction.status and track OPEN/CLOSED/ERROR
` [PATCH v8 31/44] refs.c: remove the update_ref_lock function
` [PATCH v8 32/44] refs.c: remove the update_ref_write function
` [PATCH v8 33/44] refs.c: remove lock_ref_sha1
` [PATCH v8 34/44] refs.c: make prune_ref use a transaction to delete the ref
` [PATCH v8 35/44] refs.c: make delete_ref use a transaction
` [PATCH v8 36/44] refs.c: pass the ref log message to _create/delete/update instead of _commit
` [PATCH v8 37/44] refs.c: pass NULL as *flags to read_ref_full
` [PATCH v8 38/44] refs.c: pack all refs before we start to rename a ref
` [PATCH v8 39/44] refs.c: move the check for valid refname to lock_ref_sha1_basic
` [PATCH v8 40/44] refs.c: call lock_ref_sha1_basic directly from commit
` [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
` [PATCH v8 43/44] refs.c: make rename_ref use a transaction
` [PATCH v8 44/44] refs.c: remove forward declaration of write_ref_sha1
[PATCH v9 00/44] Use ref transactions for all ref updates
2014-05-15 23:15 UTC (45+ messages)
` [PATCH v9 01/44] refs.c: constify the sha arguments for ref_transaction_create|delete|update
` [PATCH v9 02/44] refs.c: allow passing NULL to ref_transaction_free
` [PATCH v9 03/44] refs.c: add a strbuf argument to ref_transaction_commit for error logging
` [PATCH v9 04/44] refs.c: add an err argument to repack_without_refs
` [PATCH v9 05/44] refs.c: make ref_update_reject_duplicates take a strbuf argument for errors
` [PATCH v9 06/44] refs.c: add an err argument to delete_ref_loose
` [PATCH v9 07/44] refs.c: make update_ref_write update a strbuf on failure
` [PATCH v9 08/44] update-ref.c: log transaction error from the update_ref
` [PATCH v9 09/44] refs.c: remove the onerr argument to ref_transaction_commit
` [PATCH v9 10/44] refs.c: change ref_transaction_update() to do error checking and return status
` [PATCH v9 11/44] refs.c: change ref_transaction_create "
` [PATCH v9 12/44] refs.c: ref_transaction_delete to check for error "
` [PATCH v9 13/44] tag.c: use ref transactions when doing updates
` [PATCH v9 14/44] replace.c: use the ref transaction functions for updates
` [PATCH v9 15/44] commit.c: use ref transactions "
` [PATCH v9 16/44] sequencer.c: use ref transactions for all ref updates
` [PATCH v9 17/44] fast-import.c: change update_branch to use ref transactions
` [PATCH v9 18/44] branch.c: use ref transaction for all ref updates
` [PATCH v9 19/44] refs.c: change update_ref to use a transaction
` [PATCH v9 20/44] refs.c: free the transaction before returning when number of updates is 0
` [PATCH v9 21/44] refs.c: ref_transaction_commit should not free the transaction
` [PATCH v9 22/44] fetch.c: clear errno before calling functions that might set it
` [PATCH v9 23/44] fetch.c: change s_update_ref to use a ref transaction
` [PATCH v9 24/44] fetch.c: use a single ref transaction for all ref updates
` [PATCH v9 25/44] receive-pack.c: use a reference transaction for updating the refs
` [PATCH v9 26/44] fast-import.c: use a ref transaction when dumping tags
` [PATCH v9 27/44] walker.c: use ref transaction for ref updates
` [PATCH v9 28/44] refs.c: make write_ref_sha1 static
` [PATCH v9 29/44] refs.c: make lock_ref_sha1 static
` [PATCH v9 30/44] refs.c: add transaction.status and track OPEN/CLOSED/ERROR
` [PATCH v9 31/44] refs.c: remove the update_ref_lock function
` [PATCH v9 32/44] refs.c: remove the update_ref_write function
` [PATCH v9 33/44] refs.c: remove lock_ref_sha1
` [PATCH v9 34/44] refs.c: make prune_ref use a transaction to delete the ref
` [PATCH v9 35/44] refs.c: make delete_ref use a transaction
` [PATCH v9 36/44] refs.c: pass the ref log message to _create/delete/update instead of _commit
` [PATCH v9 37/44] refs.c: pass NULL as *flags to read_ref_full
` [PATCH v9 38/44] refs.c: pack all refs before we start to rename a ref
` [PATCH v9 39/44] refs.c: move the check for valid refname to lock_ref_sha1_basic
` [PATCH v9 40/44] refs.c: call lock_ref_sha1_basic directly from commit
` [PATCH v9 41/44] refs.c: add a new flag for transaction delete for refs we know are packed only
` [PATCH v9 42/44] refs.c: pass a skip list to name_conflict_fn
` [PATCH v9 43/44] refs.c: make rename_ref use a transaction
` [PATCH v9 44/44] refs.c: remove forward declaration of write_ref_sha1
regression: request-pull with signed tag lacks tags/ in master
2014-05-15 22:13 UTC (5+ messages)
[PATCH] git grep -O -i: if the pager is 'less', pass the '-i' option
2014-05-15 19:48 UTC (12+ messages)
Watchman support for git
2014-05-15 19:42 UTC (5+ messages)
[PATCH] open_sha1_file: report "most interesting" errno
2014-05-15 19:11 UTC (3+ messages)
[PATCH] transport-helper: add trailing --
2014-05-15 18:28 UTC (2+ messages)
[PATCH v6 00/42] Use ref transactions for all ref updates
2014-05-15 17:35 UTC (26+ messages)
` [PATCH v6 05/42] update-ref.c: log transaction error from the update_ref
` [PATCH v6 08/42] refs.c: change ref_transaction_update() to do error checking and return status
` [PATCH v6 09/42] refs.c: change ref_transaction_create "
` [PATCH v6 10/42] refs.c: ref_transaction_delete to check for error "
` [PATCH v6 11/42] tag.c: use ref transactions when doing updates
` [PATCH v6 12/42] replace.c: use the ref transaction functions for updates
` [PATCH v6 13/42] commit.c: use ref transactions "
` [PATCH v6 14/42] sequencer.c: use ref transactions for all ref updates
[PATCH 01/10] check_bindir: don't use the -a or -o option with the test command
2014-05-15 17:07 UTC (9+ messages)
` [PATCH 02/10] contrib/examples/git-clone.sh: "
` [PATCH 04/10] contrib/examples/git-merge.sh: "
` [PATCH 07/10] git-bisect.sh: "
` [PATCH 08/10] git-mergetool.sh: "
` [PATCH 09/10] git-rebase--interactive.sh: "
` [PATCH 10/10] git-submodule.sh: "
[RFC/PATCH 0/6] build argv_array into run-command
2014-05-15 16:48 UTC (2+ messages)
Strange situation with --assume-unchanged and diff --find-copies-harder
2014-05-15 16:37 UTC (3+ messages)
` [PATCH] run_diff_files: do not look at uninitialized stat data
[PATCH v3] git-show: fix 'git show -s' to not add extra terminator after merge commit
2014-05-15 16:33 UTC (2+ messages)
[PATCH] bzr per-file comments in git-remote-bzr
2014-05-15 16:07 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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 NNTP newsgroup(s).