git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2021-02-24 19:57:08 to 2021-02-27 00:32:59 UTC [more...]

[PATCH 00/10] Optimization batch 8: use file basenames even more
 2021-02-27  0:30 UTC  (37+ messages)
` [PATCH v2 "
  ` [PATCH v2 04/10] diffcore-rename: extend cleanup_dir_rename_info()
  ` [PATCH v2 08/10] diffcore-rename: add a new idx_possible_rename function
  ` [PATCH v3 00/10] Optimization batch 8: use file basenames even more
    ` [PATCH v3 01/10] diffcore-rename: use directory rename guided basename comparisons
    ` [PATCH v3 02/10] diffcore-rename: add a new idx_possible_rename function
    ` [PATCH v3 03/10] diffcore-rename: add a mapping of destination names to their indices
    ` [PATCH v3 04/10] Move computation of dir_rename_count from merge-ort to diffcore-rename
    ` [PATCH v3 05/10] diffcore-rename: add function for clearing dir_rename_count
    ` [PATCH v3 06/10] diffcore-rename: move dir_rename_counts into dir_rename_info struct
    ` [PATCH v3 07/10] diffcore-rename: extend cleanup_dir_rename_info()
    ` [PATCH v3 08/10] diffcore-rename: compute dir_rename_counts in stages
    ` [PATCH v3 09/10] diffcore-rename: limit dir_rename_counts computation to relevant dirs
    ` [PATCH v3 10/10] diffcore-rename: compute dir_rename_guess from dir_rename_counts
    ` [PATCH v4 00/10] Optimization batch 8: use file basenames even more
      ` [PATCH v4 01/10] diffcore-rename: use directory rename guided basename comparisons
      ` [PATCH v4 02/10] diffcore-rename: provide basic implementation of idx_possible_rename()
      ` [PATCH v4 03/10] diffcore-rename: add a mapping of destination names to their indices
      ` [PATCH v4 04/10] Move computation of dir_rename_count from merge-ort to diffcore-rename
      ` [PATCH v4 05/10] diffcore-rename: add function for clearing dir_rename_count
      ` [PATCH v4 06/10] diffcore-rename: move dir_rename_counts into dir_rename_info struct
      ` [PATCH v4 07/10] diffcore-rename: extend cleanup_dir_rename_info()
      ` [PATCH v4 08/10] diffcore-rename: compute dir_rename_counts in stages
      ` [PATCH v4 09/10] diffcore-rename: limit dir_rename_counts computation to relevant dirs
      ` [PATCH v4 10/10] diffcore-rename: compute dir_rename_guess from dir_rename_counts

[PATCH 0/1] mergetools/vimdiff: add vimdiff1 merge tool variant
 2021-02-26 23:35 UTC  (9+ messages)
` [PATCH 1/1] "

Pathspec does not accept / does not warn for specific pathspecs
 2021-02-26 23:27 UTC  (2+ messages)

[RFC] new subcommand: git sync
 2021-02-26 23:20 UTC  (5+ messages)

[PATCH] pack-revindex.c: don't close unopened file descriptors
 2021-02-26 22:41 UTC  (3+ messages)

[PATCH] commit-graph: warn about incompatibilities only when trying to write
 2021-02-26 22:39 UTC  (3+ messages)

[Outreachy] Last Internship blog post, post #6
 2021-02-26 22:24 UTC 

[PATCH] wrapper: add workaround for open() returning EINTR
 2021-02-26 22:17 UTC  (9+ messages)
      ` [PATCH v2] Makefile: add OPEN_RETURNS_EINTR knob

[PATCH 00/20] Sparse Index: Design, Format, Tests
 2021-02-26 21:28 UTC  (19+ messages)
` [PATCH 01/20] sparse-index: design doc and format update
` [PATCH 06/20] t1092: compare sparse-checkout to sparse-index
` [PATCH 07/20] test-read-cache: print cache entries with --table
` [PATCH 10/20] sparse-checkout: hold pattern list in index
` [PATCH 11/20] sparse-index: convert from full to sparse
` [PATCH 13/20] unpack-trees: allow sparse directories
` [PATCH 15/20] sparse-index: create extension for compatibility

[QUESTION] Tracking HEAD changes?
 2021-02-26 20:58 UTC  (13+ messages)

partial clone: promisor fetch during push (pack-objects)
 2021-02-26 20:54 UTC  (2+ messages)

[PATCH v3 00/12] Simple IPC Mechanism
 2021-02-26 20:50 UTC  (16+ messages)
` [PATCH v4 "
  ` [PATCH v4 01/12] pkt-line: eliminate the need for static buffer in packet_write_gently()
  ` [PATCH v4 07/12] unix-socket: elimiate static unix_stream_socket() helper function
  ` [PATCH v4 08/12] unix-socket: add backlog size option to unix_stream_listen()
  ` [PATCH v4 10/12] unix-socket: create `unix_stream_server__listen_with_lock()`

[PATCH 0/6][Outreachy] commit: Implementation of "amend!" commit
 2021-02-26 19:32 UTC  (15+ messages)
` [PATCH v2 "
` [PATCH v2 1/6] sequencer: export subject_length()
` [PATCH v2 2/6] commit: add amend suboption to --fixup to create amend! commit
` [PATCH v2 3/6] commit: add a reword suboption to --fixup
` [PATCH v2 4/6] t7500: add tests for --fixup=[amend|reword] options
` [PATCH v2 5/6] t3437: use --fixup with options to create amend! commit
` [PATCH v2 6/6] doc/git-commit: add documentation for fixup=[amend|reword] options

[PATCH] convert: fail gracefully upon missing clean cmd on required filter
 2021-02-26 16:23 UTC  (4+ messages)
` [PATCH v2] "

[GIT PULL] git-gui pull request
 2021-02-26 16:10 UTC 

[PATCH] t/perf: handle worktrees as test repos
 2021-02-26 15:43 UTC  (5+ messages)
` [PATCH v2] t/perf worktree improvements
  ` [PATCH v2 1/2] t/perf: handle worktrees as test repos
  ` [PATCH v2 2/2] t/perf: avoid copying worktree files from test repo

[L10N] Kickoff for Git 2.31.0 round #1
 2021-02-26 14:34 UTC 

[ANNOUNCE] Git for Windows 2.31.0-rc0
 2021-02-26 12:08 UTC 

[PATCH v2 00/27] userdiff: refactor + test + doc + misc improvements
 2021-02-26  8:03 UTC  (29+ messages)
` [PATCH v3 11/35] userdiff tests: match full hunk headers
` [PATCH v3 12/35] userdiff tests: change setup loop to individual test setup
` [PATCH v3 13/35] userdiff tests: factor out test_diff_funcname() logic
` [PATCH v3 14/35] userdiff tests: add alternative hunk header test infrastructure
` [PATCH v3 17/35] userdiff tests: move custom patterns into one test file
` [PATCH v3 18/35] userdiff tests: remove hack for "RIGHT" token
` [PATCH v3 20/35] userdiff tests: assert that new built-in drivers have tests
` [PATCH v3 22/35] gitattributes doc: reword discussion of built-in userdiff patterns
` [PATCH v3 23/35] userdiff tests: move perl tests to perl.sh
` [PATCH v3 24/35] userdiff tests: move away from "RIGHT" in perl.sh
` [PATCH v3 25/35] gitattributes doc: document multi-line userdiff patterns
` [PATCH v3 26/35] userdiff tests: switch to -U0 by default
` [PATCH v3 27/35] userdiff tests: remove "funcname" from custom3 test
` [PATCH v3 28/35] userdiff tests: assert empty hunk header context on -U<large>
` [PATCH v3 29/35] userdiff tests: test for a bug in 1dbf0c0ad6c
` [PATCH v3 30/35] userdiff golang: simplify and correct matching regex
` [PATCH v3 31/35] userdiff golang: don't over-match intented constructs
` [PATCH v3 32/35] userdiff golang: add a rule to match "package"
` [PATCH v3 33/35] userdiff golang: match multi-line "const" and "import"
` [PATCH v3 34/35] userdiff tests: add basic test for ada
` [PATCH v3 35/35] userdiff tests: add basic test for ruby

bug: setting GIT_DIR to $(git rev-parse --git-dir) changes behavior
 2021-02-26  7:54 UTC 

Limited local file inclusion with .mailmap symlinks and git-archive
 2021-02-26  6:35 UTC  (8+ messages)
` [PATCH 1/2] fsck: make symlinked .gitignore and .gitattributes a warning
        ` [PATCH 0/6] open in-tree files with O_NOFOLLOW

[PATCH 00/10] repack: support repacking into a geometric sequence
 2021-02-26  6:23 UTC  (9+ messages)
` [PATCH v4 0/8] "
  ` [PATCH v4 8/8] builtin/repack.c: add '--geometric' option

[PATCH] githooks.txt: Clarify documentation on reference-transaction hook
 2021-02-26  6:03 UTC  (2+ messages)

[ANNOUNCE] Git v2.31.0-rc0
 2021-02-26  2:03 UTC 

Draft of Git Rev News edition 72
 2021-02-25 22:40 UTC 

plsplspls help
 2021-02-25 15:00 UTC 

[PATCH v7 15/17] hook: provide stdin by string_list or callback
 2021-02-25 20:56 UTC  (2+ messages)

Getting an actuallt useful merge base?
 2021-02-25 20:26 UTC  (7+ messages)

[PATCH 1/2] remote: add camel-cased *.tagOpt key, like clone
 2021-02-25 20:00 UTC  (7+ messages)
` [PATCH 2/2] remote: write camel-cased *.pushRemote on rename

[PATCH v6 00/17] propose config-based hooks (part I)
 2021-02-25 19:50 UTC  (7+ messages)
` [PATCH v7 "

[PATCH v4] difftool.c: learn a new way start at specified file
 2021-02-25 19:01 UTC  (9+ messages)
` [PATCH v5 0/2] "

[Outreachy] Project blog-10
 2021-02-25 18:41 UTC 

bug: setting GIT_DIR to $(git rev-parse --git-dir) changes behavior
 2021-02-25 18:29 UTC  (2+ messages)

[PATCH 0/2] Specify generation number version by config
 2021-02-25 18:19 UTC  (3+ messages)
` [PATCH 1/2] commit-graph: create local repository pointer
` [PATCH 2/2] commit-graph: use config to specify generation type

[PATCH] format-patch: allow a non-integral version numbers
 2021-02-25 18:13 UTC  (3+ messages)

Commit graph chains with no corresponding files?
 2021-02-25 14:20 UTC  (4+ messages)

[PATCH] commit-graph: when incompatible with graphs, indicate why
 2021-02-25 14:07 UTC  (2+ messages)
` noisy "warning: repository contains (deprecated) grafts; skipping commit-graph" warnings

Wrong configuration variable mentioned in git-push documentation (examples section)
 2021-02-25 13:57 UTC  (2+ messages)

[PATCH v3] clone: document partial clone section
 2021-02-25 13:38 UTC  (3+ messages)
` [PATCH v4] "

Help for the git patch with "---"
 2021-02-25 13:22 UTC  (2+ messages)

[PATCH] read-cache: make the index write buffer size 128K
 2021-02-25  7:57 UTC  (11+ messages)

[PATCH] commit-graph: avoid leaking topo_levels slab in write_commit_graph()
 2021-02-25  6:26 UTC 

FUSE fs for git
 2021-02-25  5:32 UTC  (3+ messages)

[PATCH v4] gitk: tag add right click options
 2021-02-25  4:38 UTC  (2+ messages)
` [PATCH v5] gitk: add right-click context menu for tags

[PATCH] dir: fix malloc of root untracked_cache_dir
 2021-02-24 23:51 UTC  (5+ messages)

Ort-merge: What does "ort" mean?
 2021-02-24 23:22 UTC  (4+ messages)

[PATCH v3] rebase: add a config option for --no-fork-point
 2021-02-24 20:38 UTC  (4+ messages)

[PATCH v2] i18n.txt: camel case and monospace "i18n.commitEncoding"
 2021-02-24 20:26 UTC  (5+ messages)
` [PATCH v3 0/3] doc: spell configuration variable names in camelCase
  ` [PATCH v3 1/3] i18n.txt: camel case and monospace "i18n.commitEncoding"
  ` [PATCH v3 2/3] blame-options.txt: camelcase blame.blankBoundary
  ` [PATCH v3 3/3] index-format doc: camelCase core.excludesFile


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