git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2021-01-07 20:38:21 to 2021-01-09 23:10:01 UTC [more...]

What's cooking in git.git (Jan 2021, #02; Fri, 8)
 2021-01-09 23:08 UTC  (6+ messages)

[PATCH] fixup! mergetool: add automerge configuration
 2021-01-09 22:54 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH] apply: don't use core.sharedRepository to create working tree files
 2021-01-09 22:43 UTC  (4+ messages)
` [PATCH] t4129: fix setfacl-related permissions failure

Is t5516 somehow flakey only on macOS?
 2021-01-09 22:42 UTC  (8+ messages)

What's cooking in git.git (Jan 2021, #01; Wed, 6)
 2021-01-09 22:29 UTC  (6+ messages)

Git 2.30.0 and failed self tests
 2021-01-09 22:26 UTC  (7+ messages)

suspected race between packing and fetch (single case study)
 2021-01-09 22:11 UTC  (3+ messages)

Difficulties of scripting git
 2021-01-09 22:06 UTC  (3+ messages)
` [PATCH] docs: add description of status output table

[PATCH] bundle: arguments can be read from stdin
 2021-01-09 22:02 UTC  (13+ messages)
` [PATCH v3 1/2] bundle: lost objects when removing duplicate pendings
    ` [PATCH v4 0/2] Improvements for git-bundle
    ` [PATCH v4 1/2] bundle: lost objects when removing duplicate pendings
    ` [PATCH v4 2/2] bundle: arguments can be read from stdin

[PATCH] t7800-difftool: don't accidentally match tmp dirs
 2021-01-09 21:40 UTC  (7+ messages)
    ` [PATCH v2] "

git-bugreport-2021-01-06-1209.txt (git can't deal with special characters)
 2021-01-09 17:23 UTC  (2+ messages)

rev-list with multiple commits sharing same patch-id
 2021-01-09 16:24 UTC 

[PATCH] t4129: don't fail if setgid is set in the parent directory
 2021-01-09 14:19 UTC  (4+ messages)
` [PATCH v2] t4129: don't fail if setgid is set in the test directory

[PATCH 0/1] And so it begins...merge/rename performance work
 2021-01-09  0:52 UTC  (6+ messages)
` [PATCH 1/1] merge-ort: begin performance work; instrument with trace2_region_* calls

[PATCH 0/2] fetch: implement support for atomic reference updates
 2021-01-09  0:05 UTC  (16+ messages)
` [PATCH 1/2] fetch: allow passing a transaction to `s_update_ref()`
` [PATCH 2/2] fetch: implement support for atomic reference updates
` [PATCH v2 0/4] "
  ` [PATCH v2 1/4] fetch: extract writing to FETCH_HEAD
  ` [PATCH v2 2/4] fetch: refactor `s_update_ref` to use common exit path
  ` [PATCH v2 3/4] fetch: allow passing a transaction to `s_update_ref()`
  ` [PATCH v2 4/4] fetch: implement support for atomic reference updates

Git 2.30.0 and failed self tests
 2021-01-09  0:07 UTC 

[PATCH 0/1] add--interactive: skip index refresh in reset patch mode
 2021-01-08 20:08 UTC  (12+ messages)
        ` Cc'ing the Git maintainer on GitGitGadget contributions, was "

[PATCH 00/12] Remove more index compatibility macros
 2021-01-08 20:02 UTC  (23+ messages)
` [PATCH v2 00/14] "
  ` [PATCH v2 14/14] update-index: remove static globals from callbacks
  ` [PATCH v3 00/14] Remove more index compatibility macros
    ` [PATCH v3 01/14] mv: remove "
    ` [PATCH v3 02/14] rm: remove compatilibity macros
    ` [PATCH v3 03/14] update-index: drop the_index, the_repository
    ` [PATCH v3 04/14] update-index: use istate->cache over active_cache
    ` [PATCH v3 05/14] update-index: use istate->cache_nr over active_nr
    ` [PATCH v3 06/14] update-index: use istate->cache_changed
    ` [PATCH v3 07/14] update-index: use index_name_pos() over cache_name_pos()
    ` [PATCH v3 08/14] update-index: use remove_file_from_index()
    ` [PATCH v3 09/14] update-index: use add_index_entry()
    ` [PATCH v3 10/14] update-index: replace several compatibility macros
    ` [PATCH v3 11/14] update-index: remove ce_match_stat(), all macros
    ` [PATCH v3 12/14] update-index: reduce static globals, part 1
    ` [PATCH v3 13/14] update-index: reduce static globals, part 2
    ` [PATCH v3 14/14] update-index: remove static globals from callbacks

[PATCH] doc: remove "directory cache" from man pages
 2021-01-08 19:52 UTC  (4+ messages)

[BUG?] 'git subtree split' replicates unrelated mainline merges into subtree?
 2021-01-08 18:54 UTC  (2+ messages)

[Outreachy] Project blog - 4
 2021-01-08 19:12 UTC 

git-bugreport-2021-01-06-1209.txt (git can't deal with special characters)
 2021-01-08 19:07 UTC  (7+ messages)

[PATCH 0/8] pack-revindex: introduce on-disk '.rev' format
 2021-01-08 18:20 UTC  (9+ messages)
` [PATCH 1/8] packfile: prepare for the existence of '*.rev' files
` [PATCH 2/8] pack-write.c: prepare to write 'pack-*.rev' files
` [PATCH 3/8] builtin/index-pack.c: write reverse indexes
` [PATCH 4/8] builtin/pack-objects.c: respect 'pack.writeReverseIndex'
` [PATCH 5/8] Documentation/config/pack.txt: advertise 'pack.writeReverseIndex'
` [PATCH 6/8] t: prepare for GIT_TEST_WRITE_REV_INDEX
` [PATCH 7/8] t: support GIT_TEST_WRITE_REV_INDEX
` [PATCH 8/8] pack-revindex: ensure that on-disk reverse indexes are given precedence

[PATCH 00/20] pack-revindex: prepare for on-disk reverse index
 2021-01-08 18:18 UTC  (21+ messages)
` [PATCH 01/20] pack-revindex: introduce a new API
` [PATCH 02/20] write_reuse_object(): convert to new revindex API
` [PATCH 03/20] write_reused_pack_one(): "
` [PATCH 04/20] write_reused_pack_verbatim(): "
` [PATCH 05/20] check_object(): "
` [PATCH 06/20] bitmap_position_packfile(): "
` [PATCH 07/20] show_objects_for_type(): "
` [PATCH 08/20] get_size_by_pos(): "
` [PATCH 09/20] try_partial_reuse(): "
` [PATCH 10/20] rebuild_existing_bitmaps(): "
` [PATCH 11/20] get_delta_base_oid(): "
` [PATCH 12/20] retry_bad_packed_offset(): "
` [PATCH 13/20] packed_object_info(): "
` [PATCH 14/20] unpack_entry(): "
` [PATCH 15/20] for_each_object_in_pack(): "
` [PATCH 16/20] builtin/gc.c: guess the size of the revindex
` [PATCH 17/20] pack-revindex: remove unused 'find_pack_revindex()'
` [PATCH 18/20] pack-revindex: remove unused 'find_revindex_position()'
` [PATCH 19/20] pack-revindex: hide the definition of 'revindex_entry'
` [PATCH 20/20] pack-revindex.c: avoid direct revindex access in 'offset_to_pack_pos()'

[Outreachy] Blog Post Submission
 2021-01-08 16:54 UTC  (4+ messages)

[PATCH] rebase -i: do leave commit message intact in fixup! chains
 2021-01-08 16:28 UTC  (2+ messages)
` [PATCH v2] "

Feature request - git add --patch should have an option to discard or drop a hunk Inbox
 2021-01-08 16:15 UTC  (4+ messages)

Patchwork instance "Submitter" attribution and GitGitGadget
 2021-01-08 15:07 UTC  (6+ messages)

[PATCH v8 0/4] mergetool: add automerge configuration
 2021-01-08 15:04 UTC  (9+ messages)
` [PATCH v9 0/5] "
  ` [PATCH v9 5/5] mergetool: add automerge_enabled tool-specific override function

[PATCH] builtin/ls-files.c:add git ls-file --dedup option
 2021-01-08 14:36 UTC  (4+ messages)
` [PATCH v2 0/2] "
  ` [PATCH v2 1/2] "
  ` [PATCH v2 2/2] builtin:ls-files.c:add "

[Bug] 'git submodule update --single-branch' still fetching master
 2021-01-08 14:27 UTC  (3+ messages)

[PATCH 0/7] teach `worktree list` verbose mode and prunable annotations
 2021-01-08 10:33 UTC  (30+ messages)
` [PATCH 1/7] worktree: move should_prune_worktree() to worktree.c
` [PATCH 2/7] worktree: implement worktree_prune_reason() wrapper
` [PATCH 3/7] worktree: teach worktree_lock_reason() to gently handle main worktree
` [PATCH 4/7] worktree: teach `list` prunable annotation and verbose
` [PATCH 5/7] worktree: `list` escape lock reason in --porcelain
    ` [PATCH] worktree: add -z option for list subcommand
` [PATCH 6/7] worktree: add tests for `list` verbose and annotations
` [PATCH 7/7] worktree: document `list` verbose and prunable annotations

[RFC PATCH 0/9][Outreachy] rebase -i: add options to fixup command
 2021-01-08  9:23 UTC  (10+ messages)
` [RFC PATCH 1/9] rebase -i: only write fixup-message when it's needed
` [RFC PATCH 2/9] sequencer: factor out code to append squash message
` [RFC PATCH 3/9] rebase -i: comment out squash!/fixup! subjects from "
` [RFC PATCH 4/9] sequencer: pass todo_item to do_pick_commit()
` [RFC PATCH 5/9] sequencer: use const variable for commit message comments
` [RFC PATCH 6/9] rebase -i: add fixup [-C | -c] command
` [RFC PATCH 7/9] t3437: test script for fixup [-C|-c] options in interactive rebase
` [RFC PATCH 8/9] rebase -i: teach --autosquash to work with amend!
` [RFC PATCH 9/9] doc/git-rebase: add documentation for fixup [-C|-c] options

[PATCH v5 00/12] Rewrite the remaining merge strategies from shell to C
 2021-01-08  6:54 UTC  (6+ messages)
` [PATCH v6 00/13] "
  ` [PATCH v6 04/13] merge-one-file: rewrite in C

[PATCH v4] git-send-email.txt: mention less secure app access with Gmail
 2021-01-08  6:45 UTC  (2+ messages)

[PATCH v4 00/10] [GSoC] Implement Corrected Commit Date
 2021-01-08  5:51 UTC  (7+ messages)
` [PATCH v5 00/11] "
  ` [PATCH v5 01/11] commit-graph: fix regression when computing Bloom filters

[PATCH v2] for-each-repo: do nothing on empty config
 2021-01-08  2:30 UTC  (2+ messages)
` [PATCH v3] "

[PATCH] CoC: update to 2.0
 2021-01-08  1:57 UTC  (7+ messages)
` [PATCH v2 2/2] CoC: update to version 2.0 + local changes
    ` Re* "

[PATCH] SubmittingPatches: tighten wording on "sign-off" procedure
 2021-01-07 23:38 UTC  (2+ messages)
` [PATCH v2] "

What's cooking in git.git (Dec 2020, #05; Mon, 28)
 2021-01-07 23:23 UTC  (4+ messages)
` ss/submodule-add-in-c, was "

[PATCH 0/5] branch: --sort improvements
 2021-01-07 23:24 UTC  (3+ messages)
` [PATCH v2 5/7] ref-filter: move ref_sorting flags to a bitfield

[Outreachy] Internship blog 2020 post #3
 2021-01-07 22:10 UTC  (2+ messages)
  ` [Wireshark-dev] "

git gc ineffective
 2021-01-07 21:48 UTC  (7+ messages)

[PATCH 00/18] Add directory rename detection to merge-ort
 2021-01-07 21:36 UTC  (19+ messages)
` [PATCH v2 00/17] "
  ` [PATCH v2 01/17] merge-ort: add new data structures for directory rename detection
  ` [PATCH v2 02/17] merge-ort: initialize and free new directory rename data structures
  ` [PATCH v2 03/17] merge-ort: collect which directories are removed in dirs_removed
  ` [PATCH v2 04/17] merge-ort: add outline for computing directory renames
  ` [PATCH v2 05/17] merge-ort: add outline of get_provisional_directory_renames()
  ` [PATCH v2 06/17] merge-ort: copy get_renamed_dir_portion() from merge-recursive.c
  ` [PATCH v2 07/17] merge-ort: implement compute_rename_counts()
  ` [PATCH v2 08/17] merge-ort: implement handle_directory_level_conflicts()
  ` [PATCH v2 09/17] merge-ort: modify collect_renames() for directory rename handling
  ` [PATCH v2 10/17] merge-ort: implement compute_collisions()
  ` [PATCH v2 11/17] merge-ort: implement apply_dir_rename() and check_dir_renamed()
  ` [PATCH v2 12/17] merge-ort: implement check_for_directory_rename()
  ` [PATCH v2 13/17] merge-ort: implement handle_path_level_conflicts()
  ` [PATCH v2 14/17] merge-ort: add a new toplevel_dir field
  ` [PATCH v2 15/17] merge-ort: implement apply_directory_rename_modifications()
  ` [PATCH v2 16/17] merge-ort: process_renames() now needs more defensiveness
  ` [PATCH v2 17/17] merge-ort: fix a directory rename detection bug

[PATCH 0/8] Cleanups around index operations
 2021-01-07 21:26 UTC  (6+ messages)
` [PATCH v2 0/9] "
  ` [PATCH v2 6/9] index-format: update preamble to cached tree extension

[PATCH] Documentation/git-send-email.txt: Mention less secure app access might need to enable
 2021-01-07 20:37 UTC  (3+ messages)
` [PATCH v3] git-send-email.txt: mention less secure app access with Gmail


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