git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2020-07-30 00:27:49 to 2020-08-02 06:33:17 UTC [more...]

[PATCH 0/4] Attr fixes
 2020-08-02  6:33 UTC  (5+ messages)
` [PATCH 1/4] t6038: make tests fail for the right reason
` [PATCH 2/4] t6038: fix test with obviously incorrect expectations
` [PATCH 3/4] merge: make merge.renormalize work for all uses of merge machinery
` [PATCH 4/4] checkout: support renormalization with checkout -m <paths>

Chinese characters are garbled, setting utf-8 is also garbled
 2020-08-02  4:17 UTC  (3+ messages)

[PATCH] merge-recursive: fix unclear and outright wrong comments
 2020-08-02  3:14 UTC 

I have gone and done a bad thing - malformed tree objects
 2020-08-02  2:50 UTC  (9+ messages)

[RFC PATCH v1 0/6] stash: drop usage of a second index
 2020-08-02  2:20 UTC  (17+ messages)
` [PATCH v2 "
  ` [PATCH v2 5/6] stash: remove the second index in restore_untracked()
  ` [PATCH v3 0/6] stash: drop usage of a second index
    ` [PATCH v3 1/6] stash: mark `i_tree' in reset_tree() const
    ` [PATCH v3 2/6] stash: remove the second index in stash_working_tree()
    ` [PATCH v3 3/6] stash: remove the second index in stash_patch()
    ` [PATCH v3 4/6] stash: remove the second index in save_untracked_files()
    ` [PATCH v3 5/6] stash: remove the second index in restore_untracked()
    ` [PATCH v3 6/6] stash: remove `stash_index_path'

[PATCH] diff: teach --stat to ignore uninteresting modifications
 2020-08-02  1:51 UTC  (3+ messages)

[PATCH] t1450: fix quoting of NUL byte when corrupting pack
 2020-08-02  1:02 UTC  (4+ messages)

[PATCH 0/3] Introduce --first-parent flag for git bisect
 2020-08-01 19:30 UTC  (16+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/3] rev-list: allow bisect and first-parent flags
  ` [PATCH v2 2/3] bisect: introduce first-parent flag
  ` [PATCH v2 3/3] bisect: combine args passed to find_bisection()
  ` [PATCH v3 0/4] Introduce --first-parent flag for git bisect
    ` [PATCH v3 1/4] rev-list: allow bisect and first-parent flags
    ` [PATCH v3 2/4] bisect: introduce first-parent flag
    ` [PATCH v3 3/4] bisect: combine args passed to find_bisection()
    ` [PATCH v3 4/4] bisect: consistent style for git bisect run tests

Avoiding 'master' nomenclature
 2020-08-01  7:15 UTC  (34+ messages)
              ` [PATCH v3 0/2] fmt-merge-msg: selectively suppress "into <branch>"
                ` [PATCH v3 1/2] Revert "fmt-merge-msg: stop treating `master` specially"
                ` [PATCH v3 2/2] fmt-merge-msg: allow merge destination to be omitted again

Privacy invasion
 2020-08-01  3:31 UTC 

[PATCH 0/4] worktree: cleanups & simplification
 2020-07-31 23:32 UTC  (5+ messages)
` [PATCH 1/4] worktree: drop pointless strbuf_release()
` [PATCH 2/4] worktree: drop unused code from get_linked_worktree()
` [PATCH 3/4] worktree: drop bogus and unnecessary path munging
` [PATCH 4/4] worktree: retire special-case normalization of main worktree path

[PATCH 0/3] making --first-parent imply -m
 2020-07-31 23:08 UTC  (4+ messages)
` [PATCH v2 0/7] making log "

[PATCH v2 0/4] upload-pack: custom allowed object filters
 2020-07-31 21:43 UTC  (14+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/4] list_objects_filter_options: introduce 'list_object_filter_config_name'
  ` [PATCH v3 2/4] upload-pack.c: allow banning certain object filter(s)
  ` [PATCH v3 3/4] upload-pack.c: pass 'struct list_objects_filter_options *'
  ` [PATCH v3 4/4] upload-pack.c: introduce 'uploadpackfilter.tree.maxDepth'

Diff --stat for files that differ only in whitespace
 2020-07-31 20:43 UTC  (7+ messages)

[PATCH v4 0/3] Add support for %(contents:size) in ref-filter
 2020-07-31 20:40 UTC  (15+ messages)
` [PATCH v5 "
  ` [PATCH v5 3/3] ref-filter: add support for %(contents:size)
      ` [PATCH v1] t6300: fix issues related to %(contents:size)
        ` [PATCH v2] "

Issue when adding new files to staged changes using interactive mode
 2020-07-31 19:51 UTC  (2+ messages)

[PATCH] commit-graph: add verify changed paths option
 2020-07-31 19:31 UTC  (8+ messages)

[PATCH] refs: add \t to reflog in the files backend
 2020-07-31 17:36 UTC  (3+ messages)

[PATCH 00/21] Maintenance builtin, allowing 'gc --auto' customization
 2020-07-31 16:40 UTC  (60+ messages)
` [PATCH v2 00/18] "
  ` [PATCH v2 01/18] maintenance: create basic maintenance runner
  ` [PATCH v2 03/18] maintenance: replace run_auto_gc()
  ` [PATCH v2 05/18] maintenance: add commit-graph task
  ` [PATCH v2 08/18] maintenance: add prefetch task
              ` [PATCH v2] fetch: optionally allow disabling FETCH_HEAD update
  ` [PATCH v2 09/18] maintenance: add loose-objects task
  ` [PATCH v2 11/18] maintenance: auto-size incremental-repack batch
  ` [PATCH v3 00/20] Maintenance builtin, allowing 'gc --auto' customization
    ` [PATCH v3 01/20] maintenance: create basic maintenance runner
    ` [PATCH v3 02/20] maintenance: add --quiet option
    ` [PATCH v3 03/20] maintenance: replace run_auto_gc()
    ` [PATCH v3 04/20] maintenance: initialize task array
    ` [PATCH v3 05/20] maintenance: add commit-graph task
    ` [PATCH v3 06/20] maintenance: add --task option
    ` [PATCH v3 07/20] maintenance: take a lock on the objects directory
    ` [PATCH v3 08/20] fetch: optionally allow disabling FETCH_HEAD update
    ` [PATCH v3 09/20] maintenance: add prefetch task
    ` [PATCH v3 10/20] maintenance: add loose-objects task
    ` [PATCH v3 11/20] midx: enable core.multiPackIndex by default
    ` [PATCH v3 12/20] maintenance: add incremental-repack task
    ` [PATCH v3 13/20] maintenance: auto-size incremental-repack batch
    ` [PATCH v3 14/20] maintenance: create maintenance.<task>.enabled config
    ` [PATCH v3 15/20] maintenance: use pointers to check --auto
    ` [PATCH v3 16/20] maintenance: add auto condition for commit-graph task
    ` [PATCH v3 17/20] maintenance: create auto condition for loose-objects
    ` [PATCH v3 18/20] maintenance: add incremental-repack auto condition
    ` [PATCH v3 19/20] midx: use start_delayed_progress()
    ` [PATCH v3 20/20] maintenance: add trace2 regions for task execution

[PATCH v19 00/20] Reftable support git-core
 2020-07-31 15:27 UTC  (23+ messages)
` [PATCH v20 00/21] "
  ` [PATCH v20 01/21] refs: add \t to reflog in the files backend
  ` [PATCH v20 02/21] Split off reading loose ref data in separate function
  ` [PATCH v20 03/21] t1400: use git rev-parse for testing PSEUDOREF existence
  ` [PATCH v20 04/21] Modify pseudo refs through ref backend storage
  ` [PATCH v20 05/21] Make HEAD a PSEUDOREF rather than PER_WORKTREE
  ` [PATCH v20 06/21] Make refs_ref_exists public
  ` [PATCH v20 07/21] Treat CHERRY_PICK_HEAD as a pseudo ref
  ` [PATCH v20 08/21] Treat REVERT_HEAD "
  ` [PATCH v20 09/21] Move REF_LOG_ONLY to refs-internal.h
  ` [PATCH v20 10/21] Iteration over entire ref namespace is iterating over "refs/"
  ` [PATCH v20 11/21] Add .gitattributes for the reftable/ directory
  ` [PATCH v20 12/21] Add reftable library
  ` [PATCH v20 13/21] Add standalone build infrastructure for reftable
  ` [PATCH v20 14/21] Reftable support for git-core
  ` [PATCH v20 15/21] Read FETCH_HEAD as loose ref
  ` [PATCH v20 16/21] Hookup unittests for the reftable library
  ` [PATCH v20 17/21] Add GIT_DEBUG_REFS debugging mechanism
  ` [PATCH v20 18/21] vcxproj: adjust for the reftable changes
  ` [PATCH v20 19/21] git-prompt: prepare for reftable refs backend
  ` [PATCH v20 20/21] Add reftable testing infrastructure
  ` [PATCH v20 21/21] Add "test-tool dump-reftable" command

Git union issue
 2020-07-31  2:12 UTC  (3+ messages)

[RFC PATCH] gitweb: Map names/emails with mailmap
 2020-07-31  2:10 UTC  (4+ messages)

What's cooking in git.git (Jul 2020, #06; Thu, 30)
 2020-07-31  1:27 UTC  (3+ messages)

[PATCH v3 0/6] propose config-based hooks
 2020-07-30 23:41 UTC  (4+ messages)
` [RFC PATCH v3 5/6] parse-options: parse into argv_array

[PATCH v5 00/39] SHA-256, part 3/3
 2020-07-30 16:18 UTC  (4+ messages)
` [PATCH v6 "

[PATCH] git-help.txt: fix mentions of option --guides
 2020-07-30 10:56 UTC  (2+ messages)

[PATCH 0/6] [GSoC] Implement Corrected Commit Date
 2020-07-30  7:47 UTC  (15+ messages)
` [PATCH 1/6] commit-graph: fix regression when computing bloom filter
` [PATCH 3/6] commit-graph: consolidate fill_commit_graph_info
` [PATCH 5/6] commit-graph: implement generation data chunk
` [PATCH 6/6] commit-graph: implement corrected commit date offset


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