messages from 2019-10-06 18:40:12 to 2019-10-09 01:49:00 UTC [more...]
What's cooking in git.git (Oct 2019, #02; Mon, 7)
2019-10-09 1:48 UTC (7+ messages)
` jk/code-of-conduct, was "
` Raise your hand to Ack jk/code-of-conduct if your Ack fell thru cracks
[RFC WIP PATCH 0/3] tag: fix --edit and --no-edit flags
2019-10-09 1:48 UTC (5+ 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
[PATCH 1/1] commit: add support to provide --coauthor
2019-10-09 1:40 UTC (5+ messages)
Fetch origin/HEAD during git fetch
2019-10-09 1:37 UTC
[PATCH 0/1] multi-pack-index: add --no-progress
2019-10-09 1:32 UTC (13+ 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 (30+ 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 0/1] Fallout from azure-pipelines-msvc
2019-10-09 1:19 UTC (4+ messages)
` [PATCH 1/1] Add a helper to reverse index_pos_to_insert_pos()
I just pulled, and git log --graph does not show all
2019-10-08 23:01 UTC (2+ messages)
Shallow-to-deep conversion error query
2019-10-08 21:38 UTC
[PATCH 00/13] ci: include a Visual Studio build & test in our Azure Pipeline
2019-10-08 21:13 UTC (23+ 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
git cat-file --batch surprising carriage return behavior
2019-10-08 20:00 UTC (2+ messages)
git-gui: automatically move focus to staged file before typing commit message?
2019-10-08 19:46 UTC (13+ messages)
` [PATCH 1/2] git-gui: implement proc select_path_in_widget
` [PATCH 2/2] git-gui: select staged on ui_comm focus
Regression in v2.23
2019-10-08 19:44 UTC (9+ messages)
` [PATCH v2] range-diff: don't segfault with mode-only changes
[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] Feature: custom guitool commands can now have custom keyboard shortcuts
2019-10-08 19:31 UTC (22+ messages)
` GitGUIGadget, was "
[PATCH] send-pack: never fetch when checking exclusions
2019-10-08 18:37 UTC (3+ messages)
` [PATCH v2] "
[PATCH 0/1] xdiffi: fix typos and touch up comments
2019-10-08 18:27 UTC (2+ messages)
` [PATCH 1/1] "
[PATCH v2 0/1] quote: handle null and empty strings in sq_quote_buf_pretty()
2019-10-08 16:40 UTC (11+ 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
` [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 (8+ 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 16:16 UTC (7+ messages)
` [PATCH v3] "
` [PATCH] merge-recursive: fix the fix to the diff3 common ancestor label
Why is "Sparse checkout leaves no entry on working directory" a fatal error?
2019-10-08 16:14 UTC (2+ messages)
[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 (33+ messages)
` [PATCH v2 00/11] "
` [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 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
[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] 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
[PATCH] tests: remove "cat foo" before "test_i18ngrep bar foo"
2019-10-07 1:19 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).