git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-01-16 00:03:16 to 2020-01-17 23:39:39 UTC [more...]

[PATCH] Makefile: use compat regex with SANITIZE=address
 2020-01-17 23:39 UTC  (6+ messages)
` [PATCH] t4018: drop "debugging" cat from hunk-header tests

[PATCH 0/3] Re-fix rebase -i with SHA-1 collisions
 2020-01-17 23:38 UTC  (14+ messages)
` [PATCH 1/3] parse_insn_line(): improve error message when parsing failed
` [PATCH 2/3] rebase -i: re-fix short SHA-1 collision
` [PATCH 3/3] rebase -i: also avoid SHA-1 collisions with missingCommitsCheck
` [PATCH v2 0/3] Re-fix rebase -i with SHA-1 collisions
  ` [PATCH v2 1/3] parse_insn_line(): improve error message when parsing failed
  ` [PATCH v2 2/3] rebase -i: re-fix short SHA-1 collision
  ` [PATCH v2 3/3] rebase -i: also avoid SHA-1 collisions with missingCommitsCheck

[PATCH v2 00/14] git-p4: python3 compatibility
 2020-01-17 22:00 UTC  (2+ messages)

[PATCH 0/3] t6025: updating tests
 2020-01-17 21:28 UTC  (15+ messages)
` [PATCH 1/3] t6025: modernize style
` [PATCH 2/3] t6025: replace pipe with redirection operator
` [PATCH 3/3] t6025: use helpers to replace test -f <path>
    ` [PATCH 0/3] t6025: amended changes after suggestions from the community

[PATCH v2 0/4] config: allow user to know scope of config options
 2020-01-17 21:26 UTC  (10+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/4] config: fix typo in variable name
  ` [PATCH v3 2/4] config: refine config scope enum
  ` [PATCH v3 3/4] config: clarify meaning of command line scoping
  ` [PATCH v3 4/4] config: add '--show-scope' to print the scope of a config value

[PATCH] remote: rename also remotes in the branch.<name>.pushRemote config
 2020-01-17 21:24 UTC  (12+ messages)
  ` [PATCH v2] remote rename: rename branch.<name>.pushRemote config values too

[PATCH] clone: teach --single-branch and --branch during --recurse
 2020-01-17 21:03 UTC  (4+ messages)

[PATCH 0/4] checkout/reset/read-tree: fix --recurse-submodules in linked worktree
 2020-01-17 20:32 UTC  (10+ messages)
` [PATCH 1/4] t7410: rename to t2405-worktree-submodule.sh
` [PATCH 2/4] t2405: use git -C and test_commit -C instead of subshells
` [PATCH 3/4] t2405: clarify test descriptions and simplify test
` [PATCH 4/4] submodule.c: use get_git_dir() instead of get_git_common_dir()

[PATCH] commit: replace rebase/sequence booleans with single pick_state enum
 2020-01-17 20:01 UTC  (4+ messages)

[PATCH] fetch: add --no-update-remote-refs
 2020-01-17 19:26 UTC  (5+ messages)

[PATCH v2 0/9] built-in add -p: add support for the same config settings as the Perl version
 2020-01-17 18:58 UTC  (6+ messages)
` [PATCH v3 00/10] "
  ` [PATCH v3 01/10] built-in add -i/-p: treat SIGPIPE as EOF

[PATCH 0/2] Two fixes for the built-in git add -i
 2020-01-17 17:35 UTC  (8+ 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

[PATCH v2 00/15] rebase: make the default backend configurable
 2020-01-17 16:58 UTC  (41+ 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 v2] dir: restructure in a way to avoid passing around a struct dirent
 2020-01-17 16:53 UTC  (9+ messages)
` [PATCH v3 0/4] dir: more fill_directory() fixes
  ` [PATCH v3 1/4] clean: demonstrate a bug with pathspecs
  ` [PATCH v3 2/4] dir: treat_leading_path() and read_directory_recursive(), round 2
  ` [PATCH v3 3/4] dir: restructure in a way to avoid passing around a struct dirent
  ` [PATCH v3 4/4] dir: point treat_leading_path() warning to the right place

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

Bash-completion missing option merge-base
 2020-01-17 13:42 UTC  (2+ messages)

Facing error in git-imap-send while compiling Git
 2020-01-17 13:35 UTC  (4+ messages)

[PATCH] fetch: emphasize failure during submodule fetch
 2020-01-17 10:54 UTC  (7+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

[PATCH v3 0/4] Documentation for common user misconceptions
 2020-01-16 23:35 UTC  (3+ messages)

[PATCH] t7800: don't rely on reuse_worktree_file()
 2020-01-16 22:48 UTC  (3+ messages)

[PATCH 0/8] Harden the sparse-checkout builtin
 2020-01-16 21:46 UTC  (5+ messages)
` [PATCH 1/8] t1091: use check_files to reduce boilerplate
` [PATCH 2/8] sparse-checkout: create leading directories

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

[PATCH] submodule add: show 'add --dry-run' stderr when aborting
 2020-01-16 20:23 UTC  (3+ messages)

[PATCH] clean: demonstrate a bug with pathspecs
 2020-01-16 20:20 UTC  (9+ messages)

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

[RFE]: git submodule commit push
 2020-01-16 19:54 UTC  (3+ messages)

Fwd: Add support for axiterm colors in parse_color
 2020-01-16 19:25 UTC  (5+ messages)
` [PATCH 1/3] color.c: Refactor color_output to use enums

[PATCH 0/8] Support --pathspec-from-file in rm, stash
 2020-01-16 16:09 UTC  (9+ messages)
` [PATCH 1/8] doc: rm: synchronize <pathspec> description
` [PATCH 2/8] rm: support the --pathspec-from-file option
` [PATCH 3/8] doc: stash: split options from description (1)
` [PATCH 4/8] doc: stash: split options from description (2)
` [PATCH 5/8] doc: stash: document more options
` [PATCH 6/8] doc: stash: synchronize <pathspec> description
` [PATCH 7/8] stash: eliminate crude option parsing
` [PATCH 8/8] stash push: support the --pathspec-from-file option

[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 

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

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

[PATCH 00/24] SHA-256 test fixes, part 8
 2020-01-16  0:28 UTC  (2+ messages)

[RFC PATCH 00/22] SHA-256 stage 4 implementation, part 1/3
 2020-01-16  0:22 UTC  (4+ messages)
` [RFC PATCH 02/22] hex: add functions to parse hex object IDs in any algorithm


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 NNTP newsgroup(s).