messages from 2017-03-22 21:46:48 to 2017-03-23 21:09:39 UTC [more...]
[PATCHv3 0/3] short status: improve reporting for submodule changes
2017-03-23 21:09 UTC (12+ messages)
` [PATCH 1/3] submodule.c: port is_submodule_modified to use porcelain 2
` [PATCH 2/3] submodule.c, is_submodule_modified: stricter checking for submodules
` [PATCH 3/3] short status: improve reporting for submodule changes
` [PATCH 0/8] "
` [PATCH 1/8] submodule.c: port is_submodule_modified to use porcelain 2
` [PATCH 3/8] submodule.c: convert is_submodule_modified to use strbuf_getwholeline_fd
[PATCH] branch doc: Change `git branch <pattern>` to use `<branchname>`
2017-03-23 21:07 UTC (5+ messages)
[PATCH v1] travis-ci: build and test Git on Windows
2017-03-23 21:04 UTC (23+ messages)
Bug: Revert with -m 0 says no -m was given
2017-03-23 20:39 UTC (3+ messages)
[PATCH v3 00/16] Various changes to the "tag" command & related
2017-03-23 20:37 UTC (22+ 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
[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)
USE_SHA1DC is broken in pu
2017-03-23 19:02 UTC (11+ 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
[PATCH] sequencer: fix missing newline
2017-03-23 18:24 UTC (7+ messages)
GSoC Project | Convert interactive rebase to C
2017-03-23 18:19 UTC (5+ messages)
` "
[PATCH] log: if --decorate is not given, default to --decorate=auto
2017-03-23 18:03 UTC (9+ 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)
[PATCH 0/3] rebase -i (reword): call the commit-msg hook again
2017-03-23 16:51 UTC (22+ 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 0/3] completion: updates to ctags symbol names
2017-03-23 15:38 UTC (4+ 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:'
[git-gui] Amending doesn't preserve timestamp
2017-03-23 14:26 UTC (3+ messages)
Stable GnuPG interface, git should use GPGME
2017-03-23 10:56 UTC (9+ messages)
[PATCH v3] t2027: avoid using pipes
2017-03-23 10:15 UTC (3+ messages)
EOF test fixes (t5615/t7004)
2017-03-23 5:43 UTC (17+ 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 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
git svn propset and multi-line svn:externals property
2017-03-23 3:01 UTC (2+ messages)
[PATCH v2 00/16] Various changes to the "tag" command & related
2017-03-23 0:46 UTC (10+ messages)
` [PATCH v2 10/16] tag: change misleading --list <pattern> documentation
How do I copy a branch & its config to a new name?
2017-03-22 23:57 UTC (4+ messages)
Warn user about known Git Rebase bug?!
2017-03-22 22:39 UTC (2+ messages)
[PATCH 1/3] t/README: link to metacpan.org, not search.cpan.org
2017-03-22 22:34 UTC (4+ messages)
` [PATCH 2/3] t/README: change "Inside <X> part" to "Inside the <X> part"
` [PATCH 3/3] t/README: clarify the test_have_prereq documentation
[PATCH 0/2] push options across http
2017-03-22 22:29 UTC (11+ messages)
` [PATCH 1/2] send-pack: send push options correctly in stateless-rpc case
` [PATCH 2/2] remote-curl: allow push options
` [PATCH v2 0/2] push options across http
` [PATCH v2 1/2] send-pack: send push options correctly in stateless-rpc case
` [PATCH v2 2/2] remote-curl: allow push options
[PATCH 2/3] t7406: fix here-doc syntax errors
2017-03-22 22:28 UTC (9+ messages)
` [PATCH] t7406: correct test case for submodule-update initial population
[PATCH] builtin/describe: introduce --broken flag
2017-03-22 21:50 UTC (3+ messages)
` [PATCH v2] "
[PATCH v2 0/4] recursing submodules with relative pathspec (grep and ls-files)
2017-03-22 21:46 UTC (5+ messages)
` [PATCH v3 0/5] "
` [PATCH v3 3/5] grep: fix bug when recursing with relative pathspec
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).