git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2018-05-07 12:00:00 to 2018-05-09 10:50:35 UTC [more...]

[PATCH v7 07/17] # This is a combination of 2 commits. # This is the 1st commit message:
 2018-05-09 10:50 UTC  (5+ messages)
` [PATCH v4 0/4] rebase -i: avoid stale "# This is a combination of" in commit messages
  ` [PATCH v4 4/4] rebase --skip: clean up commit message after a failed fixup/squash

[PATCH v3 00/12] get_short_oid UI improvements
 2018-05-09 10:48 UTC  (24+ messages)
` [PATCH v2 "
  ` [PATCH v3 06/12] get_short_oid: sort ambiguous objects by type, then SHA-1
  ` [PATCH v3 09/12] get_short_oid / peel_onion: ^{tree} should be tree, not treeish
  ` [PATCH v3 11/12] config doc: document core.disambiguate
` [PATCH v3 04/12] cache.h: add comment explaining the order in object_type
    ` [PATCH] pack-format.txt: more details on pack file format

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

[PATCH 0/2] gitk: improve handling of submodules in the file list panel
 2018-05-09  9:01 UTC  (8+ messages)
` [PATCH 1/2] gitk: show part of submodule log instead of empty pane when listing trees
` [PATCH 2/2] gitk: add an option to run gitk on an item in the file list

[PATCH] git-p4: add options --commit and --disable-rebase
 2018-05-09  8:20 UTC 

[PATCH 0/8] gpg-interface: Multiple signing tools
 2018-05-09  8:03 UTC  (12+ messages)
` [PATCH 8/8] gpg-interface: handle alternative signature types

[PATCH] mailmap: update brian m. carlson's email address
 2018-05-09  7:03 UTC  (10+ messages)
` [PATCH v2] "

regarding fix on "git clone $there $here"
 2018-05-09  6:44 UTC  (3+ messages)

[PATCH 3/5] refs.c: drop dead code checking lock status in `delete_pseudoref()`
 2018-05-09  4:23 UTC  (3+ messages)

[PATCH/RFC] completion: complete all possible -no-<options>
 2018-05-09  3:20 UTC  (5+ messages)

[PATCH 0/5] Rebooting pc/submodule-helper-foreach
 2018-05-09  0:29 UTC  (6+ messages)
` [PATCHv2 0/4] "
  ` [PATCH 1/4] submodule foreach: correct '$path' in nested submodules from a subdirectory
  ` [PATCH 2/4] submodule foreach: document '$sm_path' instead of '$path'
  ` [PATCH 3/4] submodule foreach: document variable '$displaypath'
  ` [PATCH 4/4] submodule: port submodule subcommand 'foreach' from shell to C

[PATCH] revisions.txt: expand tabs to spaces in diagram
 2018-05-09  0:24 UTC  (7+ messages)
` [PATCH 1/2] Documentation: use 8-space tabs with Asciidoctor
  ` [PATCH 2/2] Documentation: render revisions correctly under Asciidoctor

[PATCH 00/28] Hash-independent tests (part 2)
 2018-05-09  0:13 UTC  (11+ messages)
` [PATCH 01/28] t/test-lib: add an SHA1 prerequisite
` [PATCH 06/28] t0000: annotate with "

[GSoC] A blog about 'git stash' project
 2018-05-08 21:19 UTC  (5+ messages)

[PATCH] t6050-replace: don't disable stdin for the whole test script
 2018-05-08 20:53 UTC  (2+ messages)

[PATCH 00/13] object store: alloc
 2018-05-08 20:37 UTC  (38+ messages)
` [PATCH v2 "
  ` [PATCH v2 01/13] repository: introduce parsed objects field
  ` [PATCH v2 02/13] object: add repository argument to create_object
  ` [PATCH v2 03/13] object: add repository argument to grow_object_hash
  ` [PATCH v2 04/13] alloc: add repository argument to alloc_blob_node
  ` [PATCH v2 05/13] alloc: add repository argument to alloc_tree_node
  ` [PATCH v2 06/13] alloc: add repository argument to alloc_commit_node
  ` [PATCH v2 07/13] alloc: add repository argument to alloc_tag_node
  ` [PATCH v2 08/13] alloc: add repository argument to alloc_object_node
  ` [PATCH v2 09/13] alloc: add repository argument to alloc_report
  ` [PATCH v2 10/13] alloc: add repository argument to alloc_commit_index
  ` [PATCH v2 11/13] object: allow grow_object_hash to handle arbitrary repositories
  ` [PATCH v2 12/13] object: allow create_object "
  ` [PATCH v2 13/13] alloc: allow arbitrary repositories for alloc functions
  ` [PATCH v3 00/13] object store: alloc
    ` [PATCH v3 01/13] repository: introduce parsed objects field
    ` [PATCH v3 02/13] object: add repository argument to create_object
    ` [PATCH v3 03/13] object: add repository argument to grow_object_hash
    ` [PATCH v3 04/13] alloc: add repository argument to alloc_blob_node
    ` [PATCH v3 05/13] alloc: add repository argument to alloc_tree_node
    ` [PATCH v3 06/13] alloc: add repository argument to alloc_commit_node
    ` [PATCH v3 07/13] alloc: add repository argument to alloc_tag_node
    ` [PATCH v3 08/13] alloc: add repository argument to alloc_object_node
    ` [PATCH v3 09/13] alloc: add repository argument to alloc_report
    ` [PATCH v3 10/13] alloc: add repository argument to alloc_commit_index
    ` [PATCH v3 11/13] object: allow grow_object_hash to handle arbitrary repositories
    ` [PATCH v3 12/13] object: allow create_object "
    ` [PATCH v3 13/13] alloc: allow arbitrary repositories for alloc functions

[PATCH 0/5] getting rid of most "static struct lock_file"s
 2018-05-08 18:25 UTC  (2+ messages)

[PATCH 4/5] lock_file: make function-local locks non-static
 2018-05-08 18:18 UTC  (7+ messages)

[PATCH 2/5] refs.c: do not die if locking fails in `write_pseudoref()`
 2018-05-08 18:08 UTC  (6+ messages)

[PATCH 0/2] builtin/grep.c: teach '-o', '--only-matching'
 2018-05-08 17:25 UTC  (9+ messages)
` [PATCH 1/2] grep.c: extract show_line_header()
` [PATCH 2/2] builtin/grep.c: teach '-o', '--only-matching' to 'git-grep'

What's cooking in git.git (May 2018, #01; Mon, 7)
 2018-05-08 17:05 UTC  (7+ messages)

[PATCH 0/8] "git fetch" should not clobber existing tags without --force
 2018-05-08 14:05 UTC  (14+ messages)
` Fetching tags overwrites existing tags
  ` [PATCH 3/8] push tests: add more testing for forced tag pushing
  ` [PATCH 4/8] push tests: assert re-pushing annotated tags
  ` [PATCH 5/8] push doc: correct lies about how push refspecs work
  ` [PATCH 8/8] fetch: stop clobbering existing tags without --force

[PATCH v2 00/15] Assorted fixes for `git config` (including the "empty sections" bug)
 2018-05-08 14:00 UTC  (5+ messages)
` [PATCH v3 "
  ` [PATCH v3 13/15] git_config_set: make use of the config parser's event stream

main url for linking to git source?
 2018-05-08 12:55 UTC  (10+ messages)

[RFC PATCH v4 0/3] Optional sub hierarchy for remote tags
 2018-05-08 10:26 UTC  (3+ messages)
` [RFC PATCH v4 1/3] Teach remote add the --remote-tags option

Weak option parsing in `git submodule`
 2018-05-08  7:56 UTC  (3+ messages)

cherry-pick --no-commit does not work well with --continue in case of conflicts
 2018-05-08  5:53 UTC  (4+ messages)

[PATCH v5 00/10] Keep all info in command-list.txt in git binary
 2018-05-08  4:04 UTC  (19+ messages)
` [PATCH v6 00/13] "
  ` [PATCH v6 01/13] generate-cmds.sh: factor out synopsis extract code
  ` [PATCH v6 02/13] generate-cmds.sh: export all commands to command-list.h
  ` [PATCH v6 03/13] help: use command-list.h for common command list
  ` [PATCH v6 04/13] Remove common-cmds.h
  ` [PATCH v6 05/13] git.c: convert --list-* to --list-cmds=*
  ` [PATCH v6 06/13] git --list-cmds: collect command list in a string_list
  ` [PATCH v6 07/13] completion: implement and use --list-cmds=main,others
  ` [PATCH v6 08/13] git: support --list-cmds=list-<category>
  ` [PATCH v6 09/13] help: add "-a --verbose" to list all commands with synopsis
  ` [PATCH v6 10/13] help: use command-list.txt for the source of guides
  ` [PATCH v6 11/13] command-list.txt: documentation and guide line
  ` [PATCH v6 12/13] completion: let git provide the completable command list
  ` [PATCH v6 13/13] completion: allow to customize "

[PATCH 00/18] Add `branch-diff`, a `tbdiff` lookalike
 2018-05-08  3:48 UTC  (36+ messages)
` [PATCH v2 "
  ` [PATCH v2 02/18] Add a new builtin: branch-diff
  ` [PATCH v2 12/18] branch-diff: use color for the commit pairs

[PATCH] completion: reduce overhead of clearing cached --options
 2018-05-08  3:28 UTC  (6+ messages)
` [PATCH v2] "

[GSoC] Yet another blog series about the GSoC
 2018-05-08  2:29 UTC  (4+ messages)

[PATCH v2 0/5] Allocate cache entries from memory pool
 2018-05-08  1:07 UTC  (6+ messages)
` [PATCH] alloc.c: replace alloc by mempool

[PATCH v10 18/36] merge-recursive: add get_directory_renames()
 2018-05-07 15:45 UTC  (2+ messages)
` [PATCH] fixup! "

Is support for 10.8 dropped?
 2018-05-07 15:20 UTC  (18+ messages)

[RFC] Other chunks for commit-graph, part 1 - Bloom filters, topo order, etc
 2018-05-07 14:26 UTC  (2+ messages)

git merge banch w/ different submodule revision
 2018-05-07 14:23 UTC  (11+ messages)

[PATCH] tests: introduce test_unset_prereq, for debugging
 2018-05-07 14:22 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).