git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2021-08-11 07:46:46 to 2021-08-13 08:26:31 UTC [more...]

[GSoC] Git Blog 12
 2021-08-13  8:25 UTC  (7+ messages)

[PATCH 00/27] [GSOC] [RFC] cat-file: reuse ref-filter logic
 2021-08-13  8:23 UTC  (28+ messages)
` [PATCH 01/27] [GSOC] ref-filter: add obj-type check in grab contents
` [PATCH 02/27] [GSOC] ref-filter: add %(raw) atom
` [PATCH 03/27] [GSOC] ref-filter: --format=%(raw) support --perl
` [PATCH 04/27] [GSOC] ref-filter: use non-const ref_format in *_atom_parser()
` [PATCH 05/27] [GSOC] ref-filter: add %(rest) atom
` [PATCH 06/27] [GSOC] ref-filter: pass get_object() return value to their callers
` [PATCH 07/27] [GSOC] ref-filter: introduce free_ref_array_item_value() function
` [PATCH 08/27] [GSOC] ref-filter: add cat_file_mode to ref_format
` [PATCH 09/27] [GSOC] ref-filter: modify the error message and value in get_object
` [PATCH 10/27] [GSOC] cat-file: add has_object_file() check
` [PATCH 11/27] [GSOC] cat-file: change batch_objects parameter name
` [PATCH 12/27] [GSOC] cat-file: create p1006-cat-file.sh
` [PATCH 13/27] [GSOC] cat-file: reuse ref-filter logic
` [PATCH 14/27] [GSOC] cat-file: reuse err buf in batch_object_write()
` [PATCH 15/27] [GSOC] cat-file: re-implement --textconv, --filters options
` [PATCH 16/27] [GSOC] ref-filter: remove grab_oid() function
` [PATCH 17/27] [GSOC] ref-filter: performance optimization by skip parse_object_buffer
` [PATCH 18/27] [GSOC] ref-filter: use atom_type and merge two for loop in grab_person
` [PATCH 19/27] [GSOC] ref-filter: remove strlen from find_subpos
` [PATCH 20/27] [GSOC] ref-filter: introducing xstrvfmt_len() and xstrfmt_len()
` [PATCH 21/27] [GSOC] ref-filter: remove second parsing in format_ref_array_item
` [PATCH 22/27] [GSOC] ref-filter: introduction ref_filter_slopbuf
` [PATCH 23/27] [GSOC] ref-filter: add deref member to struct used_atom
` [PATCH 24/27] [GSOC] ref-filter: introduce symref_atom_parser()
` [PATCH 25/27] [GSOC] ref-filter: use switch case instread of if else
` [PATCH 26/27] [GSOC] ref-filter: reuse finnal buffer if no stack need
` [PATCH 27/27] [GSOC] ref-filter: add need_get_object_info flag to struct expand_data

What's cooking in git.git (Aug 2021, #04; Tue, 10)
 2021-08-13  8:10 UTC  (12+ messages)

[PATCH v2 0/2] [GSOC] cherry-pick: fix bug when used with GIT_CHERRY_PICK_HELP
 2021-08-13  8:08 UTC  (4+ messages)
` [PATCH v3] [GSOC] cherry-pick: use better advice message

[GSoC] [PATCH v2] submodule--helper: run update procedures from C
 2021-08-13  7:56 UTC  (2+ messages)
` [GSoC] [PATCH v3] "

[QUESTION]Is it possible that git would support two-factor authentication?
 2021-08-13  7:49 UTC  (5+ messages)
  `  "

Git merge improvement - "remove spaces/tabs from beginning of line and end of line"
 2021-08-13  6:57 UTC  (3+ messages)

[PATCH] ci: use upload-artifacts v1 for dockerized jobs
 2021-08-13  6:28 UTC  (4+ messages)

[PATCH] upload-pack.c: treat want-ref relative to namespace
 2021-08-13  6:23 UTC  (9+ messages)
` [PATCH v2] "
  ` [PATCH v3] "
    ` [PATCH v4] "
      ` [PATCH 0/3] upload-pack: "
        ` [PATCH v6 "
        ` [PATCH v6 1/3] t5730: introduce fetch command helper
        ` [PATCH v6 2/3] upload-pack.c: treat want-ref relative to namespace
        ` [PATCH v6 3/3] docs: clarify the interaction of transfer.hideRefs and namespaces

[PATCH v4] clone: update submodule.recurse in config when using --recurse-submodule
 2021-08-13  4:34 UTC  (7+ messages)
` [PATCH v5] clone: set submodule.recurse=true if user enables feature.experimental flag

[PATCH 0/3] rebase --continue: remove .git/MERGE_MSG
 2021-08-13  0:46 UTC  (13+ messages)
` [PATCH 1/3] t3403: fix commit authorship
` [PATCH 2/3] rebase --apply: restore some tests
` [PATCH v2 0/3] rebase --continue: remove .git/MERGE_MSG
  ` [PATCH v2 1/3] t3403: fix commit authorship
  ` [PATCH v2 2/3] rebase --apply: restore some tests
  ` [PATCH v2 3/3] rebase --continue: remove .git/MERGE_MSG

[PATCH 00/22] multi-pack reachability bitmaps
 2021-08-12 23:23 UTC  (31+ messages)
` [PATCH v2 00/24] "
  ` [PATCH v2 14/24] pack-bitmap: write multi-pack bitmaps
` [PATCH v3 00/25] multi-pack reachability bitmaps
  ` [PATCH v3 09/25] midx: avoid opening multiple MIDXs when writing
  ` [PATCH v3 16/25] t5310: move some tests to lib-bitmap.sh
  ` [PATCH v3 17/25] t/helper/test-read-midx.c: add --checksum mode
  ` [PATCH v3 18/25] t5326: test multi-pack bitmap behavior
  ` [PATCH v3 23/25] midx: respect 'GIT_TEST_MULTI_PACK_INDEX_WRITE_BITMAP'
  ` [PATCH v3 25/25] p5326: perf tests for MIDX bitmaps

What's cooking in git.git (Aug 2021, #05; Thu, 12)
 2021-08-12 22:54 UTC 

[PATCH] apply: keep buffer/size pair in sync when parsing binary hunks
 2021-08-12 20:56 UTC  (3+ messages)

[PATCH v4 00/36] Run hooks via "git run hook" & hook library
 2021-08-12 20:48 UTC  (15+ messages)
` [PATCH v2 0/6] config-based hooks restarted
  ` [PATCH v2 1/6] hook: run a list of hooks instead
  ` [PATCH v2 2/6] hook: allow parallel hook execution
  ` [PATCH v2 3/6] hook: introduce "git hook list"
  ` [PATCH v2 4/6] hook: allow running non-native hooks
  ` [PATCH v2 5/6] hook: include hooks from the config
  ` [PATCH v2 6/6] hook: allow out-of-repo 'git hook' invocations

[PATCH] ci: update freebsd 12 cirrus job
 2021-08-12 20:22 UTC 

[PATCH v2 08/24] midx: respect 'core.multiPackIndex' when writing
 2021-08-12 19:59 UTC  (11+ messages)

[PATCH] commit: restore --edit when combined with --fixup
 2021-08-12 19:51 UTC  (13+ messages)
` [PATCH v2] "
  ` [PATCH v3] "
    ` [PATCH v4] "

[PATCH] help.c: help.autocorrect=prompt waits for user action
 2021-08-12 19:37 UTC  (3+ messages)

[PATCH v1 0/1] traverse_trees_and_blobs: rename and tree-wide
 2021-08-12 19:24 UTC  (11+ messages)
` [PATCH v1 1/1] list-objects.c: "
` [PATCH v2 0/1] list-objects.c: rename "traverse_trees_and_blobs" to "traverse_non_commits"
  ` [PATCH v2 1/1] "
  ` [PATCH v3 0/1] "
    ` [PATCH v3 1/1] "

[RFC PATCH] sequencer: warn on skipping previously seen commit
 2021-08-12 19:13 UTC  (4+ messages)
` [PATCH v2] sequencer: advise if skipping cherry-picked commit

Problem with git format-patch and --src-prefix and --dst-prefix
 2021-08-12 17:43 UTC 

[PATCH 0/2] Sparse index: delete ignored files outside sparse cone
 2021-08-12 17:29 UTC  (4+ messages)
` [PATCH v2 0/8] "
  ` [PATCH v2 5/8] sparse-checkout: create helper methods

[PATCH 0/7] In grep, no adding submodule ODB as alternates
 2021-08-12 16:49 UTC  (22+ messages)
` [PATCH 1/7] submodule: lazily add submodule ODBs "
` [PATCH 2/7] grep: use submodule-ODB-as-alternate lazy-addition
` [PATCH 3/7] grep: typesafe versions of grep_source_init
` [PATCH 4/7] grep: read submodule entry with explicit repo
` [PATCH 5/7] grep: allocate subrepos on heap
` [PATCH 6/7] grep: add repository to OID grep sources
` [PATCH 7/7] t7814: show lack of alternate ODB-adding

[ANNOUNCE] Git for Windows 2.33.0-rc2
 2021-08-12 16:10 UTC 

What's cooking in git.git (Jul 2021, #03; Tue, 13)
 2021-08-12  8:35 UTC  (5+ messages)
    ` [PATCH] CodingGuidelines: recommend gender-neutral description

Git GUI does not start
 2021-08-12  4:58 UTC  (3+ messages)

[PATCH v3 1/3] Remove unused var
 2021-08-12  0:13 UTC  (3+ messages)
` [PATCH v3 2/3] diff --submodule=diff: do not fail on ever-initialied deleted submodules
` [PATCH v3 3/3] diff --submodule=diff: Don't print failure message twice

t5607 fail with GIT_TEST_FAIL_PREREQS enabled
 2021-08-11 23:30 UTC  (5+ messages)
    ` [PATCH v2] t5607: avoid using prerequisites to select algorithm

[ANNOUNCE] Git v2.33.0-rc2
 2021-08-11 23:22 UTC 

[ANNOUNCE] Git v2.33.0-rc1 (Build/Test Report)
 2021-08-11 22:30 UTC 

[PATCH 0/7] [un]stage: officially start moving to "staging area"
 2021-08-11 21:40 UTC  (17+ messages)
` [PATCH 6/7] stage: add 'diff' subcommand

[PATCH v4] userdiff: improve java hunk header regex
 2021-08-11 20:32 UTC  (9+ messages)
  ` Re* "

[PATCH] completion: complete more boolean/-like config values
 2021-08-11 19:59 UTC 

[PATCH] completion: avoid config variable name lookup error in nounset mode
 2021-08-11 19:40 UTC  (3+ messages)

[PATCH v5] userdiff: improve java hunk header regex
 2021-08-11 18:55 UTC  (5+ messages)

[PATCH v6] userdiff: improve java hunk header regex
 2021-08-11 17:51 UTC 

[PATCH v2 5/5] oidtree: a crit-bit tree for odb_loose_cache
 2021-08-11 17:20 UTC  (8+ messages)
` [PATCH/RFC 0/3] pedantic errors in next

Bug with Git shallow clones and submodules
 2021-08-11 14:59 UTC 

[GSoC] [PATCH v3 0/8] submodule: convert the rest of 'add' to C
 2021-08-11 10:30 UTC  (11+ messages)
` [GSoC] [PATCH v4 "
  ` [GSoC] [PATCH v4 4/8] dir: libify and export helper functions from clone.c
  ` [GSoC] [PATCH v5 0/9] submodule: convert the rest of 'add' to C
    ` [GSoC] [PATCH v5 1/9] submodule--helper: add options for compute_submodule_clone_url()

[PATCH v4 0/7] packfile-uris: commits and trees exclusion
 2021-08-11  9:59 UTC  (5+ messages)
` [PATCH v4 5/7] packfile-uri.txt: support for excluding commits and trees
` [PATCH v4 6/7] t5702: replace with "test_when_finished" for cleanup
` [PATCH v4 7/7] t5702: support for excluding commit objects


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