git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2018-04-21 04:07:42 to 2018-04-23 19:45:39 UTC [more...]

[PATCH v6 0/6] worktree: teach "add" to check out existing branches
 2018-04-23 19:38 UTC  (13+ messages)
` [PATCH v7 0/4] "
  ` [PATCH v7 2/4] worktree: improve message when creating a new worktree
  ` [PATCH v8 0/4] worktree: teach "add" to check out existing branches
    ` [PATCH v8 1/4] worktree: remove extra members from struct add_opts
    ` [PATCH v8 2/4] worktree: improve message when creating a new worktree
    ` [PATCH v8 3/4] worktree: factor out dwim_branch function
    ` [PATCH v8 4/4] worktree: teach "add" to check out existing branches

Feature Request: option for git difftool to show changes in submodule contents
 2018-04-23 19:39 UTC  (2+ messages)

[PATCH v2 0/7] Deprecate .git/info/grafts
 2018-04-23 19:24 UTC  (25+ messages)
` [PATCH v3 00/11] "
  ` [PATCH v3 01/11] argv_array: offer to split a string by whitespace
  ` [PATCH v3 06/11] Add a test for `git replace --convert-graft-file`
  ` [PATCH v3 09/11] technical/shallow: describe the relationship with replace refs
  ` [PATCH v4 00/11] Deprecate .git/info/grafts
    ` [PATCH v4 01/11] argv_array: offer to split a string by whitespace
    ` [PATCH v4 02/11] commit: Let the callback of for_each_mergetag return on error
    ` [PATCH v4 03/11] replace: avoid using die() to indicate a bug
    ` [PATCH v4 04/11] replace: "libify" create_graft() and callees
    ` [PATCH v4 05/11] replace: introduce --convert-graft-file
    ` [PATCH v4 06/11] Add a test for `git replace --convert-graft-file`
    ` [PATCH v4 07/11] Deprecate support for .git/info/grafts
    ` [PATCH v4 08/11] filter-branch: stop suggesting to use grafts
    ` [PATCH v4 09/11] technical/shallow: describe the relationship with replace refs
    ` [PATCH v4 10/11] technical/shallow: describe why shallow cannot use "
    ` [PATCH v4 11/11] Remove obsolete script to convert grafts to "

[PATCH v1 0/5] Allocate cache entries from memory pool
 2018-04-23 18:20 UTC  (15+ messages)
` [PATCH v1 3/5] mem-pool: fill out functionality

[PATCH v7 07/17] # This is a combination of 2 commits. # This is the 1st commit message:
 2018-04-23 18:11 UTC  (14+ messages)
` [PATCH v2 0/4] rebase -i: avoid stale "# This is a combination of" in commit messages
  ` [PATCH v2 2/4] rebase -i: Handle "combination of <n> commits" with GETTEXT_POISON
  ` [PATCH v2 3/4] sequencer: leave a tell-tale when a fixup/squash failed
` [PATCH v3 0/4] rebase -i: avoid stale "# This is a combination of" in commit messages
  ` [PATCH v3 1/4] rebase -i: demonstrate bugs with fixup!/squash! "
  ` [PATCH v3 2/4] rebase -i: Handle "combination of <n> commits" with GETTEXT_POISON
  ` [PATCH v3 3/4] sequencer: leave a tell-tale when a fixup/squash failed
  ` [PATCH v3 4/4] rebase --skip: clean up commit message after a failed fixup/squash

[PATCH v10 33/36] merge-recursive: fix was_tracked() to quit lying with some renamed paths
 2018-04-23 18:05 UTC  (7+ messages)
` [RFC PATCH v10 32.5/36] unpack_trees: fix memory corruption with split_index when src != dst

[PATCH v10 00/36] Add directory rename detection to git
 2018-04-23 17:50 UTC  (5+ messages)

[RFC 00/10] Make .the gitmodules file path configurable
 2018-04-23 17:47 UTC  (2+ messages)

SEC_E_BUFFER_TOO_SMALL on Windows
 2018-04-23 17:39 UTC  (2+ messages)

[PATCH v2 1/1] completion: load completion file for external subcommand
 2018-04-23 17:32 UTC  (4+ messages)

Is support for 10.8 dropped?
 2018-04-23 16:53 UTC  (17+ messages)

[PATCH v1 0/2] add additional config settings for merge
 2018-04-23 16:00 UTC  (12+ messages)
` [PATCH v1 1/2] merge: Add merge.renames config setting

[PATCH v7 00/17] rebase -i: offer to recreate commit topology
 2018-04-23 15:54 UTC  (29+ messages)
` [PATCH v8 00/16] rebase -i: offer to recreate commit topology by rebasing merges
  ` [PATCH v8 01/16] sequencer: avoid using errno clobbered by rollback_lock_file()
  ` [PATCH v8 02/16] sequencer: make rearrange_squash() a bit more obvious
  ` [PATCH v8 03/16] sequencer: refactor how original todo list lines are accessed
  ` [PATCH v8 04/16] sequencer: offer helpful advice when a command was rescheduled
  ` [PATCH v8 05/16] git-rebase--interactive: clarify arguments
  ` [PATCH v8 06/16] sequencer: introduce the `merge` command
  ` [PATCH v8 07/16] sequencer: fast-forward `merge` commands, if possible
  ` [PATCH v8 08/16] rebase-helper --make-script: introduce a flag to rebase merges
  ` [PATCH v8 09/16] rebase: introduce the --rebase-merges option
  ` [PATCH v8 10/16] rebase --rebase-merges: add test for --keep-empty
  ` [PATCH v8 11/16] sequencer: make refs generated by the `label` command worktree-local
  ` [PATCH v8 12/16] sequencer: handle post-rewrite for merge commands
  ` [PATCH v8 13/16] rebase --rebase-merges: avoid "empty merges"
  ` [PATCH v8 14/16] pull: accept --rebase=merges to recreate the branch topology
  ` [PATCH v8 15/16] rebase -i: introduce --rebase-merges=[no-]rebase-cousins
  ` [PATCH v8 16/16] rebase -i --rebase-merges: add a section to the man page

[PATCH v2 00/10] Compute and consume generation numbers
 2018-04-23 14:54 UTC  (16+ messages)
` [PATCH v3 0/9] "
  ` [PATCH v3 5/9] ref-filter: use generation number for --contains
  ` [PATCH v3 6/9] commit: use generation numbers for in_merge_bases()
  ` [PATCH v3 7/9] commit: add short-circuit to paint_down_to_common()
  ` [PATCH v3 8/9] commit-graph: always load commit-graph information

What's cooking in git.git (Apr 2018, #02; Tue, 17)
 2018-04-23 13:56 UTC  (5+ messages)

[PATCH 0/6] Compute and consume generation numbers
 2018-04-23 13:54 UTC  (8+ messages)

[PATCH 1/6] grep.c: take regmatch_t as argument in match_line()
 2018-04-23 13:46 UTC  (31+ messages)
` [PATCH v2 0/6] Teach '--column-number' to 'git-grep(1)'
  ` [PATCH v2 1/6] grep.c: take regmatch_t as argument in match_line()
  ` [PATCH v2 2/6] grep.c: take column number as argument to show_line()
  ` [PATCH v2 3/6] grep.[ch]: teach columnnum, color_columnno to grep_opt
  ` [PATCH v2 4/6] grep.c: display column number of first match
  ` [PATCH v2 5/6] builtin/grep.c: show column numbers via --column-number
  ` [PATCH v2 6/6] contrib/git-jump/git-jump: use column number when grep-ing

Silly "git gc" UI issue
 2018-04-23 13:38 UTC  (10+ messages)

[PATCH v2 0/6] Keep all info in command-list.txt in git binary
 2018-04-23 13:32 UTC  (17+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/6] git.c: convert --list-*builtins to --list-cmds=*
  ` [PATCH v3 2/6] git.c: implement --list-cmds=all and use it in git-completion.bash
  ` [PATCH v3 3/6] generate-cmdlist.sh: keep all information in common-cmds.h
  ` [PATCH v3 4/6] git.c: implement --list-cmds=porcelain
  ` [PATCH v3 5/6] help: add "-a --verbose" to list all commands with synopsis
  ` [PATCH v3 6/6] help: use command-list.txt for the source of guides

Fw: New Defects reported by Coverity Scan for git [argv_array: offer to split a string by whitespace]
 2018-04-23 11:07 UTC 

[PATCH v2 3/6] generate-cmdlist.sh: keep all information in common-cmds.h
 2018-04-23  9:59 UTC  (3+ messages)

[PATCH/RFC] completion: complete all possible -no-<options>
 2018-04-23  5:36 UTC  (2+ messages)

Git enhancement request - checkout (clone) set modified dates to commit date
 2018-04-23  3:32 UTC  (6+ messages)

Some mutt(1) patches and scripts
 2018-04-22 20:58 UTC 

[PATCH 0/3] completion: improvements for git stash
 2018-04-22 20:36 UTC  (5+ messages)
` [PATCH v2 0/2] "
  ` [PATCH v2 1/2] completion: stop showing 'save' for stash by default

RFC: How should we handle un-deleted remote branches?
 2018-04-22 18:37 UTC  (5+ messages)

[PATCH 1/2] http-fetch: make `-a` standard behaviour
 2018-04-22 18:12 UTC  (2+ messages)
` [PATCH 2/2] walker: drop fields of `struct walker` which are always 1

[PATCH 0/3] Some add-on patches on top of dj/runtime-prefix
 2018-04-22 15:32 UTC  (14+ messages)
` [PATCH 1/3] gettext: avoid initialization if the locale dir is not present
` [PATCH 3/3] Avoid multiple PREFIX definitions
` [PATCH v2 0/3] Some add-on patches on top of dj/runtime-prefix
  ` [PATCH v2 1/3] gettext: avoid initialization if the locale dir is not present
  ` [PATCH v2 2/3] git_setup_gettext: plug memory leak
  ` [PATCH v2 3/3] Avoid multiple PREFIX definitions

[PATCH 0/3] rebase -i: avoid stale "# This is a combination of" in commit messages
 2018-04-21 15:42 UTC  (3+ messages)
` [PATCH 3/3] rebase --skip: clean up commit message after a failed fixup/squash
  ` [PATCH 3/3] rebase --skip: clean up commit message after a failedfixup/squash

[PATCH v2 0/4] Colorize push errors
 2018-04-21 10:10 UTC  (6+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/4] color: introduce support for colorizing stderr
  ` [PATCH v3 2/4] push: colorize errors
  ` [PATCH v3 3/4] Add a test to verify that push errors are colorful
  ` [PATCH v3 4/4] Document the new color.* settings to colorize push errors/hints

[PATCH 3/6] grep.[ch]: teach columnnum, color_columnno to grep_opt
 2018-04-21  8:39 UTC  (7+ messages)
` [PATCH 5/6] builtin/grep.c: show column numbers via --column-number

[PATCH] fast-export: fix regression skipping some merge-commits
 2018-04-21  7:00 UTC  (6+ messages)
` [PATCH v3] "

Git archeology
 2018-04-21  6:43 UTC  (3+ 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).