git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2017-06-22 10:27:11 to 2017-06-23 18:53:39 UTC [more...]

[PATCH 0/3] Add regression tests for recent rebase -i fixes
 2017-06-23 18:53 UTC  (7+ messages)
` [PATCH v3 0/4] "

(no subject)
 2017-06-23 18:44 UTC  (14+ messages)
` your mail
  ` AW: "

[RFC/PATCH v4 00/49] Add initial experimental external ODB support
 2017-06-23 18:24 UTC  (2+ messages)

[PATCH] pathspec: die on empty strings as pathspec
 2017-06-23 18:04 UTC  (6+ messages)

[PATCH v3 00/20] repository object
 2017-06-23 17:38 UTC  (28+ messages)
` [PATCH v4 "
  ` [PATCH v4 01/20] setup: don't perform lazy initialization of repository state
  ` [PATCH v4 02/20] setup: add comment indicating a hack
  ` [PATCH v4 03/20] environment: remove namespace_len variable
  ` [PATCH v4 04/20] repository: introduce the repository object
  ` [PATCH v4 05/20] environment: place key repository state in the_repository
  ` [PATCH v4 06/20] environment: store worktree "
  ` [PATCH v4 07/20] path: create path.h
  ` [PATCH v4 08/20] path: always pass in commondir to update_common_dir
  ` [PATCH v4 09/20] path: convert strbuf_git_common_path to take a 'struct repository'
  ` [PATCH v4 10/20] path: convert do_git_path "
  ` [PATCH v4 11/20] path: worktree_git_path() should not use file relocation
  ` [PATCH v4 12/20] path: add repo_git_path and strbuf_repo_git_path
  ` [PATCH v4 13/20] path: add repo_worktree_path and strbuf_repo_worktree_path
  ` [PATCH v4 14/20] config: read config from a repository object
  ` [PATCH v4 15/20] repository: add index_state to struct repo
  ` [PATCH v4 16/20] submodule-config: store the_submodule_cache in the_repository
  ` [PATCH v4 17/20] submodule: add repo_read_gitmodules
  ` [PATCH v4 18/20] submodule: convert is_submodule_initialized to work on a repository
  ` [PATCH v4 19/20] repository: enable initialization of submodules
  ` [PATCH v4 20/20] ls-files: use repository object

[PATCH 0/3] WIP list-objects and pack-objects for partial clone
 2017-06-23 17:16 UTC  (9+ messages)
` [PATCH 1/3] list-objects: add filter_blob to traverse_commit_list
` [PATCH 2/3] pack-objects: WIP add max-blob-size filtering
` [PATCH 3/3] pack-objects: add t5317 to test max-blob-size

[PATCH] strbuf: change an always NULL/"" strbuf_addftime() param to bool
 2017-06-23 17:13 UTC  (12+ messages)
      ` [PATCH -v2] "

[PATCH v2 1/3] read-cache: use shared perms when writing shared index
 2017-06-23 15:16 UTC  (3+ messages)
` [PATCH v2 2/3] t1301: move modebits() to test-lib-functions.sh
` [PATCH v2 3/3] t1700: make sure split-index respects core.sharedrepository

[PATCH 1/3] read-cache: use shared perms when writing shared index
 2017-06-23 15:14 UTC  (13+ messages)
` [PATCH 2/3] t1301: move movebits() to test-lib-functions.sh
` [PATCH 3/3] t1700: make sure split-index respects core.sharedrepository

[RFC PATCH] proposal for refs/tracking/* hierarchy
 2017-06-23 13:55 UTC  (2+ messages)

[PATCH] xdiff: trim common tail with -U0 after diff
 2017-06-23 10:36 UTC 

What's cooking in git.git (Jun 2017, #06; Thu, 22)
 2017-06-23  9:43 UTC  (4+ messages)

[PATCH v2 00/29] Create a reference backend for packed refs
 2017-06-23  7:01 UTC  (30+ messages)
` [PATCH v2 01/29] t1408: add a test of stale packed refs covered by loose refs
` [PATCH v2 02/29] add_packed_ref(): teach function to overwrite existing refs
` [PATCH v2 03/29] packed_ref_store: new struct
` [PATCH v2 04/29] packed_ref_store: move `packed_refs_path` here
` [PATCH v2 05/29] packed_ref_store: move `packed_refs_lock` member here
` [PATCH v2 06/29] clear_packed_ref_cache(): take a `packed_ref_store *` parameter
` [PATCH v2 07/29] validate_packed_ref_cache(): "
` [PATCH v2 08/29] get_packed_ref_cache(): "
` [PATCH v2 09/29] get_packed_refs(): "
` [PATCH v2 10/29] add_packed_ref(): "
` [PATCH v2 11/29] lock_packed_refs(): "
` [PATCH v2 12/29] commit_packed_refs(): "
` [PATCH v2 13/29] rollback_packed_refs(): "
` [PATCH v2 14/29] get_packed_ref(): "
` [PATCH v2 15/29] repack_without_refs(): "
` [PATCH v2 16/29] packed_peel_ref(): new function, extracted from `files_peel_ref()`
` [PATCH v2 17/29] packed_ref_store: support iteration
` [PATCH v2 18/29] packed_read_raw_ref(): new function, replacing `resolve_packed_ref()`
` [PATCH v2 19/29] packed-backend: new module for handling packed references
` [PATCH v2 20/29] packed_ref_store: make class into a subclass of `ref_store`
` [PATCH v2 21/29] commit_packed_refs(): report errors rather than dying
` [PATCH v2 22/29] commit_packed_refs(): use a staging file separate from the lockfile
` [PATCH v2 23/29] packed_refs_lock(): function renamed from lock_packed_refs()
` [PATCH v2 24/29] packed_refs_lock(): report errors via a `struct strbuf *err`
` [PATCH v2 25/29] packed_refs_unlock(), packed_refs_is_locked(): new functions
` [PATCH v2 26/29] clear_packed_ref_cache(): don't protest if the lock is held
` [PATCH v2 27/29] commit_packed_refs(): remove call to `packed_refs_unlock()`
` [PATCH v2 28/29] repack_without_refs(): don't lock or unlock the packed refs
` [PATCH v2 29/29] read_packed_refs(): die if `packed-refs` contains bogus data

[PATCH] diff.c: color moved lines differently
 2017-06-23  4:56 UTC  (37+ messages)
` [PATCH 00/26] reroll of sb/diff-color-moved
  ` [PATCH 08/26] diff.c: migrate emit_line_checked to use emit_diff_symbol
  ` [PATCH 11/26] diff.c: emit_diff_symbol learns DIFF_SYMBOL_FILEPAIR
  ` [PATCHv2 00/25] reroll of sb/diff-color-moved
    ` [PATCHv2 01/25] diff.c: readability fix
    ` [PATCHv2 02/25] diff.c: move line ending check into emit_hunk_header
    ` [PATCHv2 03/25] diff.c: factor out diff_flush_patch_all_file_pairs
    ` [PATCHv2 04/25] diff.c: introduce emit_diff_symbol
    ` [PATCHv2 05/25] diff.c: emit_diff_symbol learns DIFF_SYMBOL_CONTEXT_MARKER
    ` [PATCHv2 06/25] diff.c: emit_diff_symbol learns DIFF_SYMBOL_CONTEXT_FRAGINFO
    ` [PATCHv2 07/25] diff.c: emit_diff_symbol learns DIFF_SYMBOL_NO_LF_EOF
    ` [PATCHv2 08/25] diff.c: migrate emit_line_checked to use emit_diff_symbol
    ` [PATCHv2 09/25] diff.c: emit_diff_symbol learns DIFF_SYMBOL_WORDS[_PORCELAIN]
    ` [PATCHv2 10/25] diff.c: emit_diff_symbol learns DIFF_SYMBOL_CONTEXT_INCOMPLETE
    ` [PATCHv2 11/25] diff.c: emit_diff_symbol learns DIFF_SYMBOL_FILEPAIR_{PLUS, MINUS}
    ` [PATCHv2 12/25] diff.c: emit_diff_symbol learns DIFF_SYMBOL_HEADER
    ` [PATCHv2 13/25] diff.c: emit_diff_symbol learns about DIFF_SYMBOL_BINARY_FILES
    ` [PATCHv2 14/25] diff.c: emit_diff_symbol learns DIFF_SYMBOL_REWRITE_DIFF
    ` [PATCHv2 15/25] submodule.c: migrate diff output to use emit_diff_symbol
    ` [PATCHv2 16/25] diff.c: convert emit_binary_diff_body "
    ` [PATCHv2 17/25] diff.c: convert show_stats "
    ` [PATCHv2 18/25] diff.c: convert word diffing "
    ` [PATCHv2 19/25] diff.c: emit_diff_symbol learns about DIFF_SYMBOL_STAT_SEP
    ` [PATCHv2 20/25] diff.c: emit_diff_symbol learns about DIFF_SYMBOL_SUMMARY
    ` [PATCHv2 21/25] diff.c: buffer all output if asked to
    ` [PATCHv2 22/25] diff.c: color moved lines differently
    ` [PATCHv2 23/25] diff.c: color moved lines differently, plain mode
    ` [PATCHv2 24/25] diff.c: add dimming to moved line detection
    ` [PATCHv2 25/25] diff: document the new --color-moved setting

Truncating HEAD reflog on branch move
 2017-06-23  3:13 UTC  (12+ messages)

Ambiguity warning printed twice ?
 2017-06-23  2:11 UTC  (3+ messages)

[PATCH 0/5] Move unquote_path() from git-add--interactive.perl to Git.pm
 2017-06-22 23:18 UTC  (9+ messages)
` [PATCH 1/5] Git.pm Add unquote_path()
` [PATCH 3/5] Git::unquote_path() throw an exception on bad path
` [PATCH 4/5] Add tests for Git::unquote_path()
` [PATCH 5/5] git-add--interactive.perl: Use unquote_path() from Git.pm

[BUG] add_again() off-by-one error in custom format
 2017-06-22 23:15 UTC  (20+ messages)
                      ` [PATCH] sha1_name: cache readdir(3) results in find_short_object_filename()

[PATCHv4 1/2] clone: respect additional configured fetch refspecs during initial fetch
 2017-06-22 22:23 UTC  (5+ messages)
` [PATCHv5 0/2] "
  ` [PATCHv5 1/2] "

[PATCH] name-rev: Fix tag lookup on repository with mixed types of tags
 2017-06-22 22:03 UTC  (2+ messages)

[PATCH 0/3] wildmatch refactoring
 2017-06-22 21:38 UTC  (4+ messages)
` [PATCH 1/3] wildmatch: remove unused wildopts parameter
` [RFC/PATCH 2/3] wildmatch: add interface for precompiling wildmatch() patterns
` [RFC/PATCH 3/3] wildmatch: make use of the "

[RFC/PATCH] submodules: overhaul documentation
 2017-06-22 21:09 UTC  (9+ messages)
` [PATCHv2] "
  ` [PATCHv3] "

[PATCH] name-rev: Fix tag lookup on repository with mixed types of tags
 2017-06-22 20:38 UTC  (2+ messages)

[PATCH/FINALRFC] Documentation/git-submodule: cleanup
 2017-06-22 19:13 UTC  (4+ messages)
` [PATCH/FINAL] "

[PATCH] git-p4: changelist template with p4 -G change -o
 2017-06-22 17:32 UTC  (2+ messages)

[PATCH v4 0/5] Implement git stash as a builtin command
 2017-06-22 17:23 UTC  (6+ messages)
` [PATCH v4 5/5] stash: implement builtin stash

[PATCH 00/28] Create a reference backend for packed refs
 2017-06-22 15:33 UTC  (7+ messages)

No "invalid option" message with git diff --cached --invalid-option
 2017-06-22 14:13 UTC  (2+ 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).