git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2018-04-23 23:43:38 to 2018-04-25 12:29:07 UTC [more...]

[PATCH v7 00/17] rebase -i: offer to recreate commit topology
 2018-04-25 12:28 UTC  (26+ messages)
` [PATCH v8 00/16] rebase -i: offer to recreate commit topology by rebasing merges
  ` [PATCH v8 06/16] sequencer: introduce the `merge` command
  ` [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 v9 00/17] rebase -i: offer to recreate commit topology by rebasing merges
    ` [PATCH v9 01/17] sequencer: avoid using errno clobbered by rollback_lock_file()
    ` [PATCH v9 02/17] sequencer: make rearrange_squash() a bit more obvious
    ` [PATCH v9 03/17] sequencer: refactor how original todo list lines are accessed
    ` [PATCH v9 04/17] sequencer: offer helpful advice when a command was rescheduled
    ` [PATCH v9 05/17] git-rebase--interactive: clarify arguments
    ` [PATCH v9 06/17] sequencer: introduce new commands to reset the revision
    ` [PATCH v9 07/17] sequencer: introduce the `merge` command

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

What's cooking in git.git (Apr 2018, #03; Wed, 25)
 2018-04-25 10:35 UTC  (2+ messages)

[PATCH] git: add -N as a short option for --no-pager
 2018-04-25  9:21 UTC  (6+ messages)

[RFC PATCH] checkout: Force matching mtime between files
 2018-04-25  8:48 UTC  (9+ messages)

[PATCH v1 0/2] add additional config settings for merge
 2018-04-25  8:20 UTC  (27+ messages)
` [PATCH v1 1/2] merge: Add merge.renames config setting
` [PATCH v1 2/2] merge: Add merge.aggressive "
` [PATCH v2 0/2] add additional config settings for merge
  ` [PATCH v2 1/2] merge: Add merge.renames config setting
  ` [PATCH v2 2/2] merge: Add merge.aggressive "

[PATCH 0/3] Some add-on patches on top of dj/runtime-prefix
 2018-04-25  7:46 UTC  (8+ messages)
` [PATCH v2 "

[PATCH v2] Make running git under other debugger-like programs easy
 2018-04-25  7:25 UTC  (3+ messages)
` [PATCH v3] "

GSoC students and mentors in 2018
 2018-04-25  6:52 UTC  (3+ messages)

[PATCH 00/41] object_id part 13
 2018-04-25  5:06 UTC  (23+ messages)
` [PATCH 01/41] cache: add a function to read an object ID from a buffer
` [PATCH 02/41] server-info: remove unused members from struct pack_info
` [PATCH 18/41] index-pack: abstract away hash function constant
` [PATCH 21/41] http: eliminate hard-coded constants
` [PATCH 23/41] upload-pack: replace use of several "
` [PATCH 25/41] builtin/receive-pack: avoid hard-coded constants for push certs
` [PATCH 31/41] wt-status: convert two uses of EMPTY_TREE_SHA1_HEX
` [PATCH 41/41] merge-one-file: compute empty blob object ID

Fetching tags overwrites existing tags
 2018-04-25  1:31 UTC  (5+ messages)

git https and github
 2018-04-25  0:32 UTC 

[PATCH 0/9] object store: oid_object_info is the next contender
 2018-04-25  0:21 UTC  (19+ messages)
` [PATCH 1/9] cache.h: add repository argument to oid_object_info_extended
` [PATCH 2/9] cache.h: add repository argument to oid_object_info
` [PATCH 3/9] packfile: add repository argument to retry_bad_packed_offset
` [PATCH 4/9] packfile: add repository argument to packed_to_object_type
` [PATCH 5/9] packfile: add repository argument to packed_object_info
` [PATCH 6/9] packfile: add repository argument to read_object
` [PATCH 7/9] packfile: add repository argument to unpack_entry
` [PATCH 8/9] packfile: add repository argument to cache_or_unpack_entry
` [PATCH 9/9] cache.h: allow sha1_object_info to handle arbitrary repositories

[PATCHv2 0/7] Moved code detection: ignore space on uniform indentation
 2018-04-25  0:11 UTC  (18+ messages)
` [PATCH 1/7] xdiff/xdiff.h: remove unused flags
` [PATCH 2/7] xdiff/xdiffi.c: remove unneeded function declarations
` [PATCH 3/7] diff.c: do not pass diff options as keydata to hashmap
` [PATCH 4/7] diff.c: adjust hash function signature to match hashmap expectation
` [PATCH 5/7] diff.c: add a blocks mode for moved code detection
` [PATCH 6/7] diff.c: decouple white space treatment from move detection algorithm
` [PATCH 7/7] diff.c: add --color-moved-ignore-space-delta option

[PATCHv2 0/9] object store: oid_object_info is the next contender
 2018-04-24 22:49 UTC  (12+ messages)
` [PATCHv2 1/9] cache.h: add repository argument to oid_object_info_extended
` [PATCHv2 2/9] cache.h: add repository argument to oid_object_info
` [PATCHv2 3/9] packfile: add repository argument to retry_bad_packed_offset
` [PATCHv2 4/9] packfile: add repository argument to packed_to_object_type
` [PATCHv2 5/9] packfile: add repository argument to packed_object_info
` [PATCHv2 6/9] packfile: add repository argument to read_object
` [PATCHv2 7/9] packfile: add repository argument to unpack_entry
` [PATCHv2 8/9] packfile: add repository argument to cache_or_unpack_entry
` [PATCHv2 9/9] cache.h: allow oid_object_info to handle arbitrary repositories
` [PATCHv2 9/9] cache.h: allow sha1_object_info "

[PATCH v7 0/4] worktree: teach "add" to check out existing branches
 2018-04-24 21:56 UTC  (13+ messages)
` [PATCH v8 "
  ` [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 4/4] worktree: teach "add" to check out existing branches
  ` [PATCH v9 0/4] "
    ` [PATCH v9 1/4] worktree: remove extra members from struct add_opts
    ` [PATCH v9 2/4] worktree: improve message when creating a new worktree
    ` [PATCH v9 3/4] worktree: factor out dwim_branch function
    ` [PATCH v9 4/4] worktree: teach "add" to check out existing branches

[PATCH v10 00/36] Add directory rename detection to git
 2018-04-24 20:21 UTC  (3+ messages)
` [PATCH v10 1/2] fixup! merge-recursive: fix was_tracked() to quit lying with some renamed paths
  ` [PATCH v10 2/2] fixup! t6046: testcases checking whether updates can be skipped in a merge

[PATCH v2 00/10] Compute and consume generation numbers
 2018-04-24 18:56 UTC  (11+ messages)
` [PATCH v3 0/9] "
  ` [PATCH v3 5/9] ref-filter: use generation number for --contains
  ` [PATCH v3 7/9] commit: add short-circuit to paint_down_to_common()

[PATCH 1/6] grep.c: take regmatch_t as argument in match_line()
 2018-04-24 18:39 UTC  (24+ messages)
` [PATCH v2 0/6] Teach '--column-number' to 'git-grep(1)'
  ` [PATCH v2 2/6] grep.c: take column number as argument to show_line()
` [PATCH v3 0/7] Teach '--column-number' to 'git-grep(1)'
  ` [PATCH v3 1/7] Documentation/config.txt: camel-case lineNumber for consistency
  ` [PATCH v3 2/7] grep.c: expose matched column in match_line()
  ` [PATCH v3 3/7] grep.[ch]: extend grep_opt to allow showing matched column
  ` [PATCH v3 4/7] grep.c: display column number of first match
  ` [PATCH v3 5/7] builtin/grep.c: add '--column-number' option to 'git-grep(1)'
  ` [PATCH v3 6/7] grep.c: add configuration variables to show matched option
  ` [PATCH v3 7/7] contrib/git-jump/git-jump: jump to match column in addition to line

[PATCH 0/3] Colorful blame output
 2018-04-24 18:05 UTC  (6+ messages)
` [PATCH 1/3] builtin/blame: dim uninteresting metadata lines
` [PATCH 2/3] builtin/blame: highlight recently changed lines
` [PATCH 3/3] builtin/blame: add new coloring scheme config

[PATCH v8 06/16] sequencer: introduce the `merge` command
 2018-04-24 16:29 UTC  (9+ messages)
  ` [PATCH 1/2] merge: setup `opts` later in `checkout_fast_forward()`
  ` [PATCH 2/2] unpack_trees_options: free messages when done

[PATCH v2 0/6] Keep all info in command-list.txt in git binary
 2018-04-24 16:17 UTC  (6+ messages)
` [PATCH v3 "
  ` [PATCH v3 4/6] git.c: implement --list-cmds=porcelain

Git archeology
 2018-04-24 10:37 UTC  (5+ messages)

[RFC PATCH v10 32.5/36] unpack_trees: fix memory corruption with split_index when src != dst
 2018-04-24  6:50 UTC  (5+ messages)
` [PATCH v2] unpack_trees: fix breakage when o->src_index != o->dst_index
    ` [PATCH v3] "

[PATCH v4 1/4] Makefile: generate Perl header from template file
 2018-04-24  2:56 UTC  (11+ messages)
      ` [PATCH dj/runtime-prefix 0/2] Handle $IFS in $INSTLIBDIR
        ` [PATCH 1/2] Makefile: remove unused @@PERLLIBDIR@@ substitution variable
        ` [PATCH 2/2] Makefile: quote $INSTLIBDIR when passing it to sed
            ` [PATCH 2/2 v2] "

[PATCH v7 07/17] # This is a combination of 2 commits. # This is the 1st commit message:
 2018-04-24  1:28 UTC  (3+ messages)
` [PATCH v3 0/4] rebase -i: avoid stale "# This is a combination of" in commit messages

[PATCH v10 00/36] Add directory rename detection to git
 2018-04-24  0:15 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).