messages from 2018-04-16 22:17:03 to 2018-04-18 21:44:46 UTC [more...]
[PATCH v2 1/1] perl: fix installing modules from contrib
2018-04-18 21:44 UTC (3+ messages)
` [PATCH v3 "
[PATCH] builtin/config.c: prefer `--type=bool` over `--bool`, etc
2018-04-18 21:43 UTC (4+ messages)
` [PATCH v9 0/2] builtin/config.c: support `--type=<type>` as preferred alias for `--type`
` [PATCH v9 1/2] builtin/config.c: treat type specifiers singularly
` [PATCH v9 2/2] builtin/config.c: support `--type=<type>` as preferred alias for `--type`
[PATCH v1 0/2] fsexcludes: Add programmatic way to exclude files
2018-04-18 21:25 UTC (4+ messages)
` [PATCH v3 "
[PATCH] submodule--helper: don't print null in 'submodule status'
2018-04-18 21:24 UTC (3+ messages)
[PATCH] git-send-email: Cc more people
2018-04-18 21:21 UTC (5+ messages)
[PATCH 0/2] Fix early EOF with GfW daemon
2018-04-18 21:16 UTC (7+ messages)
` [PATCH 1/2] daemon: use timeout for uninterruptible poll
[PATCH 0/3] completion: improvements for git stash
2018-04-18 21:15 UTC (6+ messages)
` [PATCH 1/3] completion: rename save_opts to default_opts for stash
` [PATCH 2/3] completion: stop completing 'save' as stash subcommand
` [PATCH 3/3] completion: make stash -p and alias for stash push -p
Bug: rebase -i creates committer time inversions on 'reword'
2018-04-18 21:15 UTC (10+ messages)
` [RFC PATCH] ident: don't cache default date
[PATCH] Create 'bisect_flags' parameter in find_bisection() in preparation of passing multiple options
2018-04-18 21:05 UTC (5+ messages)
` [PATCH v3] bisect: create 'bisect_flags' parameter in find_bisection()
` [PATCH v4] "
What's cooking in git.git (Apr 2018, #02; Tue, 17)
2018-04-18 21:04 UTC (12+ messages)
[PATCH v2 00/10] Compute and consume generation numbers
2018-04-18 21:02 UTC (16+ messages)
` [PATCH v3 0/9] "
` [PATCH v3 1/9] commit: add generation number to struct commmit
` [PATCH v3 2/9] commit-graph: compute generation numbers
` [PATCH v3 3/9] commit: use generations in paint_down_to_common()
` [PATCH v3 4/9] commit-graph.txt: update design document
` [PATCH v3 5/9] ref-filter: use generation number for --contains
` [PATCH v3 6/9] commit: use generation numbers for in_merge_bases()
` [PATCH v3 7/9] commit: add short-circuit to paint_down_to_common()
` [PATCH v3 8/9] commit-graph: always load commit-graph information
` [PATCH v3 9/9] merge: check config before loading commits
man page for "git remote set-url" seems confusing/contradictory
2018-04-18 20:56 UTC (10+ messages)
[PATCH v3] git{,-blame}.el: remove old bitrotting Emacs code
2018-04-18 20:16 UTC (6+ messages)
` [PATCH v4] "
[PATCH v2 0/1] completion: dynamic completion loading
2018-04-18 19:51 UTC (3+ messages)
` [PATCH v2 1/1] completion: load completion file for external subcommand
[RFC 00/10] Make .the gitmodules file path configurable
2018-04-18 18:44 UTC (7+ messages)
` [RFC 01/10] submodule: add 'core.submodulesFile' to override the '.gitmodules' path
[PATCH 0/2] Fix --short and --porcelain options for commit
2018-04-18 18:38 UTC (4+ messages)
` [PATCH 1/2] commit: fix --short and --porcelain
` [PATCH 2/2] wt-status: const-ify all printf helper methods
[PATCH v5 00/12] rebase -i: offer to recreate merge commits
2018-04-18 18:04 UTC (20+ messages)
` [PATCH v6 00/15] rebase -i: offer to recreate commit topology
` [PATCH v6 04/15] sequencer: introduce new commands to reset the revision
` [PATCH v6 05/15] sequencer: introduce the `merge` command
[PATCH/RFC 0/5] Keep all info in command-list.txt in git binary
2018-04-18 15:33 UTC (14+ messages)
` [PATCH v2 0/6] "
` [PATCH v2 3/6] generate-cmdlist.sh: keep all information in common-cmds.h
[PATCH/RFC] completion: complete all possible -no-<options>
2018-04-18 15:08 UTC (3+ messages)
[BUG] git p4 clone fails when p4 sizes does not return 'fileSize' key
2018-04-18 14:59 UTC (15+ messages)
` [PATCH 1/1] git-p4: fix `sync --verbose` traceback due to 'fileSize'
[PATCH 2/2] completion: simplify ls-files filter
2018-04-18 12:31 UTC (18+ messages)
` [PATCH 00/11] completion: path completion improvements: speedup and quoted paths
` [PATCH 01/11] t9902-completion: add tests demonstrating issues with quoted pathnames
` [PATCH 02/11] completion: move __git_complete_index_file() next to its helpers
` [PATCH 03/11] completion: simplify prefix path component handling during path completion
` [PATCH 04/11] completion: support completing non-ASCII pathnames
` [PATCH 05/11] completion: improve handling quoted paths on the command line
` [PATCH 06/11] completion: let 'ls-files' and 'diff-index' filter matching paths
` [PATCH 07/11] completion: use 'awk' to strip trailing path components
` [PATCH 08/11] t9902-completion: ignore COMPREPLY element order in some tests
` [PATCH 09/11] completion: remove repeated dirnames with 'awk' during path completion
` [PATCH 10/11] completion: improve handling quoted paths in 'git ls-files's output
` [PATCH 11/11] completion: fill COMPREPLY directly when completing paths
[ANNOUNCE] Git Rev News edition 38
2018-04-18 12:15 UTC
[PATCH] send-email: avoid duplicate In-Reply-To/References
2018-04-18 7:38 UTC (3+ messages)
[PATCH] worktree: accept -f as short for --force for removal
2018-04-18 5:01 UTC (6+ messages)
[PATCH v1 0/5] Allocate cache entries from memory pool
2018-04-18 4:49 UTC (11+ messages)
` [PATCH v1 1/5] read-cache: teach refresh_cache_entry to take istate
` [PATCH v1 2/5] Add an API creating / discarding cache_entry structs
` [PATCH v1 3/5] mem-pool: fill out functionality
` [PATCH v1 4/5] Allocate cache entries from memory pools
` [PATCH v1 5/5] Add optional memory validations around cache_entry lifecyle
[PATCH 0/3] shortlog: do not accept revisions when run outside repo
2018-04-18 4:24 UTC (7+ messages)
` [PATCH 0/4] doc: cleaning up instances of \--
` [PATCH 1/4] doc: convert \--option to --option
` [PATCH 2/4] doc: convert [\--] to [--]
` [PATCH 3/4] git-[short]log.txt: unify quoted standalone --
` [PATCH 4/4] git-submodule.txt: quote usage in monospace, drop backslash
[PATCH] docs/git-gc: fix minor rendering issue
2018-04-18 3:06 UTC (2+ messages)
[PATCH 0/2] blame: color line by commit
2018-04-18 0:39 UTC (15+ messages)
` [PATCH 1/2] builtin/blame: dim uninteresting metadata lines
` [PATCH 2/2] builtin/blame: highlight recently changed lines
[PATCH] specify encoding for sed command
2018-04-17 23:45 UTC (10+ messages)
` [PATCH] completion: reduce overhead of clearing cached --options
` [PATCH v2] "
GDPR compliance best practices?
2018-04-17 23:25 UTC (3+ messages)
[RFC PATCH 00/12] Integrate commit-graph into 'fsck' and 'gc'
2018-04-17 18:50 UTC (14+ messages)
` [RFC PATCH 01/12] fixup! commit-graph: always load commit-graph information
` [RFC PATCH 03/12] commit-graph: check file header information
` [RFC PATCH 02/12] commit-graph: add 'check' subcommand
` [RFC PATCH 04/12] commit-graph: parse commit from chosen graph
` [RFC PATCH 06/12] commit: force commit to parse from object database
` [RFC PATCH 05/12] commit-graph: check fanout and lookup table
` [RFC PATCH 07/12] commit-graph: load a root tree from specific graph
` [RFC PATCH 08/12] commit-graph: verify commit contents against odb
` [RFC PATCH 10/12] commit-graph: add '--reachable' option
` [RFC PATCH 09/12] fsck: check commit-graph
` [RFC PATCH 12/12] commit-graph: update design document
` [RFC PATCH 11/12] gc: automatically write commit-graph files
[PATCH 0/8] gpg-interface: Multiple signing tools
2018-04-17 18:33 UTC (9+ messages)
` [PATCH 8/8] gpg-interface: handle alternative signature types
Optimizing writes to unchanged files during merges?
2018-04-17 17:43 UTC (21+ messages)
[PATCH 0/3] Extract memory pool logic into reusable component
2018-04-17 16:43 UTC (3+ messages)
` [PATCH v4 "
git-checkout -B resets branch not showing last revision
2018-04-17 8:45 UTC (2+ messages)
git send-mail sends with duplicate In-Reply-To/References header fields
2018-04-17 8:42 UTC
Draft of Git Rev News edition 38
2018-04-17 7:33 UTC (12+ messages)
[PATCH 0/6] Some doc-fixes
2018-04-17 6:18 UTC (3+ messages)
` [PATCH 5/6] git-svn: commit-diff does not support --add-author-from
[PATCH] glossary: substitute "ancestor" for "direct ancestor" in 'push' description
2018-04-17 2:22 UTC (2+ messages)
[PATCH] support: git show --follow-symlinks HEAD:symlink
2018-04-16 23:05 UTC (4+ messages)
` [PATCH v2] show: add --follow-symlinks option for <rev>:<path>
` [PATCH] "
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).