git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2019-07-29 20:35:07 to 2019-08-01 15:53:31 UTC [more...]

[PATCH 1/3] fetch: add --[no-]show-forced-updates argument
 2019-08-01 15:53 UTC  (7+ messages)
` [PATCH] t5510-fetch: fix negated 'test_i18ngrep' invocation
    ` [PATCH 0/3] tests: run non-httpd-specific tests before sourcing 'lib-httpd.sh'
      ` [PATCH 1/3] t5510-fetch: run non-httpd-specific test "
      ` [PATCH 2/3] t5703: run all non-httpd-specific tests "

[ANNOUNCE] Git v2.23.0-rc0
 2019-08-01 15:45 UTC  (14+ messages)
` Git for Windows v2.23.0-rc0, was "
  ` [git-for-windows] "
` [PATCH] RelNotes/2.23.0: fix a few typos and other minor issues

[PATCH] git-p4: close temporary file before removing
 2019-08-01 15:30 UTC  (7+ messages)

Support for --stdin-paths in commit, add, etc
 2019-08-01 14:33 UTC  (7+ messages)

Final test result git 2.23.0.rc0 NonStop TNS/E platform
 2019-08-01 13:53 UTC 

Weird behavior with git grep --recurse-submodules
 2019-08-01  3:13 UTC  (9+ messages)
` [GSoC][PATCH] grep: fix worktree case in submodules
  ` [GSoC][PATCH v2] "
    ` [GSoC][PATCH v3] "

am-based rebase not applying filters
 2019-08-01  1:52 UTC 

[PATCH 0/1] git-p4: close temporary file before removing
 2019-08-01  1:36 UTC  (2+ messages)

[PATCH 0/1] Make the includeif:onbranch feature more robust
 2019-08-01  0:49 UTC  (9+ messages)
` [PATCH 1/1] config: work around bug with includeif:onbranch and early config
` [PATCH v2 0/1] Make the includeif:onbranch feature more robust
  ` [PATCH v2 1/1] config: work around bug with includeif:onbranch and early config

Warnings in gc.log can prevent gc --auto from running
 2019-07-31 22:34 UTC  (11+ messages)
      ` [PATCH 0/3] handling warnings due to auto-enabled bitmaps
        ` [PATCH 1/3] t7700: clean up .keep file in bitmap-writing test
        ` [PATCH 2/3] repack: silence warnings when auto-enabled bitmaps cannot be built
        ` [PATCH 3/3] repack: simplify handling of auto-bitmaps and .keep files

[ANNOUNCE] Git v2.23.0-rc0 - Initial test failures on NonStop
 2019-07-31 21:22 UTC  (24+ messages)
                  ` non-cryptographic hash algorithms in git

[PATCH 0/3] trace2: clean up formatting in perf target format
 2019-07-31 20:04 UTC  (4+ messages)
` [PATCH 1/3] trace2: cleanup column alignment "
` [PATCH 2/3] trace2: trim whitespace in start message "
` [PATCH 3/3] trace2: trim whitespace in region messages "

[PATCH] git-gui: Perform rescan on window focus-in
 2019-07-31 19:42 UTC  (7+ messages)

[PATCH v2 00/11] git add -i: add a rudimentary version in C (supporting only status and help so far)
 2019-07-31 18:39 UTC  (12+ messages)
` [PATCH v3 "
  ` [PATCH v3 01/11] Start to implement a built-in version of `git add --interactive`
  ` [PATCH v3 02/11] diff: export diffstat interface
  ` [PATCH v3 03/11] built-in add -i: implement the `status` command
  ` [PATCH v3 06/11] built-in add -i: implement the main loop
  ` [PATCH v3 07/11] Add a function to determine unique prefixes for a list of strings

[PATCH v1 0/1] pack-refs: pack expired loose refs to packed_refs
 2019-07-31 18:35 UTC  (5+ messages)
` [PATCH v1 1/1] "
    ` [PATCH v2 0/1] pack-refs: always refreshing after take the lock file
      ` [PATCH v2 1/1] "

[PATCH 0/4] pre-merge hook
 2019-07-31 18:34 UTC  (14+ messages)
` [PATCH v2 "
  ` [PATCH v2 3/4] merge: --no-verify to bypass "
  ` [PATCH v2 4/4] t7503: add tests for pre-merge-hook

[RFC PATCH] grep: allow for run time disabling of JIT in PCRE
 2019-07-31 16:18 UTC  (15+ messages)
` [RFC PATCH v2] "

`@` alias for `HEAD` not working in `git push -u origin @`
 2019-07-31 16:10 UTC  (4+ messages)

[PATCH v2 0/5] Create 'feature.*' config area and some centralized config parsing
 2019-07-31 15:48 UTC  (12+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/5] repo-settings: consolidate some config settings
  ` [PATCH v3 2/5] repo-settings: add feature.manyCommits setting
  ` [PATCH v3 3/5] repo-settings: parse core.untrackedCache
  ` [PATCH v3 4/5] repo-settings: create feature.manyFiles setting
  ` [PATCH v3 5/5] repo-settings: create feature.experimental setting

[PATCH 00/12] rebase -r: support merge strategies other than recursive
 2019-07-31 15:18 UTC  (23+ messages)
` [PATCH 10/12] t/lib-rebase: prepare for testing `git rebase --rebase-merges`
` [PATCH v2 00/16] rebase -r: support merge strategies other than recursive
  ` [PATCH v2 01/16] Drop unused git-rebase--am.sh
  ` [PATCH v2 02/16] t3400: stop referring to the scripted rebase
  ` [PATCH v2 04/16] sequencer: the `am` and `rebase--interactive` scripts are gone
  ` [PATCH v2 03/16] .gitignore: there is no longer a built-in `git-rebase--interactive`
  ` [PATCH v2 05/16] rebase: fold git-rebase--common into the -p backend
  ` [PATCH v2 07/16] t3427: simplify the `setup` test case significantly
  ` [PATCH v2 06/16] t3427: add a clarifying comment
  ` [PATCH v2 08/16] t3427: move the `filter-branch` invocation into the `setup` case
  ` [PATCH v2 09/16] t3427: condense the unnecessarily repetitive test cases into three
  ` [PATCH v2 11/16] t3427: accommodate for the `rebase --merge` backend having been replaced
  ` [PATCH v2 10/16] t3427: fix erroneous assumption
  ` [PATCH v2 12/16] t3427: fix another incorrect assumption
  ` [PATCH v2 13/16] rebase -r: support merge strategies other than `recursive`
  ` [PATCH v2 14/16] t/lib-rebase: prepare for testing `git rebase --rebase-merges`
  ` [PATCH v2 15/16] t3418: test `rebase -r` with merge strategies
  ` [PATCH v2 16/16] rebase -r: do not (re-)generate root commits with `--root` *and* `--onto`

blank lines in pre-created merge message
 2019-07-31 13:00 UTC  (6+ messages)
  ` Antw: "

[RFC PATCH 0/3] Add a JSON Schema for trace2 events
 2019-07-31 11:00 UTC  (6+ messages)
` [PATCH v3 "

[PATCH 0/4] gc docs: modernize and fix the documentation
 2019-07-31 10:12 UTC  (9+ messages)

[BUG]: Testsuite failures on big-endian targets
 2019-07-31  7:17 UTC  (2+ messages)

[PATCH 0/6] harden tree-walking against integer overflow
 2019-07-31  4:38 UTC  (7+ messages)
` [PATCH 1/6] setup_traverse_info(): stop copying oid
` [PATCH 2/6] tree-walk: drop oid from traverse_info
` [PATCH 3/6] tree-walk: use size_t consistently
` [PATCH 4/6] tree-walk: accept a raw length for traverse_path_len()
` [PATCH 5/6] tree-walk: add a strbuf wrapper for make_traverse_path()
` [PATCH 6/6] tree-walk: harden make_traverse_path() length computations

[PATCHv3] send-email: Ask if a patch should be sent twice
 2019-07-31  1:06 UTC  (7+ messages)

[RFC PATCH] trace2: don't overload target directories
 2019-07-30 22:08 UTC  (8+ messages)

[PATCHv4] send-email: Ask if a patch should be sent twice
 2019-07-30 21:24 UTC 

[PATCHv2] send-email: Ask if a patch should be sent twice
 2019-07-30 20:26 UTC  (4+ messages)

[BUG]: Destructive behaviour of git revert
 2019-07-30 18:36 UTC  (2+ messages)

[PATCH 0/3] grep: memory leak in PCRE2
 2019-07-30 16:52 UTC  (7+ messages)
` [PATCH 3/3] grep: plug leak of pcre chartables "

Git Test Coverage Report (v2.23.0-rc0)
 2019-07-30 13:07 UTC 

Git Test Coverage Report (Tues. July 30)
 2019-07-30 13:05 UTC 

[PATCH] send-email: Ask if a patch should be sent twice
 2019-07-30 12:50 UTC  (3+ messages)

What's cooking in git.git (Jul 2019, #07; Mon, 29)
 2019-07-30  9:29 UTC  (2+ messages)

[RFC] Improved git signing interface
 2019-07-30  6:59 UTC  (2+ messages)

[L10N] Kickoff for Git 2.23.0 round #1
 2019-07-30  3:35 UTC 

Push force-with-lease with multi-URL remote
 2019-07-29 22:29 UTC  (6+ messages)

'git show -c' omits hunk even though file was modified from all parents
 2019-07-29 22:26 UTC  (5+ messages)

[PATCH 00/24] Reinstate support for Visual Studio
 2019-07-29 21:56 UTC  (3+ messages)
` [PATCH v2 00/23] "

Problem with fsck and invalid submodule path in history
 2019-07-29 21:32 UTC  (6+ messages)
` [PATCH] Documentation/git-fsck.txt: include fsck.* config variables

[GSoC] My project blog
 2019-07-29 20:41 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).