git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2017-03-23 04:18:16 to 2017-03-24 11:58:05 UTC [more...]

[PATCH v3] t2027: avoid using pipes
 2017-03-24 11:58 UTC  (5+ messages)
    ` [GSoC][PATCH v4] "

[PATCH v2] travis-ci: build and test Git on Windows
 2017-03-24 11:48 UTC  (2+ messages)

How do I copy a branch & its config to a new name?
 2017-03-24 11:10 UTC  (3+ messages)

[PATCH] branch doc: Change `git branch <pattern>` to use `<branchname>`
 2017-03-24 11:06 UTC  (10+ messages)
        ` [PATCH] branch doc: update description for `--list`

[RFC] A Notedb Standard
 2017-03-24 10:37 UTC 

report on a possible bug: git commit -p myfile.py unexpected output
 2017-03-24 10:27 UTC 

[git-gui] Amending doesn't preserve timestamp
 2017-03-24 10:23 UTC  (5+ messages)

[PATCH v2] log: if --decorate is not given, default to --decorate=auto
 2017-03-24  5:46 UTC 

[PATCH] log: if --decorate is not given, default to --decorate=auto
 2017-03-24  5:45 UTC  (10+ messages)

[PATCH] [GSoC] remove_subtree(): reimplement using iterators
 2017-03-24  4:07 UTC 

EOF test fixes (t5615/t7004)
 2017-03-24  3:59 UTC  (18+ messages)
` [PATCH 0/3] fix "here-doc" syntax errors
  ` [PATCH 3/3] t7004, t7030: fix here-doc "
  ` [PATCH] tests: lint for run-away here-doc
    ` [PATCH v2] "

[PATCH 0/3] completion: updates to ctags symbol names
 2017-03-24  0:52 UTC  (7+ messages)
` [PATCH 1/3] completion: put matching ctags symbol names directly into COMPREPLY
` [PATCH 2/3] completion: extract completing ctags symbol names into helper function
` [PATCH 3/3] completion: offer ctags symbol names for 'git log -S', '-G' and '-L:'

[PATCH 0/3] rebase -i (reword): call the commit-msg hook again
 2017-03-24  1:01 UTC  (23+ messages)
` [PATCH 1/3] t7504: document regression: reword no longer calls commit-msg
` [PATCH 2/3] sequencer: make commit options more extensible
` [PATCH 3/3] sequencer: allow the commit-msg hooks to run during a `reword`
` [PATCH v2 0/3] rebase -i (reword): call the commit-msg hook again
  ` [PATCH v2 1/3] t7504: document regression: reword no longer calls commit-msg
  ` [PATCH v2 2/3] sequencer: make commit options more extensible
  ` [PATCH v2 3/3] sequencer: allow the commit-msg hooks to run during a `reword`

[PATCH 1/3] t/README: link to metacpan.org, not search.cpan.org
 2017-03-24  0:59 UTC  (3+ messages)
` [PATCH 3/3] t/README: clarify the test_have_prereq documentation

[PATCHv3 0/3] short status: improve reporting for submodule changes
 2017-03-23 23:11 UTC  (27+ messages)
` [PATCH 1/3] submodule.c: port is_submodule_modified to use porcelain 2
` [PATCH 0/8] short status: improve reporting for submodule changes
  ` [PATCH 1/8] submodule.c: port is_submodule_modified to use porcelain 2
  ` [PATCH 2/8] submodule.c: use argv_array in is_submodule_modified
  ` [PATCH 3/8] submodule.c: convert is_submodule_modified to use strbuf_getwholeline_fd
  ` [PATCH 4/8] submodule.c: port is_submodule_modified to use porcelain 2
  ` [PATCH 5/8] submodule.c: factor out early loop termination in is_submodule_modified
  ` [PATCH 6/8] submodule.c: stricter checking for submodules "
  ` [PATCH 7/8] short status: improve reporting for submodule changes
  ` [PATCH 8/8] submodule.c: correctly handle nested submodules in is_submodule_modified
    ` [PATCH v5 0/7] short status: improve reporting for submodule changes
      ` [PATCH 1/7] submodule.c: use argv_array in is_submodule_modified
      ` [PATCH 2/7] submodule.c: convert is_submodule_modified to use strbuf_getwholeline_fd
      ` [PATCH 3/7] submodule.c: port is_submodule_modified to use porcelain 2
      ` [PATCH 4/7] submodule.c: factor out early loop termination in is_submodule_modified
      ` [PATCH 5/7] submodule.c: stricter checking for submodules "
      ` [PATCH 6/7] short status: improve reporting for submodule changes
      ` [PATCH 7/7] submodule.c: correctly handle nested submodules in is_submodule_modified

[PATCH] sequencer: fix missing newline
 2017-03-23 22:38 UTC  (9+ messages)

USE_SHA1DC is broken in pu
 2017-03-23 22:22 UTC  (12+ messages)

[PATCH v3 00/16] Various changes to the "tag" command & related
 2017-03-23 22:13 UTC  (25+ messages)
` [PATCH v3 01/16] tag doc: move the description of --[no-]merged earlier
` [PATCH v3 02/16] tag doc: split up the --[no-]merged documentation
` [PATCH v3 03/16] tag doc: reword --[no-]merged to talk about commits, not tips
` [PATCH v3 04/16] ref-filter: make combining --merged & --no-merged an error
` [PATCH v3 05/16] ref-filter: add test for --contains on a non-commit
` [PATCH v3 06/16] tag: remove a TODO item from the test suite
` [PATCH v3 07/16] tag tests: fix a typo in a test description
` [PATCH v3 08/16] for-each-ref: partly change <object> to <commit> in help
` [PATCH v3 09/16] tag: add more incompatibles mode tests
` [PATCH v3 10/16] parse-options: add OPT_NONEG to the "contains" option
` [PATCH v3 11/16] tag: change misleading --list <pattern> documentation
` [PATCH v3 12/16] tag: implicitly supply --list given another list-like option
` [PATCH v3 13/16] tag: change --point-at to default to HEAD
` [PATCH v3 14/16] ref-filter: add --no-contains option to tag/branch/for-each-ref
` [PATCH v3 15/16] ref-filter: reflow recently changed branch/tag/for-each-ref docs
` [PATCH v3 16/16] tag: add tests for --with and --without

Bug: Revert with -m 0 says no -m was given
 2017-03-23 21:38 UTC  (4+ messages)

[PATCH v1] travis-ci: build and test Git on Windows
 2017-03-23 21:04 UTC  (23+ messages)

[PATCH] refs.c: use skip_prefix() in prettify_refname()
 2017-03-23 20:06 UTC  (11+ messages)

Question: libxdiff: text-patches: internal format
 2017-03-23 19:30 UTC  (2+ messages)

[PATCH] doc/config: grammar fixes for core.{editor,commentChar}
 2017-03-23 19:02 UTC  (2+ messages)

[PATCHv2 00/14] completion: speed up refs completion
 2017-03-23 18:28 UTC  (17+ messages)
` [PATCHv2 01/14] completion: remove redundant __gitcomp_nl() options from _git_commit()
` [PATCHv2 02/14] completion: wrap __git_refs() for better option parsing
` [PATCHv2 03/14] completion: support completing full refs after '--option=refs/<TAB>'
` [PATCHv2 04/14] completion: support completing fully qualified non-fast-forward refspecs
` [PATCHv2 05/14] completion: support excluding full refs
` [PATCHv2 06/14] completion: don't disambiguate tags and branches
` [PATCHv2 07/14] completion: don't disambiguate short refs
` [PATCHv2 08/14] completion: let 'for-each-ref' and 'ls-remote' filter matching refs
` [PATCHv2 09/14] completion: let 'for-each-ref' strip the remote name from remote branches
` [PATCHv2 10/14] completion: let 'for-each-ref' filter remote branches for 'checkout' DWIMery
` [PATCHv2 11/14] completion: let 'for-each-ref' sort "
` [PATCHv2 12/14] completion: fill COMPREPLY directly when completing refs
` [PATCHv2 13/14] completion: fill COMPREPLY directly when completing fetch refspecs
` [PATCHv2 14/14] completion: speed up branch and tag completion

GSoC Project | Convert interactive rebase to C
 2017-03-23 18:19 UTC  (5+ messages)
  `  "

blame --line-porcelain is providing me with funny output
 2017-03-23 18:01 UTC  (3+ messages)

[PATCHv4] rev-parse: add --show-superproject-working-tree
 2017-03-23 17:55 UTC  (10+ messages)
` [PATCH] Documentation/git-worktree: use working tree for trees on the file system

[PATCH v2 0/7] thread lazy_init_name_hash
 2017-03-23 17:52 UTC  (12+ messages)
` [PATCH v2 1/7] name-hash: specify initial size for istate.dir_hash table
` [PATCH v2 2/7] hashmap: allow memihash computation to be continued
` [PATCH v2 3/7] hashmap: Add disallow_rehash setting
` [PATCH v2 4/7] hashmap: document memihash_cont, hashmap_disallow_rehash api
` [PATCH v2 5/7] name-hash: perf improvement for lazy_init_name_hash
` [PATCH v2 6/7] name-hash: add test-lazy-init-name-hash
` [PATCH v2 7/7] name-hash: add perf test for lazy_init_name_hash

git svn and SVN property svn:original-date
 2017-03-23 17:31 UTC  (4+ messages)

Stable GnuPG interface, git should use GPGME
 2017-03-23 10:56 UTC  (9+ messages)

[PATCH v1 0/3] Add support for downloading blobs on demand
 2017-03-23  6:16 UTC  (3+ messages)
` [PATCH v1 2/3] sub-process: refactor the filter process code into a reusable module


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