git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2019-10-04 22:05:57 to 2019-10-08 04:18:29 UTC [more...]

[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: "

[PATCH] send-pack: never fetch when checking exclusions
 2019-10-08  4:10 UTC  (2+ messages)

[RFC PATCH 3/3] format-patch: use a command to generate the output directory name
 2019-10-08  3:23 UTC  (6+ messages)
` [PATCH v2 1/2] format-patch: create leading components of output directory
  ` [PATCH v2 2/2] [RFC] format-patch: configure a command to generate the output directory name

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

Regression in v2.23
 2019-10-08  3:11 UTC  (3+ messages)

[PATCH v3 00/20] hashmap bug/safety/ease-of-use fixes
 2019-10-08  2:56 UTC  (26+ messages)
` [PATCH v3 01/20] diff: use hashmap_entry_init on moved_entry.ent
` [PATCH v3 02/20] coccicheck: detect hashmap_entry.hash assignment
` [PATCH v3 03/20] packfile: use hashmap_entry in delta_base_cache_entry
` [PATCH v3 04/20] hashmap_entry_init takes "struct hashmap_entry *"
` [PATCH v3 05/20] hashmap_get_next takes "const struct "
` [PATCH v3 06/20] hashmap_add takes "struct "
` [PATCH v3 07/20] hashmap_get takes "const struct "
` [PATCH v3 08/20] hashmap_remove "
` [PATCH v3 09/20] hashmap_put takes "struct "
` [PATCH v3 10/20] introduce container_of macro
` [PATCH v3 11/20] hashmap_get_next returns "struct hashmap_entry *"
` [PATCH v3 12/20] hashmap: use *_entry APIs to wrap container_of
` [PATCH v3 13/20] hashmap_get{,_from_hash} return "struct hashmap_entry *"
` [PATCH v3 14/20] hashmap_cmp_fn takes hashmap_entry params
` [PATCH v3 15/20] hashmap: use *_entry APIs for iteration
` [PATCH v3 16/20] hashmap: hashmap_{put,remove} return hashmap_entry *
` [PATCH v3 17/20] hashmap: introduce hashmap_free_entries
` [PATCH v3 18/20] OFFSETOF_VAR macro to simplify hashmap iterators
` [PATCH v3 19/20] hashmap: remove type arg from hashmap_{get,put,remove}_entry
` [PATCH v3 20/20] hashmap_entry: remove first member requirement from docs
    ` [PATCH v3 21/20] convert: drop invalid comment for subprocess_entry

[PATCH v2 0/5] Use complete_action's todo list to do the rebase
 2019-10-08  2:45 UTC  (7+ messages)
  ` [PATCH v2 1/5] sequencer: update `total_nr' when adding an item to a todo list
  ` [PATCH v2 2/5] sequencer: update `done_nr' when skipping commands in "
  ` [PATCH v2 3/5] sequencer: move the code writing total_nr on the disk to a new function
  ` [PATCH v2 4/5] rebase: fill `squash_onto' in get_replay_opts()
  ` [PATCH v2 5/5] sequencer: directly call pick_commits() from complete_action()

[PATCH v2] merge-recursive: fix the diff3 common ancestor label for virtual commits
 2019-10-08  2:36 UTC  (6+ messages)
` [PATCH v3] "
    ` [PATCH] merge-recursive: fix the fix to the diff3 common ancestor label

[PATCH 00/13] ci: include a Visual Studio build & test in our Azure Pipeline
 2019-10-08  2:19 UTC  (20+ 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

[PATCH v2 0/1] git-gui: respect core.hooksPath, falling back to .git/hooks
 2019-10-08  0:29 UTC  (4+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/1] Fix gitdir e.g. to respect core.hooksPath

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

[PATCH] git-gui: add a readme
 2019-10-07 23:18 UTC  (8+ messages)
` [PATCH v2] "

Outreachy
 2019-10-07 20:36 UTC 

[PATCH 0/9] [RFC] New sparse-checkout builtin and "cone" mode
 2019-10-07 20:08 UTC  (39+ messages)
` [PATCH v2 00/11] "
  ` [PATCH v2 01/11] sparse-checkout: create builtin with 'list' subcommand
  ` [PATCH v2 02/11] sparse-checkout: create 'init' subcommand
  ` [PATCH v2 03/11] clone: add --sparse mode
  ` [PATCH v2 04/11] sparse-checkout: 'set' subcommand
  ` [PATCH v2 06/11] sparse-checkout: create 'disable' subcommand
  ` [PATCH v2 07/11] trace2: add region in clear_ce_flags
  ` [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] Feature: custom guitool commands can now have custom keyboard shortcuts
 2019-10-07 19:16 UTC  (21+ messages)
                        ` GitGUIGadget, was "

[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 

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

[PATCH v2] dir: special case check for the possibility that pathspec is NULL
 2019-10-07 18:04 UTC  (3+ messages)
` [PATCH v3] "

log -m output
 2019-10-07 17:57 UTC  (5+ messages)

[PATCH 0/1] multi-pack-index: add --no-progress
 2019-10-07 17:29 UTC  (9+ 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>

git-gui: automatically move focus to staged file before typing commit message?
 2019-10-07 17:11 UTC  (11+ messages)
                ` [PATCH 1/2] git-gui: implement proc select_path_in_widget
                  ` [PATCH 2/2] git-gui: select staged on ui_comm focus

[PATCH 0/1] fetch --multiple: respect --jobs=
 2019-10-07 10:17 UTC  (7+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/1] fetch: let --jobs=<n> parallelize --multiple, too

What's cooking in git.git (Oct 2019, #02; Mon, 7)
 2019-10-07  3:38 UTC 

[PATCH] tests: remove "cat foo" before "test_i18ngrep bar foo"
 2019-10-07  1:19 UTC  (2+ messages)

[PATCH v4 5/6] rebase -i: support --ignore-date
 2019-10-06 17:57 UTC  (2+ messages)

[PATCH v4 3/6] rebase -i: support --committer-date-is-author-date
 2019-10-06 17:57 UTC  (2+ messages)

[GSoC][PATCHl 0/6] rebase -i: support more options
 2019-10-06 17:57 UTC  (6+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/6] rebase -i: add --ignore-whitespace flag

PATCH] remove duplicate #include directives
 2019-10-06 10:16 UTC  (5+ messages)

[PATCH v2 0/1] git-p4: auto-delete named temporary file
 2019-10-06  2:43 UTC  (5+ messages)
` [PATCH v2 1/1] "

[PATCH] convert: fix handling of dashless UTF prefix in validate_encoding()
 2019-10-06  0:41 UTC  (2+ messages)

[PATCH v2 00/19] hashmap bug/safety/ease-of-use fixes
 2019-10-06  0:04 UTC  (7+ messages)
` [PATCH v2 18/19] OFFSETOF_VAR macro to simplify hashmap iterators

What's cooking in git.git (Oct 2019, #01; Thu, 3)
 2019-10-05 23:36 UTC  (5+ messages)

[BUG] incorrect line numbers reported in git am
 2019-10-05 22:51 UTC  (5+ messages)
` [PATCH] apply: tell user location of corrupted patch file

[PATCH 00/15] SHA-256 test fixes, part 6
 2019-10-05 21:12 UTC  (16+ messages)
` [PATCH 01/15] t/oid-info: allow looking up hash algorithm name
` [PATCH 02/15] t/oid-info: add empty tree and empty blob values
` [PATCH 03/15] rev-parse: add an --object-format option
` [PATCH 04/15] t1305: avoid comparing extensions
` [PATCH 05/15] t3429: remove SHA1 annotation
` [PATCH 06/15] t4010: abstract away SHA-1-specific constants
` [PATCH 07/15] t4011: "
` [PATCH 08/15] t4015: "
` [PATCH 09/15] t4027: make hash-size independent
` [PATCH 10/15] t4034: abstract away SHA-1-specific constants
` [PATCH 11/15] t4038: abstract away SHA-1 specific constants
` [PATCH 12/15] t4039: abstract away SHA-1-specific constants
` [PATCH 13/15] t4044: update test to work with SHA-256
` [PATCH 14/15] t4045: make hash-size independent
` [PATCH 15/15] t4048: abstract away SHA-1-specific constants

unsibscribe git
 2019-10-05 17:05 UTC  (2+ messages)

[PATCH] userdiff: Fix some corner cases in dts regex
 2019-10-05 14:09 UTC  (2+ messages)

[PATCH] Documentation: update the location of the git-gui repo
 2019-10-05 12:57 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] git-rev-list.txt: prune options in synopsis
 2019-10-05  9:07 UTC  (2+ messages)

[RFC PATCH] trace2: don't overload target directories
 2019-10-04 22:08 UTC  (10+ messages)
` [PATCH v4 0/4] "
  ` [PATCH v4 3/4] "
` [PATCH v5 0/4] trace2: discard new traces if the target directory contains too many files
  ` [PATCH v5 1/4] docs: mention trace2 target-dir mode in git-config
  ` [PATCH v5 2/4] docs: clarify trace2 version invariants
  ` [PATCH v5 3/4] trace2: discard new traces if target directory has too many files
  ` [PATCH v5 4/4] trace2: write discard message to sentinel files


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