messages from 2018-04-15 20:29:26 to 2018-04-17 23:12:04 UTC [more...]
[PATCH v1 0/5] Allocate cache entries from memory pool
2018-04-17 23:11 UTC (10+ 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/RFC 0/5] Keep all info in command-list.txt in git binary
2018-04-17 22:47 UTC (18+ messages)
` [PATCH v2 0/6] "
` [PATCH v2 2/6] git.c: implement --list-cmds=all and use it in git-completion.bash
` [PATCH v2 3/6] generate-cmdlist.sh: keep all information in common-cmds.h
[BUG] git p4 clone fails when p4 sizes does not return 'fileSize' key
2018-04-17 22:29 UTC (13+ messages)
` [PATCH 1/1] git-p4: fix `sync --verbose` traceback due to 'fileSize'
[PATCH] specify encoding for sed command
2018-04-17 22:02 UTC (12+ messages)
` [PATCH] completion: reduce overhead of clearing cached --options
` [PATCH v2] "
[PATCH 0/2] blame: color line by commit
2018-04-17 21:54 UTC (12+ messages)
` [PATCH 1/2] builtin/blame: dim uninteresting metadata lines
` [PATCH 2/2] builtin/blame: highlight recently changed lines
GDPR compliance best practices?
2018-04-17 21:38 UTC (2+ messages)
[PATCH] docs/git-gc: fix minor rendering issue
2018-04-17 21:36 UTC
[PATCH 0/3] completion: improvements for git stash
2018-04-17 21:29 UTC (4+ 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
[PATCH] send-email: avoid duplicate In-Reply-To/References
2018-04-17 21:16 UTC
[PATCH 0/3] shortlog: do not accept revisions when run outside repo
2018-04-17 19:15 UTC (6+ 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
[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 05/12] commit-graph: check fanout and lookup table
` [RFC PATCH 06/12] commit: force commit to parse from object database
` [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 09/12] fsck: check commit-graph
` [RFC PATCH 10/12] commit-graph: add '--reachable' option
` [RFC PATCH 11/12] gc: automatically write commit-graph files
` [RFC PATCH 12/12] commit-graph: update design document
[PATCH] worktree: accept -f as short for --force for removal
2018-04-17 18:46 UTC (4+ messages)
[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
[PATCH/RFC] completion: complete all possible -no-<options>
2018-04-17 18:13 UTC
What's cooking in git.git (Apr 2018, #02; Tue, 17)
2018-04-17 18:05 UTC (3+ messages)
[PATCH v2 00/10] Compute and consume generation numbers
2018-04-17 17:50 UTC (12+ 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
Optimizing writes to unchanged files during merges?
2018-04-17 17:43 UTC (23+ messages)
man page for "git remote set-url" seems confusing/contradictory
2018-04-17 17:41 UTC (8+ 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 (13+ 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 2/2] completion: simplify ls-files filter
2018-04-17 3:48 UTC (14+ 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
[PATCH] glossary: substitute "ancestor" for "direct ancestor" in 'push' description
2018-04-17 2:22 UTC (2+ messages)
[PATCH] Create 'bisect_flags' parameter in find_bisection() in preparation of passing multiple options
2018-04-17 2:15 UTC (3+ messages)
` [PATCH v3] bisect: create 'bisect_flags' parameter in find_bisection()
Bug: rebase -i creates committer time inversions on 'reword'
2018-04-17 1:37 UTC (7+ 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] "
[RFC 00/10] Make .the gitmodules file path configurable
2018-04-16 21:22 UTC (16+ messages)
` [RFC 01/10] submodule: add 'core.submodulesFile' to override the '.gitmodules' path
` [RFC 02/10] submodule: fix getting custom gitmodule file in fetch command
` [RFC 07/10] FIXME: wrap-for-bin.sh: set 'core.submodulesFile' for each git invocation
[Git] recursive merge on 'master' severely broken?
2018-04-16 21:21 UTC (5+ messages)
` [RFC PATCH v9 0/30] Add directory rename detection to git
` [PATCH v9 29.75/30] merge-recursive: Fix was_tracked() to quit lying with some renamed paths
shortstat / stat / numstat for git log
2018-04-16 20:00 UTC
Git fast-export with import marks file omits merge commits
2018-04-16 19:58 UTC
"proper" way to deactivate push for a remote?
2018-04-16 18:24 UTC (2+ messages)
Git Bash Completion Not Working In Emacs
2018-04-16 16:25 UTC (2+ messages)
.gitattributes lookup doesn't respect GIT_WORK_TREE
2018-04-16 15:37 UTC (4+ messages)
Regression in patch add?
2018-04-16 10:01 UTC (4+ messages)
[PATCH v3 0/3] Enable more compiler warnings for devs
2018-04-16 4:57 UTC (3+ messages)
` [PATCH v4 0/4] Make DEVELOPER more more flexible with DEVOPTS
[PATCH 0/7] nd/repack-keep-pack update
2018-04-16 4:51 UTC (3+ messages)
` [PATCH v2 "
[PATCH v6 0/6] worktree: teach "add" to check out existing branches
2018-04-16 2:09 UTC (6+ messages)
` [PATCH v7 0/4] "
` [PATCH v7 2/4] worktree: improve message when creating a new worktree
` [PATCH v7 3/4] worktree: factor out dwim_branch function
` [PATCH v7 4/4] worktree: teach "add" to check out existing branches
[PATCH] t1510-repo-setup.sh: rm useless mkdir
2018-04-16 1:18 UTC (2+ messages)
[PATCH v1] fsmonitor: fix incorrect buffer size when printing version number
2018-04-16 1:00 UTC (4+ messages)
[PATCH v7 00/14] Serialized Git Commit Graph
2018-04-15 22:48 UTC (4+ messages)
` [PATCH v8 "
` [PATCH v8 04/14] graph: add commit graph design document
[PATCH 0/2] Fix early EOF with GfW daemon
2018-04-15 22:16 UTC (4+ messages)
` [PATCH 1/2] daemon: use timeout for uninterruptible poll
Feature Request: Add diff.word-diff <mode> and perhaps diff.word-diff-regex <regex> configuration options to enable always using word-diffs in git diff
2018-04-15 21:13 UTC (3+ 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).