git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2020-01-20 20:08:29 to 2020-01-24 03:29:13 UTC [more...]

[PATCH v4 00/15] add git-bugreport tool
 2020-01-24  3:29 UTC  (6+ messages)
` [PATCH v4 10/15] bugreport: add config values from safelist

[PATCH 0/2] sparse-checkout: add completion and --cone to docs
 2020-01-24  1:51 UTC  (6+ messages)
` [PATCH 1/2] doc: sparse-checkout: mention --cone option
` [PATCH 2/2] completion: add support for sparse-checkout

[PATCH v3 0/4] config: allow user to know scope of config options
 2020-01-24  0:21 UTC  (8+ messages)
` [PATCH v4 0/6] "
  ` [PATCH v4 1/6] config: fix typo in variable name
  ` [PATCH v4 2/6] t1300: fix over-indented HERE-DOCs
  ` [PATCH v4 3/6] t1300: create custom config file without special characters
  ` [PATCH v4 4/6] config: split repo scope to local and worktree
  ` [PATCH v4 5/6] config: clarify meaning of command line scoping
  ` [PATCH v4 6/6] config: add '--show-scope' to print the scope of a config value

Misrendering of git 2.24 log --graph
 2020-01-23 23:12 UTC 

[PATCH v2] remote rename: rename branch.<name>.pushRemote config values too
 2020-01-23 23:03 UTC  (18+ messages)
` [PATCH 0/7] remote rename: improve handling of configuration values
  ` [PATCH 1/7] pull --rebase/remote rename: document and honor single-letter abbreviations rebase types
  ` [PATCH 2/7] remote: clean-up by returning early to avoid one indentation
  ` [PATCH 3/7] remote: clean-up config callback
  ` [PATCH v3 4/7] remote rename: rename branch.<name>.pushRemote config values too
  ` [PATCH 5/7] [RFC] config: make `scope_name` global as `config_scope_name`
  ` [PATCH 6/7] config: provide access to the current line number
  ` [PATCH 7/7] remote rename: gently handle remote.pushDefault config

[PATCH 1/3] color.c: Refactor color_output to use enums
 2020-01-23 22:54 UTC  (14+ messages)
  ` [PATCH 2/3] color.c: Support bright aixterm colors
        ` [PATCH 1/3] color.c: refactor color_output arguments
          ` [PATCH 2/3] color.c: support bright aixterm colors
          ` [PATCH 3/3] color.c: alias RGB colors 8-15 to "

[GSoC] Introduction
 2020-01-23 22:51 UTC  (4+ messages)

[PATCH 0/5] Reftable support git-core
 2020-01-23 22:45 UTC  (8+ messages)
` [PATCH 1/5] setup.c: enable repo detection for reftable
` [PATCH 2/5] create .git/refs in files-backend.c
` [PATCH 3/5] Document how ref iterators and symrefs interact
` [PATCH 4/5] Add reftable library
` [PATCH 5/5] Reftable support for git-core

[GSOC] Introduction
 2020-01-23 22:38 UTC  (4+ messages)

[PATCH v3 0/9] Rewrite packfile reuse code
 2020-01-23 22:29 UTC  (6+ messages)
` [PATCH v3 9/9] pack-objects: improve partial packfile reuse

What's cooking in git.git (Jan 2020, #04; Wed, 22)
 2020-01-23 21:39 UTC  (16+ messages)
    ` yz/p4-py3, was "

[PATCH] Fix submodule status of dirs initialized but empty
 2020-01-23 21:12 UTC  (3+ messages)
` [PATCH v2] Fix status of initialized but not cloned submodules

[REGRESSION] gitk can't be run from non-worktree folders
 2020-01-23 19:27 UTC  (9+ messages)
      ` [PATCH] gitk: to run in a bare repository (was: gitk can't be run from non-worktree folders)

[PATCH 00/11] Improve testability with GIT_TEST_FSMONITOR
 2020-01-23 15:45 UTC  (7+ messages)
` [PATCH v2 0/8] "
  ` [PATCH v2 4/8] t3030-merge-recursive.sh: disable fsmonitor when tweaking GIT_WORK_TREE

[PATCH 0/4] fsmonitor: start using an opaque token for last update
 2020-01-23 15:26 UTC  (6+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/4] fsmonitor: change last update timestamp on the index_state to opaque token
  ` [PATCH v2 2/4] fsmonitor: handle version 2 of the hooks that will use "
  ` [PATCH v2 3/4] fsmonitor: add fsmonitor hook scripts for version 2
  ` [PATCH v2 4/4] fsmonitor: update documentation for hook version and watchman hooks

git subtree cache
 2020-01-23 14:50 UTC 

Git Test Coverage Report (Jan 22, 2020)
 2020-01-23 14:28 UTC 

[PATCH 0/3] Re-fix rebase -i with SHA-1 collisions
 2020-01-23 12:28 UTC  (21+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/3] parse_insn_line(): improve error message when parsing failed
  ` [PATCH v2 2/3] rebase -i: re-fix short SHA-1 collision
  ` [PATCH v3 0/3] Re-fix rebase -i with SHA-1 collisions
    ` [PATCH v3 1/3] parse_insn_line(): improve error message when parsing failed
    ` [PATCH v3 2/3] rebase -i: re-fix short SHA-1 collision
    ` [PATCH v3 3/3] rebase -i: also avoid SHA-1 collisions with missingCommitsCheck

[PATCH] git: update documentation for --git-dir
 2020-01-23  6:44 UTC  (6+ messages)

[PATCH 0/4] checkout/reset/read-tree: fix --recurse-submodules in linked worktree
 2020-01-22 22:25 UTC  (9+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/4] t7410: rename to t2405-worktree-submodule.sh
  ` [PATCH v2 2/4] t2405: use git -C and test_commit -C instead of subshells
  ` [PATCH v2 3/4] t2405: clarify test descriptions and simplify test
  ` [PATCH v2 4/4] submodule.c: use get_git_dir() instead of get_git_common_dir()

[PATCH v1] builtin/rebase: remove a call to get_oid() on `options.switch_to'
 2020-01-22 20:47 UTC  (3+ messages)

Unreliable 'git rebase --onto'
 2020-01-22 20:47 UTC  (5+ messages)
` [PATCH v1] rebase -i: stop checking out the tip of the branch to rebase

[PATCH v5 0/5] Documentation for common user misconceptions
 2020-01-22 19:25 UTC  (8+ messages)
` [PATCH v5 1/5] doc: move author and committer information to git-commit(1)
` [PATCH v5 2/5] docs: expand on possible and recommended user config options
` [PATCH v5 3/5] doc: provide guidance on user.name format
` [PATCH v5 4/5] doc: dissuade users from trying to ignore tracked files
` [PATCH v5 5/5] docs: mention when increasing http.postBuffer is valuable

Facing error in git-imap-send while compiling Git
 2020-01-22 19:20 UTC  (10+ messages)

[ANNOUNCE] Git Rev News edition 59
 2020-01-22 16:02 UTC 

GSoC and Outreachy Summer 2020?
 2020-01-22 14:15 UTC  (2+ messages)

reftable progress
 2020-01-22 10:59 UTC  (5+ messages)

Sparse Checkout Trouble (2.5.0)
 2020-01-22  2:06 UTC  (3+ messages)

[PATCH 0/9] [RFC] Changed Paths Bloom Filters
 2020-01-21 23:40 UTC  (6+ messages)

[PATCH] git-p4: Add hook p4-pre-pedit-changelist
 2020-01-21 23:05 UTC  (2+ messages)

git-subtree split misbehaviour with a commit having empty ls-tree for the specified subdir
 2020-01-21 22:36 UTC  (5+ messages)

[PATCH v4 0/6] Documentation for common user misconceptions
 2020-01-21 22:35 UTC  (7+ messages)
` [PATCH v4 1/5] doc: move author and committer information to git-commit(1)
` [PATCH v4 3/5] doc: provide guidance on user.name format

[PATCH] submodule.c: mark more strings for translation
 2020-01-21 21:58 UTC  (2+ messages)

[PATCH 2/3] t6025: replace pipe with redirection operator
 2020-01-21 21:58 UTC  (6+ messages)
` [PATCH 0/3] t6025: updating tests
  ` [PATCH v3 1/2] t6025: modernize style
  ` [PATCH v3 2/2] t6025: use helpers to replace test -f <path>

Issue with installed Git OSX
 2020-01-21 20:56 UTC  (2+ messages)

[PATCH 0/8] Support --pathspec-from-file in rm, stash
 2020-01-21 20:29 UTC  (11+ messages)
` [PATCH 1/8] doc: rm: synchronize <pathspec> description
` [PATCH 2/8] rm: support the --pathspec-from-file option
` [PATCH 4/8] doc: stash: split options from description (2)
` [PATCH 5/8] doc: stash: document more options
` [PATCH 6/8] doc: stash: synchronize <pathspec> description

[PATCH] docs: use "currently" for the present time
 2020-01-21 19:10 UTC  (5+ messages)

[PATCH] fetch: add --no-update-remote-refs
 2020-01-21 19:06 UTC  (9+ messages)
` [PATCH v2] fetch: document and test --refmap=""

Patchwork instance "Submitter" attribution and GitGitGadget
 2020-01-21 17:53 UTC  (3+ messages)

Y2038 vs struct cache_time/time_t
 2020-01-21 11:47 UTC  (5+ messages)

[Outreachy][PATCH 00/29] Finish converting git bisect to C part 1
 2020-01-21 10:00 UTC  (22+ messages)
` [PATCH 06/29] bisect: libify `exit_if_skipped_commits` to `error_if_skipped*` and its dependents
` [PATCH 08/29] bisect: libify `check_merge_bases` "
` [PATCH 09/29] bisect: libify `check_good_are_ancestors_of_bad` "
` [PATCH 10/29] bisect: libify `handle_bad_merge_base` "
` [PATCH 11/29] bisect: libify `bisect_next_all`

Stat cache in .git/index hinders syncing of repositories
 2020-01-21  2:53 UTC  (8+ messages)

Fwd: Possible git bug in commit-graph: "invalid commit position"
 2020-01-21  0:37 UTC  (2+ messages)

[PATCH] commit: replace rebase/sequence booleans with single pick_state enum
 2020-01-20 21:11 UTC  (5+ 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).