git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2020-02-14 17:01:10 to 2020-02-18 05:40:15 UTC [more...]

[PATCH 1/2] git-receive-pack: document push options
 2020-02-18  5:40 UTC  (4+ messages)
` [PATCH 2/2] send-pack: downgrade push options error to warning

[PATCH 0/13] combining object filters and bitmaps
 2020-02-18  5:24 UTC  (33+ messages)
` [PATCH v2 0/15] "
  ` [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-18  5:19 UTC  (6+ messages)

[GSoC][RFC][PATCH 0/2] STRBUF_INIT_CONST Cover
 2020-02-18  4:18 UTC  (3+ messages)
` [GSoC][RFC][PATCH 1/2] STRBUF_INIT_CONST: a new way to initialize strbuf
` [GSoC][RFC][PATCH 2/2] STRBUF_INIT_CONST: Adapting strbuf_* functions

What's cooking in git.git (Feb 2020, #04; Mon, 17)
 2020-02-18  3:30 UTC  (2+ messages)

"Garbage collect" old commits in git repository to free disk space
 2020-02-18  0:29 UTC 

[Outreachy][PATCH 00/29] Finish converting git bisect to C part 1
 2020-02-17 22:00 UTC  (5+ messages)
` [PATCH 12/29] bisect--helper: reimplement `bisect_next` and `bisect_auto_next` shell functions in C

[PATCH 0/9] [RFC] Changed Paths Bloom Filters
 2020-02-17 21:56 UTC  (9+ 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 v2 04/11] commit-graph: compute Bloom filters for changed paths

[PATCH] check-ignore: fix handling with negated patterns
 2020-02-17 21:07 UTC  (5+ messages)

[PATCH 0/8] Support --pathspec-from-file in rm, stash
 2020-02-17 21:03 UTC  (22+ messages)
` [PATCH 2/8] rm: support the --pathspec-from-file option
` [PATCH v2 0/8] Support --pathspec-from-file in rm, stash
  ` [PATCH v2 2/8] rm: support the --pathspec-from-file option
  ` [PATCH v3 0/8] Support --pathspec-from-file in rm, stash
    ` [PATCH v3 1/8] doc: rm: synchronize <pathspec> description
    ` [PATCH v3 2/8] rm: support the --pathspec-from-file option
    ` [PATCH v3 3/8] doc: stash: split options from description (1)
    ` [PATCH v3 4/8] doc: stash: split options from description (2)
    ` [PATCH v3 5/8] doc: stash: document more options
    ` [PATCH v3 6/8] doc: stash: synchronize <pathspec> description
    ` [PATCH v3 7/8] stash: eliminate crude option parsing
    ` [PATCH v3 8/8] stash push: support the --pathspec-from-file option

What does Git call services like GitHub and GitLab?
 2020-02-17 21:02 UTC  (3+ messages)

Bug: Git: Clone: University Network: No Output on Terminal
 2020-02-17 19:38 UTC  (3+ messages)

[PATCH] t3424: new rebase testcase documenting a stat-dirty-like failure
 2020-02-17 19:12 UTC  (2+ messages)

[PATCH 0/3] builtin/commit-graph.c: new split/merge options
 2020-02-17 18:24 UTC  (3+ messages)
` [PATCH v3 "

Draft of Git Rev News edition 60
 2020-02-17 18:07 UTC  (3+ messages)

[PATCH] mingw: workaround for hangs when sending STDIN
 2020-02-17 18:01 UTC  (6+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

What's cooking in git.git (Feb 2020, #02; Mon, 10)
 2020-02-17 17:08 UTC  (3+ messages)
` js/ci-squelch-doc-warning, was "

[PATCH] git-gui: add missing close bracket
 2020-02-17 16:10 UTC 

[PATCH 0/3] git gui: improve German translation
 2020-02-17 15:50 UTC  (3+ messages)
` [PATCH v2 "

[PATCH] advice: refactor advise API
 2020-02-17 10:03 UTC  (7+ messages)
` [PATCH v2 0/2] [RFC][Outreachy] "
  ` [PATCH v2 1/2] "
  ` [PATCH v2 2/2] advice: extract vadvise() from advise()

Facing error in git-imap-send while compiling Git
 2020-02-17  9:30 UTC 

git diff from a pre-commit hook
 2020-02-17  9:00 UTC 

[Outreachy] [PATCH v4 00/12] Finish converting git bisect to C part 1
 2020-02-17  8:40 UTC  (13+ messages)
` [PATCH v4 01/12] bisect--helper: convert `vocab_*` char pointers to char arrays
` [PATCH v4 02/12] bisect--helper: change `retval` to `res`
` [PATCH v4 03/12] bisect: use the standard 'if (!var)' way to check for 0
` [PATCH v4 04/12] bisect--helper: introduce new `decide_next()` function
` [PATCH v4 05/12] bisect: add enum to represent bisect returning codes
` [PATCH v4 06/12] bisect--helper: return error codes from `cmd_bisect__helper()`
` [PATCH v4 07/12] bisect: libify `exit_if_skipped_commits` to `error_if_skipped*` and its dependents
` [PATCH v4 08/12] bisect: libify `bisect_checkout`
` [PATCH v4 09/12] bisect: libify `check_merge_bases` and its dependents
` [PATCH v4 10/12] bisect: libify `check_good_are_ancestors_of_bad` "
` [PATCH v4 11/12] bisect: libify `handle_bad_merge_base` "
` [PATCH v4 12/12] bisect: libify `bisect_next_all`

What's cooking in git.git (Feb 2020, #03; Wed, 12)
 2020-02-17  7:38 UTC  (12+ messages)
` yz/p4-py3, was "

[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)

[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/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/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  (3+ messages)
` [PATCH] describe: output tag's ref instead of embedded name

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 v7 00/15] add git-bugreport tool
 2020-02-15 18:24 UTC  (10+ messages)
` [PATCH v7 03/15] bugreport: add tool to generate debugging info
` [PATCH v7 14/15] bugreport: list contents of $OBJDIR/info

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 "


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).