messages from 2020-02-11 19:08:57 to 2020-02-14 15:03:40 UTC [more...]
[PATCH 0/3] [GSoC] receive.denyCurrentBranch: respect all worktrees
2020-02-14 15:03 UTC (8+ messages)
` [PATCH 1/3] get_main_worktree(): allow it to be called in the Git directory
` [PATCH 2/3] t5509: initialized `pushee` as bare repository
` [PATCH 3/3] receive.denyCurrentBranch: respect all worktrees
[PATCH v5 0/7] git-p4: add hooks for p4-changelist
2020-02-14 14:44 UTC (9+ messages)
` [PATCH v6 "
` [PATCH v6 1/7] git-p4: rewrite prompt to be Windows compatible
` [PATCH v6 2/7] git-p4: create new function run_git_hook
` [PATCH v6 3/7] git-p4: add p4-pre-submit exit text
` [PATCH v6 4/7] git-p4: add --no-verify option
` [PATCH v6 5/7] git-p4: restructure code in submit
` [PATCH v6 6/7] git-p4: add p4 submit hooks
` [PATCH v6 7/7] git-p4: add RCS keyword status message
What's cooking in git.git (Feb 2020, #03; Wed, 12)
2020-02-14 14:39 UTC (8+ messages)
` bw/remote-rename-update-config, was "
` yz/p4-py3, "
[PATCH] t9001, t9116: avoid pipes
2020-02-14 13:53 UTC
[PATCH] credential.c: fix credential reading with regards to CR/LF
2020-02-14 13:49 UTC
[PATCH 0/1] [RFC][GSoC] submodule: enforcing stricter checks
2020-02-14 13:28 UTC (5+ messages)
` [PATCH 1/1][RFC][GSoC] submodule: using 'is_writing_gitmodules_ok()' for a stricter check
Git representative on AsciiDoc Working Group
2020-02-14 12:07 UTC (3+ messages)
[RFC][GSOC] Microproject Suggestion
2020-02-14 8:49 UTC (4+ messages)
git-describe --tags warning: 'X' is really 'Y' here
2020-02-14 6:53 UTC (3+ messages)
Fix inet_ntop and inet_pton on Solaris
2020-02-14 6:50 UTC (2+ messages)
RFC: Merge hints
2020-02-14 6:44 UTC (2+ messages)
Inconsistent results from git rev-parse --show-toplevel
2020-02-14 6:36 UTC (8+ messages)
How do I change the AuthorDate and CommitDate of all my commits?
2020-02-14 6:32 UTC (2+ messages)
How to force configure script to use curl ?
2020-02-14 6:17 UTC (3+ messages)
[PATCH v7] MyFirstContribution: add avenues for getting help
2020-02-14 2:10 UTC (3+ messages)
` [PATCH] MyFirstContribution: rephrase contact info
[PATCH v6 00/15] add git-bugreport tool
2020-02-14 1:53 UTC (39+ messages)
` [PATCH v6 01/15] help: move list_config_help to builtin/help
` [PATCH v6 03/15] bugreport: add tool to generate debugging info
` [PATCH v6 09/15] bugreport: generate config safelist based on docs
` [PATCH v6 10/15] bugreport: add config values from safelist
` [PATCH v7 00/15] add git-bugreport tool
` [PATCH v7 01/15] help: move list_config_help to builtin/help
` [PATCH v7 02/15] help: add shell-path to --build-options
` [PATCH v7 03/15] bugreport: add tool to generate debugging info
` [PATCH v7 04/15] bugreport: gather git version and build info
` [PATCH v7 05/15] bugreport: add uname info
` [PATCH v7 06/15] bugreport: add compiler info
` [PATCH v7 07/15] bugreport: add git-remote-https version
` [PATCH v7 08/15] bugreport: include user interactive shell
` [PATCH v7 09/15] bugreport: generate config safelist based on docs
` [PATCH v7 10/15] bugreport: add config values from safelist
` [PATCH v7 11/15] bugreport: collect list of populated hooks
` [PATCH v7 12/15] bugreport: count loose objects
` [PATCH v7 13/15] bugreport: add packed object summary
` [PATCH v7 14/15] bugreport: list contents of $OBJDIR/info
` [PATCH v7 15/15] bugreport: summarize contents of alternates file
Calculating major.minor.patch from commit hash
2020-02-14 0:27 UTC (4+ messages)
[PATCH 0/13] combining object filters and bitmaps
2020-02-13 23:17 UTC (26+ messages)
` [PATCH 01/13] pack-bitmap: factor out type iterator initialization
` [PATCH 02/13] pack-bitmap: fix leak of haves/wants object lists
` [PATCH 03/13] rev-list: fallback to non-bitmap traversal when filtering
` [PATCH 04/13] rev-list: consolidate bitmap-disabling options
` [PATCH 05/13] rev-list: factor out bitmap-optimized routines
` [PATCH 06/13] rev-list: make --count work with --objects
` [PATCH 07/13] rev-list: allow bitmaps when counting objects
` [PATCH 08/13] pack-bitmap: basic noop bitmap filter infrastructure
` [PATCH 09/13] rev-list: use bitmap filters for traversal
` [PATCH 10/13] bitmap: add bitmap_unset() function
` [PATCH 11/13] pack-bitmap: implement BLOB_NONE filtering
` [PATCH 12/13] pack-bitmap: implement BLOB_LIMIT filtering
` [PATCH 13/13] pack-objects: support filters with bitmaps
[PATCH] t5580: test cloning without file://, test fetching via UNC paths
2020-02-13 21:51 UTC
[PATCH] mingw: add a helper function to attach GDB to the current process
2020-02-13 21:49 UTC
[PATCH] mingw: workaround for hangs when sending STDIN
2020-02-13 19:22 UTC (4+ messages)
` Test program used to prove quota's behavior
[PATCH v3 00/15] rebase: make the default backend configurable
2020-02-13 18:54 UTC (11+ messages)
` [PATCH v4 00/19] "
` [PATCH v4 01/19] git-rebase.txt: update description of --allow-empty-message
` [PATCH v4 03/19] rebase (interactive-backend): make --keep-empty the default
` [PATCH v4 04/19] rebase (interactive-backend): fix handling of commits that become empty
[PATCH 0/5] object.c: localize global the_repository variable into r
2020-02-13 18:52 UTC (16+ messages)
` [PATCH 1/5] object.c: get_max_object_index and get_indexed_object accept 'r' parameter
` [PATCH 2/5] object.c: lookup_unknown_object() accept 'r' as parameter
` [PATCH 3/5] object.c: parse_object_or_die() "
` [PATCH 4/5] object.c: clear_object_flags() "
` [PATCH 5/5] object.c: clear_commit_marks_all() "
[PATCH 0/3] builtin/commit-graph.c: new split/merge options
2020-02-13 17:58 UTC (24+ messages)
` [PATCH 2/3] builtin/commit-graph.c: introduce '--input=<source>'
` [PATCH v2 0/3] builtin/commit-graph.c: new split/merge options
` [PATCH v2 1/3] builtin/commit-graph.c: support '--split[=<strategy>]'
` [PATCH v3 0/3] builtin/commit-graph.c: new split/merge options
` [PATCH v3 1/3] builtin/commit-graph.c: support '--split[=<strategy>]'
` [PATCH v3 2/3] builtin/commit-graph.c: introduce '--input=<source>'
` [PATCH v3 3/3] builtin/commit-graph.c: support '--input=none'
[PATCH] [RFC PATCH] stash save/push: add --index-only option
2020-02-13 17:12 UTC (6+ messages)
recursive cloning with --reference-if-able + --dissociate
2020-02-13 16:18 UTC (2+ messages)
Git tedious verbosity
2020-02-13 14:03 UTC (2+ messages)
` Verbosity of git checkout (was Re: Git tedious verbosity)
Conversion of 'git submodule' to C: need some help
2020-02-13 13:33 UTC (2+ messages)
Git tedious verbosity
2020-02-13 4:45 UTC (10+ messages)
[PATCH v2] doc: describe Git bundle format
2020-02-12 22:43 UTC (8+ messages)
` [PATCH v3] "
SHA1dc on mac
2020-02-12 22:40 UTC (4+ messages)
Fwd: Re: [PATCH 0/5] object.c: localize global the_repository variable into r
2020-02-12 22:25 UTC
[PATCH] advice: refactor advise API
2020-02-12 20:57 UTC (10+ messages)
Feature Request: commits where $LOCAL and $REMOTE are from
2020-02-12 19:50 UTC
[PATCH] tests: fix --write-junit-xml with subshells
2020-02-12 17:19 UTC (2+ messages)
[ANNOUNCE] Scalar
2020-02-12 13:51 UTC
[PATCH] update git-http-backend doc for lighttpd
2020-02-12 11:56 UTC (2+ messages)
What's cooking in git.git (Feb 2020, #02; Mon, 10)
2020-02-12 11:44 UTC (4+ messages)
` js/ci-squelch-doc-warning, was "
Develop a patch series with git?
2020-02-12 9:02 UTC (3+ messages)
bug? illegal text in commit log
2020-02-12 2:24 UTC (7+ messages)
URL rewrites for submodules
2020-02-12 1:35 UTC (4+ messages)
[PATCH v3 0/6] Reftable support git-core
2020-02-11 23:40 UTC (10+ messages)
` [PATCH v4 0/5] "
` [PATCH v4 4/5] Add reftable library
[PATCH 1/3] color.c: refactor color_output arguments
2020-02-11 23:06 UTC (8+ messages)
` [PATCH v3 0/3] es/bright-colors (hopefully final) reroll
` [PATCH v3 1/3] color.c: refactor color_output arguments
` [PATCH v3 2/3] color.c: support bright aixterm colors
` [PATCH v3 3/3] color.c: alias RGB colors 8-15 to "
[PATCH] gitk: add diff lines background colors
2020-02-11 21:24 UTC
What's cooking in git.git (Feb 2020, #02; Mon, 10)
2020-02-11 20:56 UTC (4+ messages)
[PATCH] convert: fix typo
2020-02-11 20:03 UTC (2+ messages)
[PATCH 0/4] Sparse-checkout: Add subcommand and Windows paths
2020-02-11 19:48 UTC (2+ messages)
[PATCH 0/9] [RFC] Changed Paths Bloom Filters
2020-02-11 19:08 UTC (5+ messages)
` [PATCH v2 00/11] "
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).