git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-05-15 17:56:20 to 2014-05-16 17:38:51 UTC [more...]

[PATCH v10 00/44] Use ref transactions for all ref updates
 2014-05-16 17:37 UTC  (17+ messages)
` [PATCH v10 06/44] refs.c: add an err argument to delete_ref_loose
` [PATCH v10 13/44] tag.c: use ref transactions when doing updates
` [PATCH v10 16/44] sequencer.c: use ref transactions for all ref updates
` [PATCH v10 17/44] fast-import.c: change update_branch to use ref transactions
` [PATCH v10 18/44] branch.c: use ref transaction for all ref updates
` [PATCH v10 19/44] refs.c: change update_ref to use a transaction
` [PATCH v10 21/44] refs.c: ref_transaction_commit should not free the transaction
` [PATCH v10 31/44] refs.c: remove the update_ref_lock function
` [PATCH v10 35/44] refs.c: make delete_ref use a transaction
` [PATCH v10 38/44] refs.c: pack all refs before we start to rename a ref
` [PATCH v10 39/44] refs.c: move the check for valid refname to lock_ref_sha1_basic
` [PATCH v10 40/44] refs.c: call lock_ref_sha1_basic directly from commit
` [PATCH v10 41/44] refs.c: add a new flag for transaction delete for refs we know are packed only
` [PATCH v10 42/44] refs.c: pass a skip list to name_conflict_fn
` [PATCH v10 43/44] refs.c: make rename_ref use a transaction
` [PATCH v10 44/44] refs.c: remove forward declaration of write_ref_sha1

Fwd: [Bug] - Processing commit message after amend
 2014-05-16 16:40 UTC  (10+ messages)
`  "
  ` [PATCH] commit: switch core.commentChar if it's found in existing commit
    ` [PATCH 1/2] config: be strict on core.commentChar
      ` [PATCH 2/2] commit: allow core.commentChar=auto for character auto selection

[GUILT v3 00/31] Teach guilt import-commit how to create legal patch names, and more
 2014-05-16 15:45 UTC  (39+ messages)
` [GUILT v3 01/31] The tests should not fail if guilt.diffstat is set
` [GUILT v3 02/31] Allow "guilt delete -f" to run from a dir which contains spaces
` [GUILT v3 03/31] Added test case for "guilt delete -f"
` [GUILT v3 04/31] Allow "guilt import-commit" to run from a dir which contains spaces
` [GUILT v3 05/31] "guilt new": Accept more than 4 arguments
` [GUILT v3 06/31] Fix the do_get_patch function
` [GUILT v3 07/31] Added test cases for "guilt fold"
` [GUILT v3 08/31] Added more test cases for "guilt new": empty patches
` [GUILT v3 09/31] Test suite: properly check the exit status of commands
` [GUILT v3 10/31] Run test_failed if the exit status of a test script is bad
` [GUILT v3 11/31] test suite: remove pointless redirection
` [GUILT v3 12/31] "guilt header": more robust header selection
` [GUILT v3 13/31] Check that "guilt header '.*'" fails
` [GUILT v3 14/31] Use "git check-ref-format" to validate patch names
` [GUILT v3 15/31] Produce legal patch names in guilt-import-commit
` [GUILT v3 16/31] Fix backslash handling when creating names of imported patches
` [GUILT v3 17/31] "guilt graph" no longer loops when no patches are applied
` [GUILT v3 18/31] guilt-graph: Handle commas in branch names
` [GUILT v3 19/31] Check that "guilt graph" works when working on a branch with a comma
` [GUILT v3 20/31] "guilt graph": Handle patch names containing quotes
` [GUILT v3 21/31] The log.decorate setting should not influence import-commit
` [GUILT v3 22/31] The log.decorate setting should not influence patchbomb
` [GUILT v3 23/31] The log.decorate setting should not influence guilt rebase
` [GUILT v3 24/31] disp no longer processes backslashes
` [GUILT v3 25/31] "guilt push" now fails when there are no more patches to push
` [GUILT v3 26/31] "guilt pop" now fails when there are no more patches to pop
` [GUILT v3 27/31] Minor testsuite fix
` [GUILT v3 28/31] Fix coding style errors in t-061.sh
` [GUILT v3 29/31] Added guilt.reusebranch configuration option
` [GUILT v3 30/31] Added a short style guide, and Emacs settings
` [GUILT v3 31/31] Don't use "git log -p" in the test suite

[PATCH 0/2] Pretty print truncate does not work
 2014-05-16 15:40 UTC  (7+ messages)
` [PATCH 1/2] t4205 (log-pretty-formats): Add failing tests for the case when i18n.logOutputEncoding is set
` [PATCH 2/2] pretty.c: format string with truncate respects logOutputEncoding
    ` [PATCH v2 0/2] Reroll patch series. Pretty print truncate does not work
    ` [PATCH v2 1/2] t4205, t6006: Add failing tests for the case when i18n.logOutputEncoding is set
    ` [PATCH v2 2/2] pretty.c: format string with truncate respects logOutputEncoding

[PATCH v8 00/44] Use ref transactions for all ref updates
 2014-05-16 15:15 UTC  (46+ 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 04/44] refs.c: add an err argument to repack_without_refs
` [PATCH v8 06/44] refs.c: add an err argument ro delete_loose_ref
` [PATCH v8 08/44] update-ref.c: log transaction error from the update_ref
` [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 21/44] refs.c: ref_transaction_commit should not free the transaction

[PATCH] transport-helper: add trailing --
 2014-05-16 13:15 UTC  (3+ messages)

[PATCH/RFC] Always auto-gc after calling a fast-import transport
 2014-05-16 13:08 UTC  (2+ messages)

[GUILT v2 00/29] Teach guilt import-commit how to create legal patch names, and more
 2014-05-16 12:55 UTC  (11+ 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

[PATCH v2 00/17] contrib: cleanup
 2014-05-16 12:20 UTC  (20+ 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] "

[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  (3+ messages)
` [PATCH 08/10] git-mergetool.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  (12+ messages)

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


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