git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2016-08-24 21:40:53 to 2016-08-26 23:46:29 UTC [more...]

[PATCH v12 00/13] libify apply and use lib in am, part 3
 2016-08-26 23:46 UTC  (4+ messages)
` [PATCH v12 12/13] apply: learn to use a different index file

[PATCH v14 01/27] bisect--helper: use OPT_CMDMODE instead of OPT_BOOL
 2016-08-26 23:24 UTC  (26+ messages)
` [PATCH v14 09/27] bisect--helper: `bisect_write` shell function in C
` [PATCH v14 07/27] bisect--helper: `bisect_reset` "
` [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 22/27] bisect--helper: `bisect_replay` "
` [PATCH v14 12/27] bisect--helper: `get_terms` & `bisect_terms` "
` [PATCH v14 14/27] bisect--helper: `bisect_next` and `bisect_auto_next` "
` [PATCH v14 11/27] bisect--helper: `bisect_next_check` & bisect_voc "
` [PATCH v14 15/27] bisect--helper: retire `--bisect-clean-state` subcommand
` [PATCH v14 08/27] bisect--helper: `is_expected_rev` & `check_expected_revs` shell function in C

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

Are --first-parent and --ancestry-path compatible rev-list options?
 2016-08-26 22:53 UTC  (2+ messages)

[PATCH] Documentation/SubmittingPatches: add quotes to advised commit reference
 2016-08-26 22:45 UTC  (3+ messages)

[ANNOUNCE] Git v2.10.0-rc2
 2016-08-26 22:31 UTC 

[PATCH 1/2] gitk: align the commit summary format to the documentation
 2016-08-26 22:29 UTC  (8+ messages)
` [PATCH 2/2] SubmittingPatches: hint at gitk's "Copy commit summary" command

[PATCH] transport: report missing submodule pushes consistently on stderr
 2016-08-26 22:21 UTC  (4+ messages)

t0027 racy?
 2016-08-26 20:53 UTC  (13+ messages)
` [PATCH v1 0/3] Update eol documentation
` [PATCH v1 1/2] git ls-files: text=auto eol=lf is supported in Git 2.10
` [PATCH v1 2/2] gitattributes: Document the unified "auto" handling
    ` [PATCH v2 0/2] Adjust the documentation to "
    ` [PATCH v2 1/2] git ls-files: text=auto eol=lf is supported in Git 2.10
    ` [PATCH v2 2/2] gitattributes: Document the unified "auto" handling

[PATCH 0/2] help: make option --help open man pages only for Git commands
 2016-08-26 20:39 UTC  (12+ messages)
` [PATCH v2 0/3] "
  ` [PATCH v2 1/3] Revert "display HTML in default browser using Windows' shell API"
  ` [PATCH v2 2/3] help: introduce option --exclude-guides
  ` [PATCH v2 3/3] help: make option --help open man pages only for Git commands

[PATCH v6 00/13] Git filter protocol
 2016-08-26 20:03 UTC  (40+ messages)
` [PATCH v6 01/13] pkt-line: rename packet_write() to packet_write_fmt()
` [PATCH v6 02/13] pkt-line: extract set_packet_header()
` [PATCH v6 03/13] pkt-line: add packet_write_fmt_gently()
` [PATCH v6 04/13] pkt-line: add packet_flush_gently()
` [PATCH v6 05/13] pkt-line: add packet_write_gently()
` [PATCH v6 06/13] pkt-line: add functions to read/write flush terminated packet streams
` [PATCH v6 07/13] pack-protocol: fix maximum pkt-line size
` [PATCH v6 08/13] convert: quote filter names in error messages
` [PATCH v6 09/13] convert: modernize tests
` [PATCH v6 10/13] convert: generate large test files only once
` [PATCH v6 11/13] convert: make apply_filter() adhere to standard Git error handling
` [PATCH v6 12/13] convert: add filter.<driver>.process option
` [PATCH v6 13/13] read-cache: make sure file handles are not inherited by child processes

[PATCH v10 0/9] submodule inline diff format
 2016-08-26 18:26 UTC  (12+ messages)

[PATCH 00/15] Lib'ify quite a few functions in sequencer.c
 2016-08-26 17:44 UTC  (32+ messages)
` [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 12/15] sequencer: lib'ify save_opts()
` [PATCH v2 00/14] Lib'ify quite a few functions in sequencer.c
  ` [PATCH v2 01/14] sequencer: lib'ify sequencer_pick_revisions()
  ` [PATCH v2 02/14] sequencer: do not die() in do_pick_commit()
  ` [PATCH v2 03/14] sequencer: lib'ify write_message()
  ` [PATCH v2 04/14] sequencer: lib'ify do_recursive_merge()
  ` [PATCH v2 05/14] sequencer: lib'ify do_pick_commit()
  ` [PATCH v2 06/14] sequencer: lib'ify walk_revs_populate_todo()
  ` [PATCH v2 07/14] sequencer: lib'ify prepare_revs()
  ` [PATCH v2 08/14] sequencer: lib'ify read_and_refresh_cache()
  ` [PATCH v2 09/14] sequencer: lib'ify read_populate_todo()
  ` [PATCH v2 10/14] sequencer: lib'ify read_populate_opts()
  ` [PATCH v2 11/14] sequencer: lib'ify create_seq_dir()
  ` [PATCH v2 12/14] sequencer: lib'ify save_head()
  ` [PATCH v2 13/14] sequencer: lib'ify save_todo()
  ` [PATCH v2 14/14] sequencer: lib'ify save_opts()

[PATCH v4 0/8] Name for A..B ranges?
 2016-08-26 16:19 UTC  (9+ messages)
` [PATCH v5 00/12] Update git revisions
  ` [PATCH v5 01/12] doc: use 'symmetric difference' consistently
  ` [PATCH v6 00/12] Update git revisions
    ` [PATCH v6 06/12] doc: revisions: single vs multi-parent notation comparison

What's cooking in git.git (Aug 2016, #08; Wed, 24)
 2016-08-26 16:04 UTC  (5+ messages)

Feature Request: Branch-Aware Submodules
 2016-08-26 15:12 UTC 

[PATCH] checkout: swap the order of ambiguity check for :/ syntax
 2016-08-26 13:34 UTC  (5+ messages)

[RFC] Proposed questions for "Git User's Survey 2016"
 2016-08-26 11:52 UTC  (9+ messages)

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

[PATCH v2] for-each-ref: add %(upstream:gone) to mark missing refs
 2016-08-26  6:31 UTC  (7+ messages)

on Amazon EFS (NFS): "Reference directory conflict: refs/heads/" with status code 128
 2016-08-26  0:06 UTC  (5+ messages)

Feature Request: Branch-Aware Submodules
 2016-08-25 21:25 UTC  (6+ messages)

git push origin BRANCHNAME question
 2016-08-25 18:39 UTC  (3+ messages)

Smart HTTP push permissions failure
 2016-08-25 18:33 UTC  (3+ messages)

[PATCH 0/6] Pull out require_clean_work_tree() functionality from builtin/pull.c
 2016-08-25 15:07 UTC  (7+ messages)
` [PATCH 1/6] pull: drop confusing prefix parameter of die_on_unclean_work_tree()
` [PATCH 2/6] pull: make code more similar to the shell script again
` [PATCH 3/6] Make the require_clean_work_tree() function truly reusable
` [PATCH 4/6] require_clean_work_tree: ensure that the index was read
` [PATCH 5/6] Export also the has_un{staged,committed}_changed() functions
` [PATCH 6/6] wt-status: teach has_{unstaged,uncommitted}_changes() about submodules

[ANNOUNCE] Git for Windows 2.9.3(2)
 2016-08-25 14:00 UTC 

[ANNOUNCE] Git for Windows 2.9.3
 2016-08-25 13:50 UTC  (23+ messages)
        ` [git-for-windows] "
                        ` Git for Windows documentation, was "
                    ` core.autocrlf, "

git push origin BRANCHNAME question
 2016-08-25 13:24 UTC 

[L10N] Kickoff of translation for Git 2.10.0 round 1
 2016-08-25  5:24 UTC  (3+ messages)

[PATCHv5 0/8] git clone: Marry --recursive and --reference
 2016-08-24 23:37 UTC  (7+ messages)
` [PATCHv5 8/8] clone: recursive and reference option triggers submodule alternates

[PATCHv2] push: change submodule default to check
 2016-08-24 23:01 UTC  (4+ messages)

diff <commit> using 3-dot behavior
 2016-08-24 21:39 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).