git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2014-07-11 22:46:46 to 2014-07-15 09:53:14 UTC [more...]

[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 v8 1/4] cache-tree: Create/update cache-tree on checkout
 2014-07-15  6:38 UTC  (15+ messages)
` [PATCH v8 2/4] test-dump-cache-tree: invalid trees are not errors
` [PATCH v8 3/4] cache-tree: subdirectory tests
` [PATCH v8 4/4] cache-tree: Write updated cache-tree after commit
        ` [PATCH v2] lockfile: allow reopening a closed but still locked file

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

Topic sk/mingw-unicode-spawn-args breaks tests
 2014-07-15  0:21 UTC  (4+ messages)
    `  "

[PATCH v1 1/3] dir.c: coding style fix
 2014-07-14 22:30 UTC  (4+ 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 v20 00/48] Use ref transactions
 2014-07-14 22:20 UTC  (32+ 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 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

[PATCH v2 0/4] submodule config lookup API
 2014-07-14 20:57 UTC  (6+ messages)
` [PATCH v2 3/4] use new config API for worktree configurations of submodules
    `  "

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

[PATCH 1/3] tag: use skip_prefix instead of magic numbers
 2014-07-14 17:17 UTC  (9+ messages)
` [PATCH 2/3] tag: fix --sort tests to use cat<<-\EOF format
` [PATCH 3/3] tag: support configuring --sort via .gitconfig

[PATCH v6 00/32] Support multiple checkouts
 2014-07-14 17:05 UTC  (41+ messages)
` [PATCH v6 26/32] checkout: detach if the branch is already checked out elsewhere
` [PATCH v6 28/32] gc: style change -- no SP before closing bracket
` [PATCH v7 00/31] Support multiple checkouts
  ` [PATCH v7 01/31] path.c: make get_pathname() return strbuf instead of static buffer
  ` [PATCH v7 02/31] path.c: make get_pathname() call sites return const char *
  ` [PATCH v7 03/31] git_snpath(): retire and replace with strbuf_git_path()
  ` [PATCH v7 04/31] path.c: rename vsnpath() to do_git_path()
  ` [PATCH v7 05/31] path.c: group git_path(), git_pathdup() and strbuf_git_path() together
  ` [PATCH v7 06/31] git_path(): be aware of file relocation in $GIT_DIR
  ` [PATCH v7 07/31] *.sh: respect $GIT_INDEX_FILE
  ` [PATCH v7 08/31] reflog: avoid constructing .lock path with git_path
  ` [PATCH v7 09/31] fast-import: use git_path() for accessing .git dir instead of get_git_dir()
  ` [PATCH v7 10/31] commit: use SEQ_DIR instead of hardcoding "sequencer"
  ` [PATCH v7 11/31] $GIT_COMMON_DIR: a new environment variable
  ` [PATCH v7 12/31] git-sh-setup.sh: use rev-parse --git-path to get $GIT_DIR/objects
  ` [PATCH v7 13/31] *.sh: avoid hardcoding $GIT_DIR/hooks/
  ` [PATCH v7 14/31] git-stash: avoid hardcoding $GIT_DIR/logs/
  ` [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 0/7] ensure index is set for all OBJ_COMMIT objects variable
 2014-07-14 11:03 UTC  (18+ 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

[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  (12+ messages)
` [PATCH 2/2] dir: "
      ` [PATCH] fixup! symlinks: "

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  (8+ messages)

[PATCH v9 1/4] cache-tree: Create/update cache-tree on checkout
 2014-07-13 20:28 UTC  (4+ 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 v7 1/4] cache-tree: Create/update cache-tree on checkout
 2014-07-13 18:58 UTC  (7+ messages)
` [PATCH v7 2/4] test-dump-cache-tree: invalid trees are not errors
` [PATCH v7 3/4] cache-tree: subdirectory tests
` [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  (11+ messages)
` [PATCH 3/4 v6] cache-tree: subdirectory tests
` [PATCH 4/4 v6] cache-tree: Write updated cache-tree after commit

git p4 diff-tree ambiguous argument error
 2014-07-12 19:19 UTC  (6+ messages)

git-p4 and initial import
 2014-07-12 17:56 UTC  (2+ messages)

[PATCH] http: Add Accept-Language header if possible
 2014-07-12 10:11 UTC  (7+ messages)

Error running 'git status' with Git version of current 'next' branch
 2014-07-12  4:59 UTC  (2+ messages)

[BUG] Push fails with dumb http to SabreDAV
 2014-07-12  4:46 UTC  (3+ messages)
` [PATCH] http-push.c: make CURLOPT_IOCTLDATA a usable pointer

[PATCH v8 00/17] add performance tracing facility
 2014-07-12  0:08 UTC  (18+ messages)
` [PATCH v8 01/17] trace: move trace declarations from cache.h to new trace.h
` [PATCH v8 02/17] trace: consistently name the format parameter
` [PATCH v8 03/17] trace: remove redundant printf format attribute
` [PATCH v8 04/17] trace: improve trace performance
` [PATCH v8 05/17] Documentation/git.txt: improve documentation of 'GIT_TRACE*' variables
` [PATCH v8 06/17] sha1_file: change GIT_TRACE_PACK_ACCESS logging to use trace API
` [PATCH v8 07/17] trace: add infrastructure to augment trace output with additional info
` [PATCH v8 08/17] trace: disable additional trace output for unit tests
` [PATCH v8 09/17] trace: add current timestamp to all trace output
` [PATCH v8 10/17] trace: move code around, in preparation to file:line output
` [PATCH v8 11/17] trace: add 'file:line' to all trace output
` [PATCH v8 12/17] trace: add high resolution timer function to debug performance issues
` [PATCH v8 13/17] trace: add trace_performance facility "
` [PATCH v8 14/17] git: add performance tracing for git's main() function to debug scripts
` [PATCH v8 15/17] wt-status: simplify performance measurement by using getnanotime()
` [PATCH v8 16/17] progress: "
` [PATCH v8 17/17] api-trace.txt: add trace API documentation

[PATCH 1/3] tag: use skip_prefix instead of magic numbers
 2014-07-11 22:47 UTC  (3+ messages)


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