git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2016-08-20 19:14:32 to 2016-08-23 22:00:23 UTC [more...]

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

[PATCH 0/7] tweaking the delta base cache
 2016-08-23 21:49 UTC  (13+ 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

git-config(1) should mention `git -c`
 2016-08-23 21:41 UTC  (5+ messages)

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

[PATCH] transport: report missing submodule pushes consistently on stderr
 2016-08-23 21:40 UTC 

[ANNOUNCE] Git for Windows 2.9.3
 2016-08-23 21:42 UTC  (12+ messages)
        ` [git-for-windows] "

[PATCH v2 0/7] Better heuristics make prettier diffs
 2016-08-23 21:35 UTC  (11+ 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] format-patch: show 0/1 and 1/1 for singleton patch with cover letter
 2016-08-23 21:28 UTC  (5+ messages)

Getting "The following submodule paths contain changes that can not be found on any remote" when they are in the remote
 2016-08-23 21:26 UTC  (2+ messages)

Extending "extended SHA1" syntax to traverse through gitlinks?
 2016-08-23 20:24 UTC  (7+ messages)

Most recent revision that contains a string
 2016-08-23 19:36 UTC  (7+ messages)

Possible bug: git pull --rebase discards local commits
 2016-08-23 19:28 UTC  (2+ messages)

git-svn bridge and line endings
 2016-08-23 19:07 UTC  (12+ messages)

[L10N] Kickoff of translation for Git 2.10.0 round 1
 2016-08-23 18:16 UTC  (11+ 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

[PATCH] doc: mention `git -c` in git-config(1)
 2016-08-23 18:02 UTC  (2+ messages)

[PATCH v10 0/9] submodule inline diff format
 2016-08-23 17:47 UTC  (16+ 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

[PATCH v3] help: make option --help open man pages only for Git commands
 2016-08-23 17:41 UTC  (10+ 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

Smart HTTP push permissions failure
 2016-08-23 15:45 UTC 

[ANNOUNCE] Git v2.10.0-rc1
 2016-08-23 16:30 UTC  (3+ messages)

[PATCH v8 0/8] submodule show inline diff
 2016-08-23 16:28 UTC  (5+ messages)
` [PATCH v8 7/8] cache: add empty_tree_oid object

[PATCH 00/15] Lib'ify quite a few functions in sequencer.c
 2016-08-23 16:07 UTC  (16+ messages)
` [PATCH 01/15] sequencer: lib'ify write_message()
` [PATCH 02/15] sequencer: lib'ify do_recursive_merge()
` [PATCH 03/15] sequencer: lib'ify do_pick_commit()
` [PATCH 04/15] sequencer: lib'ify prepare_revs()
` [PATCH 05/15] sequencer: lib'ify read_and_refresh_cache()
` [PATCH 06/15] sequencer: lib'ify read_populate_todo()
` [PATCH 07/15] sequencer: lib'ify read_populate_opts()
` [PATCH 08/15] sequencer: lib'ify walk_revs_populate_todo()
` [PATCH 09/15] sequencer: lib'ify create_seq_dir()
` [PATCH 10/15] sequencer: lib'ify save_head()
` [PATCH 11/15] sequencer: lib'ify save_todo()
` [PATCH 12/15] sequencer: lib'ify save_opts()
` [PATCH 13/15] sequencer: lib'ify sequencer_pick_revisions()
` [PATCH 14/15] sequencer: do not die() in do_pick_commit()
` [PATCH 15/15] sequencer: do not die() in fast_forward_to()

[PATCHv8 8/8] clone: recursive and reference option triggers submodule alternates
 2016-08-23 16:12 UTC  (4+ messages)

Bug with git worktrees and git init
 2016-08-23 15:21 UTC  (2+ messages)

[PATCH v3] config: add conditional include
 2016-08-23 13:42 UTC  (11+ messages)
` [PATCH v4] "

[PATCH] diff-highlight: add some tests
 2016-08-23  4:12 UTC  (3+ messages)

Working with public-inbox.org [Was: [PATCH] rev-parse: respect core.hooksPath in --git-path]
 2016-08-22 22:55 UTC  (16+ 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)

[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  (4+ messages)

[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  (5+ messages)
` [PATCH 2/4] cat-file: introduce the --filters option

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

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  (4+ 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).