git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2018-05-09 17:54:52 to 2018-05-10 21:25:12 UTC [more...]

[PATCH 0/5] Rebooting pc/submodule-helper-foreach
 2018-05-10 21:25 UTC  (5+ messages)
` [PATCHv2 0/4] "
  ` [PATCH 4/4] submodule: port submodule subcommand 'foreach' from shell to C
      ` [PATCH] "

[PATCH 0/1] warn about auto fast-forwarded submodules during merges
 2018-05-10 21:19 UTC  (7+ messages)
` [PATCH 1/1] Warn about fast-forwarding of submodules during merge
      ` [PATCH 0/2] Submodule merging: i18n, verbosity
        ` [PATCH 1/2] submodule.c: move submodule merging to merge-recursive.c
        ` [PATCH 2/2] merge-recursive: i18n submodule merge output and respect verbosity

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

[PATCH 00/12] Integrate commit-graph into fsck, gc, and fetch
 2018-05-10 20:45 UTC 

Git case-sensitivity bug
 2018-05-10 20:09 UTC  (2+ messages)

[Best Practices Request] clean/smudge configuration
 2018-05-10 19:59 UTC  (4+ messages)

[PATCH v2 0/4] Fix mem leaks of recent object store conversions
 2018-05-10 19:58 UTC  (5+ messages)
` [PATCH v2 1/4] packfile: close and free packs upon releasing an object store
` [PATCH v2 2/4] packfile.h: remove all extern keywords
` [PATCH v2 3/4] object.c: free replace map in raw_object_store_clear
` [PATCH v2 4/4] replace-object.c: remove the_repository from prepare_replace_object

[PATCH] fast-export: avoid NULL pointer arithmetic
 2018-05-10 19:47 UTC  (5+ messages)

[PATCH] refs: handle null-oid for pseudorefs
 2018-05-10 19:29 UTC  (5+ messages)
` [PATCH v2 0/3] refs: handle zero oid "
  ` [PATCH v2 1/3] refs.c: refer to "object ID", not "sha1", in error messages
  ` [PATCH v2 2/3] t1400: add tests around adding/deleting pseudorefs
  ` [PATCH v2 3/3] refs: handle zero oid for pseudorefs

[RFC PATCH 00/12] Integrate commit-graph into 'fsck' and 'gc'
 2018-05-10 19:22 UTC  (20+ messages)
` [PATCH 00/12] Integrate commit-graph into fsck, gc, and fetch
  ` [PATCH 01/12] commit-graph: add 'verify' subcommand
  ` [PATCH 02/12] commit-graph: verify file header information
  ` [PATCH 03/12] commit-graph: parse commit from chosen graph
  ` [PATCH 04/12] commit-graph: verify fanout and lookup table
  ` [PATCH 05/12] commit: force commit to parse from object database
  ` [PATCH 06/12] commit-graph: load a root tree from specific graph
  ` [PATCH 07/12] commit-graph: verify commit contents against odb
  ` [PATCH 08/12] fsck: verify commit-graph
  ` [PATCH 09/12] commit-graph: add '--reachable' option
  ` [PATCH 10/12] gc: automatically write commit-graph files
  ` [PATCH 11/12] fetch: compute commit-graph by default
  ` [PATCH 12/12] commit-graph: update design document

Bug: Untracked file deleted by git-stash
 2018-05-10 19:21 UTC 

[RFC PATCH v2] Implement --first-parent for git rev-list --bisect
 2018-05-10 19:12 UTC 

[PATCH v1] add status config and command line options for rename detection
 2018-05-10 19:09 UTC  (6+ messages)
` [PATCH v2] "

Is rebase --force-rebase any different from rebase --no-ff?
 2018-05-10 18:53 UTC  (6+ messages)

[PATCH 1/2] object.c: free replace map in raw_object_store_clear
 2018-05-10 18:32 UTC  (8+ messages)
` [PATCH 2/2] replace-object.c: remove the_repository from prepare_replace_object

bug: SHA1 calculation on PPC machines when built with gcc older than 4.6
 2018-05-10 18:30 UTC  (2+ messages)

Regression in patch add?
 2018-05-10 17:58 UTC  (9+ messages)

[GSoC] Info: Week 02 Blog Post
 2018-05-10 17:50 UTC  (2+ messages)

[PATCH 0/1] Fix UX issue with commit-graph.lock
 2018-05-10 17:42 UTC  (8+ messages)
` [PATCH 1/1] commit-graph: fix UX issue when .lock file exists
` [PATCH v2] "

[PATCH 0/9] completion: avoid hard coding config var list
 2018-05-10 17:16 UTC  (12+ messages)
` [PATCH 1/9] Add and use generic name->id mapping code for color slot parsing
` [PATCH 2/9] grep: keep all colors in an array
` [PATCH 3/9] fsck: factor out msg_id_info[] lazy initialization code
` [PATCH 4/9] help: add --config to list all available config
` [PATCH 5/9] advice: keep config name in camelCase in advice_config[]
` [PATCH 6/9] am: move advice.amWorkDir parsing back to advice.c
` [PATCH 7/9] completion: drop the hard coded list of config vars
` [PATCH 8/9] completion: support case-insensitive config vars just a bit
` [PATCH 9/9] log-tree: allow to customize 'grafted' color

[PATCH] pack-format.txt: more details on pack file format
 2018-05-10 17:06 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] repository: fix free problem with repo_clear(the_repository)
 2018-05-10 16:34 UTC  (10+ messages)
` [PATCH v2] "

[PATCH v3 00/12] get_short_oid UI improvements
 2018-05-10 16:15 UTC  (29+ messages)
` [PATCH v2 "
  ` [PATCH v3 09/12] get_short_oid / peel_onion: ^{tree} should be tree, not treeish
    ` [PATCH v4 0/6] get_short_oid UI improvements
    ` [PATCH v4 1/6] sha1-name.c: remove stray newline
    ` [PATCH v4 2/6] sha1-array.h: align function arguments
    ` [PATCH v4 3/6] git-p4: change "commitish" typo to "committish"
    ` [PATCH v4 4/6] sha1-name.c: move around the collect_ambiguous() function
    ` [PATCH v4 5/6] get_short_oid: sort ambiguous objects by type, then SHA-1
    ` [PATCH v4 6/6] get_short_oid: document & warn if we ignore the type selector

[PATCH] t5310-pack-bitmaps: make JGit tests work with GIT_TEST_SPLIT_INDEX
 2018-05-10 14:55 UTC  (3+ messages)

Confusing documentation for git apply -p<n>
 2018-05-10 14:29 UTC  (2+ messages)
` [PATCH] apply: clarify "-p" documentation

Missing --relative documentation
 2018-05-10 14:22 UTC  (2+ messages)

[PATCH 1/2] t5516-fetch-push: fix 'push with dry-run' test
 2018-05-10 14:01 UTC  (2+ messages)
` [PATCH 2/2] t5516-fetch-push: fix broken &&-chain

[PATCH 0/2] Configurable GnuPG command for git-credential-netrc
 2018-05-10  9:57 UTC  (5+ messages)
` [PATCH 1/2] git-credential-netrc: adapt to test framework for git
` [PATCH 2/2] git-credential-netrc: accept gpg option

[PATCH] completion: add diff --color-moved and config diff.colorMoved
 2018-05-10  9:06 UTC 

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

[PATCH 0/5] getting rid of most "static struct lock_file"s
 2018-05-10  7:47 UTC  (10+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/5] t/helper/test-write-cache: clean up lock-handling
  ` [PATCH v2 2/5] refs.c: do not die if locking fails in `write_pseudoref()`
  ` [PATCH v2 3/5] refs.c: do not die if locking fails in `delete_pseudoref()`
  ` [PATCH v2 4/5] lock_file: make function-local locks non-static
  ` [PATCH v2 5/5] lock_file: move static locks into functions

[PATCH 0/3] shortlog: do not accept revisions when run outside repo
 2018-05-10  7:11 UTC  (4+ messages)
` [PATCH 0/4] doc: cleaning up instances of \--

[PATCH 1/6] grep.c: take regmatch_t as argument in match_line()
 2018-05-10  6:43 UTC  (12+ messages)
` [PATCH v5 0/7] Teach '--column' to 'git-grep(1)'
  ` [PATCH v5 5/7] builtin/grep.c: add '--column' option "

[PATCH 0/2] builtin/grep.c: teach '-o', '--only-matching'
 2018-05-10  6:40 UTC  (6+ messages)
` [PATCH 2/2] builtin/grep.c: teach '-o', '--only-matching' to 'git-grep'

[PATCH] Implement --first-parent for git rev-list --bisect
 2018-05-10  5:39 UTC  (2+ messages)

[PATCH 1/2] packfile: close and free packs upon releasing an object store
 2018-05-10  5:12 UTC  (3+ messages)
` [PATCH 2/2] packfile.h: remove all extern keywords

[PATCH 4/5] lock_file: make function-local locks non-static
 2018-05-10  4:26 UTC  (9+ messages)

What's cooking in git.git (May 2018, #01; Mon, 7)
 2018-05-10  4:25 UTC  (3+ messages)

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

Implementing reftable in Git
 2018-05-09 18:52 UTC  (9+ messages)

[PATCH 0/2] gitk: improve handling of submodules in the file list panel
 2018-05-09 18:52 UTC  (3+ messages)
` [PATCH v2 "

[PATCH] sha1dc: fix for compiling on AIX using IBM XLC compiler
 2018-05-09 18:30 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).