git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2016-08-19 16:07:02 to 2016-08-23 12:02:01 UTC [more...]

[PATCH v12 01/13] bisect--helper: use OPT_CMDMODE instead of OPT_BOOL
 2016-08-23 11:53 UTC  (33+ messages)
` [PATCH v13 "
  ` [PATCH v13 07/13] bisect--helper: `bisect_reset` shell function in C
  ` [PATCH v13 05/13] t6030: explicitly test for bisection cleanup
  ` [PATCH v13 04/13] bisect--helper: `bisect_clean_state` shell function in C
  ` [PATCH v13 13/13] bisect--helper: `bisect_start` shell function partially "
  ` [PATCH v13 11/13] bisect--helper: `bisect_next_check` & bisect_voc shell function "
  ` [PATCH v13 08/13] bisect--helper: `is_expected_rev` & `check_expected_revs` "
  ` [PATCH v13 06/13] wrapper: move is_empty_file() and rename it as is_empty_or_missing_file()
  ` [PATCH v13 12/13] bisect--helper: `get_terms` & `bisect_terms` shell function in C
  ` [PATCH v13 09/13] bisect--helper: `bisect_write` "
  ` [PATCH v13 10/13] bisect--helper: `check_and_set_terms` "
  ` [PATCH v13 03/13] bisect--helper: `write_terms` "
  ` [PATCH v13 02/13] bisect: rewrite `check_term_format` "
  ` [PATCH v14 01/27] bisect--helper: use OPT_CMDMODE instead of OPT_BOOL
    ` [PATCH v14 16/27] bisect--helper: retire `--next-all` subcommand
    ` [PATCH v14 09/27] bisect--helper: `bisect_write` shell function in C
    ` [PATCH v14 13/27] bisect--helper: `bisect_start` shell function partially "
    ` [PATCH v14 21/27] bisect--helper: `bisect_log` shell function "
    ` [PATCH v14 17/27] bisect--helper: `bisect_autostart` "
    ` [PATCH v14 19/27] bisect--helper: retire `--check-expected-revs` subcommand
    ` [PATCH v14 05/27] t6030: explicitly test for bisection cleanup
    ` [PATCH v14 15/27] bisect--helper: retire `--bisect-clean-state` subcommand
    ` [PATCH v14 25/27] bisect--helper: retire `--bisect-autostart` subcommand
    ` [PATCH v14 20/27] bisect--helper: retire `--write-terms` subcommand
    ` [PATCH v14 24/27] bisect--helper: retire `--check-and-set-terms` subcommand
    ` [PATCH v14 18/27] bisect--helper: `bisect_state` & `bisect_head` shell function in C
    ` [PATCH v14 07/27] bisect--helper: `bisect_reset` "
    ` [PATCH v14 14/27] bisect--helper: `bisect_next` and `bisect_auto_next` "
    ` [PATCH v14 27/27] bisect--helper: remove the dequote in bisect_start()
    ` [PATCH v14 06/27] wrapper: move is_empty_file() and rename it as is_empty_or_missing_file()

[PATCH v2 0/7] Better heuristics make prettier diffs
 2016-08-23  9:56 UTC  (9+ 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

[PATCH v10 0/9] submodule inline diff format
 2016-08-23  7:23 UTC  (14+ messages)
` [PATCH v10 1/9] Git 2.10-rc1
` [PATCH v10 2/9] cache: add empty_tree_oid object and helper function
` [PATCH v10 3/9] diff.c: remove output_prefix_length field
` [PATCH v10 4/9] graph: add support for --line-prefix on all graph-aware output
` [PATCH v10 5/9] diff: prepare for additional submodule formats
` [PATCH v10 6/9] allow do_submodule_path to work even if submodule isn't checked out
` [PATCH v10 7/9] submodule: convert show_submodule_summary to use struct object_id *
` [PATCH v10 8/9] submodule: refactor show_submodule_summary with helper function
` [PATCH v10 9/9] diff: teach diff to display submodule difference with an inline diff

Extending "extended SHA1" syntax to traverse through gitlinks?
 2016-08-23  6:53 UTC  (5+ messages)

git-svn bridge and line endings
 2016-08-23  5:54 UTC  (4+ messages)

[PATCH v2 1/3] diff-highlight: add some tests
 2016-08-23  4:12 UTC  (17+ messages)
` [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 0/7] tweaking the delta base cache
 2016-08-23  0:48 UTC  (10+ messages)
` [PATCH 1/7] cache_or_unpack_entry: drop keep_cache parameter
` [PATCH 2/7] clear_delta_base_cache_entry: use a more descriptive name
` [PATCH 3/7] release_delta_base_cache: reuse existing detach function
` [PATCH 4/7] delta_base_cache: use list.h for LRU
` [PATCH 5/7] delta_base_cache: drop special treatment of blobs
` [PATCH 6/7] delta_base_cache: use hashmap.h
` [PATCH 7/7] t/perf: add basic perf tests for delta base cache

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

Git and SHA-1 security (again)
 2016-08-22 22:01 UTC  (17+ messages)

Adding more namespace support to git
 2016-08-22 19:36 UTC  (6+ messages)

Editing a typo in the message given to "git commit"
 2016-08-22 19:02 UTC  (4+ messages)

git-config(1) should mention `git -c`
 2016-08-22 18:57 UTC  (2+ messages)

Most recent revision that contains a string
 2016-08-22 18:06 UTC  (6+ messages)

[PATCH v2 0/2] Do not lock temporary files via child processes on Windows
 2016-08-22 17:58 UTC  (5+ messages)
` [PATCH v3 "
  ` [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 v9 0/8] submodule show inline diff
 2016-08-22 17:43 UTC  (12+ 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

[PATCH v2] for-each-ref: add %(upstream:gone) to mark missing refs
 2016-08-22 17:35 UTC 

[PATCH 0/4] cat-file: optionally convert to worktree version
 2016-08-22 16:51 UTC  (15+ 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

[ANNOUNCE] Git for Windows 2.9.3
 2016-08-22 14:04 UTC  (6+ messages)
        ` [git-for-windows] "

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

[PATCH 0/2] Do not lock temporary files via child processes on Windows
 2016-08-22 12:47 UTC  (7+ messages)
` [PATCH 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 

[RFC] Proposed questions for "Git User's Survey 2016"
 2016-08-21 23:59 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

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 

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  (25+ messages)
` [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] for-each-ref: add %(upstream:gone) to mark missing refs
 2016-08-19 21:50 UTC 

[PATCH 1/3] diff-highlight: add some tests
 2016-08-19 21:23 UTC  (4+ messages)
` [PATCH v2 0/3] diff-highlight: add support for git log --graph output

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

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


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