git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2018-04-15 12:21:28 to 2018-04-17 18:11:10 UTC [more...]

[RFC PATCH 00/12] Integrate commit-graph into 'fsck' and 'gc'
 2018-04-17 18:10 UTC  (10+ messages)
` [RFC PATCH 01/12] fixup! commit-graph: always load commit-graph information
` [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 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:08 UTC  (8+ messages)
` [PATCH 8/8] gpg-interface: handle alternative signature types

What's cooking in git.git (Apr 2018, #02; Tue, 17)
 2018-04-17 18:05 UTC  (3+ messages)

[BUG] git p4 clone fails when p4 sizes does not return 'fileSize' key
 2018-04-17 18:01 UTC  (7+ messages)
  ` [PATCH 1/1] git-p4: fix `sync --verbose` traceback due to 'fileSize'

[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/RFC 0/5] Keep all info in command-list.txt in git binary
 2018-04-17 16:48 UTC  (24+ messages)
` [PATCH/RFC 3/5] generate-cmdlist.sh: keep all information in common-cmds.h
` [PATCH v2 0/6] Keep all info in command-list.txt in git binary
  ` [PATCH v2 1/6] git.c: convert --list-builtins to --list-cmds=builtins
  ` [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
  ` [PATCH v2 4/6] git.c: implement --list-cmds=porcelain
  ` [PATCH v2 5/6] help: add "-a --verbose" to list all commands with synopsis
  ` [PATCH v2 6/6] help: use command-list.txt for the source of guides

[PATCH 0/3] Extract memory pool logic into reusable component
 2018-04-17 16:43 UTC  (3+ messages)
` [PATCH v4 "

[PATCH v1 0/5] Allocate cache entries from memory pool
 2018-04-17 16:34 UTC  (7+ 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

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 0/2] blame: color line by commit
 2018-04-17  3:29 UTC  (6+ messages)
` [PATCH 1/2] builtin/blame: dim uninteresting metadata lines
` [PATCH 2/2] builtin/blame: highlight recently changed lines

[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  (5+ messages)
` [PATCH v2] Make it possible to implement bisecting only on first parents or on merge commits by passing flags to find_bisection(), instead of just a find_all boolean
` [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] worktree: accept -f as short for --force for removal
 2018-04-17  0:21 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] "

[PATCH] specify encoding for sed command
 2018-04-16 22:43 UTC  (11+ messages)
` [PATCH] completion: reduce overhead of clearing cached --options

[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  (10+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/7] t7700: have closing quote of a test at the beginning of line
  ` [PATCH v2 2/7] repack: add --keep-pack option
  ` [PATCH v2 3/7] gc: add --keep-largest-pack option
  ` [PATCH v2 4/7] gc: add gc.bigPackThreshold config
  ` [PATCH v2 5/7] gc: handle a corner case in gc.bigPackThreshold
  ` [PATCH v2 6/7] gc --auto: exclude base pack if not enough mem to "repack -ad"
  ` [PATCH v2 7/7] pack-objects: show some progress when counting kept objects

[PATCH v6 0/6] worktree: teach "add" to check out existing branches
 2018-04-16  2:09 UTC  (7+ messages)
` [PATCH v7 0/4] "
  ` [PATCH v7 1/4] worktree: remove extra members from struct add_opts
  ` [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  (9+ messages)
` [PATCH 1/2] daemon: use timeout for uninterruptible poll
` [PATCH 2/2] daemon: graceful shutdown of client connection

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)

[PATCH v13 00/10] convert: add support for different encodings
 2018-04-15 18:16 UTC  (11+ messages)
` [PATCH v13 01/10] strbuf: remove unnecessary NUL assignment in xstrdup_tolower()
` [PATCH v13 02/10] strbuf: add xstrdup_toupper()
` [PATCH v13 03/10] strbuf: add a case insensitive starts_with()
` [PATCH v13 04/10] utf8: teach same_encoding() alternative UTF encoding names
` [PATCH v13 05/10] utf8: add function to detect prohibited UTF-16/32 BOM
` [PATCH v13 06/10] utf8: add function to detect a missing "
` [PATCH v13 07/10] convert: add 'working-tree-encoding' attribute
` [PATCH v13 08/10] convert: check for detectable errors in UTF encodings
` [PATCH v13 09/10] convert: add tracing for 'working-tree-encoding' attribute
` [PATCH v13 10/10] convert: add round trip check based on 'core.checkRoundtripEncoding'

[PATCH v5 00/12] rebase -i: offer to recreate merge commits
 2018-04-15 17:17 UTC  (5+ 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 v11 00/10] convert: add support for different encodings
 2018-04-15 16:54 UTC  (6+ messages)
` [PATCH v11 06/10] convert: add 'working-tree-encoding' attribute


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).