messages from 2020-09-23 23:04:59 to 2020-09-26 14:55:19 UTC [more...]
[PATCH] git-gui: Basic dark mode support
2020-09-26 14:54 UTC (2+ messages)
` [PATCH v2] "
[PATCH] ref-filter: plug memory leak in reach_filter()
2020-09-26 14:53 UTC (2+ messages)
[PATCH 0/8] parsing trailers with shortlog
2020-09-26 12:48 UTC (16+ messages)
` [PATCH 1/8] shortlog: change "author" variables to "ident"
` [PATCH 2/8] shortlog: refactor committer/author grouping
` [PATCH 3/8] trailer: add interface for iterating over commit trailers
` [PATCH 4/8] shortlog: match commit trailers with --group
` [PATCH 5/8] shortlog: de-duplicate trailer values
` [PATCH 6/8] shortlog: rename parse_stdin_ident()
` [PATCH 7/8] shortlog: parse trailer idents
` [PATCH 8/8] shortlog: allow multiple groups to be specified
[PATCH v5 0/3] push: add "--[no-]force-if-includes"
2020-09-26 11:46 UTC (10+ messages)
` [PATCH v6 "
` [PATCH v6 1/3] push: add reflog check for "--force-if-includes"
` [PATCH v6 2/3] push: parse and set flag "
` [PATCH v6 3/3] t, doc: update tests, reference "
` [PATCH v7 0/3] push: add "--[no-]force-if-includes"
` [PATCH v7 1/3] push: add reflog check for "--force-if-includes"
` [PATCH v7 2/3] push: parse and set flag "
` [PATCH v7 3/3] t, doc: update tests, reference "
[PATCH] pull: don't warn if pull.ff has been set
2020-09-26 5:41 UTC (2+ messages)
[PATCH v3 09/10] builtin/diff-tree: learn --merge-base
2020-09-26 1:52 UTC (13+ messages)
[PATCH] format-patch: teach format.useAutoBase "whenAble" option
2020-09-25 23:07 UTC
What's cooking in git.git (Sep 2020, #07; Fri, 25)
2020-09-25 22:57 UTC
[PATCH v2 1/2] completion: use "prev" variable instead of introducing "prevword"
2020-09-25 22:53 UTC (3+ messages)
` [PATCH v2 2/2] completion: complete refs after 'git restore -s'
Git Alias not working in worktree
2020-09-25 22:28 UTC (2+ messages)
[PATCH 01/26] transport: not report a non-head push as a branch
2020-09-25 22:21 UTC (4+ messages)
` [PATCH 02/26] t5411: add basic test cases for proc-receive hook
[PATCH] protocol: re-enable v2 protocol by default
2020-09-25 21:24 UTC (3+ messages)
Patchwork housekeeping for: git
2020-09-25 21:26 UTC
[PATCH v3 0/1] implement negative refspecs
2020-09-25 21:07 UTC (2+ messages)
` [PATCH v3 1/1] refspec: add support for "
[PATCH 00/11] Modernizing the t7001 test script
2020-09-25 20:54 UTC (25+ messages)
` [PATCH 01/11] t7001: convert tests from the old style to the current style
` [PATCH 02/11] t7001: use TAB instead of spaces
` [PATCH 03/11] t7001: remove unnecessary blank lines
` [PATCH 04/11] t7001: change the style for cd according to subshell
` [PATCH 05/11] t7001: remove whitespace after redirect operators
` [PATCH 06/11] t7001: change (cd <path> && git foo) to (git -C <path> foo)
` [PATCH 07/11] t7001: use ': >' rather than 'touch'
` [PATCH 08/11] t7001: put each command on a separate line
` [PATCH 09/11] t7001: use here-docs instead of echo
` [PATCH 10/11] t7001: use `test` rather than `[`
` [PATCH 11/11] t7001: move cleanup code from outside the tests into them
[PATCH 0/2] drop unaligned loads
2020-09-25 20:48 UTC (9+ messages)
` [PATCH 1/2] bswap.h: "
` [PATCH 2/2] Revert "fast-export: use local array to store anonymized oid"
[PATCH] Doc: note minimum scissors line length for mailinfo
2020-09-25 19:16 UTC
RFC - concurrency causes segfault in git grep since 2.26.0
2020-09-25 19:53 UTC (3+ messages)
[RFC 0/1] Leading whitespace as a function identification heuristic?
2020-09-25 19:05 UTC (9+ messages)
[PATCH 00/10] CMake and Visual Studio
2020-09-25 19:48 UTC (16+ messages)
` [PATCH 01/10] cmake: ignore files generated by CMake as run in "
` [PATCH 02/10] cmake: do find Git for Windows' shell interpreter
` [PATCH 03/10] cmake: ensure that the `vcpkg` packages are found on Windows
` [PATCH 04/10] cmake: fall back to using `vcpkg`'s `msgfmt.exe` "
` [PATCH 05/10] cmake: quote the path accurately when editing `test-lib.sh`
` [PATCH 06/10] cmake (Windows): let the `.dll` files are found when running the tests
` [PATCH 07/10] cmake (Windows): complain when encountering an unknown compiler
` [PATCH 08/10] cmake (Windows): initialize vcpkg/build dependencies automatically
` [PATCH 09/10] cmake (Windows): recommend using Visual Studio's built-in CMake support
` [PATCH 10/10] hashmap_for_each_entry(): work around MSVC's run-time check failure #3
[PATCH] completion: complete refs after 'git restore -s'
2020-09-25 19:59 UTC (3+ messages)
[PATCH v3 0/8] Maintenance II: prefetch, loose-objects, incremental-repack tasks
2020-09-25 18:43 UTC (12+ messages)
` [PATCH v4 "
` [PATCH v4 1/8] maintenance: add prefetch task
` [PATCH v4 2/8] maintenance: add loose-objects task
` [PATCH v4 3/8] maintenance: create auto condition for loose-objects
` [PATCH v4 4/8] midx: enable core.multiPackIndex by default
` [PATCH v4 5/8] midx: use start_delayed_progress()
` [PATCH v4 6/8] maintenance: add incremental-repack task
` [PATCH v4 7/8] maintenance: auto-size incremental-repack batch
` [PATCH v4 8/8] maintenance: add incremental-repack auto condition
Segfault during fsck and spreading brokenness
2020-09-25 17:47 UTC (2+ messages)
[PATCH] bisect: don't use invalid oid as rev when starting
2020-09-25 16:54 UTC (22+ messages)
` [PATCH v2] "
` [PATCH v3] "
[PATCH] cmake: ignore generated files
2020-09-25 6:40 UTC (18+ messages)
[PATCH 00/15] remote-mediawiki: various fixes to make tests pass
2020-09-25 6:50 UTC (3+ messages)
` [PATCH v2 00/18] remote-mediawiki: fix RCE issue, and the tests
[PATCH] ci: github action - add check for whitespace errors
2020-09-25 6:44 UTC (6+ messages)
[PATCH 0/4] Clean-up around get_x_ish()
2020-09-25 5:59 UTC (5+ messages)
` [PATCH 1/4] t8013: minimum preparatory clean-up
` [PATCH 2/4] blame: validate and peel the object names on the ignore list
` [PATCH 3/4] t1506: rev-parse A..B and A...B
` [PATCH 4/4] sequencer: stop abbreviating stopped-sha file
[RFH] sequencer: simplify logic around stopped-sha file
2020-09-25 5:48 UTC
Feature suggestion: Features Sets and Feature Dependencies Sets
2020-09-25 1:58 UTC (2+ messages)
[RFC v2 0/1] implement support for negative refspecs
2020-09-24 23:42 UTC (5+ messages)
` [RFC v2 1/1] refspec: add "
[PATCH v3 6/8] maintenance: add incremental-repack task
2020-09-24 22:01 UTC (4+ messages)
[PATCH v4 1/9] doc: propose hooks managed by the config
2020-09-24 21:54 UTC (3+ messages)
Allow passing pipes to diff --no-index + bugfix
2020-09-24 17:38 UTC (15+ messages)
` [PATCH 1/2] diff: Fix modified lines stats with --stat and --numstat
` [PATCH v3] "
` [PATCH v4] "
[PATCH 00/13] reftable library
2020-09-24 17:22 UTC (7+ messages)
` [PATCH 06/13] reftable: (de)serialization for the polymorphic record type
[PATCH 0/3] commit: add an option to reword the last commit
2020-09-24 16:58 UTC (7+ messages)
` [PATCH 3/3] commit: add an option the reword HEAD
[ANNOUNCE] git-assembler 1.2 released
2020-09-24 14:15 UTC
[PATCH v3 4/8] midx: enable core.multiPackIndex by default
2020-09-24 13:53 UTC (3+ messages)
[PATCH v3 3/8] maintenance: create auto condition for loose-objects
2020-09-24 13:51 UTC (3+ messages)
[PATCH v3 2/8] maintenance: add loose-objects task
2020-09-24 13:45 UTC (3+ messages)
[PATCH v7 00/13] Finish converting git bisect to C part 2
2020-09-24 12:56 UTC (10+ messages)
[PATCH v9 0/6]Finish converting git bisect to C part 2 subset 1
2020-09-24 12:33 UTC (7+ messages)
` [PATCH v9 1/6] bisect--helper: BUG() in cmd_*() on invalid subcommand
` [PATCH v9 2/6] bisect--helper: use '-res' in 'cmd_bisect__helper' return
` [PATCH v9 3/6] bisect--helper: introduce new `write_in_file()` function
` [PATCH v9 4/6] bisect--helper: reimplement `bisect_autostart` shell function in C
` [PATCH v9 5/6] bisect: call 'clear_commit_marks_all()' in 'bisect_next_all()'
` [PATCH v9 6/6] bisect--helper: reimplement `bisect_next` and `bisect_auto_next` shell functions in C
Question about fsmonitor and --untracked-files=all
2020-09-24 12:14 UTC (3+ messages)
[ANNOUNCE] Git Rev News edition 67
2020-09-24 10:32 UTC
git diff --name-only --submodule=diff combination does not work
2020-09-24 6:38 UTC (4+ messages)
[PATCH v4 8/9] commit: use config-based hooks
2020-09-23 23:47 UTC (2+ messages)
[PATCH v4 7/9] hook: replace run-command.h:find_hook
2020-09-23 23:20 UTC (2+ messages)
[PATCH v4 3/9] hook: add list command
2020-09-23 23:04 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).