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

[PATCH 00/22] Prepare the sequencer for the upcoming rebase -i patches
 2016-08-31 23:03 UTC  (51+ messages)
` [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 08/22] sequencer: remove overzealous assumption
` [PATCH 09/22] sequencer: completely revamp the "todo" script parsing
` [PATCH 10/22] sequencer: avoid completely different messages for different actions
` [PATCH 11/22] sequencer: get rid of the subcommand field
` [PATCH 13/22] sequencer: remember the onelines when parsing the todo file
` [PATCH 14/22] sequencer: prepare for rebase -i's commit functionality
` [PATCH 16/22] sequencer: prepare for rebase -i's GPG settings
` [PATCH 17/22] sequencer: allow editing the commit message on a case-by-case basis
` [PATCH 18/22] sequencer: support amending commits

[PATCH v11 0/8] submodule inline diff format
 2016-08-31 22:43 UTC  (4+ messages)

[PATCH v13 00/14] libify apply and use lib in am, part 3
 2016-08-31 22:33 UTC  (17+ messages)
` [PATCH v13 02/14] apply: rename and move opt constants to apply.h
` [PATCH v13 04/14] apply: make some parsing functions static again
` [PATCH v13 05/14] apply: use error_errno() where possible
` [PATCH v13 06/14] apply: make it possible to silently apply
` [PATCH v13 10/14] apply: change error_routine when silent
` [PATCH v13 14/14] builtin/am: use apply API in run_apply()
  ` [PATCH v13 03/14] Move libified code from builtin/apply.c to apply.{c,h}

[PATCH V2] git-send-email: Add ability to cc: any "bylines" in the commit message
 2016-08-31 22:10 UTC  (5+ messages)

What's cooking in git.git (Aug 2016, #09; Wed, 31)
 2016-08-31 21:21 UTC 

Literate programming with git
 2016-08-31 21:10 UTC  (2+ messages)

[PATCH 0/4] cat-file: optionally convert to worktree version
 2016-08-31 20:53 UTC  (13+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/4] cat-file: introduce the --filters option
  ` [PATCH v2 3/4] cat-file --textconv/--filters: allow specifying the path separately

[PATCH 00/34] Teach the sequencer to act as rebase -i's backend
 2016-08-31 20:36 UTC  (40+ 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 06/34] sequencer (rebase -i): write the 'done' file
` [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 14/34] sequencer (rebase -i): update refs after a successful rebase
` [PATCH 15/34] sequencer (rebase -i): leave a patch upon error
` [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 0/2] squelch some "gcc -O3 -Wmaybe-uninitialized" warnings
 2016-08-31 19:55 UTC  (4+ 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 18:58 UTC  (18+ messages)

[PATCH] git-send-email: Add ability to cc: any "trailers" from commit message
 2016-08-31 18:12 UTC  (5+ messages)

[PATCH v2 00/11] Mark strings in perl script for translation
 2016-08-31 17:23 UTC  (13+ messages)
` [PATCH v2 01/11] i18n: add--interactive: mark strings "
` [PATCH v2 02/11] i18n: add--interactive: mark simple here documents "
` [PATCH v2 03/11] i18n: add--interactive: mark strings with interpolation "
` [PATCH v2 04/11] i18n: add--interactive: mark plural strings
` [PATCH v2 05/11] i18n: add--interactive: mark message for translation
` [PATCH v2 06/11] i18n: add--interactive: i18n of help_patch_cmd
` [PATCH v2 07/11] i18n: add--interactive: mark edit_hunk_manually message for translation
` [PATCH v2 08/11] i18n: send-email: mark strings "
` [PATCH v2 09/11] i18n: send-email: mark warnings and errors "
` [PATCH v2 10/11] i18n: send-email: mark string with interpolation "
` [PATCH v2 11/11] i18n: difftool: mark warnings "

[GIT PULL] l10n updates for 2.10.0 round 2
 2016-08-31 17:12 UTC  (2+ messages)

Request for advice: visual diffing kicad EDA schematics
 2016-08-31 17:05 UTC 

[PATCH v5 00/12] Update git revisions
 2016-08-31 16:22 UTC  (3+ messages)
` [PATCH v6 "

bug: 'core.logallrefupdates' is not set by default in non-bare repository
 2016-08-31 15:32 UTC  (4+ messages)

[PATCH] t/Makefile: add a rule to re-run previously-failed tests
 2016-08-31 15:05 UTC  (11+ messages)
` [PATCH v2] "

git-completion.zsh does not escape spaces in filenames
 2016-08-31 14:31 UTC 

[PATCH v6 00/13] Git filter protocol
 2016-08-31 13:14 UTC  (25+ 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 00/20] object_id part 5
 2016-08-31 11:08 UTC  (5+ messages)
` [PATCH 10/20] notes-merge: convert struct notes_merge_pair to struct object_id
` [PATCH 20/20] builtin/reset: convert to use "

Reducing CPU load on git server
 2016-08-31  7:28 UTC  (9+ 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 v4 0/3] diff-highlight: add support for --graph option
 2016-08-31  5:05 UTC  (9+ messages)
  ` [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

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

[PATCH v14 01/27] bisect--helper: use OPT_CMDMODE instead of OPT_BOOL
 2016-08-30 20:17 UTC  (7+ messages)
` [PATCH v14 14/27] bisect--helper: `bisect_next` and `bisect_auto_next` shell function in C

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

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

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

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 


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