git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2016-12-28 19:00:58 to 2017-01-02 15:36:10 UTC [more...]

[PATCH 00/34] Teach the sequencer to act as rebase -i's backend
 2017-01-02 15:35 UTC  (51+ messages)
` [PATCH v2 "
  ` [PATCH v2 05/34] sequencer (rebase -i): learn about the 'verbose' mode
  ` [PATCH v2 20/34] sequencer (rebase -i): copy commit notes at end
  ` [PATCH v2 28/34] run_command_opt(): optionally hide stderr when the command succeeds
  ` [PATCH v3 00/38] Teach the sequencer to act as rebase -i's backend
    ` [PATCH v3 01/38] sequencer: avoid unnecessary curly braces
    ` [PATCH v3 02/38] sequencer: move "else" keyword onto the same line as preceding brace
    ` [PATCH v3 03/38] sequencer: use a helper to find the commit message
    ` [PATCH v3 04/38] sequencer: support a new action: 'interactive rebase'
    ` [PATCH v3 05/38] sequencer (rebase -i): implement the 'noop' command
    ` [PATCH v3 06/38] sequencer (rebase -i): implement the 'edit' command
    ` [PATCH v3 07/38] sequencer (rebase -i): implement the 'exec' command
    ` [PATCH v3 08/38] sequencer (rebase -i): learn about the 'verbose' mode
    ` [PATCH v3 09/38] sequencer (rebase -i): write the 'done' file
    ` [PATCH v3 10/38] sequencer (rebase -i): add support for the 'fixup' and 'squash' commands
    ` [PATCH v3 11/38] sequencer (rebase -i): implement the short commands
    ` [PATCH v3 12/38] sequencer (rebase -i): write an author-script file
    ` [PATCH v3 13/38] sequencer (rebase -i): allow continuing with staged changes
    ` [PATCH v3 14/38] sequencer (rebase -i): remove CHERRY_PICK_HEAD when no longer needed
    ` [PATCH v3 15/38] sequencer (rebase -i): skip some revert/cherry-pick specific code path
    ` [PATCH v3 16/38] sequencer (rebase -i): the todo can be empty when continuing
    ` [PATCH v3 17/38] sequencer (rebase -i): update refs after a successful rebase
    ` [PATCH v3 18/38] sequencer (rebase -i): leave a patch upon error
    ` [PATCH v3 19/38] sequencer (rebase -i): implement the 'reword' command
    ` [PATCH v3 20/38] sequencer (rebase -i): allow fast-forwarding for edit/reword
    ` [PATCH v3 21/38] sequencer (rebase -i): refactor setting the reflog message
    ` [PATCH v3 22/38] sequencer (rebase -i): set the reflog message consistently
    ` [PATCH v3 23/38] sequencer (rebase -i): copy commit notes at end
    ` [PATCH v3 24/38] sequencer (rebase -i): record interrupted commits in rewritten, too
    ` [PATCH v3 25/38] sequencer (rebase -i): run the post-rewrite hook, if needed
    ` [PATCH v3 26/38] sequencer (rebase -i): respect the rebase.autostash setting
    ` [PATCH v3 27/38] sequencer (rebase -i): respect strategy/strategy_opts settings
    ` [PATCH v3 28/38] sequencer (rebase -i): allow rescheduling commands
    ` [PATCH v3 29/38] sequencer (rebase -i): implement the 'drop' command
    ` [PATCH v3 30/38] sequencer (rebase -i): differentiate between comments and 'noop'
    ` [PATCH v3 31/38] sequencer: make reading author-script more elegant
    ` [PATCH v3 32/38] sequencer: use run_command() directly
    ` [PATCH v3 33/38] sequencer (rebase -i): show only failed `git commit`'s output
    ` [PATCH v3 34/38] sequencer (rebase -i): show only failed cherry-picks' output
    ` [PATCH v3 35/38] sequencer (rebase -i): suggest --edit-todo upon unknown command
    ` [PATCH v3 36/38] sequencer (rebase -i): show the progress

[PATCH 00/17] object_id part 6
 2017-01-02 15:30 UTC  (21+ messages)
` [PATCH 01/17] builtin/commit: convert to struct object_id
` [PATCH 02/17] builtin/diff-tree: "
` [PATCH 03/17] builtin/describe: "
` [PATCH 04/17] builtin/fast-export: "
` [PATCH 05/17] builtin/fmt-merge-message: "
` [PATCH 06/17] builtin/grep: "
` [PATCH 07/17] builtin/branch: "
` [PATCH 08/17] builtin/clone: "
` [PATCH 09/17] builtin/merge: "
` [PATCH 10/17] Convert remaining callers of resolve_refdup to object_id
` [PATCH 11/17] builtin/replace: convert to struct object_id
` [PATCH 12/17] reflog-walk: convert struct reflog_info "
` [PATCH 13/17] refs: convert each_reflog_ent_fn "
` [PATCH 14/17] sha1_file: introduce an nth_packed_object_oid function
` [PATCH 15/17] Convert object iteration callbacks to struct object_id
` [PATCH 16/17] builtin/merge-base: convert "
` [PATCH 17/17] wt-status: "

[PATCH v3 00/21] Add configuration options for split-index
 2017-01-02 14:33 UTC  (19+ messages)
` [PATCH v3 06/21] t1700: add tests for core.splitIndex
` [PATCH v3 08/21] Documentation/git-update-index: talk about core.splitIndex config var
` [PATCH v3 10/21] read-cache: regenerate shared index if necessary
` [PATCH v3 12/21] Documentation/config: add splitIndex.maxPercentChange
` [PATCH v3 14/21] read-cache: touch shared index files when used
` [PATCH v3 20/21] Documentation/config: add splitIndex.sharedIndexExpire

[PATCH] don't use test_must_fail with grep
 2017-01-02 13:40 UTC  (5+ messages)

[PATCH] connect: handle putty/plink also in GIT_SSH_COMMAND
 2017-01-02 12:09 UTC 

[RFC PATCH 0/5] Localise error headers
 2017-01-02 11:14 UTC  (4+ messages)
` [RFC PATCH 1/5] error/warning framework: prepare for l10n
` [RFC PATCH 2/5] error/warn framework: provide localized variants
` [RFC PATCH 3/5] error/warning framework framework: coccinelli rules

Error: could not fork child process: Resource temporarily unavailable (-1)
 2017-01-02 10:58 UTC  (2+ messages)

[PATCH] mingw: add a regression test for pushing to UNC paths
 2017-01-02 10:40 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] completion: complete git submodule subcommands
 2017-01-02  8:58 UTC 

Test failures when Git is built with libpcre and grep is built without it
 2017-01-02  6:53 UTC  (3+ messages)

[PATCH] contrib: remove gitview
 2017-01-02  6:46 UTC  (6+ messages)
` Gitview Shell Injection Vulnerability

Rebasing multiple branches at once
 2017-01-02  6:42 UTC  (4+ messages)

[PATCH v3 00/23] Delete directories left empty after ref deletion
 2017-01-02  4:19 UTC  (49+ messages)
` [PATCH v3 01/23] files_rename_ref(): tidy up whitespace
` [PATCH v3 02/23] t5505: use "for-each-ref" to test for the non-existence of references
` [PATCH v3 03/23] safe_create_leading_directories_const(): preserve errno
` [PATCH v3 04/23] safe_create_leading_directories(): set errno on SCLD_EXISTS
` [PATCH v3 05/23] raceproof_create_file(): new function
` [PATCH v3 06/23] lock_ref_sha1_basic(): inline constant
` [PATCH v3 07/23] lock_ref_sha1_basic(): use raceproof_create_file()
` [PATCH v3 08/23] rename_tmp_log(): "
` [PATCH v3 09/23] rename_tmp_log(): improve error reporting
` [PATCH v3 10/23] log_ref_write(): inline function
` [PATCH v3 11/23] log_ref_setup(): separate code for create vs non-create
` [PATCH v3 12/23] log_ref_setup(): improve robustness against races
` [PATCH v3 13/23] log_ref_setup(): pass the open file descriptor back to the caller
` [PATCH v3 14/23] log_ref_write_1(): don't depend on logfile argument
` [PATCH v3 15/23] log_ref_setup(): manage the name of the reflog file internally
` [PATCH v3 16/23] log_ref_write_1(): inline function
` [PATCH v3 17/23] delete_ref_loose(): derive loose reference path from lock
` [PATCH v3 18/23] delete_ref_loose(): inline function
` [PATCH v3 19/23] try_remove_empty_parents(): rename parameter "name" -> "refname"
` [PATCH v3 20/23] try_remove_empty_parents(): don't trash argument contents
` [PATCH v3 21/23] try_remove_empty_parents(): don't accommodate consecutive slashes
` [PATCH v3 22/23] try_remove_empty_parents(): teach to remove parents of reflogs, too
` [PATCH v3 23/23] files_transaction_commit(): clean up empty directories

[PATCH] Gitk Inotify support
 2017-01-01 20:30 UTC  (5+ messages)

[PATCH v15 01/27] bisect--helper: use OPT_CMDMODE instead of OPT_BOOL
 2017-01-01 17:41 UTC  (8+ messages)
` [PATCH v15 15/27] bisect--helper: `bisect_next` and `bisect_auto_next` shell function in C

[PATCH] read-cache: mark a file-local symbol with static
 2017-01-01 17:10 UTC 

[PATCHv2] unpack-trees: move checkout state into check_updates
 2017-01-01  1:26 UTC  (2+ messages)

Counter-intuitive result from diff -C --stat
 2017-01-01  1:15 UTC  (2+ messages)

[PATCH] pathspec: give better message for submodule related pathspec error
 2017-01-01  1:11 UTC  (2+ messages)

[PATCH 1/6] Enable ability to visualise the results of git cherry C1 C2
 2016-12-31  9:08 UTC  (6+ messages)
` [PATCH 2/6] Add ability to follow a remote branch with a dialog
` [PATCH 3/6] Add a tree view to the local branches, remote branches and tags, where / is treated as a directory seperator

Wanted: shallow submodule clones with --no-single-branch
 2016-12-30 10:50 UTC 

[PATCH] submodule.c: use GIT_DIR_ENVIRONMENT consistently
 2016-12-30  1:36 UTC  (2+ messages)

[PATCH 0/7] stop blind fallback to ".git"
 2016-12-30  0:49 UTC  (8+ messages)
` [PATCH 7/7] setup_git_env: avoid blind fall-back "
      ` [PATCH v2] remote helpers: avoid blind fall-back to ".git" when setting GIT_DIR

Bug: Assertion failed: function prefix_pathspec, file pathspec.c, line 317
 2016-12-29 23:45 UTC  (2+ messages)

[PATCH] am: add am.signoff add config variable
 2016-12-29 23:34 UTC  (9+ messages)

[PATCH v3] am: add am.signoff add config variable
 2016-12-29 15:49 UTC  (3+ messages)

[PATCH v2] am: add am.signoff add config variable
 2016-12-29 15:37 UTC  (9+ messages)

[PATCH] string-list: make compare function compatible with qsort(3)
 2016-12-29 13:53 UTC  (3+ messages)

[PATCH] unpack-trees: move checkout state into check_updates
 2016-12-29 13:53 UTC  (2+ messages)

HowTo distribute a hook with the reposity
 2016-12-29 10:29 UTC  (5+ messages)

[PATCH v2] git-p4: do not pass '-r 0' to p4 commands
 2016-12-29 10:22 UTC 

What's cooking in git.git (Dec 2016, #08; Tue, 27)
 2016-12-29 10:10 UTC  (4+ messages)

[PATCH] git-p4: do not pass '-r 0' to p4 commands
 2016-12-29 10:02 UTC  (3+ messages)

[PATCH v5 0/2] repack (oops)
 2016-12-29  2:04 UTC  (4+ messages)
` [PATCH v5 1/2] auto gc: don't write bitmaps for incremental repacks
` [PATCH v5 2/2] repack: die on incremental + write-bitmap-index

[PATCH v4 1/2] auto gc: don't write bitmaps for incremental repacks
 2016-12-28 22:32 UTC  (3+ messages)
` [PATCH v4 2/2] repack: die on incremental + write-bitmap-index


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