messages from 2020-10-09 20:33:49 to 2020-10-13 14:19:57 UTC [more...]
[PATCH 00/13] reftable library
2020-10-13 12:12 UTC (26+ messages)
` [PATCH v2 "
` [PATCH v2 02/13] reftable: define the public API
` [PATCH v2 05/13] reftable: utility functions
[PATCH 0/2] diff: add -I<regex> that ignores matching changes
2020-10-13 12:02 UTC (23+ messages)
` [PATCH v2 0/3] "
` [PATCH v2 1/3] merge-base, xdiff: zero out xpparam_t structures
` [PATCH v2 2/3] diff: add -I<regex> that ignores matching changes
` [PATCH v2 3/3] t: add -I<regex> tests
[PATCH] git-gui blame: prevent tool tips from sticking around after Command-Tab
2020-10-13 13:26 UTC
[PATCH v2 1/2] sequencer: fix gpg option passed to merge subcommand
2020-10-13 13:28 UTC (11+ messages)
` [PATCH v2 2/2] sequencer: pass explicit --no-gpg-sign to merge
[PATCH 0/3] Make test selection easier by specifying description substrings instead of just numeric counters
2020-10-13 13:08 UTC (5+ messages)
` [PATCH 1/3] test-lib: allow selecting tests by substring/regex with --run
` [PATCH 2/3] t6006, t6012: adjust tests to use 'setup' instead of synonyms
` [PATCH 3/3] test-lib: reduce verbosity of skipped tests
bug report: gitk crashes on git commit with emoji (utf-8)
2020-10-13 8:00 UTC (4+ messages)
How to Verify the Git Credentials supplied by the User
2020-10-13 5:32 UTC (4+ messages)
[ISSUE] Stop accessing, storing, and sharing the user's time zone
2020-10-13 5:28 UTC (4+ messages)
` [WIP v2 0/2] experiment with commit option record-time-zone
` [WIP v2 1/2] Adding a record-time-zone command option for commit
` [WIP v2 2/2] Demonstrate failing and passing tests
[PATCH] sequencer: fix gpg option passed to octopus merge
2020-10-13 4:45 UTC (11+ messages)
Introduction - An Outreachy 2020 Applicant
2020-10-13 3:10 UTC
[PATCH 0/5] Add struct strmap and associated utility functions
2020-10-13 0:40 UTC (12+ messages)
` [PATCH v2 00/10] "
` [PATCH v2 01/10] hashmap: add usage documentation explaining hashmap_free[_entries]()
` [PATCH v2 02/10] hashmap: adjust spacing to fix argument alignment
` [PATCH v2 03/10] hashmap: allow re-use after hashmap_free()
` [PATCH v2 04/10] hashmap: introduce a new hashmap_partial_clear()
` [PATCH v2 05/10] strmap: new utility functions
` [PATCH v2 06/10] strmap: add more "
` [PATCH v2 07/10] strmap: enable faster clearing and reusing of strmaps
` [PATCH v2 08/10] strmap: add functions facilitating use as a string->int map
` [PATCH v2 09/10] strmap: add a strset sub-type
` [PATCH v2 10/10] strmap: enable allocations to come from a mem_pool
[PATCH v2 0/3] Teach ref-filter API to correctly handle CRLF in messages
2020-10-12 22:47 UTC (8+ messages)
` [PATCH v3 0/3] ref-filter: handle CRLF at end-of-line more gracefully
` [PATCH v3 1/3] t: add lib-crlf-messages.sh for messages containing CRLF
` [PATCH v3 2/3] ref-filter: handle CRLF at end-of-line more gracefully
` [PATCH v3 3/3] log, show: add tests for messages containing CRLF
[PATCH 2/3] replace CURLOPT_FILE With CURLOPT_WRITEDATA
2020-10-12 22:30 UTC (9+ messages)
` [PATCH 3/3] http: automatically retry some requests
` [PATCH] remote-curl: add testing for intelligent retry for HTTP
Patchwork now does the right thing with GGG submissions
2020-10-12 21:31 UTC (4+ messages)
[PATCH 0/1] Alias 'list'-subcommands to 'ls'
2020-10-12 20:55 UTC (4+ messages)
` [PATCH 1/1] subcommands: alias 'list'-subcommands to 'ls' where applicable docs: update docs with new alias
[PATCH 0/4] Clean-up around get_x_ish()
2020-10-12 20:39 UTC (8+ messages)
` [PATCH 2/4] blame: validate and peel the object names on the ignore list
[PATCH 0/2] ci: make the new GitHub workflow logic more defensive
2020-10-12 19:29 UTC (5+ messages)
` [PATCH 1/2] ci: work around old records of GitHub runs
` [PATCH 2/2] ci: make the "skip-if-redundant" check more defensive
[PATCH] Makefile: use git init/add/commit/archive for dist-doc
2020-10-12 19:20 UTC (3+ messages)
` [PATCH 2/1] Makefile: remove the unused variable TAR_DIST_EXTRA_OPTS
[ANNOUNCE] Git v2.29.0-rc1
2020-10-12 19:19 UTC (6+ messages)
[PATCH] ci: fix GitHub workflow when on a tagged revision
2020-10-12 18:57 UTC (9+ messages)
` [PATCH v2 0/2] Do not skip tagged revisions in the GitHub workflow runs
` [PATCH v2 1/2] ci: skip GitHub workflow runs for already-tested commits/trees
[PATCH] maintenance: core.commitGraph=false prevents writes
2020-10-12 18:40 UTC (3+ messages)
Feature: checkout and merge
2020-10-12 17:48 UTC (3+ messages)
[RFC PATCH] log: add log.showStat configuration variable
2020-10-12 16:14 UTC (7+ messages)
[Outreachy] Introduction
2020-10-12 15:57 UTC (8+ messages)
BUG: Removing a submodule with --cached doesn't stage changes to the .gitmodules file
2020-10-12 13:45 UTC
git submodule status never says “old commits”
2020-10-12 13:38 UTC (3+ messages)
Feature: checkout and merge
2020-10-12 11:05 UTC
[BUG?] After 'git checkout', files deleted upstream are left in the working directory as untracked
2020-10-12 11:10 UTC (4+ messages)
[PATCH v10 0/7]Finish converting git bisect to C part 2 subset 2
2020-10-12 10:45 UTC (9+ messages)
` [PATCH v10 1/7] bisect--helper: finish porting `bisect_start()` to C
` [PATCH v10 2/7] bisect--helper: retire `--bisect-clean-state` subcommand
` [PATCH v10 3/7] bisect--helper: retire `--next-all` subcommand
` [PATCH v10 4/7] bisect--helper: reimplement `bisect_state` & `bisect_head` shell functions in C
` [PATCH v10 5/7] bisect--helper: retire `--check-expected-revs` subcommand
` [PATCH v10 6/7] bisect--helper: retire `--write-terms` subcommand
` [PATCH v10 7/7] bisect--helper: retire `--bisect-autostart` subcommand
[PATCH v2 0/3] submodule: port subcommand add from shell to C
2020-10-12 10:11 UTC (4+ messages)
` [PATCH v2 1/3] dir: change the scope of function 'directory_exists_in_index()'
[RFC PATCH 0/2] teach `worktree list` to mark locked worktrees
2020-10-12 2:24 UTC (13+ messages)
` [PATCH v2 0/1] Teach "worktree list" to annotate "
` [PATCH v2 1/1] worktree: teach `list` to annotate locked worktree
` [PATCH v3 0/1] Teach "worktree list" to annotate locked worktrees
` [PATCH v3] worktree: teach `list` to annotate locked worktree
[PATCH] grep: handle deref_tag() returning NULL
2020-10-11 16:03 UTC
[PATCH] blame: handle deref_tag() returning NULL
2020-10-11 16:03 UTC
[PATCH] line-log: handle deref_tag() returning NULL
2020-10-11 16:03 UTC
Git hooks and stdin/stderr/stdout
2020-10-11 9:25 UTC
[Outreachy] Introduction
2020-10-11 8:09 UTC (2+ messages)
[REGRESSION] gitk can't be run from non-worktree folders
2020-10-11 5:08 UTC (8+ messages)
` [PATCH] gitk: to run in a bare repository (was: gitk can't be run from non-worktree folders)
Feature request: Exponential search in git bisect
2020-10-10 9:46 UTC (3+ messages)
Unexpected behavior with branch.*.{remote,pushremote,merge}
2020-10-10 18:38 UTC (2+ messages)
[PATCH] ci: github action - add check for whitespace errors
2020-10-10 6:29 UTC (13+ messages)
[L10N] Kickoff for Git 2.29.0 round #1
2020-10-10 2:00 UTC (2+ messages)
` [L10N] Kickoff for Git 2.29.0 round #2
[PATCH v2 0/2] rev-parse options for absolute or relative paths
2020-10-10 1:10 UTC (4+ messages)
` [PATCH v2 1/2] abspath: add a function to resolve paths with missing components
[PATCH] clean up extern decl of functions
2020-10-10 0:37 UTC (10+ messages)
` [RFC] CodingGuidelines: mark external declarations with "extern"
[PATCH v3] commit-graph: ignore duplicates when merging layers
2020-10-09 21:17 UTC (6+ messages)
` [PATCH v4 0/2] "
` [PATCH v4 1/2] "
` [PATCH v4 2/2] commit-graph: don't write commit-graph when disabled
page: next (older) | prev (newer) | latest
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).