git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2019-12-21 21:57:22 to 2019-12-26 19:54:03 UTC [more...]

[PATCH 0/5] Enable protocol v2 by default
 2019-12-26 19:53 UTC  (10+ messages)
` [PATCH 1/5] fetch test: use more robust test for filtered objects
` [PATCH 2/5] config doc: protocol.version is not experimental
` [PATCH 3/5] test: request GIT_TEST_PROTOCOL_VERSION=0 when appropriate
    ` [PATCH 0/2] avoid use of "VAR= cmd" with a shell function (Re: [PATCH 3/5] test: request GIT_TEST_PROTOCOL_VERSION=0 when appropriate)
` [PATCH 4/5] protocol test: let protocol.version override GIT_TEST_PROTOCOL_VERSION
` [PATCH 5/5] fetch: default to protocol version 2

[PATCH 0/1] Disallow writing, but not fetching commits with file names containing backslashes
 2019-12-26 19:22 UTC  (4+ messages)
` [PATCH 1/1] mingw: only test index entries for backslashes, not tree entries

[PATCH 0/1] git-gui: add possibility to open currently selected file
 2019-12-26 19:01 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH 0/2] packfile: small syscall reductions
 2019-12-26 18:59 UTC  (6+ messages)
` [PATCH 1/2] packfile: remove redundant fcntl F_GETFD/F_SETFD
` [PATCH 2/2] packfile: replace lseek+read with pread

Git Test Coverage Report (v2.25.0-rc0)
 2019-12-26 17:55 UTC  (2+ messages)

[ANNOUNCE] Git v2.25.0-rc0
 2019-12-26 17:50 UTC  (4+ messages)

[PATCH 0/2] Improve line log documentation
 2019-12-26 17:46 UTC  (11+ messages)
` [PATCH 2/2] Documentation/git-log: mention that line-log regex must match in starting revision
` [PATCH v2 0/2] Improve line log documentation
  ` [PATCH v2 1/2] doc: log, gitk: document accepted line-log diff formats
  ` [PATCH v2 2/2] doc: log, gitk: line-log arguments must exist in starting revision

[PATCH 00/20] SHA-256 test fixes, part 7
 2019-12-26 14:51 UTC  (9+ messages)
` [PATCH 09/20] t5319: change invalid offset for SHA-256 compatibility
` [PATCH 10/20] t5319: make test work with SHA-256

[PATCH 0/9] [RFC] Changed Paths Bloom Filters
 2019-12-26 14:21 UTC  (8+ messages)
  ` [PATCH 1/3] commit-graph: examine changed-path objects in pack order
  ` [PATCH 2/3] commit-graph: free large diffs, too
  ` [PATCH 3/3] commit-graph: stop using full rev_info for diffs

git cherry --help -- limit clarification
 2019-12-26  4:57 UTC 

[ANNOUNCE] Git Rev News edition 58
 2019-12-25 23:24 UTC 

[PATCH v4 0/4] git-p4: Usability enhancements
 2019-12-25 19:13 UTC  (5+ messages)
` [PATCH v5 "

unpacking error
 2019-12-25 18:49 UTC  (4+ messages)
      ` FW: "

[BUG] `git diff` treats an unchanged line as modified
 2019-12-25 15:26 UTC  (3+ messages)

[PATCH 0/9] built-in add -p: add support for the same config settings as the Perl version
 2019-12-25 12:09 UTC  (29+ messages)
` [PATCH 1/9] built-in add -p: support interactive.diffFilter
` [PATCH 2/9] built-in add -p: handle diff.algorithm
` [PATCH 3/9] terminal: make the code of disable_echo() reusable
` [PATCH 4/9] terminal: accommodate Git for Windows' default terminal
` [PATCH 5/9] terminal: add a new function to read a single keystroke
` [PATCH 6/9] built-in add -p: respect the `interactive.singlekey` config setting
` [PATCH 7/9] built-in add -p: handle Escape sequences in interactive.singlekey mode
` [PATCH 8/9] built-in add -p: handle Escape sequences more efficiently
` [PATCH 9/9] ci: include the built-in `git add -i` in the `linux-gcc` job
` [PATCH v2 0/9] built-in add -p: add support for the same config settings as the Perl version
  ` [PATCH v2 1/9] built-in add -p: support interactive.diffFilter
  ` [PATCH v2 2/9] built-in add -p: handle diff.algorithm
  ` [PATCH v2 3/9] terminal: make the code of disable_echo() reusable
  ` [PATCH v2 4/9] terminal: accommodate Git for Windows' default terminal
  ` [PATCH v2 5/9] terminal: add a new function to read a single keystroke
  ` [PATCH v2 6/9] built-in add -p: respect the `interactive.singlekey` config setting
  ` [PATCH v2 7/9] built-in add -p: handle Escape sequences in interactive.singlekey mode
  ` [PATCH v2 8/9] built-in add -p: handle Escape sequences more efficiently
  ` [PATCH v2 9/9] ci: include the built-in `git add -i` in the `linux-gcc` job

[PATCH] format-patch: make format.outputDirectory relative to worktree
 2019-12-25  2:26 UTC  (4+ messages)

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

Updating the commit message for reverts
 2019-12-24 19:15 UTC  (2+ messages)

[PATCH v1 0/1] gpg-interface: add minTrustLevel as a configuration option
 2019-12-24 19:02 UTC  (5+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/1] "

[PATCH 0/1] gpg-interface: add minTrustLevel as a configuration option
 2019-12-24 14:20 UTC  (7+ messages)
` [PATCH 1/1] "

[RFC PATCH 0/7] merge: learn --autostash
 2019-12-24 11:05 UTC  (25+ messages)
` [RFC PATCH 7/7] merge: teach --autostash option
` [PATCH v2 00/17] merge: learn --autostash
  ` [PATCH v2 01/17] Makefile: alphabetically sort += lists
  ` [PATCH v2 02/17] t7600: use test_write_lines()
  ` [PATCH v2 03/17] sequencer: use file strbuf for read_oneliner()
  ` [PATCH v2 04/17] sequencer: configurably warn on non-existent files
  ` [PATCH v2 05/17] sequencer: make read_oneliner() extern
  ` [PATCH v2 06/17] rebase: use read_oneliner()
  ` [PATCH v2 07/17] sequencer: make apply_rebase() accept a path
  ` [PATCH v2 08/17] rebase: use apply_autostash() from sequencer.c
  ` [PATCH v2 09/17] rebase: generify reset_head()
  ` [PATCH v2 10/17] reset: extract reset_head() from rebase
  ` [PATCH v2 11/17] rebase: extract create_autostash()
  ` [PATCH v2 12/17] rebase: generify create_autostash()
  ` [PATCH v2 13/17] sequencer: extract perform_autostash() from rebase
  ` [PATCH v2 14/17] sequencer: unlink autostash in apply_autostash()
  ` [PATCH v2 15/17] merge: teach --autostash option
  ` [PATCH v2 16/17] t5520: make test_pull_autostash() accept expect_parent_num
  ` [PATCH v2 17/17] pull: pass --autostash to merge

[Outreachy] New Outreachy post
 2019-12-24 11:05 UTC  (3+ messages)

Draft of Git Rev News edition 58
 2019-12-24  0:23 UTC 

Mismatch meaning between git-diff and git-log for the .. (double dot notation) and ... (triple dot notation)
 2019-12-23 22:10 UTC  (5+ messages)

Possible improvement in DB structure
 2019-12-23 21:41 UTC  (4+ messages)

NewHash alternatives and SHA benchmarks
 2019-12-23 15:15 UTC  (4+ messages)

[GIT BUG] show-ref doesn't work with Symbolic Refs other than HEAD
 2019-12-23 14:59 UTC  (3+ messages)

Feature request: add a metadata in the commit: the "commited in branch" information
 2019-12-23 12:56 UTC 

Low prio: feature requests for git-gui
 2019-12-23 12:18 UTC  (3+ messages)

[PATCH] t3008: find test-tool through path lookup
 2019-12-22 15:03 UTC 

git-subtree split misbehaviour with a commit having empty ls-tree for the specified subdir
 2019-12-22 14:01 UTC  (4+ messages)

Propose promoting 'contrib/rerere-train.sh' to command
 2019-12-22 13:14 UTC  (5+ messages)

[PATCH 1/2] contrib/git-jump: extract function diff_to_quickfix
 2019-12-22 12:47 UTC  (4+ messages)
` [PATCH 2/2] contrib/git-jump: add mode commit

[PATCH v2] git-gui: allow closing console window with Escape
 2019-12-22  9:59 UTC  (2+ messages)

[PATCH 0/6] Additional SHA implementations
 2019-12-22  6:48 UTC  (7+ messages)
` [PATCH 1/6] Move all SHA algorithm variants into sha/ directory
` [PATCH 2/6] Add an implementation of the SHA-512 hash algorithm
` [PATCH 3/6] Add an implementation of the SHA-3 "
` [PATCH 4/6] Add an implementation of the SHA224 truncated "
` [PATCH 5/6] Add OpenSSL EVP interface for SHA-3 and SHA-512 algorithms
` [PATCH 6/6] Add sha/README.md with table of SHA algorithm details

[PATCH] test: switch to POSIX compliance symlink check
 2019-12-22  2:07 UTC  (3+ messages)

[PATCH 0/1] [Outreachy] commit: display advice hints when commit fails
 2019-12-21 23:54 UTC  (8+ messages)
` [PATCH v2 "

[PATCH 0/1] config: allow user to know scope of config options
 2019-12-21 23:47 UTC  (9+ messages)
` [PATCH 1/1] "

Cygwin git with schannel ("native Windows Secure Channel library")
 2019-12-21 23:13 UTC  (4+ messages)

[PATCH v2 0/8] Directory traversal bugs
 2019-12-21 22:05 UTC  (5+ messages)
` [PATCH v3 0/3] "

[PATCH 0/2] Refuse to write to reserved filenames on Windows
 2019-12-21 22:05 UTC  (3+ messages)
` [PATCH 1/2] mingw: short-circuit the conversion of `/dev/null` to UTF-16
` [PATCH 2/2] mingw: refuse paths containing reserved names

[PATCH 0/7] stash/reset/checkout -p: optionally use the add --patch backend written in pure C
 2019-12-21 21:57 UTC  (9+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/7] built-in add -p: prepare for patch modes other than "stage"
  ` [PATCH v2 2/7] built-in add -p: implement the "stash" and "reset" patch modes
  ` [PATCH v2 3/7] legacy stash -p: respect the add.interactive.usebuiltin setting
  ` [PATCH v2 4/7] built-in stash: use the built-in `git add -p` if so configured
  ` [PATCH v2 5/7] built-in add -p: implement the "checkout" patch modes
  ` [PATCH v2 6/7] built-in add -p: implement the "worktree" "
  ` [PATCH v2 7/7] commit --interactive: make it work with the built-in `add -i`


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