git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2020-04-07 19:46:10 to 2020-04-10 16:26:49 UTC [more...]

[PATCH v4 00/23] merge: learn --autostash
 2020-04-10 16:26 UTC  (10+ messages)
` [PATCH v5 00/22] "
  ` [PATCH v5 04/22] sequencer: make file exists check more efficient
  ` [PATCH v5 05/22] sequencer: make read_oneliner() accept flags
  ` [PATCH v5 08/22] rebase: use read_oneliner()

[PATCH 0/5] ci: replace our Azure Pipeline by GitHub Actions
 2020-04-10 16:21 UTC  (27+ messages)
` [PATCH 2/5] ci/lib: allow running in "
` [PATCH v4 00/12] ci: replace our Azure Pipeline by "
  ` [PATCH v4 01/12] ci/lib: if CI type is unknown, show the environment variables
  ` [PATCH v4 02/12] ci/lib: allow running in GitHub Actions
  ` [PATCH v4 03/12] ci/lib: set TERM environment variable if not exist
  ` [PATCH v4 04/12] ci: fix the `jobname` of the `GETTEXT_POISON` job
  ` [PATCH v4 05/12] ci: explicit install all required packages
  ` [PATCH v4 06/12] ci: run gem with sudo to install asciidoctor
  ` [PATCH v4 07/12] ci: configure GitHub Actions for CI/PR
  ` [PATCH v4 08/12] README: add a build badge for the GitHub Actions runs
  ` [PATCH v4 09/12] ci: retire the Azure Pipelines definition
  ` [PATCH v4 10/12] tests: when run in Bash, annotate test failures with file name/line number
  ` [PATCH v4 11/12] ci: add a problem matcher for GitHub Actions
  ` [PATCH v4 12/12] ci: let GitHub Actions upload failed tests' directories

[PATCH] merge: use skip_prefix to parse config key
 2020-04-10 15:58 UTC  (2+ messages)

[PATCH] clean: explicitly `fflush` stdout
 2020-04-10 15:07 UTC  (12+ messages)
` [PATCH v2 0/2] Explicitly fflush stdout in git clean
  ` [PATCH v2 1/2] Refactor code asking the user for input interactively
  ` [PATCH v2 2/2] Explicitly `fflush` stdout before expecting interactive input

[PATCH] mingw: use modern strftime implementation if possible
 2020-04-10 14:39 UTC  (3+ messages)

Possible impacts on Git due to COVID19
 2020-04-10 13:54 UTC 

[PATCH 0/3] add travis job for linux with musl libc
 2020-04-10 13:38 UTC  (7+ messages)
` [PATCH v2 0/4] Travis + Azure jobs "
  ` [PATCH v2 3/4] travis: build and test on Linux with musl libc and busybox

[PATCH v2 0/2] Explicitly fflush stdout in git clean
 2020-04-10 12:46 UTC 

[PATCH] revision: --include-diversions adds helpful merges
 2020-04-10 12:19 UTC  (21+ messages)
` [PATCH v2] "
  ` [PATCH v3] revision: --show-pulls "

[PATCH] mingw: cope with the Isilon network file system
 2020-04-10 11:28 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] mingw: make is_hidden tests in t0001/t5611 more robust
 2020-04-10 11:14 UTC  (10+ messages)
  ` [PATCH 0/2] make "is_hidden" even "
    ` [PATCH 1/2] mingw: refactor test_path_is_hidden out to t/test-lib-functions.sh
    ` [PATCH 2/2] t: protect against use of test_path_is_hidden outside MINGW
` [PATCH v2 0/3] Make the tests that test core.hideDotFiles more robust
  ` [PATCH v2 1/3] t: consolidate the `is_hidden` functions
  ` [PATCH v2 2/3] mingw: make test_path_is_hidden tests in t0001/t5611 more robust
  ` [PATCH v2 3/3] t: fix casing of the operating system `Windows`

[PATCH] config.txt: move closing "----" to cover entire listing
 2020-04-10  7:09 UTC  (5+ messages)

Commit includes rename which was not staged, nor actually performed
 2020-04-10  6:47 UTC  (3+ messages)

[BUG] segmentation fault in git-diff
 2020-04-10  5:39 UTC  (10+ messages)
        ` Re* "

[PATCH] rebase -i: mark commits that begin empty in todo editor
 2020-04-10  4:57 UTC  (4+ messages)

[PATCH] pack-format: document missing fields
 2020-04-10  1:19 UTC  (3+ messages)

[PATCH] builtin/receive-pack: use constant-time comparison for HMAC value
 2020-04-10  0:56 UTC  (4+ messages)

[git 2.26] stat counts reported by commit and log are different
 2020-04-09 23:12 UTC  (6+ messages)

[PATCH] t4200-rerere.sh: use test_path_is_* functions in the script
 2020-04-09 18:09 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] git-gui: fix concatenation of ui_ready by adding ";"
 2020-04-09 18:03 UTC 

[PATCH] gitk: add diff lines background colors
 2020-04-09 17:48 UTC  (4+ messages)
  ` [PATCH] gitk: Un-hide selection in added and removed text and search results
    ` [PATCH v2] gitk: Un-hide selection in areas with non-default background color

[PATCH] bloom: ignore renames when computing changed paths
 2020-04-09 14:15 UTC  (9+ messages)
` [PATCH v2] "

Happy birthday to all of us ;-)
 2020-04-09 13:52 UTC  (5+ messages)

[RFC PATCH 0/5] line-log: towards a more responsive, incremental 'git log -L'
 2020-04-09 12:17 UTC  (2+ messages)

[PATCH] mingw: help debugging by optionally executing bash with strace
 2020-04-09 10:21 UTC 

Installing git questions I can't find an answer to
 2020-04-09  0:28 UTC  (3+ messages)

[PATCH 1/2] oidmap: make oidmap_free independent of struct layout
 2020-04-08 22:08 UTC  (7+ messages)
` [PATCH 2/2] oidmap: rework iterators to return typed pointer
` [PATCH v2 1/2] oidmap: make oidmap_free independent of struct layout
  ` [PATCH v2 2/2] oidmap: rework iterators to return typed pointer

[PATCH v3 00/16] Changed Paths Bloom Filters
 2020-04-08 20:05 UTC  (5+ messages)
` [PATCH v4 00/15] "

[PATCH] subtree: fix build with AsciiDoctor 2
 2020-04-08 19:09 UTC  (2+ messages)

[PATCH 0/2] Fix a git stash -p corner-case
 2020-04-08 18:52 UTC  (3+ messages)
` [PATCH 1/2] t3904: fix incorrect demonstration of a bug
` [PATCH 2/2] stash -p: (partially) fix bug concerning split hunks

[PATCH 0/2] Add more issues in gitfaq
 2020-04-08 18:22 UTC  (4+ messages)
` [PATCH 1/2] gitfaq: cleanup gitfaq.txt

[PATCH] mingw: do not treat `COM0` as a reserved file name
 2020-04-08 18:06 UTC 

get_maintainer.pl sends bogus addresses to git send-email
 2020-04-08 17:28 UTC  (6+ messages)

[BUG] submodule move badly handled by git-rebase
 2020-04-08 16:33 UTC  (6+ messages)

subtle bug in git-am
 2020-04-08  9:29 UTC  (3+ messages)

[PATCH] format-patch: teach --no-encode-headers
 2020-04-08  4:31 UTC  (11+ messages)
` [PATCH v2] format-patch: teach --no-q-encode-headers
  ` [PATCH v3] format-patch: teach --no-encode-email-headers

Git clone question
 2020-04-08  2:27 UTC  (3+ messages)

Notes from Git Contributor Summit, Los Angeles (April 5, 2020)
 2020-04-08  1:09 UTC  (8+ messages)
` [TOPIC 2/17] Hooks in the future

[PATCH 00/15] [RFC] Maintenance jobs and job runner
 2020-04-08  0:01 UTC  (7+ messages)

[PATCH] diff: restrict when prefetching occurs
 2020-04-07 23:44 UTC  (7+ messages)
` [PATCH v3 0/4] Restrict when prefetcing occurs
  ` [PATCH v3 1/4] promisor-remote: accept 0 as oid_nr in function
  ` [PATCH v3 2/4] diff: make diff_populate_filespec_options struct
  ` [PATCH v3 3/4] diff: refactor object read
  ` [PATCH v3 4/4] diff: restrict when prefetching occurs

[PATCH] sequencer: honor GIT_REFLOG_ACTION
 2020-04-07 23:05 UTC  (8+ messages)

[PATCH 0/6] fixup ra/rebase-i-more-options
 2020-04-07 23:04 UTC  (6+ messages)
` [PATCH 1/6] Revert "Revert "Merge branch 'ra/rebase-i-more-options'""

[PATCH] t0007: fix a typo
 2020-04-07 22:39 UTC  (2+ messages)

New git-rebase backend: no way to drop already-empty commits
 2020-04-07 21:55 UTC  (5+ messages)

[PATCH v12 0/5] bugreport: add tool to generate debugging info
 2020-04-07 20:34 UTC  (6+ messages)
` [PATCH v12 3/5] bugreport: gather git version and build info

[BUG] bulk move silently dropped, leaving the "delete" part in work dir, on commit reorder (rebase -i)
 2020-04-07 20:10 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).