git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2019-12-20 22:57:55 to 2019-12-25 08:51:42 UTC [more...]

[PATCH 0/9] built-in add -p: add support for the same config settings as the Perl version
 2019-12-25  8:46 UTC  (15+ 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] 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  (45+ 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 11/15] contrib: change the prompt for am-based rebases
` [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"

[BUG] `git diff` treats an unchanged line as modified
 2019-12-24 19:34 UTC  (2+ messages)

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)

[PATCH 0/5] Enable protocol v2 by default
 2019-12-24  1:04 UTC  (6+ 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 4/5] protocol test: let protocol.version override GIT_TEST_PROTOCOL_VERSION
` [PATCH 5/5] fetch: default to protocol version 2

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 00/20] SHA-256 test fixes, part 7
 2019-12-23  1:25 UTC  (24+ messages)
` [PATCH 01/20] t4054: make hash-size independent
` [PATCH 02/20] t4066: compute index line in diffs
` [PATCH 03/20] t4134: compute appropriate length constant
` [PATCH 04/20] t4200: make hash size independent
` [PATCH 05/20] t4202: abstract away SHA-1-specific constants
` [PATCH 06/20] t4204: make hash size independent
` [PATCH 07/20] t4300: abstract away SHA-1-specific constants
` [PATCH 08/20] t5318: update for SHA-256
` [PATCH 09/20] t5319: change invalid offset for SHA-256 compatibility
` [PATCH 10/20] t5319: make test work with SHA-256
` [PATCH 11/20] t5324: make hash size independent
` [PATCH 12/20] t5504: make hash algorithm independent
` [PATCH 13/20] t5510: make hash size independent
` [PATCH 14/20] t5512: abstract away SHA-1-specific constants
` [PATCH 15/20] t5530: compute results based on object length
` [PATCH 16/20] t5537: make hash size independent
` [PATCH 17/20] t5540: "
` [PATCH 18/20] t5562: use $ZERO_OID
` [PATCH 19/20] t5601: switch into repository to hash object
` [PATCH 20/20] t5604: make hash independent

[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  (7+ 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/9] [RFC] Changed Paths Bloom Filters
 2019-12-22  9:38 UTC  (9+ messages)
` [PATCH 2/9] commit-graph: write changed paths bloom filters
  ` [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

[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  (9+ 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  (18+ messages)
` [PATCH 1/7] built-in add -p: prepare for patch modes other than "stage"
` [PATCH 2/7] built-in add -p: implement the "stash" and "reset" patch modes
` [PATCH 4/7] built-in stash: use the built-in `git add -p` if so configured
` [PATCH v2 0/7] stash/reset/checkout -p: optionally use the add --patch backend written in pure C
  ` [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`

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

[PATCH 0/2] Rebase am fixes
 2019-12-21  5:37 UTC  (7+ messages)
` [PATCH 1/2] am: pay attention to user-defined context size


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