git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2016-11-15 23:12:22 to 2016-11-20 20:01:40 UTC [more...]

[PATCH v14 01/27] bisect--helper: use OPT_CMDMODE instead of OPT_BOOL
 2016-11-20 20:01 UTC  (30+ messages)
` [PATCH v15 "
  ` [PATCH v15 11/27] bisect--helper: `bisect_next_check` & bisect_voc shell function in C
  ` [PATCH v15 08/27] bisect--helper: `is_expected_rev` & `check_expected_revs` "
  ` [PATCH v15 10/27] bisect--helper: `check_and_set_terms` "
  ` [PATCH v15 13/27] bisect--helper: `bisect_start` shell function partially "
  ` [PATCH v15 12/27] bisect--helper: `get_terms` & `bisect_terms` shell function "
  ` [PATCH v15 15/27] bisect--helper: `bisect_next` and `bisect_auto_next` "
  ` [PATCH v15 04/27] bisect--helper: `bisect_clean_state` "
  ` [PATCH v15 07/27] bisect--helper: `bisect_reset` "
  ` [PATCH v15 22/27] bisect--helper: `bisect_log` "
  ` [PATCH v15 09/27] bisect--helper: `bisect_write` "

[PATCH v7 00/17] port branch.c to use ref-filter's printing options
 2016-11-20 18:43 UTC  (40+ messages)
` [PATCH v7 03/17] ref-filter: implement %(if:equals=<string>) and %(if:notequals=<string>)
` [PATCH v7 09/17] ref-filter: make "%(symref)" atom work with the ':short' modifier
` [PATCH v7 10/17] ref-filter: introduce refname_atom_parser_internal()
` [PATCH v7 13/17] ref-filter: add `:dir` and `:base` options for ref printing atoms
` [PATCH v7 14/17] ref-filter: allow porcelain to translate messages in the output
` [PATCH v7 16/17] branch: use ref-filter printing APIs

[PATCH] i18n: Fixed unmatched single quote in error message
 2016-11-20 12:26 UTC 

Prereleases of Git for Windows
 2016-11-19 15:10 UTC 

[PATCH 0/2] add format specifiers to display trailers
 2016-11-19  0:58 UTC  (3+ messages)
` [PATCH v2 1/2] pretty: add %(trailers) format for displaying trailers of a commit message
` [PATCH v2 2/2] ref-filter: add support to display trailers as part of contents

[PATCH 0/2] add format specifiers to display trailers
 2016-11-18 23:42 UTC  (5+ messages)
` [PATCH 1/2] pretty: add %bT format for displaying trailers of a commit message
` [PATCH 2/2] ref-filter: add support to display trailers as part of contents

Fwd: git diff with “--word-diff-regex” extremely slow compared to “--word-diff”?
 2016-11-18 23:40 UTC 

[RFC PATCH 00/16] Checkout aware of Submodules!
 2016-11-18 23:39 UTC  (46+ messages)
` [PATCH 01/16] submodule.h: add extern keyword to functions, break line before 80
` [PATCH 02/16] submodule: modernize ok_to_remove_submodule to use argv_array
` [PATCH 03/16] submodule: use absolute path for computing relative path connecting
` [PATCH 04/16] update submodules: add is_submodule_populated
` [PATCH 05/16] update submodules: add submodule config parsing
` [PATCH 07/16] update submodules: introduce submodule_is_interesting
` [PATCH 08/16] update submodules: add depopulate_submodule
` [PATCH 09/16] update submodules: add scheduling to update submodules
` [PATCH 10/16] update submodules: is_submodule_checkout_safe
` [PATCH 11/16] teach unpack_trees() to remove submodule contents
` [PATCH 13/16] submodule: teach unpack_trees() to update submodules
` [PATCH 14/16] checkout: recurse into submodules if asked to
` [PATCH 15/16] completion: add '--recurse-submodules' to checkout
` [PATCH 16/16] checkout: add config option to recurse into submodules by default

[PATCH v2 0/6] recursively grep across submodules
 2016-11-18 22:58 UTC  (26+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/6] submodules: add helper functions to determine presence of submodules
  ` [PATCH v3 4/6] grep: optionally recurse into submodules
  ` [PATCH v3 5/6] grep: enable recurse-submodules to work on <tree> objects
  ` [PATCH v4 0/6] recursively grep across submodules
    ` [PATCH v4 1/6] submodules: add helper functions to determine presence of submodules
    ` [PATCH v4 2/6] submodules: load gitmodules file from commit sha1
    ` [PATCH v4 3/6] grep: add submodules as a grep source type
    ` [PATCH v4 4/6] grep: optionally recurse into submodules
    ` [PATCH v4 5/6] grep: enable recurse-submodules to work on <tree> objects
    ` [PATCH v4 6/6] grep: search history of moved submodules

[PATCH v3] remote-curl: don't hang when a server dies before any output
 2016-11-18 21:05 UTC  (2+ messages)

gitweb html validation
 2016-11-18 20:06 UTC  (5+ messages)

[PATCH v2] remote-curl: don't hang when a server dies before any output
 2016-11-18 20:04 UTC  (2+ messages)

[PATCH] remote-curl: don't hang when a server dies before any output
 2016-11-18 18:28 UTC  (12+ messages)

merge --no-ff is NOT mentioned in help
 2016-11-18 14:51 UTC  (9+ messages)

[PATCH v1 00/19] Add configuration options for split-index
 2016-11-18 14:34 UTC  (7+ messages)
` [PATCH v1 12/19] Documentation/config: add splitIndex.maxPercentChange

Staging chunks can get confused
 2016-11-18 11:29 UTC 

[PATCH] submodules: allow empty working-tree dirs in merge/cherry-pick
 2016-11-18  4:47 UTC  (2+ messages)

[ANNOUNCE] Git v2.11.0-rc2
 2016-11-17 22:24 UTC 

[PATCH 0/2] bug fix with push --dry-run and submodules
 2016-11-17 19:06 UTC  (8+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/2] push: --dry-run updates submodules when --recurse-submodules=on-demand
  ` [PATCH v2 2/2] push: fix --dry-run to not push submodules

[Bug] gpgsign bashcompletion not available
 2016-11-17 18:52 UTC 

[PATCH v4 0/4] Speedup finding of unpushed submodules
 2016-11-17 17:41 UTC  (8+ messages)
` [PATCH v4 1/4] serialize collection of changed submodules
` [PATCH v4 2/4] serialize collection of refs that contain submodule changes
` [PATCH v4 3/4] batch check whether submodule needs pushing into one call
` [PATCH v4 4/4] submodule_needs_pushing() NEEDSWORK when we can not answer this question

[Bug?] git notes are not copied during rebase
 2016-11-17 10:30 UTC  (2+ messages)

[PATCH/RFC] ref-filter: support sorting case-insensitively
 2016-11-17 10:21 UTC 

RFC: Enable delayed responses to Git clean/smudge filter requests
 2016-11-17  9:19 UTC  (11+ messages)

[ANNOUNCE] tig-2.2.1
 2016-11-17  4:04 UTC 

Rebasing cascading topic trees
 2016-11-17  3:21 UTC  (5+ messages)

Protecting old temporary objects being reused from concurrent "git gc"?
 2016-11-17  1:43 UTC  (11+ messages)
          ` Re* "

What's cooking in git.git (Nov 2016, #03; Wed, 16)
 2016-11-16 22:08 UTC 

[PATCH] git-gui: Sort entries in optimized tclIndex
 2016-11-16 21:46 UTC 

[PATCH] mingw: hot-fix t5615
 2016-11-16 21:51 UTC  (12+ messages)
    ` [PATCH] t0021, t5615: use $PWD instead of $(pwd) in PATH-like shell variables

git stash can recursively delete a directory with no warning
 2016-11-16 20:19 UTC 

[PATCH v1 0/2] Fix default macOS build locally and on Travis CI
 2016-11-16 20:01 UTC  (11+ messages)
` [PATCH v1 2/2] travis-ci: disable GIT_TEST_HTTPD for macOS

Can I squash the merge created by "git subtree add"?
 2016-11-16 19:37 UTC 

[PATCH 00/11] git worktree (re)move
 2016-11-16 18:39 UTC  (5+ messages)

[RFC/PATCH 0/2] git diff <(command1) <(command2)
 2016-11-16 18:37 UTC  (11+ messages)

[ANNOUNCE] Git Rev News edition 20
 2016-11-16 18:35 UTC 

[PATCH] rev-parse: fix parent shorthands with --symbolic
 2016-11-16  8:46 UTC 

[PATCH v3 0/4] Speedup finding of unpushed submodules
 2016-11-16 14:29 UTC  (8+ messages)
` [PATCH v3 3/4] batch check whether submodule needs pushing into one call
` [PATCH v3 4/4] submodule_needs_pushing() NEEDSWORK when we can not answer this question

[RFH] limiting ref advertisements
 2016-11-16 13:42 UTC  (4+ messages)

[PATCH] worktree: fix a sparse 'Using plain integer as NULL pointer' warning
 2016-11-16 13:17 UTC  (2+ messages)

Git status takes too long- How to improve the performance of git
 2016-11-16 13:21 UTC  (3+ messages)

Bug with disabling compression and 'binary' files
 2016-11-16  5:23 UTC  (4+ messages)

[PATCH] compression: unify pack.compression configuration parsing
 2016-11-16  5:21 UTC  (2+ messages)
` [PATCH v2] "


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