git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2019-10-07 18:18:31 to 2019-10-10 12:35:36 UTC [more...]

[PATCH 0/1] t1308-config-set: fix a test that has a typo
 2019-10-10 12:35 UTC 

[PATCH 0/1] fsmonitor: don't fill bitmap with entries to be removed
 2019-10-10 12:02 UTC  (7+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/1] "

[PATCH 0/1] Pass through the exit code of post-checkout
 2019-10-10 12:01 UTC  (2+ messages)
` [PATCH 1/1] switch/restore: consistently pass through exit code of `post-checkout`

[PATCH] Makefile: respect $(V) in %.cocci.patch target
 2019-10-10 12:00 UTC  (2+ messages)

[PATCH 0/1] xdiffi: fix typos and touch up comments
 2019-10-10 11:58 UTC  (4+ messages)
` [PATCH 1/1] "

[Outreachy] [PATCH] blame: Convert pickaxe_blame defined constants to enums
 2019-10-10 11:52 UTC 

[PATCH 1/1] commit: add support to provide --coauthor
 2019-10-10 11:49 UTC  (11+ messages)

[Outreachy] Outreachy initial contact
 2019-10-10 11:48 UTC 

[PATCH 0/1] Make the description of git stash save clearer
 2019-10-10 10:28 UTC  (3+ messages)
` [PATCH 1/1] doc(stash): clarify the description of `save`

[PATCH 00/13] ci: include a Visual Studio build & test in our Azure Pipeline
 2019-10-10 10:12 UTC  (24+ messages)
` [PATCH v2 "
  ` [PATCH v2 02/13] msvc: avoid using minus operator on unsigned types
  ` [PATCH v3 00/13] ci: include a Visual Studio build & test in our Azure Pipeline
    ` [PATCH v3 03/13] winansi: use FLEX_ARRAY to avoid compiler warning

[RFC WIP PATCH 0/3] tag: fix --edit and --no-edit flags
 2019-10-10  4:29 UTC  (12+ messages)
` [RFC WIP PATCH 1/3] tag: factor out tag reading from write_tag_body()
` [RFC WIP PATCH 2/3] tag: factor out prepare tag template code
` [RFC WIP PATCH 3/3] tag: add full support for --edit and --no-edit

What's cooking in git.git (Oct 2019, #02; Mon, 7)
 2019-10-10  0:18 UTC  (15+ messages)
` jk/code-of-conduct, was "
  ` Raise your hand to Ack jk/code-of-conduct if your Ack fell thru cracks

[RFC PATCH 0/6] Better threaded delta resolution in index-pack
 2019-10-09 23:44 UTC  (7+ messages)
` [PATCH 1/6] index-pack: unify threaded and unthreaded code
` [PATCH 2/6] index-pack: remove redundant parameter
` [PATCH 3/6] index-pack: remove redundant child field
` [PATCH 4/6] index-pack: calculate {ref,ofs}_{first,last} early
` [PATCH 5/6] index-pack: make resolve_delta() assume base data
` [PATCH 6/6] index-pack: make quantum of work smaller

[PATCH] Feature: custom guitool commands can now have custom keyboard shortcuts
 2019-10-09 20:42 UTC  (20+ messages)
                        ` GitGUIGadget, was "

[PATCH v10 00/36] Add directory rename detection to git
 2019-10-09 20:38 UTC  (3+ messages)
` [PATCH v10 18/36] merge-recursive: add get_directory_renames()

Git in Outreachy December 2019?
 2019-10-09 17:25 UTC  (11+ messages)

git cat-file --batch surprising carriage return behavior
 2019-10-09 15:28 UTC  (3+ messages)

Fetch origin/HEAD during git fetch
 2019-10-09 14:29 UTC  (3+ messages)

I just pulled, and git log --graph does not show all
 2019-10-09 14:06 UTC  (7+ messages)

How to find the commit that erase a change
 2019-10-09 13:21 UTC  (4+ messages)
  `  "

[PATCH 0/1] Fallout from azure-pipelines-msvc
 2019-10-09 12:09 UTC  (11+ messages)
` [PATCH 1/1] Add a helper to reverse index_pos_to_insert_pos()

Why is "Sparse checkout leaves no entry on working directory" a fatal error?
 2019-10-09  9:37 UTC  (3+ messages)

Regression in v2.23
 2019-10-09  7:42 UTC  (10+ messages)
  ` [PATCH v2] range-diff: don't segfault with mode-only changes

[PATCH 0/1] multi-pack-index: add --no-progress
 2019-10-09  1:32 UTC  (10+ messages)
` [PATCH v2 0/6] "
  ` [PATCH v2 1/6] midx: add MIDX_PROGRESS flag Add the MIDX_PROGRESS flag and update the write|verify|expire|repack functions in midx.h to accept a flags parameter. The MIDX_PROGRESS flag indicates whether the caller of the function would like progress information to be displayed. This patch only changes the method prototypes and does not change the functionality. The functionality change will be handled by a later patch
    ` [PATCH v2 1/6] midx: add MIDX_PROGRESS flag <snip>

[PATCH v3 00/20] hashmap bug/safety/ease-of-use fixes
 2019-10-09  1:20 UTC  (10+ messages)
` [PATCH v3 20/20] hashmap_entry: remove first member requirement from docs
    ` [PATCH v3 21/20] convert: drop invalid comment for subprocess_entry

Shallow-to-deep conversion error query
 2019-10-08 21:38 UTC 

git-gui: automatically move focus to staged file before typing commit message?
 2019-10-08 19:46 UTC  (11+ messages)

[PATCH 00/15] SHA-256 test fixes, part 6
 2019-10-08 19:40 UTC  (12+ messages)
` [PATCH 03/15] rev-parse: add an --object-format option
` [PATCH 07/15] t4011: abstract away SHA-1-specific constants
` [PATCH 08/15] t4015: "

[PATCH] send-pack: never fetch when checking exclusions
 2019-10-08 18:37 UTC  (3+ messages)
  ` [PATCH v2] "

[PATCH v3 0/1] quote: handle null and empty strings in sq_quote_buf_pretty()
 2019-10-08 16:40 UTC  (6+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/1] sq_quote_buf_pretty: don't drop empty arguments
  ` [PATCH v5 0/1] quote: handle null and empty strings in sq_quote_buf_pretty()
    ` [PATCH v5 1/1] sq_quote_buf_pretty: don't drop empty arguments

[PATCH v2 0/5] Use complete_action's todo list to do the rebase
 2019-10-08 16:18 UTC  (3+ messages)

[PATCH v3] merge-recursive: fix the diff3 common ancestor label for virtual commits
 2019-10-08 16:16 UTC  (5+ messages)
` [PATCH] merge-recursive: fix the fix to the diff3 common ancestor label

[PATCH] userdiff: Fix some corner cases in dts regex
 2019-10-08 14:43 UTC  (3+ messages)

Possible bug in git describe, additional commits differs when cloned with --depth
 2019-10-08 12:31 UTC  (3+ messages)
  ` [BUG] a commit date-related bug in 'git describe' [was: Re: Possible bug in git describe, additional commits differs when cloned with --depth]

[PATCH] git-gui: add a readme
 2019-10-08 12:17 UTC  (5+ messages)
` [PATCH v2] "
` [PATCH v3] "

[PATCH v2 0/1] git-gui: respect core.hooksPath, falling back to .git/hooks
 2019-10-08 11:33 UTC  (7+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/1] Fix gitdir e.g. to respect core.hooksPath
  ` [PATCH v4 0/1] git-gui: respect core.hooksPath, falling back to .git/hooks
    ` [PATCH v4 1/1] Make gitdir work with worktrees, respect core.hooksPath, etc

[PATCH] t0000: cover GIT_SKIP_TESTS blindspot
 2019-10-08  9:22 UTC  (2+ messages)
` [PATCH v2] t0000: cover GIT_SKIP_TESTS blindspots

[PATCH v2 1/2] format-patch: create leading components of output directory
 2019-10-08  9:14 UTC  (5+ messages)
  ` [PATCH] t4014: treat rev-list output as the expected value

Outreachy
 2019-10-08  8:27 UTC  (2+ messages)

[PATCH 0/1] Add support for Co-authored-by
 2019-10-08  7:45 UTC 

[PATCH 0/2] add trace2 regions to fetch & push
 2019-10-08  4:18 UTC  (9+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/2] fetch: add trace2 instrumentation
  ` [PATCH v2 2/2] push: "

Git Gui: Branch->create currently fails
 2019-10-08  0:00 UTC  (3+ messages)

[PATCH 0/9] [RFC] New sparse-checkout builtin and "cone" mode
 2019-10-07 20:08 UTC  (30+ messages)
` [PATCH v2 00/11] "
  ` [PATCH v2 04/11] sparse-checkout: 'set' subcommand
  ` [PATCH v2 06/11] sparse-checkout: create 'disable' subcommand
  ` [PATCH v2 08/11] sparse-checkout: add 'cone' mode
  ` [PATCH v3 00/17] New sparse-checkout builtin and "cone" mode
    ` [PATCH v3 01/17] sparse-checkout: create builtin with 'list' subcommand
    ` [PATCH v3 02/17] sparse-checkout: create 'init' subcommand
    ` [PATCH v3 03/17] clone: add --sparse mode
    ` [PATCH v3 04/17] sparse-checkout: 'set' subcommand
    ` [PATCH v3 05/17] sparse-checkout: add '--stdin' option to set subcommand
    ` [PATCH v3 06/17] sparse-checkout: create 'disable' subcommand
    ` [PATCH v3 07/17] trace2: add region in clear_ce_flags
    ` [PATCH v3 08/17] sparse-checkout: add 'cone' mode
    ` [PATCH v3 09/17] sparse-checkout: use hashmaps for cone patterns
    ` [PATCH v3 10/17] sparse-checkout: init and set in cone mode
    ` [PATCH v3 11/17] unpack-trees: hash less "
    ` [PATCH v3 13/17] read-tree: show progress by default
    ` [PATCH v3 12/17] unpack-trees: add progress to clear_ce_flags()
    ` [PATCH v3 14/17] sparse-checkout: sanitize for nested folders
    ` [PATCH v3 15/17] sparse-checkout: update working directory in-process
    ` [PATCH v3 16/17] sparse-checkout: write using lockfile
    ` [PATCH v3 17/17] sparse-checkout: cone mode should not interact with .gitignore

[PATCH 0/1] Include hdr-check in the CI builds
 2019-10-07 18:51 UTC  (3+ messages)
` [PATCH 1/1] ci: run `hdr-check` as part of the `Static Analysis` job

[PATCH] fetch: delay fetch_if_missing=0 until after config
 2019-10-07 18:18 UTC 


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