messages from 2020-02-13 21:18:57 to 2020-02-17 08:41:24 UTC [more...]
[Outreachy] [PATCH v4 00/12] Finish converting git bisect to C part 1
2020-02-17 8:40 UTC (2+ messages)
` [PATCH v4 01/12] bisect--helper: convert `vocab_*` char pointers to char arrays
Bug: Git: Clone: University Network: No Output on Terminal
2020-02-17 8:02 UTC
What's cooking in git.git (Feb 2020, #03; Wed, 12)
2020-02-17 7:38 UTC (13+ messages)
` yz/p4-py3, was "
[Outreachy][PATCH 00/29] Finish converting git bisect to C part 1
2020-02-17 7:20 UTC (4+ messages)
` [PATCH 12/29] bisect--helper: reimplement `bisect_next` and `bisect_auto_next` shell functions in C
[ANNOUNCE] Git v2.25.1
2020-02-17 6:40 UTC
[PATCH 0/6] unpack-trees: fix '--recurse-submodules' when switching from no submodules to nested submodules
2020-02-17 4:53 UTC (7+ messages)
` [PATCH 1/6] t7112: remove mention of KNOWN_FAILURE_SUBMODULE_RECURSIVE_NESTED
` [PATCH 2/6] t/lib-submodule-update: remove outdated test description
` [PATCH 3/6] t/lib-submodule-update: move a test to the right section
` [PATCH 4/6] unpack-trees: remove outdated description for verify_clean_submodule
` [PATCH 5/6] unpack-trees: check for missing submodule directory in merged_entry
` [PATCH 6/6] t/lib-submodule-update: add test removing nested submodules
Nested submodule checkout
2020-02-17 4:51 UTC (2+ messages)
[PATCH] advice: refactor advise API
2020-02-17 3:28 UTC (6+ messages)
` [PATCH v2 0/2] [RFC][Outreachy] "
` [PATCH v2 1/2] "
` [PATCH v2 2/2] advice: extract vadvise() from advise()
[GSoC Patch 1/5] lib-log-graph.sh: consolidate test_cmp_graph logic
2020-02-17 0:05 UTC (6+ messages)
` [GSoC Patch 2/5] t3430: use lib-log-graph functions
` [GSoC Patch 3/5] t4215: "
` [GSoC Patch 4/5] t4214: "
` [GSoC Patch 5/5] t4202: "
[PATCH 0/9] [RFC] Changed Paths Bloom Filters
2020-02-17 0:00 UTC (7+ messages)
` [PATCH v2 00/11] "
` [PATCH v2 02/11] bloom: core Bloom filter implementation for changed paths
` [PATCH v2 03/11] diff: halt tree-diff early after max_changes
[PATCH 0/3] [GSoC] receive.denyCurrentBranch: respect all worktrees
2020-02-16 23:49 UTC (7+ messages)
` [PATCH 2/3] t5509: initialized `pushee` as bare repository
[PATCH 0/13] combining object filters and bitmaps
2020-02-16 23:36 UTC (40+ messages)
` [PATCH 07/13] rev-list: allow bitmaps when counting objects
` [PATCH 09/13] rev-list: use bitmap filters for traversal
` [PATCH 12/13] pack-bitmap: implement BLOB_LIMIT filtering
` [PATCH v2 0/15] combining object filters and bitmaps
` [PATCH v2 01/15] pack-bitmap: factor out type iterator initialization
` [PATCH v2 02/15] pack-bitmap: fix leak of haves/wants object lists
` [PATCH v2 03/15] rev-list: fallback to non-bitmap traversal when filtering
` [PATCH v2 04/15] pack-bitmap: refuse to do a bitmap traversal with pathspecs
` [PATCH v2 05/15] rev-list: factor out bitmap-optimized routines
` [PATCH v2 06/15] rev-list: make --count work with --objects
` [PATCH v2 07/15] rev-list: allow bitmaps when counting objects
` [PATCH v2 08/15] t5310: factor out bitmap traversal comparison
` [PATCH v2 09/15] rev-list: allow commit-only bitmap traversals
` [PATCH v2 10/15] pack-bitmap: basic noop bitmap filter infrastructure
` [PATCH v2 11/15] rev-list: use bitmap filters for traversal
` [PATCH v2 12/15] bitmap: add bitmap_unset() function
` [PATCH v2 13/15] pack-bitmap: implement BLOB_NONE filtering
` [PATCH v2 14/15] pack-bitmap: implement BLOB_LIMIT filtering
` [PATCH v2 15/15] pack-objects: support filters with bitmaps
! [remote rejected] master -> master (unpacker error)
2020-02-16 21:16 UTC (2+ messages)
[PATCH 0/3] Wildcard matching for credentials
2020-02-16 20:53 UTC (8+ messages)
` [PATCH 1/3] mailmap: add an additional email address for brian m. carlson
` [PATCH 2/3] t1300: add test for urlmatch with multiple wildcards
` [PATCH 3/3] credential: allow wildcard patterns when matching config
[PATCH v3 00/15] rebase: make the default backend configurable
2020-02-16 15:01 UTC (28+ messages)
` [PATCH v4 00/19] "
` [PATCH v4 04/19] rebase (interactive-backend): fix handling of commits that become empty
` [PATCH v5 00/20] rebase: make the default backend configurable and change the default
` [PATCH v5 01/20] git-rebase.txt: update description of --allow-empty-message
` [PATCH v5 02/20] t3404: directly test the behavior of interest
` [PATCH v5 03/20] rebase (interactive-backend): make --keep-empty the default
` [PATCH v5 04/20] rebase (interactive-backend): fix handling of commits that become empty
` [PATCH v5 05/20] t3406: simplify an already simple test
` [PATCH v5 06/20] rebase, sequencer: remove the broken GIT_QUIET handling
` [PATCH v5 07/20] rebase: make sure to pass along the quiet flag to the sequencer
` [PATCH v5 08/20] rebase: fix handling of restrict_revision
` [PATCH v5 09/20] t3432: make these tests work with either am or merge backends
` [PATCH v5 10/20] rebase: allow more types of rebases to fast-forward
` [PATCH v5 11/20] git-rebase.txt: add more details about behavioral differences of backends
` [PATCH v5 12/20] rebase: move incompatibility checks between backend options a bit earlier
` [PATCH v5 13/20] rebase: add an --am option
` [PATCH v5 14/20] git-prompt: change the prompt for interactive-based rebases
` [PATCH v5 15/20] rebase: drop '-i' from the reflog "
` [PATCH v5 16/20] rebase tests: mark tests specific to the am-backend with --am
` [PATCH v5 17/20] rebase tests: repeat some tests using the merge backend instead of am
` [PATCH v5 18/20] rebase: make the backend configurable via config setting
` [PATCH v5 19/20] rebase: change the default backend from "am" to "merge"
` [PATCH v5 20/20] rebase: rename the two primary rebase backends
Error 500 from git-scm.com
2020-02-16 13:27 UTC (2+ messages)
GSoC and Outreachy Summer 2020?
2020-02-16 10:38 UTC (5+ messages)
git-describe --tags warning: 'X' is really 'Y' here
2020-02-16 6:51 UTC (6+ messages)
` [PATCH] describe: output tag's ref instead of embedded name
What does Git call services like GitHub and GitLab?
2020-02-15 23:23 UTC (2+ messages)
FW: bug: fatal: this operation must be run in a work tree - after enabling worktreeConfig=true
2020-02-15 21:11 UTC
[ANNOUNCE] GitVine v3.2 is now released
2020-02-15 20:04 UTC
[PATCH v6 00/15] add git-bugreport tool
2020-02-15 18:24 UTC (40+ messages)
` [PATCH v6 01/15] help: move list_config_help to builtin/help
` [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
Facing error in git-imap-send while compiling Git
2020-02-15 14:00 UTC (12+ messages)
[PATCH] make slash-rules more readable
2020-02-15 3:08 UTC
[RFC PATCH] prefix_path: show gitdir when arg is outside repo
2020-02-15 2:56 UTC (5+ messages)
` [RFC PATCH v2] "
[PATCH 0/5] object.c: localize global the_repository variable into r
2020-02-15 0:00 UTC (8+ messages)
` [PATCH 2/5] object.c: lookup_unknown_object() accept 'r' as parameter
Feature Suggestion: Allow to enforce "rename" in git while committing
2020-02-14 21:38 UTC (2+ messages)
Git representative on AsciiDoc Working Group
2020-02-14 21:05 UTC (4+ messages)
[PATCH v1] builtin/rebase: remove a call to get_oid() on `options.switch_to'
2020-02-14 20:43 UTC (3+ messages)
[PATCH] doc: move credential helper info into gitcredentials(7)
2020-02-14 18:54 UTC
[PATCH] credential.c: fix credential reading with regards to CR/LF
2020-02-14 18:32 UTC (3+ messages)
[PATCH v7] MyFirstContribution: add avenues for getting help
2020-02-14 17:36 UTC (4+ messages)
` [PATCH] MyFirstContribution: rephrase contact info
[PATCH v3] unpack-trees.c: distinguish ita files from empty files
2020-02-14 17:14 UTC (2+ messages)
` [PATCH v4] "
[PATCH] reset: unstage empty deleted ita files
2020-02-14 17:12 UTC (6+ messages)
` [PATCH v3] diff-lib.c: handle "
How to force configure script to use curl ?
2020-02-14 16:49 UTC (5+ messages)
[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
[PATCH] t9001, t9116: avoid pipes
2020-02-14 13:53 UTC
[PATCH 1/1][RFC][GSoC] submodule: using 'is_writing_gitmodules_ok()' for a stricter check
2020-02-14 13:28 UTC (3+ messages)
[RFC][GSOC] Microproject Suggestion
2020-02-14 8:49 UTC (4+ 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)
Calculating major.minor.patch from commit hash
2020-02-14 0:27 UTC (4+ messages)
[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
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).