git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2014-07-14 20:50:57 to 2014-07-16 22:37:01 UTC [more...]

What's cooking in git.git (Jul 2014, #03; Wed, 16)
 2014-07-16 22:36 UTC  (2+ messages)

[PATCH 00/12] Use ref transactions part 3
 2014-07-16 22:23 UTC  (13+ messages)
` [PATCH 01/12] wrapper.c: simplify warn_if_unremovable
` [PATCH 02/12] wrapper.c: add a new function unlink_or_msg
` [PATCH 03/12] refs.c: add an err argument to delete_ref_loose
` [PATCH 04/12] refs.c: pass the ref log message to _create/delete/update instead of _commit
` [PATCH 05/12] refs.c: pass NULL as *flags to read_ref_full
` [PATCH 06/12] refs.c: move the check for valid refname to lock_ref_sha1_basic
` [PATCH 07/12] refs.c: call lock_ref_sha1_basic directly from commit
` [PATCH 08/12] refs.c: pass a skip list to name_conflict_fn
` [PATCH 09/12] refs.c: propagate any errno==ENOTDIR from _commit back to the callers
` [PATCH 10/12] fetch.c: change s_update_ref to use a ref transaction
` [PATCH 11/12] refs.c: make write_ref_sha1 static
` [PATCH 12/12] refs.c: fix handling of badly named refs

[PATCH 00/20] ref transactions part 2
 2014-07-16 22:16 UTC  (23+ messages)
` [PATCH 01/20] refs.c: change ref_transaction_create to do error checking and return status
` [PATCH 02/20] refs.c: update ref_transaction_delete to check for error "
` [PATCH 03/20] refs.c: make ref_transaction_begin take an err argument
` [PATCH 04/20] refs.c: add transaction.status and track OPEN/CLOSED/ERROR
` [PATCH 05/20] tag.c: use ref transactions when doing updates
` [PATCH 06/20] replace.c: use the ref transaction functions for updates
` [PATCH 07/20] commit.c: use ref transactions "
` [PATCH 08/20] sequencer.c: use ref transactions for all ref updates
` [PATCH 09/20] fast-import.c: change update_branch to use ref transactions
` [PATCH 10/20] branch.c: use ref transaction for all ref updates
` [PATCH 11/20] refs.c: change update_ref to use a transaction
` [PATCH 12/20] receive-pack.c: use a reference transaction for updating the refs
` [PATCH 13/20] fast-import.c: use a ref transaction when dumping tags
` [PATCH 14/20] walker.c: use ref transaction for ref updates
` [PATCH 15/20] refs.c: make lock_ref_sha1 static
` [PATCH 16/20] refs.c: remove the update_ref_lock function
` [PATCH 17/20] refs.c: remove the update_ref_write function
` [PATCH 18/20] refs.c: remove lock_ref_sha1
` [PATCH 19/20] refs.c: make prune_ref use a transaction to delete the ref
` [PATCH 20/20] refs.c: make delete_ref use a transaction

Topic sk/mingw-unicode-spawn-args breaks tests
 2014-07-16 22:16 UTC  (21+ messages)
    `  "
    ` [PATCH 0/3] fix test suite with mingw-unicode patches
      ` [PATCH 1/3] Win32: Unicode file name support (except dirent)
      ` [PATCH 2/3] Win32: Unicode file name support (dirent)
      ` [PATCH 3/3] tests: do not pass iso8859-1 encoded parameter
          ` [PATCH 1/2] MinGW: fix compile error due to missing ELOOP
          ` [PATCH 2/2] config: use chmod() instead of fchmod()

[ANNOUNCE] Git v2.0.2
 2014-07-16 22:02 UTC 

[PATCH] run-command: use internal argv_array of struct child_process in run_hook_ve()
 2014-07-16 21:57 UTC 

[PATCH v10] tag: support configuring --sort via .gitconfig
 2014-07-16 21:48 UTC 

[PATCH v9 1/4] usage: make error functions a stack
 2014-07-16 21:42 UTC  (11+ messages)
` [PATCH v9 2/4] tag: fix --sort tests to use cat<<-\EOF format
` [PATCH v9 3/4] tag: update parsing to be more precise regarding errors
` [PATCH v9 4/4] tag: support configuring --sort via .gitconfig

[BUG] rebase no longer omits local commits
 2014-07-16 21:36 UTC  (10+ messages)
` [PATCH 1/2] rebase--am: use --cherry-pick instead of --ignore-if-in-upstream
  ` [PATCH 2/2] rebase: omit patch-identical commits with --fork-point
      ` [PATCH v2 1/2] rebase--am: use --cherry-pick instead of --ignore-if-in-upstream
        ` [PATCH v2 2/2] rebase: omit patch-identical commits with --fork-point

[PATCH v8 0/4] tag: configure default tag sort via .gitconfig
 2014-07-16 19:50 UTC  (11+ messages)
` [PATCH v8 1/4] usage: make error functions a stack
` [PATCH v8 2/4] tag: fix --sort tests to use cat<<-\EOF format
` [PATCH v8 3/4] tag: update parsing to be more precise regarding errors
` [PATCH v8 4/4] tag: support configuring --sort via .gitconfig

[RFC] rebase --root: Empty root commit is replaced with sentinel
 2014-07-16 19:32 UTC  (2+ messages)
` [PATCH v1] rebase --root: sentinel commit cloaks empty commits

[PATCH v20 00/48] Use ref transactions
 2014-07-16 18:53 UTC  (22+ messages)
` [PATCH v20 25/48] replace.c: use the ref transaction functions for updates
` [PATCH v20 27/48] sequencer.c: use ref transactions for all ref updates
` [PATCH v20 39/48] refs.c: make delete_ref use a transaction
` [PATCH v20 40/48] refs.c: add an err argument to delete_ref_loose
` [PATCH v20 43/48] refs.c: move the check for valid refname to lock_ref_sha1_basic

[PATCH v1] rebase -p: Command line option --no-ff is ignored
 2014-07-16 18:07 UTC  (3+ messages)

[PATCH v8 1/4] cache-tree: Create/update cache-tree on checkout
 2014-07-16 17:33 UTC  (15+ messages)
` [PATCH v8 4/4] cache-tree: Write updated cache-tree after commit

[PATCH v9 0/3] git config cache & special querying api utilizing the cache
 2014-07-16 17:10 UTC  (21+ messages)
` [PATCH v9 1/2] add `config_set` API for caching config-like files
    ` [PATCH v9r1 "
` [PATCH v9 2/2] test-config: add tests for the config_set API
    ` [PATCH v9r1 "
        ` [PATCH v9r2 1/2] add `config_set` API for caching config-like files
            ` [PATCH 1/3] fixup for patch 2: minor style fix
              ` [PATCH 2/3] fixup for patch 2: actually check the return value
              ` [PATCH 3/3] fixup for patch 1: typo
        ` [PATCH v9r2 2/2] test-config: add tests for the config_set API

Big repository cannot be reduced
 2014-07-16 15:52 UTC  (2+ messages)

diff.renameLimit biting/silently ignored in cherry-pick
 2014-07-16 10:28 UTC 

[PATCH] annotate: use argv_array
 2014-07-16  8:51 UTC 

[Bug] data loss with cyclic alternates
 2014-07-16  6:47 UTC  (16+ messages)
    ` [PATCH] sha1_file: do not add own object directory as alternate
        ` [PATCH v2] "
            ` [PATCH v3] "

[PATCH 1/2] tag: use skip_prefix instead of magic numbers
 2014-07-16  0:55 UTC  (3+ messages)
` [PATCH 2/2 v4] tag: support configuring --sort via .gitconfig

[PATCH 1/3] tag: use skip_prefix instead of magic numbers
 2014-07-15 23:38 UTC  (17+ messages)
` [PATCH 3/3] tag: support configuring --sort via .gitconfig

[PATCH] remove duplicate of is_branch
 2014-07-15 23:20 UTC  (3+ messages)
` [PATCH] refs.c: add a public is_branch function

[PATCH v2 0/4] submodule config lookup API
 2014-07-15 22:37 UTC  (7+ messages)
` [PATCH v2 3/4] use new config API for worktree configurations of submodules
    `  "

[PATCH v9 1/4] cache-tree: Create/update cache-tree on checkout
 2014-07-15 21:55 UTC  (3+ messages)

[PATCH 2/7] move setting of object->type to alloc_* functions
 2014-07-15 20:12 UTC  (7+ messages)
` [PATCH v2 1/8] alloc.c: remove the alloc_raw_commit_node() function
` [PATCH v2 2/8] alloc: write out allocator definitions
` [PATCH v2 3/8] move setting of object->type to alloc_* functions

[PATCH] Coding guideline for Error messages
 2014-07-15 19:28 UTC  (5+ messages)
` [PATCH] doc: State coding guideline for error message punctuation

[PATCH v1 1/3] dir.c: coding style fix
 2014-07-15 19:10 UTC  (4+ messages)

(unknown),
 2014-07-15 16:31 UTC 

[PATCH] .gitignore: Add git-verify-commit
 2014-07-15 13:40 UTC 

[PATCH v8 0/3] git config cache & special querying api utilizing the cache
 2014-07-15 11:32 UTC  (8+ messages)
` [PATCH v8 1/2] add `config_set` API for caching config-like files
` [PATCH v8 2/2] test-config: add tests for the config_set API

[RFC PATCH 0/7] rebase -i: Implement `reword` and `squash` in terms of `do_pick`
 2014-07-15  9:29 UTC  (5+ messages)
` [PATCH RFC v2 00/19] Enable options --signoff, --reset-author for pick, reword
  ` [PATCH RFC v2 07/19] rebase -i: The replay of root commits is not shown with --verbose

[PATCH 1/3] tag: use skip_prefix instead of magic numbers
 2014-07-14 22:08 UTC  (7+ messages)
` [PATCH 3/3 v5] tag: support configuring --sort via .gitconfig

[PATCH 00/14] Add submodule test harness
 2014-07-14 21:18 UTC  (21+ messages)
                ` No fchmod() under msygit - Was: "

What's cooking in git.git (Jul 2014, #02; Mon, 14)
 2014-07-14 21:01 UTC 

[PATCH v21 00/19] Use ref transactions
 2014-07-14 20:59 UTC  (20+ messages)
` [PATCH v21 01/19] refs.c: remove ref_transaction_rollback
` [PATCH v21 02/19] refs.c: ref_transaction_commit should not free the transaction
` [PATCH v21 03/19] refs.c: constify the sha arguments for ref_transaction_create|delete|update
` [PATCH v21 04/19] refs.c: allow passing NULL to ref_transaction_free
` [PATCH v21 05/19] refs.c: add a strbuf argument to ref_transaction_commit for error logging
` [PATCH v21 06/19] lockfile.c: add a new public function unable_to_lock_message
` [PATCH v21 07/19] lockfile.c: make lock_file return a meaningful errno on failure
` [PATCH v21 08/19] refs.c: add an err argument to repack_without_refs
` [PATCH v21 09/19] refs.c: make sure log_ref_setup returns a meaningful errno
` [PATCH v21 10/19] refs.c: verify_lock should set errno to something meaningful
` [PATCH v21 11/19] refs.c: make remove_empty_directories always set errno to something sane
` [PATCH v21 12/19] refs.c: commit_packed_refs to return a meaningful errno on failure
` [PATCH v21 13/19] refs.c: make resolve_ref_unsafe set errno to something meaningful on error
` [PATCH v21 14/19] refs.c: log_ref_write should try to return meaningful errno
` [PATCH v21 15/19] refs.c: make ref_update_reject_duplicates take a strbuf argument for errors
` [PATCH v21 16/19] refs.c: make update_ref_write update a strbuf on failure
` [PATCH v21 17/19] update-ref: use err argument to get error from ref_transaction_commit
` [PATCH v21 18/19] refs.c: remove the onerr argument to ref_transaction_commit
` [PATCH v21 19/19] refs.c: change ref_transaction_update() to do error checking and return status


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