messages from 2021-07-07 19:38:23 to 2021-07-10 20:00:36 UTC [more...]
PATCH: improve git switch documentation
2021-07-10 20:00 UTC (44+ messages)
` What actually is a branch?
` switch requires --detach [[Re: What actually is a branch]]
[PATCH] packfile: enhance the mtime of packfile by idx file
2021-07-10 19:01 UTC
[PATCH] commit: remove irrelavent prompt on `--allow-empty-message`
2021-07-10 17:26 UTC (9+ messages)
` [PATCH v3 1/2] commit: reorganise commit hint strings
` [PATCH v3 2/2] commit: remove irrelavent prompt on `--allow-empty-message`
[PATCH 0/5] Default aliases
2021-07-10 15:30 UTC (7+ messages)
` [PATCH 5/5] config: add default aliases
[PATCH v4 00/21] fsck: better "invalid object" error reporting
2021-07-10 13:37 UTC (23+ messages)
` [PATCH v5 00/21] fsck: lib-ify object-file.c & better fsck "
` [PATCH v5 01/21] fsck tests: refactor one test to use a sub-repo
` [PATCH v5 02/21] fsck tests: add test for fsck-ing an unknown type
` [PATCH v5 03/21] cat-file tests: test for missing object with -t and -s
` [PATCH v5 04/21] cat-file tests: test that --allow-unknown-type isn't on by default
` [PATCH v5 05/21] rev-list tests: test for behavior with invalid object types
` [PATCH v5 06/21] cat-file tests: add corrupt loose object test
` [PATCH v5 07/21] cat-file tests: test for current --allow-unknown-type behavior
` [PATCH v5 08/21] cache.h: move object functions to object-store.h
` [PATCH v5 09/21] object-file.c: don't set "typep" when returning non-zero
` [PATCH v5 10/21] object-file.c: make parse_loose_header_extended() public
` [PATCH v5 11/21] object-file.c: add missing braces to loose_object_info()
` [PATCH v5 12/21] object-file.c: simplify unpack_loose_short_header()
` [PATCH v5 13/21] object-file.c: split up ternary in parse_loose_header()
` [PATCH v5 14/21] object-file.c: stop dying "
` [PATCH v5 15/21] object-file.c: guard against future bugs in loose_object_info()
` [PATCH v5 16/21] object-file.c: return -1, not "status" from unpack_loose_header()
` [PATCH v5 17/21] object-file.c: return -2 on "header too long" in unpack_loose_header()
` [PATCH v5 18/21] fsck: don't hard die on invalid object types
` [PATCH v5 19/21] object-store.h: move read_loose_object() below 'struct object_info'
` [PATCH v5 20/21] fsck: report invalid types recorded in objects
` [PATCH v5 21/21] fsck: report invalid object type-path combinations
[GSoC] [PATCH 0/3] submodule add: partial conversion to C
2021-07-10 12:04 UTC (18+ messages)
` [GSoC] [PATCH 3/3] submodule--helper: introduce add-clone subcommand
` [GSoC] [PATCH v2 0/4] submodule add: partial conversion to C
` [GSoC] [PATCH v2 1/4] t7400: test failure to add submodule in tracked path
` [GSoC] [PATCH v2 2/4] submodule: prefix die messages with 'fatal'
` [GSoC] [PATCH v2 3/4] submodule--helper: refactor module_clone()
` [GSoC] [PATCH v2 4/4] submodule--helper: introduce add-clone subcommand
` [GSoC] [PATCH v3 0/4] submodule add: partial conversion to C
` [GSoC] [PATCH v3 1/4] t7400: test failure to add submodule in tracked path
` [GSoC] [PATCH v3 2/4] submodule: prefix die messages with 'fatal'
` [GSoC] [PATCH v3 3/4] submodule--helper: refactor module_clone()
` [GSoC] [PATCH v3 4/4] submodule--helper: introduce add-clone subcommand
What's cooking in git.git (Jul 2021, #02; Thu, 8)
2021-07-10 8:56 UTC (5+ messages)
[PATCH] git-diff: fix missing --merge-base docs
2021-07-10 9:28 UTC
[PATCH 0/3] Add a generated list of hooks in hook-list.h
2021-07-10 9:03 UTC (5+ messages)
` [PATCH v2 "
` [PATCH v2 3/3] hook-list.h: add a generated list of hooks, like config-list.h
[PATCH 0/6] add missing __attribute__((format))
2021-07-10 8:47 UTC (7+ messages)
` [PATCH 1/6] *.c static functions: don't forward-declare __attribute__
` [PATCH 2/6] sequencer.c: move static function to avoid forward decl
` [PATCH 3/6] *.c static functions: add missing __attribute__((format))
` [PATCH 4/6] *.h: add a few "
` [PATCH 5/6] bugreport.c: tweak cmd_bugreport() to use __attribute__((printf))
` [PATCH 6/6] git-compat-util.h: add __attribute__((printf)) to git_*printf*
Pro Git book: concerning data lost due to ".gitignore"
2021-07-10 8:23 UTC (4+ messages)
[PATCH] worktree: teach `add` to accept --reason <string> with --lock
2021-07-10 7:15 UTC (15+ messages)
` [PATCH v2 0/3] worktree: teach add to accept --reason "
` [PATCH v2 1/3] t2400: remove unneeded `git rev-parse` from '"add" worktree with lock' test
` [PATCH v2 2/3] worktree: default lock string should be marked with `_()` for translation
` [PATCH v2 3/3] worktree: teach `add` to accept --reason <string> with --lock
[Question] worktree vs. gitdir in [includeIf]
2021-07-09 22:37 UTC (4+ messages)
[PATCH 0/5] Sparse index: integrate with commit and checkout
2021-07-09 21:26 UTC (2+ messages)
Bug with branches/merges in submodules
2021-07-09 21:18 UTC (2+ messages)
[BUG] `git reset --hard` fails with `update = none` submodules
2021-07-09 20:26 UTC (3+ messages)
` [PATCH v2] submodule: mark submodules with update=none as inactive
[PATCH v2 0/4] pack-objects: use revision.c's --stdin parsing
2021-07-09 20:17 UTC (15+ messages)
` [PATCH v3 "
` [PATCH v3 2/4] revision.h: refactor "disable_stdin" and "read_from_stdin"
` [PATCH v3 3/4] pack-objects.c: do stdin parsing via revision.c's API
` [PATCH v3 4/4] pack-objects.c: make use of REV_INFO_STDIN_LINE_PROCESS
` [PATCH v4 0/5] revision.[ch]: add --stdin parsing API, use in pack-objects
` [PATCH v4 1/5] upload-pack: run is_repository_shallow() before setup_revisions()
` [PATCH v4 2/5] revision.h: refactor "disable_stdin" and "read_from_stdin"
` [PATCH v4 3/5] revision.[ch]: add a "handle_stdin_line" API
` [PATCH v4 4/5] pack-objects.c: do stdin parsing via revision.c's API
` [PATCH v4 5/5] pack-objects.c: make use of REV_INFO_STDIN_LINE_PROCESS
[PATCH 0/3] Override isatty with GIT_FORCE_TTY
2021-07-09 19:56 UTC (11+ messages)
` [PATCH 1/3] Change isatty's parameter to a *_FILENO define
` [PATCH 2/3] Allow isatty to be overriden with GIT_FORCE_TTY
Troubles redirecting git output
2021-07-09 19:20 UTC (3+ messages)
[filter-repo PATCH] filter-repo: help with local install
2021-07-09 17:51 UTC (4+ messages)
[PATCH] switch: rename --create to --new
2021-07-09 17:43 UTC
unit tests / cirrus ci fails
2021-07-09 16:04 UTC (3+ messages)
[PATCH] rev-list: add option for --pretty without header
2021-07-09 15:44 UTC (3+ messages)
[PATCH 00/10] diff --color-moved[-ws] speedups
2021-07-09 15:36 UTC (3+ messages)
` [PATCH 09/10] diff --color-moved-ws=allow-indentation-change: improve hash lookups
git checkout -b refs/master origin/master
2021-07-09 14:56 UTC (2+ messages)
[PATCH 0/2] pack-objects: missing tests & --stdin-packs segfault fix
2021-07-09 10:13 UTC (4+ messages)
` [PATCH v2 "
` [PATCH v2 1/2] pack-objects tests: cover blindspots in stdin handling
` [PATCH v2 2/2] pack-objects: fix segfault in --stdin-packs option
[PATCH v5 00/15] [GSOC][RFC] cat-file: reuse ref-filter logic
2021-07-09 10:04 UTC (6+ messages)
` [PATCH v6 "
git subscribe
2021-07-09 9:50 UTC (2+ messages)
[PATCH] Replace "stateless separator" with "response end"
2021-07-09 2:27 UTC
[PATCH] revision: allow pseudo options after --end-of-options
2021-07-09 1:33 UTC (3+ messages)
[PATCH v6 00/14] Sparse-index: integrate with status
2021-07-09 1:16 UTC (14+ messages)
` [PATCH v7 00/16] "
` [PATCH v7 09/16] unpack-trees: unpack sparse directory entries
` [PATCH v7 10/16] unpack-trees: handle dir/file conflict of sparse entries
` [PATCH v7 12/16] diff-lib: handle index diffs with sparse dirs
` [PATCH v7 15/16] wt-status: expand added sparse directory entries
bug in "git fsck"?
2021-07-08 16:36 UTC (9+ messages)
` Antw: [EXT] "
[PATCH] help: convert git_cmd to page in one place
2021-07-08 15:12 UTC (6+ messages)
` [PATCH resend] "
Default ssh command
2021-07-08 13:50 UTC (5+ messages)
What's cooking in git.git (Jul 2021, #01; Tue, 6)
2021-07-08 12:39 UTC (6+ messages)
[PATCH 0/3] fetch: fix segfault, missing docs in --negotiate-only
2021-07-08 10:53 UTC (5+ messages)
` [PATCH v2 "
` [PATCH v2 1/3] send-pack.c: move "no refs in common" abort earlier
` [PATCH v2 2/3] fetch: document the --negotiate-only option
` [PATCH v2 3/3] fetch: fix segfault in --negotiate-only without --negotiation-tip=*
git interpret-trailers: behavior with input without trailing newline
2021-07-08 10:33 UTC
[PATCH v2 0/5] optimizations for many alternates
2021-07-08 4:57 UTC (11+ messages)
` [PATCH v3 "
` [PATCH v3 1/5] speed up alt_odb_usable() with "
` [PATCH v3 2/5] avoid strlen via strbuf_addstr in link_alt_odb_entry
` [PATCH v3 3/5] make object_directory.loose_objects_subdir_seen a bitmap
` [PATCH v3 4/5] oidcpy_with_padding: constify `src' arg
` [PATCH v3 5/5] oidtree: a crit-bit tree for odb_loose_cache
[PATCH 0/3] strbuf.[ch]: add STRBUF_HINT_SIZE, don't hardcode 8192
2021-07-07 23:22 UTC (11+ messages)
` [PATCH 1/3] strbuf.[ch]: add STRBUF_HINT_SIZE macro = 8192
` [PATCH 2/3] strbuf.h API users: don't hardcode 8192, use STRBUF_HINT_SIZE
` [PATCH 3/3] strbuf.[ch]: make strbuf_fread() take hint, not size
[PATCH 0/5] optimizations for many odb alternates
2021-07-07 23:12 UTC (4+ messages)
` [PATCH v2 5/5] oidtree: a crit-bit tree for odb_loose_cache
Question regarding Version Control with Git 2nd
2021-07-07 21:43 UTC
[PATCH v4 0/6] refs: cleanup errno sideband ref related functions
2021-07-07 20:44 UTC (3+ messages)
` [PATCH v5 "
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).