messages from 2018-03-29 01:49:24 to 2018-03-31 10:03:35 UTC [more...]
[PATCH v6 00/11] nd/pack-objects-pack-struct updates
2018-03-31 10:03 UTC (36+ messages)
` [PATCH v7 00/13] "
` [PATCH v7 02/13] pack-objects: turn type and in_pack_type to bitfields
` [PATCH v7 03/13] pack-objects: use bitfield for object_entry::dfs_state
` [PATCH v7 04/13] pack-objects: use bitfield for object_entry::depth
` [PATCH v7 05/13] pack-objects: move in_pack_pos out of struct object_entry
` [PATCH v7 06/13] pack-objects: move in_pack "
` [PATCH v7 07/13] pack-objects: refer to delta objects by index instead of pointer
` [PATCH v7 08/13] pack-objects: shrink z_delta_size field in struct object_entry
` [PATCH v7 10/13] pack-objects: clarify the use of object_entry::size
` [PATCH v7 11/13] pack-objects: shrink size field in struct object_entry
` [PATCH v7 12/13] pack-objects: shrink delta_size "
` [PATCH v7 13/13] pack-objects: reorder members to shrink "
` [PATCH v8 00/15] nd/pack-objects-pack-struct updates
` [PATCH v8 01/15] t/README: mention about running the test suite in special modes
` [PATCH v8 02/15] pack-objects: a bit of document about struct object_entry
` [PATCH v8 04/15] pack-objects: use bitfield for object_entry::dfs_state
` [PATCH v8 05/15] pack-objects: use bitfield for object_entry::depth
` [PATCH v8 06/15] pack-objects: move in_pack_pos out of struct object_entry
What's cooking in git.git (Mar 2018, #06; Fri, 30)
2018-03-31 9:39 UTC (5+ messages)
Bad refspec messes up bundle
2018-03-31 8:50 UTC (6+ messages)
[RFC PATCH 0/1] bdl-lib.sh: add bash debug logger
2018-03-30 22:30 UTC (3+ messages)
[PATCH] fast-import: fix a sparse 'NULL pointer' warning
2018-03-30 22:26 UTC (2+ messages)
[GSoC][PATCH v4] test: avoid pipes in git related commands for test
2018-03-30 22:08 UTC (4+ messages)
` [GSoC][PATCH v5] "
[PATCH v2 0/4] Teach `--default` to `git-config(1)`
2018-03-30 20:26 UTC (9+ messages)
` [PATCH v3 "
` [PATCH v3 1/3] builtin/config: introduce `--default`
` [PATCH v3 2/3] config.c: introduce 'git_config_color' to parse ANSI colors
` [PATCH v3 3/3] builtin/config: introduce `color` type specifier
git complains packed-refs is not a directory when used with GIT_DIR and GIT_WORK_TREE envvars
2018-03-30 19:54 UTC (31+ messages)
` [PATCH 2/4] add chdir-notify API
` [PATCH 3/4] set_work_tree: use chdir_notify
` [PATCH v2 0/5] re-parenting relative directories after chdir
` [PATCH v2 1/5] set_git_dir: die when setenv() fails
` [PATCH v2 2/5] trace.c: export trace_setup_key
` [PATCH v2 3/5] add chdir-notify API
` [PATCH v2 4/5] set_work_tree: use chdir_notify
` [PATCH v2 5/5] refs: use chdir_notify to update cached relative paths
[PATCH] config: move flockfile() closer to unlocked functions
2018-03-30 19:52 UTC (2+ messages)
[PATCH 0/9] Assorted fixes for `git config` (including the "empty sections" bug)
2018-03-30 19:16 UTC (48+ messages)
` [PATCH 1/9] git_config_set: fix off-by-two
` A potential approach to making tests faster on Windows
` [PATCH 2/9] t1300: rename it to reflect that `repo-config` was deprecated
` [PATCH 3/9] t1300: avoid relying on a bug
` [PATCH 4/9] t1300: remove unreasonable expectation from TODO
` [PATCH 5/9] t1300: `--unset-all` can leave an empty section behind (bug)
` [PATCH 6/9] git_config_set: simplify the way the section name is remembered
` [PATCH 7/9] git config --unset: remove empty sections (in normal situations)
` [PATCH 8/9] git_config_set: use do_config_from_file() directly
` [PATCH 9/9] git_config_set: reuse empty sections
[PATCH] setup.c: reset candidate->work_tree after freeing it
2018-03-30 19:10 UTC (5+ messages)
[PATCH v5 00/35] protocol version 2
2018-03-30 19:06 UTC (4+ messages)
` [PATCH] {fetch,upload}-pack: clearly mark unreachable v2 code
Draft of Git Rev News edition 37
2018-03-30 18:56 UTC (6+ messages)
[PATCH] builtin/config.c: prefer `--type=bool` over `--bool`, etc
2018-03-30 18:27 UTC (12+ messages)
` [PATCH v2 1/2] builtin/config.c: treat type specifiers singularly
` [PATCH v2 2/2] builtin/config.c: prefer `--type=bool` over `--bool`, etc
git complains packed-refs is not a directory when used with GIT_DIR and GIT_WORK_TREE envvars
2018-03-30 17:21 UTC (5+ messages)
` [PATCH 0/8] "
[RFC] Rebasing merges: a jorney to the ultimate solution (Road Clear)
2018-03-30 16:36 UTC (27+ messages)
` [RFC] Rebasing merges: a jorney to the ultimate solution(RoadClear)
[PATCH v4 0/5] Convert some stash functionality to a builtin
2018-03-30 16:17 UTC (8+ messages)
` [PATCH v4 1/5] stash: improve option parsing test coverage
` [PATCH v4 2/5] stash: convert apply to builtin
` [PATCH v4 3/5] stash: convert drop and clear "
[PATCH v4 0/4] worktree: teach "add" to check out existing branches
2018-03-30 14:08 UTC (13+ messages)
` [PATCH v5 0/6] "
` [PATCH v5 2/6] worktree: be clearer when "add" dwim-ery kicks in
` [PATCH v5 3/6] worktree: remove force_new_branch from struct add_opts
` [PATCH v5 5/6] worktree: teach "add" to check out existing branches
[PATCH v3 00/14] Serialized Git Commit Graph
2018-03-30 13:25 UTC (5+ messages)
` [PATCH v4 00/13] "
` [PATCH v4 01/13] commit-graph: add format document
[PATCH v1 0/3] add -p: select individual hunk lines
2018-03-30 11:09 UTC (4+ messages)
` [PATCH v3 "
[ANNOUNCE] Git v2.17.0-rc2
2018-03-30 10:48 UTC (2+ messages)
What's cooking in git.git (Mar 2018, #05; Wed, 28)
2018-03-30 10:32 UTC (3+ messages)
[RFC][PATCH] git-stash: convert git stash list to C builtin
2018-03-30 10:29 UTC (5+ messages)
core.fsmonitor always perform rescans
2018-03-30 10:28 UTC (2+ messages)
What's cooking in git.git (Mar 2018, #02; Tue, 6)
2018-03-30 8:59 UTC (10+ messages)
` Why don't we symlink libexec/git-core/* to bin/git?
[PATCH v6 0/6] ref-filter: remove die() calls from formatting logic
2018-03-30 6:42 UTC (4+ messages)
[RFC/PATCH] upload-pack: disable object filtering when disabled by config
2018-03-30 1:45 UTC (8+ messages)
[RFC PATCH] git-submodule.sh:cmd_update: if submodule branch exists, fetch that instead of default
2018-03-29 22:59 UTC (3+ messages)
` Fwd: "
` [RFC PATCH v2] "
[PATCH] credential: cred helper fast exit can cause SIGPIPE, crash
2018-03-29 22:35 UTC (9+ messages)
` [PATCH] credential: ignore SIGPIPE when writing to credential helpers
[PATCH v4] Allow use of TLS 1.3
2018-03-29 20:40 UTC (3+ messages)
[PATCH v12 00/10] convert: add support for different encodings
2018-03-29 18:37 UTC (2+ messages)
[PATCH 0/3] rebase --keep-empty/--root fixes
2018-03-29 18:05 UTC (6+ messages)
` [PATCH 2/3] rebase -i --keep-empty: don't prune empty commits
[PATCH v2] Makefile: detect compiler and enable more warnings in DEVELOPER=1
2018-03-29 15:03 UTC (5+ messages)
` [PATCH v3 0/3] Enable more compiler warnings for devs
` [PATCH v3 1/3] connect.c: mark die_initial_contact() NORETURN
` [PATCH v3 2/3] Makefile: detect compiler and enable more warnings in DEVELOPER=1
` [PATCH v3 3/3] Makefile: add EAGER_DEVELOPER mode
[PATCH v7 0/3] RUNTIME_PREFIX relocatable Git
2018-03-29 14:54 UTC (7+ messages)
` [PATCH 0/2] Add Windows support to the new RUNTIME_PREFIX design
[PATCH 0/3] Extract memory pool logic into reusable component
2018-03-29 14:12 UTC (4+ messages)
` [PATCH v3 3/3] Move reusable parts of memory pool into its own file
[PATCH 00/10] Hash-independent tests (part 1)
2018-03-29 14:01 UTC (6+ messages)
[PATCH v5 1/6] strbuf: add shortcut to work with error messages
2018-03-29 12:49 UTC (7+ messages)
` [PATCH v6 1/6] ref-filter: add shortcut to work with strbufs
` [PATCH v6 4/6] ref-filter: change parsing function error handling
` [PATCH v6 3/6] ref-filter: add return value && strbuf to handlers
` [PATCH v6 5/6] ref-filter: add return value to parsers
` [PATCH v6 2/6] ref-filter: start adding strbufs with errors
` [PATCH v6 6/6] ref-filter: libify get_ref_atom_value()
Git Question
2018-03-29 1:58 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).