git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2014-07-13 04:54:33 to 2014-07-15 23:33:35 UTC [more...]

[PATCH v9 1/4] usage: make error functions a stack
 2014-07-15 23:32 UTC  (4+ 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

[PATCH v8 0/4] tag: configure default tag sort via .gitconfig
 2014-07-15 23:26 UTC  (9+ 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

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

Topic sk/mingw-unicode-spawn-args breaks tests
 2014-07-15 22:54 UTC  (13+ 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()

[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 1/3] tag: use skip_prefix instead of magic numbers
 2014-07-15 21:31 UTC  (16+ messages)
` [PATCH 3/3] tag: support configuring --sort via .gitconfig

[BUG] rebase no longer omits local commits
 2014-07-15 22:06 UTC  (5+ 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 v9 1/4] cache-tree: Create/update cache-tree on checkout
 2014-07-15 21:55 UTC  (6+ messages)
` [PATCH v9 2/4] test-dump-cache-tree: invalid trees are not errors
` [PATCH v9 3/4] cache-tree: subdirectory tests
` [PATCH v9 4/4] cache-tree: Write updated cache-tree after commit

[PATCH v20 00/48] Use ref transactions
 2014-07-15 20:58 UTC  (41+ messages)
` [PATCH v20 20/48] refs.c: change ref_transaction_create to do error checking and return status
` [PATCH v20 22/48] refs.c: make ref_transaction_begin take an err argument
` [PATCH v20 23/48] refs.c: add transaction.status and track OPEN/CLOSED/ERROR
` [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 30/48] refs.c: change update_ref to use a transaction
` [PATCH v20 31/48] receive-pack.c: use a reference transaction for updating the refs
` [PATCH v20 33/48] walker.c: use ref transaction for ref updates
` [PATCH v20 39/48] refs.c: make delete_ref use a transaction
` [PATCH v20 43/48] refs.c: move the check for valid refname to lock_ref_sha1_basic

[PATCH 0/7] ensure index is set for all OBJ_COMMIT objects variable
 2014-07-15 20:12 UTC  (19+ messages)
` [PATCH 2/7] move setting of object->type to alloc_* functions
        ` [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 v2 4/8] parse_object_buffer: do not set object type
        ` [PATCH v2 5/8] add object_as_type helper for casting objects
        ` [PATCH v2 6/8] alloc: factor out commit index
        ` [PATCH v2 7/8] object_as_type: set "
        ` [PATCH v2 8/8] diff-tree: avoid lookup_unknown_object

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

[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  (6+ messages)
` [PATCH v1 2/3] dir.h: move struct exclude declaration to top level
` [PATCH v1 3/3] prep_exclude: remove the artificial PATH_MAX limit

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

[PATCH v8 1/4] cache-tree: Create/update cache-tree on checkout
 2014-07-15 16:45 UTC  (15+ messages)
` [PATCH v8 4/4] cache-tree: Write updated cache-tree after commit
        ` [PATCH v2] lockfile: allow reopening a closed but still locked file

Big repository cannot be reduced
 2014-07-15 16:43 UTC 

(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  (8+ messages)
` [PATCH RFC v2 00/19] Enable options --signoff, --reset-author for pick, reword
  ` [PATCH RFC v2 03/19] rebase -i: reword executes pre-commit hook on interim commit
  ` [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  (24+ 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

[BUG] checkout --orphan breaks HEAD reflog
 2014-07-14 19:44 UTC 

[PATCH v6 00/32] Support multiple checkouts
 2014-07-14 17:05 UTC  (25+ messages)
` [PATCH v6 28/32] gc: style change -- no SP before closing bracket
` [PATCH v7 00/31] Support multiple checkouts
  ` [PATCH v7 15/31] setup.c: convert is_git_directory() to use strbuf
  ` [PATCH v7 16/31] setup.c: detect $GIT_COMMON_DIR in is_git_directory()
  ` [PATCH v7 17/31] setup.c: convert check_repository_format_gently to use strbuf
  ` [PATCH v7 18/31] setup.c: detect $GIT_COMMON_DIR check_repository_format_gently()
  ` [PATCH v7 19/31] setup.c: support multi-checkout repo setup
  ` [PATCH v7 20/31] wrapper.c: wrapper to open a file, fprintf then close
  ` [PATCH v7 21/31] use new wrapper write_file() for simple file writing
  ` [PATCH v7 22/31] checkout: support checking out into a new working directory
  ` [PATCH v7 23/31] checkout: clean up half-prepared directories in --to mode
  ` [PATCH v7 24/31] checkout: detach if the branch is already checked out elsewhere
  ` [PATCH v7 25/31] prune: strategies for linked checkouts
  ` [PATCH v7 26/31] gc: style change -- no SP before closing bracket
  ` [PATCH v7 27/31] gc: factor out gc.pruneexpire parsing code
  ` [PATCH v7 28/31] gc: support prune --repos
  ` [PATCH v7 29/31] count-objects: report unused files in $GIT_DIR/repos/
  ` [PATCH v7 30/31] git_path(): keep "info/sparse-checkout" per work-tree
  ` [PATCH v7 31/31] checkout: don't require a work tree when checking out into a new one

[PATCH/RFH 0/3] stable priority-queue
 2014-07-14 11:02 UTC  (6+ messages)
` [PATCH 1/3] prio-queue: factor out compare and swap operations
` [PATCH 2/3] prio-queue: make output stable with respect to insertion
` [PATCH 3/3] paint_down_to_common: use prio_queue

[PATCH v1 0/3] dir.[ch]: remove PATH_MAX limitation
 2014-07-14  9:43 UTC 

745224e0 gcc-4.9 emmintrin.h build error
 2014-07-14  6:04 UTC  (11+ messages)

[PATCH 1/2] symlinks: remove PATH_MAX limitation
 2014-07-14  4:29 UTC  (8+ messages)
` [PATCH 2/2] dir: "

Race condition in git push --mirror can cause silent ref rewinding
 2014-07-14  4:09 UTC  (4+ messages)

[PATCH v3] http: Add Accept-Language header if possible
 2014-07-14  0:42 UTC  (5+ messages)

[PATCH v7 1/4] cache-tree: Create/update cache-tree on checkout
 2014-07-13 18:58 UTC  (5+ messages)
` [PATCH v7 4/4] cache-tree: Write updated cache-tree after commit

[PATCH 1/4 v6] cache-tree: Create/update cache-tree on checkout
 2014-07-13 16:42 UTC  (7+ messages)
` [PATCH 3/4 v6] cache-tree: subdirectory tests


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