messages from 2018-04-12 09:27:38 to 2018-04-15 18:17:04 UTC [more...]
[PATCH v13 00/10] convert: add support for different encodings
2018-04-15 18:16 UTC (7+ 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 0/2] Fix early EOF with GfW daemon
2018-04-15 17:08 UTC (6+ messages)
` [PATCH 1/2] daemon: use timeout for uninterruptible poll
` [PATCH 2/2] daemon: graceful shutdown of client connection
[PATCH v5 00/12] rebase -i: offer to recreate merge commits
2018-04-15 17:17 UTC (35+ 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 v6 14/15] rebase -i: introduce --rebase-merges=[no-]rebase-cousins
` [PATCH v6 15/15] rebase -i --rebase-merges: add a section to the man page
[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
[PATCH/RFC 0/5] Keep all info in command-list.txt in git binary
2018-04-15 16:42 UTC (14+ 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/7] nd/repack-keep-pack update
2018-04-15 15:36 UTC (18+ messages)
` [PATCH 1/7] t7700: have closing quote of a test at the beginning of line
` [PATCH 2/7] repack: add --keep-pack option
` [PATCH 3/7] gc: add --keep-largest-pack option
` [PATCH 4/7] gc: add gc.bigPackThreshold config
` [PATCH 5/7] gc: handle a corner case in gc.bigPackThreshold
` [PATCH 6/7] gc --auto: exclude base pack if not enough mem to "repack -ad"
` [PATCH 7/7] pack-objects: show some progress when counting kept objects
` [PATCH v2 0/7] nd/repack-keep-pack update
` [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
Regression in patch add?
2018-04-15 13:59 UTC (2+ messages)
[PATCH] Create 'bisect_flags' parameter in find_bisection() in preparation of passing multiple options
2018-04-15 13:49 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()
[PATCH v7 00/14] Serialized Git Commit Graph
2018-04-15 3:26 UTC (11+ messages)
` [PATCH v8 "
` [PATCH v8 03/14] commit-graph: add format document
` [PATCH v8 08/14] commit-graph: implement git commit-graph read
` [PATCH v8 09/14] commit-graph: add core.commitGraph setting
[PATCH] t1510-repo-setup.sh: rm useless mkdir
2018-04-15 2:45 UTC
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-14 20:07 UTC (2+ messages)
[PATCH 0/8] gpg-interface: Multiple signing tools
2018-04-14 19:59 UTC (14+ messages)
` [PATCH 8/8] gpg-interface: handle alternative signature types
` [PATCH v2 0/9] gpg-interface: Multiple signing tools
` [PATCH v2 1/9] t7004: fix mistaken tag name
` [PATCH v2 2/9] gpg-interface: handle bool user.signingkey
` [PATCH v2 3/9] gpg-interface: modernize function declarations
` [PATCH v2 4/9] gpg-interface: use size_t for signature buffer size
` [PATCH v2 5/9] gpg-interface: fix const-correctness of "eol" pointer
` [PATCH v2 6/9] gpg-interface: extract gpg line matching helper
` [PATCH v2 7/9] gpg-interface: find the last gpg signature line
` [PATCH v2 8/9] gpg-interface: prepare for parsing arbitrary PEM blocks
` [PATCH v2 9/9] gpg-interface: handle alternative signature types
[PATCH 00/15] nd/pack-objects-pack-struct update
2018-04-14 19:53 UTC (17+ messages)
` [PATCH 01/15] read-cache.c: make $GIT_TEST_SPLIT_INDEX boolean
` [PATCH 02/15] pack-objects: a bit of document about struct object_entry
` [PATCH 03/15] pack-objects: turn type and in_pack_type to bitfields
` [PATCH 04/15] pack-objects: use bitfield for object_entry::dfs_state
` [PATCH 05/15] pack-objects: use bitfield for object_entry::depth
` [PATCH 06/15] pack-objects: move in_pack_pos out of struct object_entry
` [PATCH 07/15] pack-objects: move in_pack "
` [PATCH 08/15] pack-objects: refer to delta objects by index instead of pointer
` [PATCH 09/15] pack-objects: shrink z_delta_size field in struct object_entry
` [PATCH 10/15] pack-objects: don't check size when the object is bad
` [PATCH 11/15] pack-objects: clarify the use of object_entry::size
` [PATCH 12/15] pack-objects: shrink size field in struct object_entry
` [PATCH 13/15] pack-objects: shrink delta_size "
` [PATCH 14/15] pack-objects: reorder members to shrink "
` [PATCH 15/15] ci: exercise the whole test suite with uncommon code in pack-objects
[RFC PATCH] tests: fix PATH for GIT_TEST_INSTALLED tests
2018-04-14 19:36 UTC (3+ messages)
[PATCH v3 0/3] Enable more compiler warnings for devs
2018-04-14 19:19 UTC (6+ messages)
` [PATCH v4 0/4] Make DEVELOPER more more flexible with DEVOPTS
` [PATCH v4 1/4] connect.c: mark die_initial_contact() NORETURN
` [PATCH v4 2/4] Makefile: detect compiler and enable more warnings in DEVELOPER=1
` [PATCH v4 3/4] Makefile: add a DEVOPTS to suppress -Werror under DEVELOPER
` [PATCH v4 4/4] Makefile: add a DEVOPTS to get all of -Wextra
[PATCH 0/6] Compute and consume generation numbers
2018-04-14 16:52 UTC (11+ messages)
` [PATCH v2 00/10] "
` [PATCH v2 07/10] commit-graph.txt: update future work
Need help debugging issue in git
2018-04-14 16:39 UTC (3+ messages)
[PATCH v1 0/2] fsexcludes: Add programmatic way to exclude files
2018-04-14 15:59 UTC (9+ messages)
` [PATCH v2 "
` [PATCH v2 1/2] fsexcludes: add a programmatic way to exclude files from git's working directory traversal logic
` [PATCH v3 0/2] fsexcludes: Add programmatic way to exclude files
` [PATCH v3 1/2] fsexcludes: add a programmatic way to exclude files from git's working directory traversal logic
` [PATCH v3 2/2] fsmonitor: switch to use new fsexcludes logic and remove unused untracked cache based logic
[PATCH] specify encoding for sed command
2018-04-14 13:27 UTC (11+ messages)
` [PATCH] completion: reduce overhead of clearing cached --options
Bug: rebase -i creates committer time inversions on 'reword'
2018-04-14 13:11 UTC (3+ messages)
[PATCH] Deprecate support for .git/info/grafts
2018-04-13 22:45 UTC (5+ messages)
Optimizing writes to unchanged files during merges?
2018-04-13 22:27 UTC (15+ messages)
File versioning based on shallow Git repositories?
2018-04-13 21:57 UTC (9+ messages)
[RFC PATCH] Add "git show --follow-symlinks HEAD:symlink"
2018-04-13 21:03 UTC (9+ messages)
` [PATCH] support: git show --follow-symlinks HEAD:symlink
[Git] recursive merge on 'master' severely broken?
2018-04-13 21:03 UTC (7+ messages)
` [RFC PATCH v9 0/30] Add directory rename detection to git
` [PATCH v9 29.25/30] merge-recursive: improve output precision around skipping updates
` [PATCH v9 29.50/30] t6046: testcases checking whether updates can be skipped in a merge
` [PATCH v9 29.75/30] merge-recursive: Fix was_tracked() to quit lying with some renamed paths
` [PATCH v9 30/30] merge-recursive: fix check for skipability of working tree updates
[RFC 00/10] Make .the gitmodules file path configurable
2018-04-13 20:05 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 03/10] submodule: use the 'submodules_file' variable in output messages
` [RFC 04/10] submodule: document 'core.submodulesFile' and fix references to '.gitmodules'
` [RFC 05/10] submodule: adjust references to '.gitmodules' in comments
` [RFC 06/10] completion: add 'core.submodulesfile' to the git-completion.bash file
` [RFC 07/10] FIXME: wrap-for-bin.sh: set 'core.submodulesFile' for each git invocation
` [RFC 08/10] FIXME: submodule: fix t1300-repo-config.sh to take into account the new config
` [RFC 09/10] FIXME: submodule: pass custom gitmodules file to 'test-tool submodule-config'
` [RFC 10/10] FIXME: add a hacky script to test the changes with a patched test suite
[RFC PATCH] checkout: Force matching mtime between files
2018-04-13 17:01 UTC
legal consent to use logo in talk
2018-04-13 15:32 UTC (2+ messages)
[PATCH v1] fsmonitor: fix incorrect buffer size when printing version number
2018-04-13 12:18 UTC (3+ messages)
git blame completion add <rev> completion?
2018-04-12 22:18 UTC
[PATCH 1/6] doc: fix formatting inconsistency in githooks.txt
2018-04-12 19:36 UTC (4+ messages)
` fixup! "
git gui issue
2018-04-12 15:53 UTC
[PATCH] Create '--merges-only' option for 'git bisect'
2018-04-12 12:19 UTC (9+ messages)
[PATCHv2 00/16] object-store refactoring 3 (replace objects, main ref store)
2018-04-12 11:43 UTC (3+ messages)
` [PATCHv3 00/15] replace_object.c: rename to use dash in file name
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).