git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2021-01-05 19:47:23 to 2021-01-07 16:24:24 UTC [more...]

git-bugreport-2021-01-06-1209.txt (git can't deal with special characters)
 2021-01-07 16:21 UTC  (9+ messages)

[PATCH 0/1] add--interactive: skip index refresh in reset patch mode
 2021-01-07 16:20 UTC  (8+ messages)
        ` Cc'ing the Git maintainer on GitGitGadget contributions, was "

[PATCH] bundle: arguments can be read from stdin
 2021-01-07 15:37 UTC  (5+ messages)
` [PATCH v3 0/2] improvements for git-bundle
` [PATCH v3 1/2] bundle: lost objects when removing duplicate pendings
` [PATCH v3 2/2] bundle: arguments can be read from stdin

bug report: git add --dry-run does not honor core.ignorecase
 2021-01-07 15:32 UTC  (2+ messages)

Patchwork instance "Submitter" attribution and GitGitGadget
 2021-01-07 14:35 UTC  (4+ messages)

[PATCH 0/2] fetch: implement support for atomic reference updates
 2021-01-07 13:51 UTC  (3+ messages)
` [PATCH 1/2] fetch: allow passing a transaction to `s_update_ref()`
` [PATCH 2/2] fetch: implement support for atomic reference updates

[PATCH] mergetool--lib: fix '--tool-help' to correctly show available tools
 2021-01-07 13:37 UTC  (10+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

What's cooking in git.git (Jan 2021, #01; Wed, 6)
 2021-01-07 13:38 UTC 

Submit Git Bug
 2021-01-07 13:00 UTC  (2+ messages)

[PATCH] rm: honor sparse checkout patterns
 2021-01-07 12:53 UTC  (8+ messages)
      ` sparse-checkout questions and proposals [Was: Re: [PATCH] rm: honor sparse checkout patterns]

[PATCH 0/8] Cleanups around index operations
 2021-01-07 11:51 UTC  (9+ messages)
` [PATCH 8/8] cache-tree: avoid path comparison loop when silent
` [PATCH v2 0/9] Cleanups around index operations
  ` [PATCH v2 6/9] index-format: update preamble to cached tree extension

[PATCH 00/12] Remove more index compatibility macros
 2021-01-07 11:19 UTC  (8+ messages)
` [PATCH v2 00/14] "
  ` [PATCH v2 14/14] update-index: remove static globals from callbacks

[PATCH] Documentation/git-send-email.txt: Mention less secure app access might need to enable
 2021-01-07 11:11 UTC  (2+ messages)
` [PATCH v3] git-send-email.txt: mention less secure app access with Gmail

[PATCH] revision: trace topo-walk statistics
 2021-01-07 11:08 UTC  (5+ messages)

[PATCH] refs: allow @{n} to work with n-sized reflog
 2021-01-07 10:43 UTC  (12+ messages)
` [PATCH v2 0/2] "
  ` [PATCH v2 1/2] refs: factor out set_read_ref_cutoffs()
  ` [PATCH v2 2/2] refs: allow @{n} to work with n-sized reflog
  ` [PATCH v3 0/2] "
    ` [PATCH v3 1/2] refs: factor out set_read_ref_cutoffs()
    ` [PATCH v3 2/2] refs: allow @{n} to work with n-sized reflog
  ` [PATCH v3 3/2] fixup! "

[PATCH] config: option transfer.ipversion to set transport protocol version for network fetches
 2021-01-07 10:06 UTC  (8+ messages)
` [PATCH] Config option to set the "

[PATCH v3 1/1] ref-filter: sort detached HEAD lines firstly
 2021-01-07  9:51 UTC  (18+ messages)
` [PATCH 0/5] branch: --sort improvements
  ` [PATCH v2 0/7] "
  ` [PATCH v2 1/7] branch: change "--local" to "--list" in comment
  ` [PATCH v2 2/7] branch tests: add to --sort tests
  ` [PATCH v2 3/7] ref-filter: add braces to if/else if/else chain
  ` [PATCH v2 4/7] ref-filter: move "cmp_fn" assignment into "else if" arm
  ` [PATCH v2 5/7] ref-filter: move ref_sorting flags to a bitfield
  ` [PATCH v2 6/7] branch: sort detached HEAD based on a flag
  ` [PATCH v2 7/7] branch: show "HEAD detached" first under reverse sort
` [PATCH 1/5] branch: change "--local" to "--list" in comment
` [PATCH 2/5] branch tests: add to --sort tests
` [PATCH 3/5] ref-filter: add a "detached_head_first" sorting option
` [PATCH 4/5] branch: use the "
` [PATCH 5/5] branch: show "HEAD detached" first under reverse sort

[PATCH 0/2] disallow newlines in git:// URLs
 2021-01-07  9:44 UTC  (3+ messages)
` [PATCH 1/2] git_connect_git(): forbid newlines in host and path
` [PATCH 2/2] fsck: reject .gitmodules git:// urls with newlines

[PATCH v8 0/4] mergetool: add automerge configuration
 2021-01-07  9:27 UTC  (7+ messages)
` [PATCH v9 0/5] "
  ` [PATCH v9 5/5] mergetool: add automerge_enabled tool-specific override function

[PATCH 0/5] avoid peeking into `struct lock_file`
 2021-01-07  8:19 UTC  (7+ messages)

[PATCH v4 00/20] make "mktag" use fsck_tag() & more
 2021-01-07  7:45 UTC  (10+ messages)
` [PATCH v5 17/23] mktag: use fsck instead of custom verify_tag()
` [PATCH v5 18/23] fsck: make fsck_config() re-usable
` [PATCH v5 20/23] mktag: allow omitting the header/body \n separator
` [PATCH v5 22/23] mktag: mark strings for translation
` [PATCH v5 23/23] mktag: add a --no-strict option
    ` [PATCH v6 23/23] mktag: add a --[no-]strict option

[PATCH 0/7] teach `worktree list` verbose mode and prunable annotations
 2021-01-07  7:24 UTC  (23+ messages)
` [PATCH 1/7] worktree: move should_prune_worktree() to worktree.c
` [PATCH 2/7] worktree: implement worktree_prune_reason() wrapper
` [PATCH 3/7] worktree: teach worktree_lock_reason() to gently handle main worktree
` [PATCH 4/7] worktree: teach `list` prunable annotation and verbose
` [PATCH 5/7] worktree: `list` escape lock reason in --porcelain
    ` [PATCH] worktree: add -z option for list subcommand
` [PATCH 6/7] worktree: add tests for `list` verbose and annotations
` [PATCH 7/7] worktree: document `list` verbose and prunable annotations

[RFC PATCH v1 0/1] strbuf.c/h: add the constant version initialization method of strbuf
 2021-01-07  7:03 UTC  (3+ messages)
` [RFC PATCH v1 1/1] "

[PATCH] builtin/ls-files.c:add git ls-file --dedup option
 2021-01-07  6:58 UTC 

[PATCH] builtin/ls-files.c:add git ls-file --dedup option
 2021-01-07  6:40 UTC  (3+ messages)

[PATCH v2 0/2] config: allow specifying config entries via envvar pairs
 2021-01-07  6:37 UTC  (16+ messages)
` [PATCH v5 0/8] config: allow specifying config entries via env
  ` [PATCH v5 8/8] config: allow specifying config entries via envvar pairs
` [PATCH v6 0/8] config: allow specifying config entries via env
  ` [PATCH v6 1/8] git: add `--super-prefix` to usage string
  ` [PATCH v6 2/8] config: add new way to pass config via `--config-env`
  ` [PATCH v6 3/8] quote: make sq_dequote_step() a public function
  ` [PATCH v6 4/8] config: extract function to parse config pairs
  ` [PATCH v6 5/8] config: store "git -c" variables using more robust format
  ` [PATCH v6 6/8] config: parse more robust format in GIT_CONFIG_PARAMETERS
  ` [PATCH v6 7/8] environment: make `getenv_safe()` a public function
  ` [PATCH v6 8/8] config: allow specifying config entries via envvar pairs

[PATCH] t7800-difftool: don't accidentally match tmp dirs
 2021-01-07  6:24 UTC  (2+ messages)

[PATCH] for-each-repo: do nothing on empty config
 2021-01-07  4:29 UTC  (14+ messages)
` [PATCH v2] "

[Outreachy] Internship blog 2020 post #3
 2021-01-07  3:28 UTC 

[BUG?] 'git subtree split' replicates unrelated mainline merges into subtree?
 2021-01-07  1:54 UTC 

[PATCH] t4129: don't fail if setgid is set in the parent directory
 2021-01-06 23:59 UTC  (3+ messages)
` [PATCH v2] t4129: don't fail if setgid is set in the test directory

[PATCH] git-mv: fix git mv bug with case insensitive fs
 2021-01-06 23:51 UTC  (5+ messages)
        ` [PATCH/RFC v1 1/1] git mv foo FOO ; git mv foo bar gave an assert

[PATCH] builtin/*: update usage format
 2021-01-06 23:14 UTC  (11+ messages)
` Re* "
` [PATCH v2 0/2] "
  ` [PATCH v2 1/2] "
  ` [PATCH v2 2/2] parse-options: format argh like error messages
  ` [PATCH v3 0/2] builtin/*: update usage format
    ` [PATCH v3 1/2] parse-options: format argh like error messages
    ` [PATCH v3 2/2] builtin/*: update usage format

New orphan worktree?
 2021-01-06 22:56 UTC  (12+ messages)

Git Feature Request (Fixdown in interactive rebase)
 2021-01-06 22:40 UTC  (7+ messages)

[PATCH] t6016: move to lib-log-graph.sh framework
 2021-01-06 20:55 UTC  (5+ messages)

[Bug] 'git submodule update --single-branch' still fetching master
 2021-01-06 19:30 UTC  (2+ messages)

[PATCH 00/10] merge-ort: add more handling of basic conflict types
 2021-01-06 19:20 UTC  (4+ messages)
` [PATCH v2 "

Bug report: git rebase ignores different context, resulting in subtle breakage
 2021-01-06 16:17 UTC  (6+ messages)

[RFC PATCH] gitk: Activate --find-copies-harder
 2021-01-06 15:58 UTC  (2+ messages)

[PATCH v2 2/2] parse-options: format argh like error messages
 2021-01-06 14:16 UTC 

[PATCH] git-gui: fix blurry icon on macos taskbar
 2021-01-06 12:50 UTC 

Re* [PATCH] builtin/*: update usage format
 2021-01-06 11:07 UTC 

[PATCH v2 0/3] completion: make __git_complete public
 2021-01-06  8:30 UTC  (5+ messages)
` [PATCH v2 1/3] completion: bash: add __git_have_func helper

[PATCH] doc: fix some typos
 2021-01-06  6:05 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] gitmodules.txt: fix 'GIT_WORK_TREE' variable name
 2021-01-06  6:05 UTC  (4+ messages)
` [PATCH v2] "

[PATCH 0/3] t1300: minor cleanups
 2021-01-06  6:05 UTC  (2+ messages)

What's cooking in git.git (Dec 2020, #05; Mon, 28)
 2021-01-06  5:55 UTC  (5+ messages)
` ss/submodule-add-in-c, was "

[PATCH v5 00/12] Rewrite the remaining merge strategies from shell to C
 2021-01-06  2:04 UTC  (11+ messages)
` [PATCH v6 00/13] "
  ` [PATCH v6 05/13] merge-index: libify merge_one_path() and merge_all()
  ` [PATCH v6 06/13] merge-index: don't fork if the requested program is `git-merge-one-file'

[PATCH v2 0/5] Hashed mailmap
 2021-01-06  1:50 UTC  (10+ messages)
` [PATCH v2 4/5] mailmap: use case-sensitive comparisons for local-parts and names
` [PATCH v2 5/5] mailmap: support hashed entries in mailmaps

[PATCH 2/2] git-shortlog: make common repository prefix configurable with .mailmap
 2021-01-05 23:06 UTC  (4+ messages)
` [PATCH] shortlog: remove unused(?) "repo-abbrev" feature

How to get the branch HEAD points to using a plumbing command?
 2021-01-05 22:55 UTC  (4+ messages)


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