git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2018-10-11 17:06:27 to 2018-10-14 02:05:58 UTC [more...]

[RFC PATCH v2 0/7] Improve path collision conflict resolutions
 2018-10-14  2:05 UTC  (6+ messages)
` [RFC PATCH v2 1/7] Add testcases for consistency in file collision conflict handling
` [RFC PATCH v2 2/7] t6036, t6042: testcases for rename collision of already conflicting files
` [RFC PATCH v2 3/7] merge-recursive: new function for better colliding conflict resolutions
` [RFC PATCH v2 4/7] merge-recursive: fix rename/add conflict handling
` [RFC PATCH v2 6/7] merge-recursive: use handle_file_collision for add/add conflicts

bug when combined with etckeeper
 2018-10-13 12:36 UTC  (3+ messages)

[PATCH] zlib.c: use size_t for size
 2018-10-13  8:43 UTC  (11+ messages)
` [PATCH v2 1/1] "

issue: strange `git diff --numstat` behavior
 2018-10-13  8:13 UTC  (2+ messages)

[Question] builtin/branch.c
 2018-10-13  8:11 UTC 

How do smart git helpers transport objects?
 2018-10-13  8:08 UTC 

[PATCH v2 0/6] Use generation numbers for --topo-order
 2018-10-13  8:05 UTC  (12+ messages)
` [PATCH v3 0/7] "
  ` [PATCH v3 3/7] test-reach: add rev-list tests
  ` [PATCH v3 4/7] revision.c: begin refactoring --topo-order logic
  ` [PATCH v3 7/7] revision.c: refactor basic topo-order logic

Bug: manpage for `git ls-files` uses <file> instead of <pathspec>
 2018-10-13  8:03 UTC  (2+ messages)

[PATCH 0/1] Limit client version advertisements
 2018-10-13  7:58 UTC  (16+ messages)
` [PATCH 1/1] protocol: limit max protocol version per service
` [PATCH v2 0/1] Advertise multiple supported proto versions
  ` [PATCH v2 1/1] protocol: advertise multiple supported versions

[PATCH] gc: remove redundant check for gc_auto_threshold
 2018-10-13  7:56 UTC  (5+ messages)

git issue with builds on Travis-CI
 2018-10-13  5:21 UTC 

What's cooking in git.git (Oct 2018, #02; Sat, 13)
 2018-10-13  1:03 UTC  (5+ messages)

[RFC PATCH 0/2] add fuzzing targets for use with LLVM libFuzzer
 2018-10-13  0:59 UTC  (7+ messages)
` [RFC PATCH 1/2] fuzz: Add basic fuzz testing target
` [PATCH v2 0/2] add fuzzing targets for use with OSS-Fuzz
  ` [PATCH v2 1/2] fuzz: Add basic fuzz testing target
  ` [PATCH v2 2/2] fuzz: Add fuzz testing for packfile indices

Git wire protocol v2 fails fetching shallow changes with `pack has XXX unresolved deltas` on large repos with lots of tags Inbox x
 2018-10-13  0:43 UTC  (2+ messages)

[RFC PATCH 00/19] Bring more repository handles into our code base
 2018-10-13  0:30 UTC  (34+ messages)
` [PATCH 01/19] sha1_file: allow read_object to read objects in arbitrary repositories
` [PATCH 02/19] packfile: allow has_packed_and_bad to handle "
` [PATCH 03/19] object-store: allow read_object_file_extended to read from "
` [PATCH 04/19] object-store: prepare read_object_file to deal with "
` [PATCH 05/19] object: parse_object to honor its repository argument
` [PATCH 06/19] commit: allow parse_commit* to handle arbitrary repositories
` [PATCH 07/19] commit.c: allow paint_down_to_common "
` [PATCH 08/19] commit.c: allow merge_bases_many "
` [PATCH 09/19] commit.c: allow remove_redundant "
` [PATCH 10/19] commit: allow get_merge_bases_many_0 "
` [PATCH 11/19] commit: prepare get_merge_bases "
` [PATCH 12/19] commit: prepare get_commit_buffer "
` [PATCH 13/19] commit: prepare in_merge_bases[_many] "
` [PATCH 14/19] commit: prepare repo_unuse_commit_buffer "
` [PATCH 15/19] commit: prepare logmsg_reencode "
` [PATCH 16/19] pretty: prepare format_commit_message "
` [PATCH 17/19] submodule: use submodule repos for object lookup
` [PATCH 18/19] submodule: don't add submodule as odb for push
` [PATCH 19/19] Apply semantic patches from previous patches

[PATCH] range-diff: allow to diff files regardless submodule
 2018-10-12 23:17 UTC  (5+ messages)

[PATCH] submodule helper: convert relative URL to absolute URL if needed
 2018-10-12 22:27 UTC  (2+ messages)

[PATCH 0/4] More merge cleanups
 2018-10-12 21:25 UTC  (5+ messages)
` [PATCH 1/4] t6036: add testcase where virtual merge base contains nested conflicts
` [PATCH 2/4] merge-recursive: increase marker length with depth of recursion
` [PATCH 3/4] merge-recursive: improve auto-merging messages with path collisions
` [PATCH 4/4] merge-recursive: Avoid showing conflicts with merge branch before HEAD

[PATCH v3] gpg-interface.c: detect and reject multiple signatures on commits
 2018-10-12 21:09 UTC 

[RFC PATCH 0/5] filter: support for excluding all trees and blobs
 2018-10-12 20:01 UTC  (10+ messages)
` [PATCH v12 0/8] "
  ` [PATCH v12 1/8] list-objects: store common func args in struct
  ` [PATCH v12 2/8] list-objects: refactor to process_tree_contents
  ` [PATCH v12 3/8] list-objects: always parse trees gently
  ` [PATCH v12 4/8] rev-list: handle missing tree objects properly
  ` [PATCH v12 5/8] revision: mark non-user-given objects instead
  ` [PATCH v12 6/8] list-objects-filter: use BUG rather than die
  ` [PATCH v12 7/8] list-objects-filter-options: do not over-strbuf_init
  ` [PATCH v12 8/8] list-objects-filter: implement filter tree:0

[PATCH] config.mak.dev: add -Wformat
 2018-10-12 19:15 UTC  (5+ messages)

[PATCH 0/3] ref-filter: reduce memory leaks
 2018-10-12 19:09 UTC  (7+ messages)
` [PATCH 1/3] ref-filter: free memory from used_atom
  ` [PATCH 3/3] ref-filter: free item->value and item->value->s

[PATCHv1 0/3] git-p4: improved unshelving
 2018-10-12 18:19 UTC  (6+ messages)
` [PATCHv1 1/3] git-p4: do not fail in verbose mode for missing 'fileSize' key
` [PATCHv1 2/3] git-p4: unshelve into refs/remotes/p4-unshelved, not refs/remotes/p4/unshelved
` [PATCHv1 3/3] git-p4: fully support unshelving changelists

[PATCH 0/3] Add GIT_TEST_MULTI_PACK_INDEX environment variable
 2018-10-12 17:41 UTC  (6+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/3] midx: fix broken free() in close_midx()
  ` [PATCH v2 2/3] midx: close multi-pack-index on repack
  ` [PATCH v2 3/3] multi-pack-index: define GIT_TEST_MULTI_PACK_INDEX

Does git load index file into memory?
 2018-10-12 16:22 UTC 

[PATCH 0/1] rebase -i: introduce the 'break' command
 2018-10-12 15:32 UTC  (18+ messages)
` [PATCH v2 0/2] "
  ` [PATCH v2 1/2] rebase -i: clarify what happens on a failed `exec`
  ` [PATCH v2 2/2] rebase -i: introduce the 'break' command
  ` [PATCH v3 0/2] "
    ` [PATCH v3 1/2] rebase -i: clarify what happens on a failed `exec`
    ` [PATCH v3 2/2] rebase -i: introduce the 'break' command

[PATCH v2 2/2] commit-graph verify: add progress output
 2018-10-12 15:12 UTC  (10+ messages)
` [PATCH v3 1/2] commit-graph write: "

[PATCH] subtree: performance improvement for finding unexpected parent commits
 2018-10-12 14:22 UTC  (3+ messages)

[PATCH v2 0/1] branch: introduce --show-current display option
 2018-10-12 13:43 UTC  (21+ messages)
` [PATCH v2 1/1] "
    ` [PATCH v3] "
        ` [PATCH v4] "

What's cooking in git.git (Oct 2018, #01; Wed, 10)
 2018-10-12 13:36 UTC  (12+ messages)
    ` [PATCH] diff.c: die on unknown color-moved ws mode
` `--rebase-merges' still failing badly

[PATCH 14/14] rerere: convert to use the_hash_algo
 2018-10-12 13:11 UTC  (2+ messages)
` [PATCH] object_id.cocci: match only expressions of type 'struct object_id'

Git Test Coverage Report (Friday, Oct 12)
 2018-10-12 12:59 UTC 

[PATCH 00/15] sequencer: refactor functions working on a todo_list
 2018-10-12 12:23 UTC  (14+ messages)
` [PATCH 04/15] sequencer: refactor sequencer_add_exec_commands() to work "
` [PATCH 07/15] sequencer: make sequencer_make_script() write its script to a strbuf
` [PATCH 08/15] sequencer: change complete_action() to use the refactored functions
` [PATCH 10/15] rebase-interactive: use todo_list_transform() in edit_todo_list()

[PATCH v3 0/1] contrib: Add script to show uncovered "new" lines
 2018-10-12 12:09 UTC  (4+ messages)
` [PATCH v4 "

[GSoC] [PATCH 00/18] builtin rebase options
 2018-10-12 12:01 UTC  (4+ messages)
` [PATCH v2 "

[PATCH] fixup! builtin rebase: support `--gpg-sign` option
 2018-10-12  9:38 UTC  (2+ messages)

[PATCH] diff.c: pass sign_index to emit_line_ws_markup
 2018-10-12  9:37 UTC  (2+ messages)

[PATCH] range-diff: allow to diff files regardless submodule
 2018-10-12  9:26 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] [Outreachy] git/userdiff.c fix regex pattern error
 2018-10-12  8:41 UTC  (8+ messages)

Diff Range Underflow
 2018-10-12  8:10 UTC  (2+ messages)

[PATCH 1/1] subtree: add build targets 'man' and 'html'
 2018-10-12  8:08 UTC  (3+ messages)

[PATCH v2 0/1] Teach the builtin rebase about the builtin interactive rebase
 2018-10-12  7:59 UTC  (4+ messages)
` [PATCH v3 "

[PATCH 0/4] Multiple subtree split fixes regarding complex repos
 2018-10-12  7:35 UTC  (7+ messages)
` [PATCH v2 "
` [PATCH v2 1/4] subtree: refactor split of a commit into standalone method
` [PATCH v2 2/4] subtree: make --ignore-joins pay attention to adds
` [PATCH v2 3/4] subtree: use commits before rejoins for splits
` [PATCH v2 4/4] subtree: improve decision on merges kept in split

[PATCH v6] log: fix coloring of certain octupus merge shapes
 2018-10-12  3:22 UTC  (4+ messages)

[PATCH v3 0/6] Fix the racy split index problem
 2018-10-12  3:20 UTC  (4+ messages)
` [PATCH v4 "

[PATCH v1] read-cache: speed up index load through parallelization
 2018-10-12  3:18 UTC  (3+ messages)
` [PATCH v8 0/7] "

[PATCH v3 0/3] alias help tweaks
 2018-10-12  3:17 UTC  (3+ messages)
` [PATCH v4 "

[RFC PATCH 0/3] support for filtering trees and blobs based on depth
 2018-10-11 23:09 UTC  (4+ messages)
` [RFC PATCH 1/3] list-objects: support for skipping tree traversal
` [RFC PATCH 2/3] Documentation/git-rev-list: s/<commit>/<object>/
` [RFC PATCH 3/3] list-objects-filter: teach tree:# how to handle >0

[PATCH 0/2] add an advice on unqualified <dst> push
 2018-10-11 22:45 UTC  (5+ messages)
` [PATCH 2/2] push: "

[PATCH 1/2] One filter per commit
 2018-10-11 19:11 UTC  (2+ messages)
` [PATCH] Per-commit and per-parent filters for 2 parents

[PATCH] doc: move git-get-tar-commit-id to plumbing
 2018-10-11 18:39 UTC 

[PATCH] doc: move git-cherry to plumbing
 2018-10-11 18:33 UTC 


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