git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2016-08-29 08:06:44 to 2016-08-31 06:22:06 UTC [more...]

[PATCHv5 0/8] git clone: Marry --recursive and --reference
 2016-08-31  6:21 UTC  (9+ messages)
` [PATCHv5 8/8] clone: recursive and reference option triggers submodule alternates

Reducing CPU load on git server
 2016-08-31  6:02 UTC  (13+ messages)
      ` git blame <directory> [was: Reducing CPU load on git server]

[PATCH v1] pack-protocol: fix maximum pkt-line size
 2016-08-31  5:39 UTC  (2+ messages)

What's cooking in git.git (Aug 2016, #08; Wed, 24)
 2016-08-31  5:10 UTC  (2+ messages)

[PATCH] diff-highlight: add some tests
 2016-08-31  5:05 UTC  (15+ messages)
` [PATCH v4 0/3] diff-highlight: add support for --graph option
  ` [PATCH v4 1/3] diff-highlight: add some tests
  ` [PATCH v4 2/3] diff-highlight: add failing test for handling --graph output
  ` [PATCH v4 3/3] diff-highlight: add support for "
        ` [PATCH 1/3] diff-highlight: ignore test cruft
        ` [PATCH 2/3] diff-highlight: add multi-byte tests
        ` [PATCH 3/3] diff-highlight: avoid highlighting combined diffs

[PATCH v6 00/13] Git filter protocol
 2016-08-31  4:57 UTC  (39+ messages)
` [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 09/13] convert: modernize tests
` [PATCH v6 10/13] convert: generate large test files only once
` [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 0/2] squelch some "gcc -O3 -Wmaybe-uninitialized" warnings
 2016-08-31  3:43 UTC  (3+ messages)
` [PATCH 1/2] error_errno: use constant return similar to error()
` [PATCH 2/2] color_parse_mem: initialize "struct color" temporary

git submodules implementation question
 2016-08-31  2:54 UTC  (15+ messages)

[PATCH 00/22] Prepare the sequencer for the upcoming rebase -i patches
 2016-08-30 22:35 UTC  (55+ messages)
` [PATCH 01/22] sequencer: use static initializers for replay_opts
` [PATCH 02/22] sequencer: use memoized sequencer directory path
` [PATCH 03/22] sequencer: avoid unnecessary indirection
` [PATCH 04/22] sequencer: future-proof remove_sequencer_state()
` [PATCH 05/22] sequencer: allow the sequencer to take custody of malloc()ed data
` [PATCH 06/22] sequencer: release memory that was allocated when reading options
` [PATCH 07/22] sequencer: future-proof read_populate_todo()
` [PATCH 11/22] sequencer: get rid of the subcommand field
` [PATCH 12/22] sequencer: refactor the code to obtain a short commit name
` [PATCH 14/22] sequencer: prepare for rebase -i's commit functionality
` [PATCH 15/22] sequencer: introduce a helper to read files written by scripts
` [PATCH 20/22] sequencer: remember do_recursive_merge()'s return value
` [PATCH 21/22] sequencer: left-trim the lines read from the script
` [PATCH 22/22] sequencer: refactor write_message()

[PATCH] t/Makefile: add a rule to re-run previously-failed tests
 2016-08-30 20:58 UTC  (7+ messages)
` [PATCH v2] "

FW: GIT Support Partners
 2016-08-30 20:16 UTC 

[PATCH] git-send-email: Add ability to cc: any "trailers" from commit message
 2016-08-30 20:18 UTC 

[PATCH v14 01/27] bisect--helper: use OPT_CMDMODE instead of OPT_BOOL
 2016-08-30 20:17 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 14/27] bisect--helper: `bisect_next` and `bisect_auto_next` "
` [PATCH v14 08/27] bisect--helper: `is_expected_rev` & `check_expected_revs` "
` [PATCH v14 12/27] bisect--helper: `get_terms` & `bisect_terms` "

git am and duplicate signatures
 2016-08-30 19:00 UTC  (11+ messages)

Notation for current branch?
 2016-08-30 18:19 UTC  (8+ messages)

[PATCH 0/6] Pull out require_clean_work_tree() functionality from builtin/pull.c
 2016-08-30 17:56 UTC  (15+ 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 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 00/15] Lib'ify quite a few functions in sequencer.c
 2016-08-30 17:21 UTC  (26+ messages)
` [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 03/14] sequencer: lib'ify write_message()
  ` [PATCH v2 05/14] sequencer: lib'ify do_pick_commit()
  ` [PATCH v2 08/14] sequencer: lib'ify read_and_refresh_cache()
  ` [PATCH v2 10/14] sequencer: lib'ify read_populate_opts()
  ` [PATCH v2 12/14] sequencer: lib'ify save_head()

how to showing a merge graph?
 2016-08-30 14:19 UTC  (2+ messages)

Bug Report: "git submodule deinit" fails right after a clone
 2016-08-30 11:45 UTC 

[PATCH v13 00/14] libify apply and use lib in am, part 3
 2016-08-30 10:19 UTC  (4+ messages)

[PATCH RFC] subtree: support subtree -P /path/to/file split
 2016-08-30  9:55 UTC 

Subtree Split Includes Commits Outside Prefix Directory
 2016-08-30  5:12 UTC  (4+ messages)

[PATCH 00/20] object_id part 5
 2016-08-29 22:25 UTC  (11+ messages)
` [PATCH 01/20] cache: convert struct cache_entry to use struct object_id
` [PATCH 08/20] streaming: make stream_blob_to_fd take "
` [PATCH 18/20] builtin/am: convert to "

Crash when using git blame on untracked file
 2016-08-29 21:17 UTC  (5+ messages)
    ` [PATCH v2] blame: fix segfault on untracked files

[PATCH 0/4] cat-file: optionally convert to worktree version
 2016-08-29 21:02 UTC  (3+ messages)
` [PATCH v2 "

[PATCH] p3400: make test script executable
 2016-08-29 19:57 UTC  (2+ messages)

[PATCH v4 0/8] Name for A..B ranges?
 2016-08-29 19:27 UTC  (7+ messages)
` [PATCH v5 00/12] Update git revisions
  ` [PATCH v5 09/12] doc: revisions - define `reachable`

[PATCH 1/2] gitk: align the commit summary format to the documentation
 2016-08-29 18:30 UTC  (5+ messages)

[PATCH] Documentation/SubmittingPatches: add quotes to advised commit reference
 2016-08-29 18:18 UTC  (5+ messages)

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

improve status message
 2016-08-29  9:50 UTC  (2+ messages)
` improve 'git pull' "


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