git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2021-04-10 01:03:32 to 2021-04-12 15:41:09 UTC [more...]

[PATCH v4] git-apply: allow simultaneous --cached and --3way options
 2021-04-12 15:40 UTC  (3+ messages)
` [PATCH v5] "

Unexpected conflict during cherry-pick after moving submodule
 2021-04-12 15:29 UTC  (2+ messages)

[PATCH] config: Introduce GIT_CONFIG_NOGLOBAL
 2021-04-12 14:46 UTC  (10+ messages)
` [PATCH v2 0/3] config: allow overriding global/system config
  ` [PATCH v2 3/3] config: allow overriding of global and system configuration
  ` [PATCH v3 0/3] config: allow overriding global/system config
    ` [PATCH v3 1/3] config: rename `git_etc_config()`
    ` [PATCH v3 2/3] config: unify code paths to get global config paths
    ` [PATCH v3 3/3] config: allow overriding of global and system configuration
` [PATCH v3] "

[PATCH v2 0/8] rev-parse: implement object type filter
 2021-04-12 13:37 UTC  (18+ messages)
` [PATCH v3 "
  ` [PATCH v3 4/8] list-objects: support filtering by tag and commit
  ` [PATCH v3 8/8] rev-list: allow filtering of provided items
  ` [PATCH v4 0/8] rev-list: implement object type filter
    ` [PATCH v4 1/8] uploadpack.txt: document implication of `uploadpackfilter.allow`
    ` [PATCH v4 2/8] revision: mark commit parents as NOT_USER_GIVEN
    ` [PATCH v4 3/8] list-objects: move tag processing into its own function
    ` [PATCH v4 4/8] list-objects: support filtering by tag and commit
    ` [PATCH v4 5/8] list-objects: implement object type filter
    ` [PATCH v4 6/8] pack-bitmap: "
    ` [PATCH v4 7/8] pack-bitmap: implement combined filter
    ` [PATCH v4 8/8] rev-list: allow filtering of provided items

[RFC PATCH v1 00/13][GSoC] doc: (monospace) apply CodingGuidelines on a large-scale
 2021-04-12 13:37 UTC  (5+ messages)
` [RFC PATCH v1 01/13] doc: typeset command-line options in monospace

[GSoC][Draft Proposal] Finish converting git submodule to builtin
 2021-04-12 13:29 UTC  (8+ messages)
` [GSoC][Draft Proposal v2] "
  ` [GSoC][Draft Proposal v3] "

[PATCH 00/25] grep: PCREv2 fixes, remove kwset.[ch]
 2021-04-12 13:19 UTC  (4+ messages)
` [PATCH v2 04/22] test-lib functions: add --printf option to test_commit

[PATCH v2 0/3] git-send-email: improve SSL configuration
 2021-04-12 13:16 UTC  (20+ messages)
` [PATCH v2 1/3] git-send-email(1): improve smtp-encryption docs
` [PATCH v2 2/3] git-send-email: die on invalid smtp_encryption
` [PATCH v2 3/3] git-send-email: rename 'tls' to 'starttls'
` [PATCH 0/2] send-email: simplify smtp.{smtpssl,smtpencryption} parsing
  ` [PATCH 1/2] send-email: remove non-working support for "sendemail.smtpssl"
  ` [PATCH 2/2] send-email: refactor sendemail.smtpencryption config parsing

[PATCH 00/15] SHA-256 / SHA-1 interop, part 1
 2021-04-12 12:41 UTC  (36+ messages)
` [PATCH 01/15] sha1-file: allow hashing objects literally with any algorithm
` [PATCH 02/15] builtin/hash-object: allow literally hashing with a given algorithm
` [PATCH 03/15] cache: add an algo member to struct object_id
` [PATCH 04/15] Always use oidread to read into "
` [PATCH 05/15] hash: add a function to finalize object IDs
` [PATCH 06/15] Use the final_oid_fn to finalize hashing of "
` [PATCH 07/15] builtin/pack-redundant: avoid casting buffers to struct object_id
` [PATCH 08/15] cache: compare the entire buffer for "
` [PATCH 09/15] hash: set and copy algo field in "
          ` [PATCH 0/2] C99: harder dependency on variadic macros
            ` [PATCH 1/2] git-compat-util.h: clarify comment on GCC-specific code
            ` [PATCH 2/2] C99 support: remove non-HAVE_VARIADIC_MACROS code
` [PATCH 10/15] hash: provide per-algorithm null OIDs
` [PATCH 11/15] builtin/show-index: set the algorithm for object IDs
` [PATCH 12/15] commit-graph: don't store file hashes as struct object_id
` [PATCH 13/15] builtin/pack-objects: avoid using struct object_id for pack hash
` [PATCH 14/15] hex: default to the_hash_algo on zero algorithm value
` [PATCH 15/15] hex: print objects using the hash algorithm member

[PATCH 00/10] describe tests: refactor & fix recent broken tests
 2021-04-12 11:33 UTC  (10+ messages)
` [PATCH v2 0/5] describe test fixes
  ` [PATCH v2 1/5] describe tests: improve test for --work-tree & --dirty
  ` [PATCH v2 2/5] describe tests: refactor away from glob matching
  ` [PATCH v2 3/5] describe tests: don't rely on err.actual from "check_describe"
  ` [PATCH v2 4/5] describe tests: fix nested "test_expect_success" call
  ` [PATCH v2 5/5] describe tests: support -C in "check_describe"
` [PATCH v2 0/2] svn tests: trivial "set -e" in main body of test fixes
  ` [PATCH v2 1/2] svn tests: remove legacy re-setup from init-clone test
  ` [PATCH v2 2/2] svn tests: refactor away a "set -e" in test body

[PATCH 00/16] test-lib.sh: new test_commit args, simplification & fixes
 2021-04-12 11:09 UTC  (17+ messages)
` [PATCH 01/16] check-non-portable-shell: complain about "test" a/-o instead of &&/||
` [PATCH 02/16] test-lib: bring $remove_trash out of retirement
` [PATCH 03/16] test-lib tests: remove dead GIT_TEST_FRAMEWORK_SELFTEST variable
` [PATCH 04/16] test-lib-functions: reword "test_commit --append" docs
` [PATCH 05/16] test-lib-functions: document test_commit --no-tag
` [PATCH 06/16] test-lib functions: add an --annotated-tag option to "test_commit"
` [PATCH 07/16] describe tests: convert setup to use test_commit
` [PATCH 08/16] test-lib functions: add --printf option to test_commit
` [PATCH 09/16] submodule tests: use symbolic-ref --short to discover branch name
` [PATCH 10/16] test-lib: reformat argument list in test_create_repo()
` [PATCH 11/16] test-lib: do not show advice about init.defaultBranch under --verbose
` [PATCH 12/16] test-lib: modernize test_create_repo() function
` [PATCH 13/16] test-lib-functions: normalize test_path_is_missing() debugging
` [PATCH 14/16] test-lib-functions: use "return 1" instead of "false"
` [PATCH 15/16] Revert and amend "test-lib-functions: assert correct parameter count"
` [PATCH 16/16] test-lib-functions: remove last two parameter count assertions

What's cooking in git.git (Apr 2021, #02; Thu, 8)
 2021-04-12 11:04 UTC  (2+ messages)

[PATCH 0/2] git-p4: encoding of data from perforce
 2021-04-12  8:52 UTC  (3+ messages)
` [PATCH 1/2] git-p4: avoid decoding more "
` [PATCH 2/2] git-p4: do not decode data from perforce by default

rather slow 'git repack' in 'blob:none' partial clones
 2021-04-12  7:53 UTC  (6+ messages)

git-p4 crashes on non UTF-8 output from p4
 2021-04-12  4:06 UTC  (6+ messages)

[PATCH] pack-objects: update "nr_seen" progress based on pack-reused count
 2021-04-12  3:41 UTC 

How to checkout a branch (and not a tag)
 2021-04-11 23:29 UTC  (3+ messages)

[PATCH 0/9] git log: configurable default format for merge diffs
 2021-04-11 21:58 UTC  (12+ messages)
` [PATCH v1 0/5] "
  ` [PATCH v1 1/5] diff-merges: introduce --diff-merges=default
  ` [PATCH v1 2/5] diff-merges: refactor set_diff_merges()
  ` [PATCH v1 3/5] diff-merges: adapt -m to enable default diff format
  ` [PATCH v1 4/5] diff-merges: introduce log.diffMerges config variable
  ` [PATCH v1 5/5] doc/diff-options: document new --diff-merges features

[PATCH v2 0/5] Maintenance: adapt custom refspecs
 2021-04-11 21:09 UTC  (7+ messages)
` [PATCH v3 0/3] "
  ` [PATCH v3 1/3] maintenance: simplify prefetch logic
  ` [PATCH v3 2/3] fetch: add --prefetch option
  ` [PATCH v3 3/3] maintenance: use 'git fetch --prefetch'

[RFC PATCH v1 0/1] pathspec: warn: long and short forms are incompatible
 2021-04-11 20:53 UTC  (6+ messages)
` [PATCH v3] pathspec: advice: "

[PATCH v3 0/4] Finish converting git bisect to C part 4
 2021-04-11 20:33 UTC  (8+ messages)
` [PATCH v3 1/4] run-command: make `exists_in_PATH()` non-static
` [PATCH v3 2/4] bisect--helper: reimplement `bisect_visualize()`shell function in C
` [PATCH v3 3/4] bisect--helper: reimplement `bisect_run` shell "
` [PATCH v3 4/4] bisect--helper: retire `--bisect-next-check` subcommand

GSoC Git Proposal Draft - ZheNing Hu
 2021-04-11 15:34 UTC  (3+ messages)

[PATCH v13 4/5] bugreport: add uname info
 2021-04-11 14:33 UTC  (2+ messages)
` [PATCH] t0091-bugreport.sh: actually verify some content of report

[PATCH 00/12] Fix all leaks in tests t0002-t0099: Part 1
 2021-04-11 11:43 UTC  (9+ messages)
` [PATCH 01/12] revision: free remainder of old commit list in limit_list
` [PATCH 03/12] ls-files: free max_prefix when done
` [PATCH 04/12] bloom: clear each bloom_key after use
` [PATCH 09/12] mailinfo: also free strbuf lists when clearing mailinfo

[PATCH] merge-ort: only do pointer arithmetic for non-empty lists
 2021-04-11 11:05 UTC  (6+ messages)
` [PATCH v2] "

[PATCH v2 0/4] Finish converting git bisect to C part 4
 2021-04-11 10:04 UTC  (4+ messages)
` [PATCH v2 3/4] bisect--helper: reimplement `bisect_run` shell function in C

[PATCH] send-email: clarify SMTP encryption settings
 2021-04-11  5:48 UTC  (8+ messages)

question re: git show-ref and matching ref patterns from the front
 2021-04-11  2:09 UTC  (3+ messages)

[PATCH] fetch: show progress for packfile uri downloads
 2021-04-11  1:30 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v6 00/13] Rewrite the remaining merge strategies from shell to C
 2021-04-10 14:17 UTC  (10+ messages)
` [PATCH v7 00/15] "
  ` [PATCH v7 08/15] merge-one-file: rewrite in C
  ` [PATCH v7 09/15] merge-resolve: "

[PATCH v7] [GSOC] trailer: add new trailer.<token>.cmd config option
 2021-04-10 14:09 UTC  (8+ messages)
` [PATCH v8 0/2] [GSOC] trailer: add new .cmd "
  ` [PATCH v8 1/2] [GSOC] docs: correct descript of trailer.<token>.command
  ` [PATCH v8 2/2] [GSOC] trailer: add new .cmd config option

[PATCH v2 00/10] improve reporting of unexpected objects
 2021-04-10 13:01 UTC  (6+ messages)
` [PATCH 0/2] blob/object.c: trivial readability improvements
  ` [PATCH 1/2] blob.c: remove buffer & size arguments to parse_blob_buffer()

[PATCH v3 00/35] 20210215154427.32693-1-avarab@gmail.com
 2021-04-10 12:30 UTC  (12+ messages)
` [PATCH v4 00/10] userdiff: refactor + test improvements
  ` [PATCH v4 05/10] userdiff: add and use for_each_userdiff_driver()

[GSoC] Draft Proposal (Convert submodule to builtin)
 2021-04-10 12:03 UTC  (7+ messages)

[PATCH 0/5] Maintenance: adapt custom refspecs
 2021-04-10 11:37 UTC  (8+ messages)
` [PATCH 5/5] maintenance: allow custom refspecs during prefetch

[RFC/PATCH 0/2] here-doc test bodies
 2021-04-10  8:30 UTC  (8+ messages)
` [PATCH 1/2] test-lib: allow test snippets as here-docs

Warning during 'git stash push'
 2021-04-10  6:50 UTC  (2+ messages)

[PATCH 0/5] small doc make and lint fixes
 2021-04-10  4:14 UTC  (6+ messages)
` [PATCH 5/5] doc lint: lint and fix missing "GIT" end sections

difftool and new files
 2021-04-10  3:25 UTC 

[PATCH 0/5] config: support --type=bool-or-auto for "tristate" parsing
 2021-04-10  1:43 UTC  (7+ messages)
` [PATCH 4/5] config.c: add a "tristate" helper

[PATCH] doc: update advice about other implementations' v4 index support
 2021-04-10  1:12 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).