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

[PATCH v2 00/27] userdiff: refactor + test + doc + misc improvements
 2021-02-24 19:51 UTC  (26+ messages)
` [PATCH v3 00/35] 20210215154427.32693-1-avarab@gmail.com
` [PATCH v3 01/35] userdiff: refactor away the parse_bool() function
` [PATCH v3 02/35] userdiff style: re-order drivers in alphabetical order
` [PATCH v3 03/35] userdiff style: declare patterns with consistent style
` [PATCH v3 04/35] userdiff style: normalize pascal regex declaration
` [PATCH v3 05/35] userdiff: add and use for_each_userdiff_driver()
` [PATCH v3 06/35] userdiff tests: explicitly test "default" pattern
` [PATCH v3 07/35] userdiff tests: list builtin drivers via test-tool
` [PATCH v3 08/35] userdiff: remove support for "broken" tests
` [PATCH v3 09/35] blame tests: don't rely on t/t4018/ directory
` [PATCH v3 10/35] blame tests: simplify userdiff driver test
` [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 15/35] userdiff tests: add a test with multiple tests in a LANG file
` [PATCH v3 16/35] userdiff tests: do config teardown in test_diff_funcname()
` [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 19/35] userdiff tests: do not do compile tests on "custom" pattern
` [PATCH v3 21/35] userdiff tests + docs: document & test "diff.<driver>.x?funcname"
` [PATCH v3 23/35] userdiff tests: move perl tests to perl.sh
` [PATCH v3 25/35] gitattributes doc: document multi-line userdiff patterns
` [PATCH v3 27/35] userdiff tests: remove "funcname" from custom3 test
` [PATCH v3 29/35] userdiff tests: test for a bug in 1dbf0c0ad6c

[PATCH v3] rebase: add a config option for --no-fork-point
 2021-02-24 19:48 UTC  (6+ messages)

[PATCH v3 00/17] Refactor chunk-format into an API
 2021-02-24 19:44 UTC  (7+ messages)
` [PATCH v4 "
  ` [PATCH v4 03/17] commit-graph: use chunk-format write API

Ort-merge: What does "ort" mean?
 2021-02-24 19:27 UTC  (5+ messages)

[PATCH 0/9] midx: implement a multi-pack reverse index
 2021-02-24 19:10 UTC  (17+ messages)
` [PATCH v2 00/15] "
  ` [PATCH v2 01/15] builtin/multi-pack-index.c: inline 'flags' with options
  ` [PATCH v2 02/15] builtin/multi-pack-index.c: don't handle 'progress' separately
  ` [PATCH v2 03/15] builtin/multi-pack-index.c: define common usage with a macro
  ` [PATCH v2 04/15] builtin/multi-pack-index.c: split sub-commands
  ` [PATCH v2 05/15] builtin/multi-pack-index.c: don't enter bogus cmd_mode
  ` [PATCH v2 06/15] builtin/multi-pack-index.c: display usage on unrecognized command
  ` [PATCH v2 07/15] t/helper/test-read-midx.c: add '--show-objects'
  ` [PATCH v2 08/15] midx: allow marking a pack as preferred
  ` [PATCH v2 09/15] midx: don't free midx_name early
  ` [PATCH v2 10/15] midx: keep track of the checksum
  ` [PATCH v2 11/15] midx: make some functions non-static
  ` [PATCH v2 12/15] Documentation/technical: describe multi-pack reverse indexes
  ` [PATCH v2 13/15] pack-revindex: read "
  ` [PATCH v2 14/15] pack-write.c: extract 'write_rev_file_order'
  ` [PATCH v2 15/15] pack-revindex: write multi-pack reverse indexes

[PATCH 00/20] Sparse Index: Design, Format, Tests
 2021-02-24 19:11 UTC  (27+ messages)
` [PATCH 01/20] sparse-index: design doc and format update
` [PATCH 02/20] t/perf: add performance test for sparse operations
` [PATCH 03/20] t1092: clean up script quoting
` [PATCH 04/20] sparse-index: add guard to ensure full index
` [PATCH 05/20] sparse-index: implement ensure_full_index()
` [PATCH 06/20] t1092: compare sparse-checkout to sparse-index
` [PATCH 07/20] test-read-cache: print cache entries with --table
` [PATCH 08/20] test-tool: don't force full index
` [PATCH 09/20] unpack-trees: ensure "
` [PATCH 10/20] sparse-checkout: hold pattern list in index
` [PATCH 11/20] sparse-index: convert from full to sparse
` [PATCH 12/20] submodule: sparse-index should not collapse links
` [PATCH 13/20] unpack-trees: allow sparse directories
` [PATCH 14/20] sparse-index: check index conversion happens
` [PATCH 15/20] sparse-index: create extension for compatibility
` [PATCH 16/20] sparse-checkout: toggle sparse index from builtin
` [PATCH 17/20] sparse-checkout: disable sparse-index
` [PATCH 18/20] cache-tree: integrate with sparse directory entries
` [PATCH 19/20] sparse-index: loose integration with cache_tree_verify()
` [PATCH 20/20] p2000: add sparse-index repos

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

[PATCH] wrapper: add workaround for open() returning EINTR
 2021-02-24 18:23 UTC  (7+ messages)

[PATCH 00/10] repack: support repacking into a geometric sequence
 2021-02-24 18:13 UTC  (14+ messages)
` [PATCH v4 0/8] "
  ` [PATCH v4 3/8] builtin/pack-objects.c: add '--stdin-packs' option

Getting an actuallt useful merge base?
 2021-02-24 17:58 UTC 

[PATCH 00/20] userdiff: refactor + test + doc + misc improvements
 2021-02-24 17:13 UTC  (11+ messages)
` [PATCH v2 09/27] userdiff tests: match full hunk headers

[PATCH] dir: fix malloc of root untracked_cache_dir
 2021-02-24 16:56 UTC  (2+ messages)

[RFC PATCH 0/7] add/rm: honor sparse checkout and warn on sparse paths
 2021-02-24 15:33 UTC  (15+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/7] add: include magic part of pathspec on --refresh error
  ` [PATCH v2 2/7] t3705: add tests for `git add` in sparse checkouts
  ` [PATCH v2 3/7] add: make --chmod and --renormalize honor "
  ` [PATCH v2 4/7] pathspec: allow to ignore SKIP_WORKTREE entries on index matching
  ` [PATCH v2 5/7] refresh_index(): add REFRESH_DONT_MARK_SPARSE_MATCHES flag
  ` [PATCH v2 6/7] add: warn when pathspec only matches SKIP_WORKTREE entries
  ` [PATCH v2 7/7] rm: honor sparse checkout patterns

[PATCH v3] gitk: tag add right click options
 2021-02-24 10:58 UTC  (2+ messages)
` [PATCH v4] "

[PATCH] push: do not turn --delete '' into a matching push
 2021-02-24  7:07 UTC  (3+ messages)

[PATCH 0/6][Outreachy] commit: Implementation of "amend!" commit
 2021-02-24  5:54 UTC  (3+ messages)

git format-patch lost the last part when branch merge
 2021-02-24  4:50 UTC  (4+ messages)

What does `git push origin --delete ""` do?
 2021-02-23 22:46 UTC  (2+ messages)

Crash when using libcurl with new hyper + rustls backend
 2021-02-23 22:08 UTC  (2+ messages)

[PATCH] replace "parameters" by "arguments" in error messages
 2021-02-23 21:11 UTC  (3+ messages)

[PATCH] doc: `--date` in `git-commit` accepts approxidates
 2021-02-23 20:50 UTC  (9+ messages)
` [PATCH v2] "

[QUESTION] Tracking HEAD changes?
 2021-02-23 20:42 UTC  (3+ messages)

[PATCH v7 15/17] hook: provide stdin by string_list or callback
 2021-02-23 19:52 UTC  (3+ messages)

[PATCH 0/3] docs: misc cleanup
 2021-02-23 19:41 UTC  (6+ messages)
` [PATCH 1/3] i18n.txt: camel case and monospace "i18n.commitEncoding"
  ` [PATCH v2] "

[PATCH v7 14/17] run-command: add stdin callback for parallelization
 2021-02-23 19:33 UTC  (2+ messages)

[PATCH v2 0/6] Makefile: add {program,xdiff,test,git}-objs & objects targets
 2021-02-23 19:19 UTC  (12+ messages)
` [PATCH v3 0/6] Makefile: add {program,xdiff,test,git,fuzz}-objs "
` [PATCH v3 1/6] Makefile: guard against TEST_OBJS in the environment
` [PATCH v3 2/6] Makefile: split up long OBJECTS line
` [PATCH v3 3/6] Makefile: sort OBJECTS assignment for subsequent change
` [PATCH v3 4/6] Makefile: split OBJECTS into OBJECTS and GIT_OBJS
` [PATCH v3 5/6] Makefile: add {program,xdiff,test,git,fuzz}-objs & objects targets
` [PATCH v3 6/6] Makefile: build "$(FUZZ_OBJS)" in CI, not under "all"

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

New orphan worktree?
 2021-02-23 18:14 UTC  (11+ messages)

[PATCH 0/3] add: minor --chmod fixes
 2021-02-23 18:15 UTC  (3+ messages)

[PATCH v3 00/10] Modernizing the t7001 test script
 2021-02-23 17:33 UTC  (4+ messages)

[PATCH] doc/reftable: document how to handle windows
 2021-02-23 16:57 UTC  (2+ messages)
` [PATCH v2] "

RFC on packfile URIs and .gitmodules check
 2021-02-23 16:51 UTC  (5+ messages)
` [PATCH v2 0/4] Check .gitmodules when using packfile URIs
  ` [PATCH v2 2/4] http-fetch: allow custom index-pack args

[PATCH] maintenance: fix incorrect `maintenance.repo` path with bare repository
 2021-02-23 16:21 UTC  (3+ messages)

'git maintenance' won't work on bare repos
 2021-02-23 15:31 UTC  (4+ messages)

[PATCH 3/3] git-cat-file.txt: remove references to "sha1"
 2021-02-23  7:48 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 2/3] git-cat-file.txt: monospace args and placeholders
 2021-02-23  6:59 UTC  (2+ messages)
` [PATCH v1.1 2/3] git-cat-file.txt: monospace args, placeholders and filenames


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