git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2019-12-22 09:39:00 to 2019-12-27 14:52:13 UTC [more...]

[PATCH 0/9] [RFC] Changed Paths Bloom Filters
 2019-12-27 14:52 UTC  (9+ messages)
  ` [PATCH 1/3] commit-graph: examine changed-path objects in pack order
  ` [PATCH 2/3] commit-graph: free large diffs, too

[PATCH 0/1] sparse-checkout: list directories in cone mode
 2019-12-27 14:05 UTC  (4+ messages)
` [PATCH 1/1] sparse-checkout: list folders "

[PATCH v1 0/1] gpg-interface: add minTrustLevel as a configuration option
 2019-12-27 13:55 UTC  (7+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/1] "
  ` [PATCH v3 0/1] "
    ` [PATCH v3 1/1] "

[PATCH 00/16] t: replace incorrect test_must_fail usage (part 2)
 2019-12-27 13:47 UTC  (17+ messages)
` [PATCH 01/16] t2018: remove trailing space from test description
` [PATCH 02/16] t2018: add space between function name and ()
` [PATCH 03/16] t2018: use test_must_fail for failing git commands
` [PATCH 04/16] t2018: teach do_checkout() to accept `!` arg
` [PATCH 05/16] t2018: don't lose return code of git commands
` [PATCH 06/16] t2018: replace "sha" with "oid"
` [PATCH 07/16] t3030: use test_path_is_missing()
` [PATCH 08/16] t3310: extract common no_notes_merge_left()
` [PATCH 09/16] t3415: stop losing return codes of git commands
` [PATCH 10/16] t3415: increase granularity of test_auto_{fixup,squash}()
` [PATCH 11/16] t3419: stop losing return code of git command
` [PATCH 12/16] t3504: don't use `test_must_fail test_cmp`
` [PATCH 13/16] t3507: fix indentation
` [PATCH 14/16] t3507: use test_path_is_missing()
` [PATCH 15/16] t4124: only mark git command with test_must_fail
` [PATCH 16/16] t4124: let sed open its own files

[ANNOUNCE] Git v2.25.0-rc0
 2019-12-27 11:38 UTC  (5+ messages)

[PATCH 0/1] worktree: delete branches auto-created by 'worktree add'
 2019-12-27 11:05 UTC  (3+ messages)
` [PATCH 1/1] "

bogus config file vs. 'git config --edit'
 2019-12-27 11:04 UTC 

Updating the commit message for reverts
 2019-12-27 10:13 UTC  (3+ messages)

git filters don't get applied to dotfiles
 2019-12-27  7:51 UTC 

[PATCH 0/5] Enable protocol v2 by default
 2019-12-26 23:12 UTC  (17+ 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 1/2] fetch test: avoid use of "VAR= cmd" with a shell function
      ` [PATCH 2/2] t/check-non-portable-shell: detect "FOO= shell_func", too
          ` [PATCH jn/test-lint-one-shot-export-to-shell-function] fetch test: mark test of "skipping" haves as v0-only
` [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 22:25 UTC  (11+ messages)
` [PATCH 1/1] mingw: only test index entries for backslashes, not tree entries

What's cooking in git.git (Dec 2019, #05; Thu, 26)
 2019-12-26 21:39 UTC 

[PATCH 0/9] built-in add -p: add support for the same config settings as the Perl version
 2019-12-26 20:48 UTC  (23+ messages)
` [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

[RFC PATCH 0/7] merge: learn --autostash
 2019-12-26 20:39 UTC  (26+ 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

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

[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

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] 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  (37+ messages)
` [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"

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

[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  (2+ 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)


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