messages from 2021-02-16 02:30:57 to 2021-02-17 19:57:42 UTC [more...]
[PATCH 0/3] fix some doc rendering issues since v2.30.0
2021-02-17 19:56 UTC
[PATCH 00/10] repack: support repacking into a geometric sequence
2021-02-17 19:54 UTC (28+ messages)
` [PATCH v2 0/8] "
` [PATCH v2 1/8] packfile: introduce 'find_kept_pack_entry()'
` [PATCH v2 2/8] revision: learn '--no-kept-objects'
` [PATCH v2 3/8] builtin/pack-objects.c: add '--stdin-packs' option
` [PATCH v2 5/8] p5303: measure time to repack with keep
` [PATCH v2 6/8] builtin/pack-objects.c: rewrite honor-pack-keep logic
` [PATCH v2 7/8] packfile: add kept-pack cache for find_kept_pack_entry()
` [PATCH v2 8/8] builtin/repack.c: add '--geometric' option
[PATCH 0/6][Outreachy] commit: Implementation of "amend!" commit
2021-02-17 19:49 UTC (8+ messages)
` [PATCH 1/6] sequencer: export subject_length()
` [PATCH 2/6] commit: add amend suboption to --fixup to create amend! commit
` [PATCH 3/6] commit: add a reword suboption to --fixup
` [PATCH 4/6] t7500: add tests for --fixup[amend|reword] options
` [PATCH 5/6] t3437: use --fixup with options to create amend! commit
` [PATCH 6/6] doc/git-commit: add documentation for fixup[amend|reword] options
RFC on packfile URIs and .gitmodules check
2021-02-17 19:46 UTC (8+ messages)
` [PATCH 0/4] Check .gitmodules when using packfile URIs
` [PATCH 2/4] http-fetch: allow custom index-pack args
` [PATCH 4/4] fetch-pack: print and use dangling .gitmodules
[PATCH 4/4] fetch-pack: print and use dangling .gitmodules
2021-02-17 19:42 UTC (18+ messages)
` [PATCH 00/14] fsck: API improvements
` [PATCH 01/14] fsck.h: indent arguments to of fsck_set_msg_type
` [PATCH 02/14] fsck.h: use use "enum object_type" instead of "int"
` [PATCH 03/14] fsck.c: rename variables in fsck_set_msg_type() for less confusion
` [PATCH 04/14] fsck.c: move definition of msg_id into append_msg_id()
` [PATCH 05/14] fsck.c: rename remaining fsck_msg_id "id" to "msg_id"
` [PATCH 06/14] fsck.h: move FSCK_{FATAL,INFO,ERROR,WARN,IGNORE} into an enum
` [PATCH 07/14] fsck.c: call parse_msg_type() early in fsck_set_msg_type()
` [PATCH 08/14] fsck.c: undefine temporary STR macro after use
` [PATCH 09/14] fsck.c: give "FOREACH_MSG_ID" a more specific name
` [PATCH 10/14] fsck.[ch]: move FOREACH_FSCK_MSG_ID & fsck_msg_id from *.c to *.h
` [PATCH 11/14] fsck.c: pass along the fsck_msg_id in the fsck_error callback
` [PATCH 12/14] fsck.c: add an fsck_set_msg_type() API that takes enums
` [PATCH 13/14] fsck.h: update FSCK_OPTIONS_* for object_name
` [PATCH 14/14] fsck.c: move gitmodules_{found,done} into fsck_options
[Outreachy] Project blog - 9
2021-02-17 19:36 UTC
[PATCH 00/20] userdiff: refactor + test + doc + misc improvements
2021-02-17 19:01 UTC (22+ messages)
` [PATCH v2 09/27] userdiff tests: match full hunk headers
` [PATCH v2 10/27] blame tests: don't rely on t/t4018/ directory
` [PATCH v2 11/27] blame tests: simplify userdiff driver test
` [PATCH v2 12/27] userdiff tests: rewrite hunk header test infrastructure
` [PATCH v2 18/27] gitattributes doc: reword discussion of built-in userdiff patterns
` [PATCH v2 19/27] gitattributes doc: document multi-line "
[PATCH v4] difftool.c: learn a new way start at specified file
2021-02-17 18:56 UTC (11+ messages)
` [PATCH v5 0/2] "
` [PATCH v5 1/2] diff: --{rotate,skip}-to=<path>
` [PATCH v5 2/2] difftool.c: learn a new way start at specified file
Considering merge --dry-run to foresee conflicts ahead of time
2021-02-17 18:39 UTC (2+ messages)
gitattributes export-subst and software versioning
2021-02-17 18:31 UTC (11+ messages)
` [PATCH 1/2] pretty: add %(describe)
` [PATCH 2/2] pretty: add merge and exclude options to %(describe)
[PATCH] generate-configlist.sh: Fix determinism issue
2021-02-17 17:53 UTC
[PATCH 0/9] stash show: learn --include-untracked and --only-untracked
2021-02-17 17:50 UTC (13+ messages)
` [PATCH v2 "
` [PATCH v2 8/9] stash show: teach "
` [PATCH v3 0/2] stash show: learn "
` [PATCH v3 1/2] stash show: teach "
` [PATCH v3 2/2] stash show: learn stash.showIncludeUntracked
Git in GSoC 2021 ?
2021-02-17 17:01 UTC (2+ messages)
[PATCH 0/1] blame: remove unnecessary use of get_commit_info()
2021-02-17 14:54 UTC (9+ messages)
` [PATCH 1/1] "
` [PATCH v2 0/1] "
` [PATCH v2 1/1] "
[OUTREACHY][PATCH v1] doc: fix naming of response-end-pkt
2021-02-17 11:07 UTC (3+ messages)
[PATCH 4/4] fetch-pack: print and use dangling .gitmodules
2021-02-17 2:10 UTC (3+ messages)
[PATCH 00/11] FSMonitor Preliminary Commits
2021-02-17 1:54 UTC (4+ messages)
` [PATCH v2 "
[PATCH 00/25] grep: PCREv2 fixes, remove kwset.[ch]
2021-02-17 1:19 UTC (26+ messages)
` [PATCH v2 00/22] pickaxe: test and refactoring for follow-up changes
` [PATCH v2 01/22] grep/pcre2 tests: reword comments referring to kwset
` [PATCH v2 02/22] test-lib-functions: document and test test_commit --no-tag
` [PATCH v2 03/22] test-lib-functions: reword "test_commit --append" docs
` [PATCH v2 04/22] test-lib functions: add --printf option to test_commit
` [PATCH v2 05/22] pickaxe tests: refactor to use test_commit --append --printf
` [PATCH v2 06/22] pickaxe tests: add test for diffgrep_consume() internals
` [PATCH v2 07/22] pickaxe tests: add test for "log -S" not being a regex
` [PATCH v2 08/22] pickaxe tests: test for -G, -S and --find-object incompatibility
` [PATCH v2 09/22] pickaxe: die when -G and --pickaxe-regex are combined
` [PATCH v2 10/22] pickaxe: die when --find-object and --pickaxe-all "
` [PATCH v2 11/22] diff.h: move pickaxe fields together again
` [PATCH v2 12/22] pickaxe/style: consolidate declarations and assignments
` [PATCH v2 13/22] perf: add performance test for pickaxe
` [PATCH v2 14/22] pickaxe: refactor function selection in diffcore-pickaxe()
` [PATCH v2 15/22] pickaxe: assert that we must have a needle under -G or -S
` [PATCH v2 16/22] pickaxe -S: support content with NULs under --pickaxe-regex
` [PATCH v2 17/22] pickaxe: rename variables in has_changes() for brevity
` [PATCH v2 18/22] pickaxe -S: slightly optimize contains()
` [PATCH v2 19/22] xdiff-interface: allow early return from xdiff_emit_{line,hunk}_fn
` [PATCH v2 20/22] xdiff-interface: support early exit in xdiff_outf()
` [PATCH v2 21/22] pickaxe -G: terminate early on matching lines
` [PATCH v2 22/22] pickaxe -G: don't special-case create/delete
[PATCH] t/perf: handle worktrees as test repos
2021-02-16 22:56 UTC (7+ messages)
[PATCH v6 00/17] propose config-based hooks (part I)
2021-02-16 22:47 UTC (4+ messages)
` [PATCH v7 "
git-send-email: smtpserver in $HOME
2021-02-16 22:31 UTC (11+ messages)
Short status ignores --show-stash option
2021-02-16 20:23 UTC (3+ messages)
Bug Report: Multi-line trailers containing empty lines break parsing
2021-02-16 19:47 UTC (5+ messages)
Bug? I can't manually merge changes with difftool
2021-02-16 18:54 UTC (2+ messages)
[PATCH 0/1] mergetools/vimdiff: add vimdiff1 merge tool variant
2021-02-16 18:38 UTC (3+ messages)
` [PATCH 1/1] "
[PATCH 2/9] midx: allow marking a pack as preferred
2021-02-16 18:28 UTC (19+ messages)
` [PATCH 1/5] commit-graph: define common usage with a macro
` [PATCH 2/5] commit-graph: remove redundant handling of -h
` [PATCH 4/5] commit-graph: refactor dispatch loop for style
` [PATCH 5/5] commit-graph: show usage on "commit-graph [write|verify] garbage"
` [PATCH v2 0/4] midx: split out sub-commands
` [PATCH v2 2/4] builtin/multi-pack-index.c: don't handle 'progress' separately
the git add command
2021-02-16 17:54 UTC (2+ messages)
[PATCH v2 00/27] userdiff: refactor + test + doc + misc improvements
2021-02-16 17:51 UTC (7+ messages)
` [PATCH 1/2] diff: do not display hunk context under -W
` [PATCH 2/2] diff: test and document -W interaction with -U<n>
[PATCH v2] remote-curl: fall back to basic auth if Negotiate fails
2021-02-16 16:57 UTC
Limited local file inclusion with .mailmap symlinks and git-archive
2021-02-16 16:19 UTC (21+ messages)
` [PATCH 1/2] fsck: make symlinked .gitignore and .gitattributes a warning
` [PATCH 0/6] open in-tree files with O_NOFOLLOW
` [PATCH 1/6] add open_nofollow() helper
` [PATCH 2/6] attr: convert "macro_ok" into a flags field
` [PATCH 3/6] exclude: add flags parameter to add_patterns()
` [PATCH 4/6] attr: do not respect symlinks for in-tree .gitattributes
` [PATCH 5/6] exclude: do not respect symlinks for in-tree .gitignore
` [PATCH 6/6] mailmap: do not respect symlinks for in-tree .mailmap
[PATCH v2 00/14] Simple IPC Mechanism
2021-02-16 15:53 UTC (5+ messages)
` [PATCH v3 00/12] "
` [PATCH v3 12/12] t0052: add simple-ipc tests and t/helper/test-simple-ipc tool
[PATCH v2 0/2] checkout-index: some cleanups to --temp and --prefix outputs
2021-02-16 14:06 UTC (4+ messages)
` [PATCH v3 "
` [PATCH v3 1/2] write_entry(): fix misuses of `path` in error messages
` [PATCH v3 2/2] checkout-index: omit entries with no tempname from --temp output
[PATCH] [RFC] gitk: tag add right click options
2021-02-16 13:53 UTC (2+ messages)
` [PATCH v2] "
[PATCH] userdiff: add support for Emacs Lisp
2021-02-16 11:13 UTC (6+ messages)
[PATCH] Translation: correct a typo
2021-02-16 4:01 UTC
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).