git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2018-04-22 20:59:05 to 2018-04-24 05:14:10 UTC [more...]

[PATCH v7 00/17] rebase -i: offer to recreate commit topology
 2018-04-24  5:13 UTC  (16+ 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 1/2] merge: setup `opts` later in `checkout_fast_forward()`
  ` [PATCH v8 09/16] rebase: introduce the --rebase-merges option

[PATCH 1/6] grep.c: take regmatch_t as argument in match_line()
 2018-04-24  5:07 UTC  (41+ 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
` [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 v6 0/6] worktree: teach "add" to check out existing branches
 2018-04-24  4:25 UTC  (16+ 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

[PATCH v10 33/36] merge-recursive: fix was_tracked() to quit lying with some renamed paths
 2018-04-24  3:05 UTC  (9+ messages)
` [RFC PATCH v10 32.5/36] unpack_trees: fix memory corruption with split_index when src != dst
          ` [PATCH v2] unpack_trees: fix breakage when o->src_index != o->dst_index

[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 0/3] Some add-on patches on top of dj/runtime-prefix
 2018-04-24  2:41 UTC  (5+ messages)
` [PATCH v2 "

[PATCH v3 00/11] Deprecate .git/info/grafts
 2018-04-24  2:38 UTC  (8+ messages)
` [PATCH v4 "
  ` [PATCH v4 01/11] argv_array: offer to split a string by whitespace
  ` [PATCH v4 04/11] replace: "libify" create_graft() and callees

[PATCH 0/3] Colorful blame output
 2018-04-24  2:09 UTC  (5+ 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 v7 07/17] # This is a combination of 2 commits. # This is the 1st commit message:
 2018-04-24  1:28 UTC  (5+ messages)
` [PATCH v3 0/4] rebase -i: avoid stale "# This is a combination of" in commit messages
    ` [PATCH v3 0/4] rebase -i: avoid stale "# This is a combinationof" "

[PATCH 00/41] object_id part 13
 2018-04-24  1:03 UTC  (44+ 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 03/41] Remove unused member in struct object_context
` [PATCH 04/41] packfile: remove unused member from struct pack_entry
` [PATCH 05/41] packfile: convert has_sha1_pack to object_id
` [PATCH 06/41] sha1_file: convert freshen functions "
` [PATCH 07/41] packfile: convert find_pack_entry "
` [PATCH 08/41] packfile: abstract away hash constant values
` [PATCH 09/41] pack-objects: abstract away hash algorithm
` [PATCH 10/41] pack-redundant: "
` [PATCH 11/41] tree-walk: avoid hard-coded 20 constant
` [PATCH 12/41] tree-walk: convert get_tree_entry_follow_symlinks to object_id
` [PATCH 13/41] fsck: convert static functions to struct object_id
` [PATCH 14/41] submodule-config: convert structures to object_id
` [PATCH 15/41] split-index: convert struct split_index "
` [PATCH 16/41] Update struct index_state to use struct object_id
` [PATCH 17/41] pack-redundant: convert linked lists "
` [PATCH 18/41] index-pack: abstract away hash function constant
` [PATCH 19/41] commit: convert uses of get_sha1_hex to get_oid_hex
` [PATCH 20/41] dir: convert struct untracked_cache_dir to object_id
` [PATCH 21/41] http: eliminate hard-coded constants
` [PATCH 22/41] revision: replace use of "
` [PATCH 23/41] upload-pack: replace use of several "
` [PATCH 24/41] diff: specify abbreviation size in terms of the_hash_algo
` [PATCH 25/41] builtin/receive-pack: avoid hard-coded constants for push certs
` [PATCH 26/41] builtin/am: convert uses of EMPTY_TREE_SHA1_BIN to the_hash_algo
` [PATCH 27/41] builtin/merge: switch tree functions to use object_id
` [PATCH 28/41] merge: convert empty tree constant to the_hash_algo
` [PATCH 29/41] sequencer: convert one use of EMPTY_TREE_SHA1_HEX
` [PATCH 30/41] submodule: convert several uses "
` [PATCH 31/41] wt-status: convert two "
` [PATCH 32/41] builtin/receive-pack: convert one use "
` [PATCH 33/41] builtin/reset: convert use of EMPTY_TREE_SHA1_BIN
` [PATCH 34/41] sha1_file: convert cached object code to struct object_id
` [PATCH 35/41] cache-tree: use is_empty_tree_oid
` [PATCH 36/41] sequencer: use the_hash_algo for empty tree object ID
` [PATCH 37/41] dir: use the_hash_algo for empty blob "
` [PATCH 38/41] sha1_file: only expose empty object constants through git_hash_algo
` [PATCH 39/41] Update shell scripts to compute empty tree object ID
` [PATCH 40/41] add--interactive: compute the empty tree value
` [PATCH 41/41] merge-one-file: compute empty blob object ID

[PATCH 0/9] object store: oid_object_info is the next contender
 2018-04-24  0:38 UTC  (13+ 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

[PATCH v10 00/36] Add directory rename detection to git
 2018-04-24  0:15 UTC  (7+ messages)

[RFC PATCH] checkout: Force matching mtime between files
 2018-04-23 23:41 UTC  (3+ messages)

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

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

[PATCH 0/3] optionally send server-options when using v2
 2018-04-23 22:47 UTC  (5+ messages)
` [PATCH 1/3] serve: introduce the server-option capability
` [PATCH 2/3] ls-remote: send server options when using protocol v2
` [PATCH 3/3] fetch: "

[PATCH v2 00/10] Compute and consume generation numbers
 2018-04-23 21:38 UTC  (17+ 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

GSoC students and mentors in 2018
 2018-04-23 21:01 UTC 

Git Bash Completion Not Working In Emacs
 2018-04-23 19:51 UTC  (3+ messages)

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

[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

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

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)

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  (8+ messages)
` [PATCH v3 "
  ` [PATCH v3 2/6] git.c: implement --list-cmds=all and use it in git-completion.bash
  ` [PATCH v3 4/6] git.c: implement --list-cmds=porcelain
  ` [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 


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