git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2016-08-19 01:06:16 to 2016-08-22 13:10:49 UTC [more...]

[PATCH v3] config: add conditional include
 2016-08-22 13:09 UTC  (8+ messages)
` [PATCH v4] "

Working with public-inbox.org [Was: [PATCH] rev-parse: respect core.hooksPath in --git-path]
 2016-08-22 13:06 UTC  (12+ messages)

[PATCH 0/2] Do not lock temporary files via child processes on Windows
 2016-08-22 12:47 UTC  (17+ messages)
` [PATCH 2/2] mingw: ensure temporary file handles are not inherited by child processes
` [PATCH v2 0/2] Do not lock temporary files via child processes on Windows
  ` [PATCH v2 1/2] t6026-merge-attr: child processes must not inherit index.lock handles
  ` [PATCH v2 2/2] mingw: ensure temporary file handles are not inherited by child processes
  ` [PATCH v3 0/2] Do not lock temporary files via child processes on Windows
    ` [PATCH v3 1/2] t6026-merge-attr: child processes must not inherit index.lock handles
    ` [PATCH v3 2/2] mingw: ensure temporary file handles are not inherited by child processes

[PATCH] checkout: swap the order of ambiguity check for :/ syntax
 2016-08-22 12:35 UTC 

[PATCH] po/vi.po: add a missing space
 2016-08-22 12:08 UTC 

[PATCH v2 0/7] Better heuristics make prettier diffs
 2016-08-22 11:22 UTC  (8+ messages)
` [PATCH v2 1/7] xdl_change_compact(): fix compaction heuristic to adjust ixo
` [PATCH v2 2/7] xdl_change_compact(): only use heuristic if group can't be matched
` [PATCH v2 3/7] is_blank_line(): take a single xrecord_t as argument
` [PATCH v2 4/7] recs_match(): take two xrecord_t pointers as arguments
` [PATCH v2 5/7] xdl_change_compact(): introduce the concept of a change group
` [PATCH v2 6/7] diff: improve positioning of add/delete blocks in diffs
` [PATCH v2 7/7] blame: actually use the diff opts parsed from the command line

[RFC] Proposed questions for "Git User's Survey 2016"
 2016-08-21 23:59 UTC  (3+ messages)

Editing a typo in the message given to "git commit"
 2016-08-21 21:29 UTC  (3+ messages)

Minor bug: git config ignores empty sections
 2016-08-21 17:09 UTC  (9+ messages)

[L10N] Kickoff of translation for Git 2.10.0 round 1
 2016-08-21 15:45 UTC  (8+ messages)
    ` [PATCH 1/3] i18n: fix typos for translation
      ` [PATCH 2/3] i18n: fix git rebase interactive commit messages
      ` [PATCH 3/3] i18n: simplify numeric error reporting

Extending "extended SHA1" syntax to traverse through gitlinks?
 2016-08-21 14:26 UTC  (3+ messages)

Adding more namespace support to git
 2016-08-21 14:07 UTC  (4+ messages)

[PATCH v12 01/13] bisect--helper: use OPT_CMDMODE instead of OPT_BOOL
 2016-08-21 11:18 UTC  (16+ messages)
` [PATCH v13 "
  ` [PATCH v13 04/13] bisect--helper: `bisect_clean_state` shell function in C
  ` [PATCH v13 05/13] t6030: explicitly test for bisection cleanup
  ` [PATCH v13 03/13] bisect--helper: `write_terms` shell function in C
  ` [PATCH v13 02/13] bisect: rewrite `check_term_format` "
  ` [PATCH v13 11/13] bisect--helper: `bisect_next_check` & bisect_voc "
  ` [PATCH v13 07/13] bisect--helper: `bisect_reset` "
  ` [PATCH v13 08/13] bisect--helper: `is_expected_rev` & `check_expected_revs` "
  ` [PATCH v13 09/13] bisect--helper: `bisect_write` "
  ` [PATCH v13 12/13] bisect--helper: `get_terms` & `bisect_terms` "
  ` [PATCH v13 06/13] wrapper: move is_empty_file() and rename it as is_empty_or_missing_file()
  ` [PATCH v13 10/13] bisect--helper: `check_and_set_terms` shell function in C
  ` [PATCH v13 13/13] bisect--helper: `bisect_start` shell function partially "

Most recent revision that contains a string
 2016-08-21  8:48 UTC  (5+ messages)

What's cooking in git.git (Aug 2016, #07; Thu, 18)
 2016-08-21  4:35 UTC  (4+ messages)

git rm --cached should be git rm --cache or git rm --stage
 2016-08-20 23:06 UTC  (6+ messages)

Proposal to add a shortcut for --force-with-lease
 2016-08-20 18:20 UTC 

[PATCH v9 0/8] submodule show inline diff
 2016-08-20  6:16 UTC  (11+ messages)
` [PATCH v9 1/8] cache: add empty_tree_oid object and helper function
` [PATCH v9 2/8] diff.c: remove output_prefix_length field
` [PATCH v9 3/8] graph: add support for --line-prefix on all graph-aware output
` [PATCH v9 4/8] diff: prepare for additional submodule formats
` [PATCH v9 5/8] submodule: allow add_submodule_odb to work even if path is not checked out
` [PATCH v9 6/8] submodule: convert show_submodule_summary to use struct object_id *
` [PATCH v9 7/8] submodule: refactor show_submodule_summary with helper function
` [PATCH v9 8/8] diff: teach diff to display submodule difference with an inline diff

BUG: Use GNU Short Option Style "clumping" rules not obeyed for `git stash`
 2016-08-20  1:02 UTC 

[PATCH] format-patch: show 0/1 and 1/1 for singleton patch with cover letter
 2016-08-19 23:49 UTC 

[PATCH v8 0/8] submodule show inline diff
 2016-08-19 23:25 UTC  (27+ messages)
` [PATCH v8 1/8] diff.c: remove output_prefix_length field
` [PATCH v8 2/8] graph: add support for --line-prefix on all graph-aware output
` [PATCH v8 3/8] diff: prepare for additional submodule formats
` [PATCH v8 4/8] submodule: allow add_submodule_odb to work even if path is not checked out
` [PATCH v8 5/8] submodule: convert show_submodule_summary to use struct object_id *
` [PATCH v8 6/8] submodule: refactor show_submodule_summary with helper function
` [PATCH v8 7/8] cache: add empty_tree_oid object
` [PATCH v8 8/8] diff: teach diff to display submodule difference with an inline diff

[ANNOUNCE] Git v2.10.0-rc1
 2016-08-19 23:10 UTC 

[PATCH v2 0/3] diff-highlight: add support for git log --graph output
 2016-08-19 22:31 UTC  (25+ messages)
` [PATCH 1/3] diff-highlight: add some tests
  ` [PATCH v2 "
          ` [PATCH v3 0/3] diff-highlight: add support for git log --graph output
          ` [PATCH v3 1/3] diff-highlight: add some tests
              ` [PATCH] "
          ` [PATCH v3 2/3] diff-highlight: add failing test for handling --graph output
          ` [PATCH v3 3/3] diff-highlight: add support for "
  ` [PATCH v2 "

[PATCH] for-each-ref: add %(upstream:gone) to mark missing refs
 2016-08-19 21:50 UTC 

git format-patch --break-rewrites broken in 2.9.3
 2016-08-19 18:41 UTC  (7+ messages)

t0027 racy?
 2016-08-19 16:39 UTC  (4+ messages)
` [PATCH v1 0/1] Rename NotNormalized (NNO) into CRLF in index
` [PATCH v1 1/1] t0027: "

[PATCH 0/4] cat-file: optionally convert to worktree version
 2016-08-19 16:19 UTC  (27+ messages)
` [PATCH 2/4] cat-file: introduce the --filters option
` [PATCH 3/4] cat-file --textconv/--filters: allow specifying the path separately
` [PATCH 4/4] cat-file: support --textconv/--filters in batch mode

[PATCH v3] help: make option --help open man pages only for Git commands
 2016-08-19 15:53 UTC  (8+ messages)
` [PATCH 0/2] "
  ` [PATCH 1/2] help: introduce option --command-only
    ` [PATCH 2/2] help: make option --help open man pages only for Git commands

upload-pack/ls-remote: showing non-HEAD symbolic refs?
 2016-08-19 13:47 UTC  (10+ messages)

[PATCH] Revert "display HTML in default browser using Windows' shell API"
 2016-08-19  8:39 UTC 

Working with zip files
 2016-08-19  3:00 UTC  (9+ messages)

[PATCH v7 0/7] implement inline submodule diff format
 2016-08-18 21:08 UTC  (20+ messages)
` [PATCH v7 2/7] graph: add support for --line-prefix on all graph-aware output
` [PATCH v7 4/7] submodule: allow do_submodule_path to work if given gitdir directly
` [PATCH v7 5/7] submodule: correct output of submodule log format
` [PATCH v7 6/7] submodule: refactor show_submodule_summary with helper function
` [PATCH v7 7/7] diff: teach diff to display submodule difference with an inline diff

[PATCHv8 8/8] clone: recursive and reference option triggers submodule alternates
 2016-08-18 17:18 UTC  (3+ messages)

Working from different machines
 2016-08-18 16:53 UTC  (5+ messages)


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