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

[PATCH 00/34] Teach the sequencer to act as rebase -i's backend
 2016-08-31  8:56 UTC  (32+ messages)
` [PATCH 01/34] sequencer: support a new action: 'interactive rebase'
` [PATCH 02/34] sequencer (rebase -i): implement the 'noop' command
` [PATCH 03/34] sequencer (rebase -i): implement the 'edit' command
` [PATCH 04/34] sequencer (rebase -i): implement the 'exec' command
` [PATCH 05/34] sequencer (rebase -i): learn about the 'verbose' mode
` [PATCH 07/34] sequencer (rebase -i): add support for the 'fixup' and 'squash' commands
` [PATCH 08/34] sequencer (rebase -i): implement the short commands
` [PATCH 09/34] sequencer (rebase -i): write an author-script file
` [PATCH 10/34] sequencer (rebase -i): allow continuing with staged changes
` [PATCH 11/34] sequencer (rebase -i): remove CHERRY_PICK_HEAD when no longer needed
` [PATCH 12/34] sequencer (rebase -i): skip some revert/cherry-pick specific code path
` [PATCH 13/34] sequencer (rebase -i): the todo can be empty when continuing
` [PATCH 16/34] sequencer (rebase -i): implement the 'reword' command
` [PATCH 17/34] sequencer (rebase -i): allow fast-forwarding for edit/reword
` [PATCH 18/34] sequencer (rebase -i): refactor setting the reflog message
` [PATCH 19/34] sequencer (rebase -i): set the reflog message consistently
` [PATCH 20/34] sequencer (rebase -i): copy commit notes at end
` [PATCH 21/34] sequencer (rebase -i): record interrupted commits in rewritten, too
` [PATCH 22/34] sequencer (rebase -i): run the post-rewrite hook, if needed
` [PATCH 23/34] sequencer (rebase -i): respect the rebase.autostash setting
` [PATCH 24/34] sequencer (rebase -i): respect strategy/strategy_opts settings
` [PATCH 25/34] sequencer (rebase -i): allow rescheduling commands
` [PATCH 26/34] sequencer (rebase -i): implement the 'drop' command
` [PATCH 27/34] sequencer (rebase -i): differentiate between comments and 'noop'
` [PATCH 28/34] run_command_opt(): optionally hide stderr when the command succeeds
` [PATCH 29/34] sequencer (rebase -i): show only failed `git commit`'s output
` [PATCH 30/34] sequencer (rebase -i): show only failed cherry-picks' output
` [PATCH 31/34] sequencer (rebase -i): suggest --edit-todo upon unknown command
` [PATCH 32/34] sequencer (rebase -i): show the progress
` [PATCH 33/34] sequencer (rebase -i): write the progress into files
` [PATCH 34/34] sequencer (rebase -i): write out the final message

[PATCH 00/22] Prepare the sequencer for the upcoming rebase -i patches
 2016-08-31  8:20 UTC  (40+ 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 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 14/22] sequencer: prepare for rebase -i's commit functionality
` [PATCH 20/22] sequencer: remember do_recursive_merge()'s return value

bug: 'core.logallrefupdates' is not set by default in non-bare repository
 2016-08-31  8:09 UTC 

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

What's cooking in git.git (Aug 2016, #08; Wed, 24)
 2016-08-31  6:25 UTC  (3+ messages)

[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

[PATCH v1] pack-protocol: fix maximum pkt-line size
 2016-08-31  5:39 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  (26+ messages)
` [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] 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  (16+ messages)
` [PATCH v14 08/27] bisect--helper: `is_expected_rev` & `check_expected_revs` shell function in C
` [PATCH v14 14/27] bisect--helper: `bisect_next` and `bisect_auto_next` "
` [PATCH v14 09/27] bisect--helper: `bisect_write` "

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  (20+ messages)
` [PATCH v2 00/14] "
  ` [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  (8+ messages)
` [PATCH 01/20] cache: convert struct cache_entry to use struct object_id
` [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  (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).