git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2018-08-02 17:37:49 to 2018-08-04 08:52:53 UTC [more...]

[PATCH 2/2] doc hash-function-transition: pick SHA-256 as NewHash
 2018-08-04  8:52 UTC  (9+ messages)
` [PATCH v2 "

[PATCH 1/1] verify-tag/verify-commit should exit unsuccessfully when signature is not trusted
 2018-08-04  8:43 UTC  (8+ messages)

[PATCH] pack-objects: document about thread synchronization
 2018-08-04  7:04 UTC  (6+ messages)

[PATCH] Makefile: enable DEVELOPER by default
 2018-08-04  6:38 UTC  (4+ messages)

[PATCH v9 0/3] http-backend: respect CONTENT_LENGTH as specified by rfc3875
 2018-08-04  6:34 UTC  (3+ messages)
` [PATCH v9 2/3] "

[PATCH] config.txt: reorder blame stuff to keep config keys sorted
 2018-08-04  6:25 UTC 

[PATCH v2 0/4] Speed up unpack_trees()
 2018-08-04  5:37 UTC  (6+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/4] unpack-trees: add performance tracing
  ` [PATCH v3 2/4] unpack-trees: optimize walking same trees with cache-tree
  ` [PATCH v3 3/4] unpack-trees: reduce malloc in cache-tree walk
  ` [PATCH v3 4/4] unpack-trees: cheaper index update when walking by cache-tree

[PATCH 0/7] improve range-diffs coloring and [RFC] move detection
 2018-08-04  1:53 UTC  (8+ messages)
` [PATCH 1/7] diff.c: emit_line_0 to take string instead of first sign
` [PATCH 2/7] diff.c: add --output-indicator-{new, old, context}
` [PATCH 3/7] range-diff: make use of different output indicators
` [PATCH 4/7] range-diff: indent special lines as context
` [PATCH 5/7] diff.c: rename color_moved to markup_moved
` [PATCH 6/7] diff.c: factor determine_line_color out of emit_diff_symbol_from_struct
` [RFC PATCH 7/7] diff/am: enhance diff format to use */~ for moved lines

[RFC] broken test for git am --scissors
 2018-08-04  0:39 UTC  (4+ messages)
` [PATCH] t4150: fix broken test for "

[PATCH] t7406: Make a test_must_fail call fail for the right reason
 2018-08-03 23:42 UTC  (4+ messages)

[PATCH] t3031: update test description to mention desired behavior
 2018-08-03 23:42 UTC  (2+ messages)

[PATCH] add a script to diff rendered documentation
 2018-08-03 22:41 UTC  (6+ messages)

[PATCH 0/7] Resend of sb/submodule-update-in-c
 2018-08-03 22:36 UTC  (9+ messages)
` [PATCH 1/7] git-submodule.sh: align error reporting for update mode to use path
` [PATCH 2/7] git-submodule.sh: rename unused variables
` [PATCH 3/7] builtin/submodule--helper: factor out submodule updating
` [PATCH 4/7] builtin/submodule--helper: store update_clone information in a struct
` [PATCH 5/7] builtin/submodule--helper: factor out method to update a single submodule
` [PATCH 6/7] submodule--helper: replace connect-gitdir-workingtree by ensure-core-worktree
` [PATCH 7/7] submodule--helper: introduce new update-module-mode helper

abstracting commit signing/verify to support other signing schemes
 2018-08-03 22:10 UTC  (3+ messages)

What's cooking in git.git (Aug 2018, #01; Thu, 2)
 2018-08-03 21:45 UTC  (14+ messages)

[PATCH 0/2] Make git rebase work with --rebase-merges and --exec
 2018-08-03 20:26 UTC  (5+ messages)
` [PATCH 1/2] t3430: demonstrate what -r, --autosquash & --exec should do
` [PATCH 2/2] rebase --exec: make it work with --rebase-merges

Git clone and case sensitivity
 2018-08-03 18:53 UTC  (18+ messages)
` [PATCH/RFC] clone: report duplicate entries on case-insensitive filesystems

[PATCH v1 0/3] add -p: select individual hunk lines
 2018-08-03 17:59 UTC  (6+ messages)
` [RFC PATCH v5 0/4] "

Need assistance synchronize a fork with it's parent
 2018-08-03 16:36 UTC 

Squash & Merge Implementation
 2018-08-03 17:23 UTC  (3+ messages)

[PATCH 00/12] Kill the_index part2, header file cleanup
 2018-08-03 17:13 UTC  (4+ messages)

[PATCH] builtin/config.c: separate message and value by colon in error messages
 2018-08-03 16:50 UTC 

[RFC PATCH v2 00/12] Make submodules work if .gitmodules is not checked out
 2018-08-03 16:24 UTC  (29+ messages)
` [RFC PATCH v2 01/12] submodule: add a print_config_from_gitmodules() helper
` [RFC PATCH v2 03/12] t7411: be nicer to future tests and really clean things up
` [RFC PATCH v2 04/12] submodule--helper: add a new 'config' subcommand
` [RFC PATCH v2 05/12] submodule: use the 'submodule--helper config' command
` [RFC PATCH v2 06/12] submodule--helper: add a '--stage' option to the 'config' sub command
` [RFC PATCH v2 08/12] t7506: cleanup .gitmodules properly before setting up new scenario
` [RFC PATCH v2 09/12] submodule: support reading .gitmodules even when it's not checked out
` [RFC PATCH v2 10/12] t7416: add new test about HEAD:.gitmodules and not existing .gitmodules
` [RFC PATCH v2 11/12] dir: move is_empty_file() from builtin/am.c to dir.c and make it public
` [RFC PATCH v2 12/12] submodule: remove the .gitmodules file when it is empty

[PATCH v1] checkout: optionally speed up "git checkout -b foo"
 2018-08-03 15:58 UTC  (5+ messages)
` [PATCH v2] checkout: optimize "git checkout -b <new_branch>"

[PATCH 0/2 v4] sideband: highlight keywords in remote sideband output
 2018-08-03 15:57 UTC  (8+ messages)
` [PATCH 1/2] config: document git config getter return value
` [PATCH 2/2] sideband: highlight keywords in remote sideband output

[PATCH v2 0/4] fix "rebase -i --root" corrupting root commit
 2018-08-03 15:53 UTC  (11+ messages)
` [PATCH v3 0/2] Fix author script quoting
  ` [PATCH v3 1/2] sequencer: handle errors in read_author_ident()
  ` [PATCH v3 2/2] sequencer: fix quoting in write_author_script

[PATCH 0/3] config: fix case sensitive subsection names on writing
 2018-08-03 15:51 UTC  (11+ messages)
` [PATCH 0/3] sb/config-write-fix done without robbing Peter
  ` [PATCH 2/3] config: fix case sensitive subsection names on writing
  ` [PATCH 0/3] Reroll of sb/config-write-fix
    ` [PATCH 1/3] t1300: document current behavior of setting options
    ` [PATCH 3/3] git-config: document accidental multi-line setting in deprecated syntax

[PATCH] push: comment on a funny unbalanced option help
 2018-08-03 15:30 UTC  (32+ messages)
              ` [PATCH 1/6] add, update-index: fix --chmod argument help
              ` [PATCH 2/6] difftool: remove angular brackets from "
              ` [PATCH 3/6] pack-objects: specify --index-version argument help explicitly
              ` [PATCH 4/6] send-pack: specify --force-with-lease "
              ` [PATCH 5/6] shortlog: correct option help for -w
              ` [PATCH 6/6] parse-options: automatically infer PARSE_OPT_LITERAL_ARGHELP
    ` Re* [PATCH] push: comment on a funny unbalanced option help

[PATCH v1 00/25] RFC: structured logging
 2018-08-03 15:26 UTC  (3+ messages)
` [PATCH v1 01/25] structured-logging: design document

Question regarding quarantine environments
 2018-08-03 13:29 UTC  (7+ messages)

[GSoC][PATCH v3 00/13] rebase -i: rewrite some parts in C
 2018-08-03 13:26 UTC  (5+ messages)
` [GSoC][PATCH v4 00/20] rebase -i: rewrite "
  ` [GSoC][PATCH v4 15/20] rebase -i: rewrite write_basic_state() "

[PATCH 0/5] Misc Coccinelle-related improvements
 2018-08-03 13:08 UTC  (13+ messages)
` [PoC] coccinelle: make Coccinelle-related make targets more fine-grained

[PATCH] negotiator/skipping: skip commits during fetch
 2018-08-03 13:07 UTC  (4+ messages)

error: git-remote-https died of signal 13
 2018-08-03 12:29 UTC  (11+ messages)
              ` [curl PATCH 2/2] ignore SIGPIPE during curl_multi_cleanup

Bug: git-describe abbrev documentation mentions wrong default
 2018-08-03 12:20 UTC  (2+ messages)

[PATCH v6 00/21] Integrate commit-graph into 'fsck' and 'gc'
 2018-08-03  9:39 UTC  (4+ messages)
` [PATCH v7 00/22] "
  ` [PATCH v7 21/22] gc: automatically write commit-graph files

[PATCH] color: protect against out-of-bounds array access/assignment
 2018-08-03  6:43 UTC  (8+ messages)

State of NewHash work, future directions, and discussion
 2018-08-03  2:57 UTC  (11+ messages)
` Hash algorithm analysis

[PATCH v4 0/9] Introducing remote ODBs
 2018-08-02 22:55 UTC  (3+ messages)
` [PATCH v4 9/9] Documentation/config: add odb.<name>.promisorRemote

[PATCH v2] remote: make refspec follow the same disambiguation rule as local refs
 2018-08-02 22:21 UTC  (4+ messages)
    ` [PATCH v3] "

Is detecting endianness at compile-time unworkable?
 2018-08-02 21:32 UTC  (4+ messages)
` [PATCH] sha1dc: update from upstream

git merge -s subtree seems to be broken
 2018-08-02 18:58 UTC  (11+ messages)

What's cooking in git.git (Jul 2018, #03; Wed, 25)
 2018-08-02 18:40 UTC  (5+ messages)

[PATCH 0/2 v4] sideband: highlight keywords in remote sideband output
 2018-08-02 18:22 UTC  (3+ messages)
` [PATCH 2/2] "

[PATCH 0/2 v3] Highlight keywords in remote sideband output
 2018-08-02 17:44 UTC  (10+ messages)
` [PATCH 2/2] "


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