git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2020-01-13 12:48:03 to 2020-01-16 14:47:43 UTC [more...]

[PATCH v2 00/11] grep: improve threading and fix race conditions
 2020-01-16 14:47 UTC  (16+ messages)
` [PATCH v3 00/12] "
  ` [PATCH v3 01/12] grep: fix race conditions on userdiff calls
  ` [PATCH v3 02/12] grep: fix race conditions at grep_submodule()
  ` [PATCH v3 03/12] grep: fix racy calls in grep_objects()
  ` [PATCH v3 04/12] replace-object: make replace operations thread-safe
  ` [PATCH v3 05/12] object-store: allow threaded access to object reading
  ` [PATCH v3 06/12] grep: replace grep_read_mutex by internal obj read lock
  ` [PATCH v3 07/12] submodule-config: add skip_if_read option to repo_read_gitmodules()
  ` [PATCH v3 08/12] grep: allow submodule functions to run in parallel
  ` [PATCH v3 09/12] grep: protect packed_git [re-]initialization
  ` [PATCH v3 10/12] grep: re-enable threads in non-worktree case
  ` [PATCH v3 11/12] grep: move driver pre-load out of critical section
  ` [PATCH v3 12/12] grep: use no. of cores as the default no. of threads
      ` [PATCH] "

How do I change the AuthorDate and CommitDate of all my commits?
 2020-01-16 11:30 UTC 

[PATCH v2 00/15] rebase: make the default backend configurable
 2020-01-16 10:48 UTC  (33+ messages)
` [PATCH v3 "
  ` [PATCH v3 15/15] rebase: change the default backend from "am" to "merge"
  ` [PATCH v4 00/19] rebase: make the default backend configurable
    ` [PATCH v4 01/19] git-rebase.txt: update description of --allow-empty-message
    ` [PATCH v4 02/19] t3404: directly test the behavior of interest
    ` [PATCH v4 03/19] rebase (interactive-backend): make --keep-empty the default
    ` [PATCH v4 04/19] rebase (interactive-backend): fix handling of commits that become empty
    ` [PATCH v4 05/19] t3406: simplify an already simple test
    ` [PATCH v4 06/19] rebase, sequencer: remove the broken GIT_QUIET handling
    ` [PATCH v4 07/19] rebase: make sure to pass along the quiet flag to the sequencer
    ` [PATCH v4 08/19] rebase: fix handling of restrict_revision
    ` [PATCH v4 09/19] t3432: make these tests work with either am or merge backends
    ` [PATCH v4 10/19] rebase: allow more types of rebases to fast-forward
    ` [PATCH v4 11/19] git-rebase.txt: add more details about behavioral differences of backends
    ` [PATCH v4 12/19] rebase: move incompatibility checks between backend options a bit earlier
    ` [PATCH v4 13/19] rebase: add an --am option
    ` [PATCH v4 14/19] git-prompt: change the prompt for interactive-based rebases
    ` [PATCH v4 15/19] rebase: drop '-i' from the reflog "
    ` [PATCH v4 16/19] rebase tests: mark tests specific to the am-backend with --am
    ` [PATCH v4 17/19] rebase tests: repeat some tests using the merge backend instead of am
    ` [PATCH v4 18/19] rebase: make the backend configurable via config setting
    ` [PATCH v4 19/19] rebase: change the default backend from "am" to "merge"

[PATCH] msvc: accommodate for vcpkg's upgrade to OpenSSL v1.1.x
 2020-01-16 10:24 UTC  (3+ messages)

[PATCH 0/2] Two fixes for the built-in git add -i
 2020-01-16  8:33 UTC  (3+ messages)
` [PATCH 1/2] built-in add -i: do not try to `patch`/`diff` an empty list of files
` [PATCH 2/2] built-in add -i: accept open-ended ranges again

Problems with ra/rebase-i-more-options - should we revert it?
 2020-01-16  7:42 UTC  (11+ messages)
        ` "rebase -ri" (was Re: Problems with ra/rebase-i-more-options - should we revert it?)
              ` Rebasing evil merges with --rebase-merges

[RFC] Extending git-replace
 2020-01-16  3:30 UTC  (9+ messages)

[PATCH] fetch: emphasize failure during submodule fetch
 2020-01-16  2:59 UTC  (2+ messages)
` [PATCH v2] "

[RFC] Proposal: New options for git bisect run to control the interpretation of exit codes
 2020-01-16  2:40 UTC  (3+ messages)

[PATCH] clean: demonstrate a bug with pathspecs
 2020-01-16  1:43 UTC  (7+ messages)

[PATCH 00/24] SHA-256 test fixes, part 8
 2020-01-16  0:28 UTC  (11+ messages)
` [PATCH 17/24] t5318: update for SHA-256
` [PATCH 20/24] t5703: make test work with SHA-256

[RFC PATCH 00/22] SHA-256 stage 4 implementation, part 1/3
 2020-01-16  0:22 UTC  (25+ messages)
` [RFC PATCH 01/22] hex: introduce parsing variants taking hash algorithms
` [RFC PATCH 02/22] hex: add functions to parse hex object IDs in any algorithm
` [RFC PATCH 03/22] repository: require a build flag to use SHA-256
` [RFC PATCH 04/22] t: use hash-specific lookup tables to define test constants
` [RFC PATCH 05/22] t6300: abstract away SHA-1-specific constants
` [RFC PATCH 06/22] t6300: make hash algorithm independent
` [RFC PATCH 07/22] t/helper/test-dump-split-index: initialize git repository
` [RFC PATCH 08/22] t/helper: initialize repository if necessary
` [RFC PATCH 09/22] t/helper: make repository tests hash independent
` [RFC PATCH 10/22] setup: allow check_repository_format to read repository format
` [RFC PATCH 11/22] builtin/init-db: allow specifying hash algorithm on command line
` [RFC PATCH 12/22] builtin/init-db: add environment variable for new repo hash
` [RFC PATCH 13/22] init-db: move writing repo version into a function
` [RFC PATCH 14/22] worktree: allow repository version 1
` [RFC PATCH 15/22] commit: use expected signature header for SHA-256
` [RFC PATCH 16/22] gpg-interface: improve interface for parsing tags
` [RFC PATCH 17/22] tag: store SHA-256 signatures in a header
` [RFC PATCH 18/22] fast-import: permit reading multiple marks files
` [RFC PATCH 19/22] fast-import: add helper function for inserting mark object entries
` [RFC PATCH 20/22] fast-import: make find_marks work on any mark set
` [RFC PATCH 21/22] fast-import: add a generic function to iterate over marks
` [RFC PATCH 22/22] fast-import: add options for rewriting submodules

Preparing to kick off the post 2.25 cycle
 2020-01-15 23:52 UTC 

Fwd: Add support for axiterm colors in parse_color
 2020-01-15 22:45 UTC  (12+ messages)
          ` [PATCH 1/3] color.c: Refactor color_output to use enums
            ` [PATCH 2/3] color.c: Support bright aixterm colors
            ` [PATCH 3/3] color.c: Alias RGB colors 8-15 to "

[PATCH 0/8] Harden the sparse-checkout builtin
 2020-01-15 20:32 UTC  (21+ messages)
` [PATCH 1/8] t1091: use check_files to reduce boilerplate
` [PATCH 2/8] sparse-checkout: create leading directories
` [PATCH 3/8] clone: fix --sparse option with URLs
` [PATCH 4/8] sparse-checkout: cone mode does not recognize "**"
` [PATCH 5/8] sparse-checkout: detect short patterns
` [PATCH 6/8] sparse-checkout: warn on incorrect '*' in patterns
` [PATCH 7/8] sparse-checkout: properly match escaped characters
` [PATCH 8/8] sparse-checkout: write escaped patterns in cone mode

[PATCH] dir: restructure in a way to avoid passing around a struct dirent
 2020-01-15 20:28 UTC  (7+ messages)
` [PATCH v2] "
  ` [PATCH] dir: point treat_leading_path() warning to the right place

[ANNOUNCE] Git Contributor Summit Registration, Mar 5, 2020, Los Angeles
 2020-01-15 20:10 UTC  (2+ messages)

[ANNOUNCE] Git Contributor Summit Registration, Mar 5, 2020, Los Angeles
 2020-01-15 20:05 UTC 

See Fault when running git diff
 2020-01-15 19:47 UTC 

[PATCH v2 0/9] built-in add -p: add support for the same config settings as the Perl version
 2020-01-15 19:03 UTC  (19+ messages)
` [PATCH v3 00/10] "
  ` [PATCH v3 01/10] built-in add -i/-p: treat SIGPIPE as EOF
  ` [PATCH v4 00/10] built-in add -p: add support for the same config settings as the Perl version
    ` [PATCH v4 01/10] t3701: adjust difffilter test
    ` [PATCH v4 02/10] built-in add -p: support interactive.diffFilter
    ` [PATCH v4 03/10] built-in add -p: handle diff.algorithm
    ` [PATCH v4 04/10] terminal: make the code of disable_echo() reusable
    ` [PATCH v4 05/10] terminal: accommodate Git for Windows' default terminal
    ` [PATCH v4 06/10] terminal: add a new function to read a single keystroke
    ` [PATCH v4 07/10] built-in add -p: respect the `interactive.singlekey` config setting
    ` [PATCH v4 08/10] built-in add -p: handle Escape sequences in interactive.singlekey mode
    ` [PATCH v4 09/10] built-in add -p: handle Escape sequences more efficiently
    ` [PATCH v4 10/10] ci: include the built-in `git add -i` in the `linux-gcc` job

[ANNOUNCE] Git v2.25.0
 2020-01-15 18:34 UTC  (9+ messages)
` [ANNOUNCE] git-filter-repo v2.25.0 (Was Re: [ANNOUNCE] Git v2.25.0)
  ` [PATCH] .mailmap: map Yi-Jyun Pan's email

Git alias syntax help
 2020-01-15 18:13 UTC  (4+ messages)

[PATCH] submodule.c: mark more strings for translation
 2020-01-15 18:07 UTC 

Can Git repos be hacked or otherwise manipulated?
 2020-01-15 18:01 UTC  (5+ messages)

[RFC PATCH 0/7] merge: learn --autostash
 2020-01-15 16:20 UTC  (7+ messages)
` [PATCH v2 00/17] "

git , submodules and remove from historic question
 2020-01-15  5:14 UTC  (2+ messages)

[PATCH 0/9] [RFC] Changed Paths Bloom Filters
 2020-01-15  0:55 UTC  (15+ messages)
` [PATCH 2/9] commit-graph: write changed paths bloom filters
` [PATCH 5/9] commit-graph: write changed path bloom filters to commit-graph file
` [PATCH 8/9] revision.c: use bloom filters to speed up path based revision walks
` [PATCH 9/9] commit-graph: add GIT_TEST_COMMIT_GRAPH_BLOOM_FILTERS test flag

en/rebase-backend (was Re: "rebase -ri" (was Re: Problems with ra/rebase-i-more-options - should we revert it?))
 2020-01-14 21:26 UTC  (3+ messages)

[PATCH] Fix submodule status of dirs initialized but empty
 2020-01-14 14:02 UTC 

git apply and error
 2020-01-14 13:12 UTC 

no documentation for - git subtree
 2020-01-14  2:52 UTC  (2+ messages)

[PATCH 18/24] t5616: use correct filter syntax
 2020-01-13 23:11 UTC  (3+ messages)
` [PATCH] t5616: make robust to delta base change

Potential Issue with ls-tree documentation
 2020-01-13 22:55 UTC  (3+ messages)
` Re* "

[ANNOUNCE] Git for Windows 2.25.0
 2020-01-13 22:02 UTC 

under what circumstances will git replacements be pushed/pulled
 2020-01-13 17:47 UTC  (2+ messages)

[Feature request] An easier way of rebasing if you just want to "force send" a file back to a previous commit
 2020-01-13 14:13 UTC  (4+ 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).