messages from 2018-02-08 21:33:28 to 2018-02-10 10:24:19 UTC [more...]
[PATCH v2 00/27] protocol version 2
2018-02-10 10:23 UTC (5+ messages)
` [PATCH v3 00/35] "
` [PATCH v3 22/35] upload-pack: support shallow requests
Bug? Error during commit
2018-02-10 10:21 UTC (4+ messages)
What's cooking in git.git (Jan 2018, #04; Wed, 31)
2018-02-10 10:09 UTC (16+ messages)
` [PATCH 0/2] update-index doc: note new caveats in 2.17
` [PATCH 1/2] update-index doc: note a fixed bug in the untracked cache
` [PATCH 2/2] update-index doc: note the caveat with "could not open..."
[RFC PATCH 0/3] Make fsck check other worktree HEADs
2018-02-10 9:59 UTC (5+ messages)
` [RFC PATCH 1/3] fsck: Move fsck_head_link() to get_default_heads() to avoid some globals
` [RFC PATCH 2/3] t1450-fsck: Add tests for HEAD of other worktrees
` [RFC PATCH 3/3] fsck: Check HEAD of other worktrees as well
[PATCH v6 0/7] convert: add support for different encodings
2018-02-10 9:48 UTC (13+ messages)
` [PATCH v6 1/7] strbuf: remove unnecessary NUL assignment in xstrdup_tolower()
` [PATCH v6 2/7] strbuf: add xstrdup_toupper()
` [PATCH v6 3/7] utf8: add function to detect prohibited UTF-16/32 BOM
` [PATCH v6 4/7] utf8: add function to detect a missing "
` [PATCH v6 5/7] convert: add 'working-tree-encoding' attribute
` [PATCH v6 6/7] convert: add tracing for "
` [PATCH v6 7/7] convert: add round trip check based on 'core.checkRoundtripEncoding'
Crash when clone includes magic filenames on Windows
2018-02-10 9:42 UTC (3+ messages)
[PATCH v2 00/41] Automate updating git-completion.bash a bit
2018-02-10 9:29 UTC (47+ messages)
` [PATCH v3 00/42] "
` [PATCH v3 01/42] parse-options: support --git-completion-helper
` [PATCH v3 02/42] parse-options: add OPT_xxx_F() variants
` [PATCH v3 03/42] parse-options: let OPT__FORCE take optional flags argument
` [PATCH v3 04/42] git-completion.bash: introduce __gitcomp_builtin
` [PATCH v3 05/42] completion: use __gitcomp_builtin in _git_add
` [PATCH v3 06/42] completion: use __gitcomp_builtin in _git_am
` [PATCH v3 07/42] completion: use __gitcomp_builtin in _git_apply
` [PATCH v3 08/42] completion: use __gitcomp_builtin in _git_branch
` [PATCH v3 09/42] completion: use __gitcomp_builtin in _git_checkout
` [PATCH v3 10/42] completion: use __gitcomp_builtin in _git_cherry_pick
` [PATCH v3 11/42] completion: use __gitcomp_builtin in _git_clean
` [PATCH v3 12/42] completion: use __gitcomp_builtin in _git_clone
` [PATCH v3 13/42] completion: use __gitcomp_builtin in _git_commit
` [PATCH v3 14/42] completion: use __gitcomp_builtin in _git_config
` [PATCH v3 15/42] completion: use __gitcomp_builtin in _git_describe
` [PATCH v3 16/42] completion: use __gitcomp_builtin in _git_difftool
` [PATCH v3 17/42] completion: use __gitcomp_builtin in _git_fetch
` [PATCH v3 18/42] completion: use __gitcomp_builtin in _git_fsck
` [PATCH v3 19/42] completion: use __gitcomp_builtin in _git_gc
` [PATCH v3 20/42] completion: use __gitcomp_builtin in _git_grep
` [PATCH v3 21/42] completion: use __gitcomp_builtin in _git_help
` [PATCH v3 22/42] completion: use __gitcomp_builtin in _git_init
` [PATCH v3 23/42] completion: use __gitcomp_builtin in _git_ls_files
` [PATCH v3 24/42] completion: use __gitcomp_builtin in _git_ls_remote
` [PATCH v3 25/42] completion: use __gitcomp_builtin in _git_merge
` [PATCH v3 26/42] completion: use __gitcomp_builtin in _git_merge_base
` [PATCH v3 27/42] completion: use __gitcomp_builtin in _git_mv
` [PATCH v3 28/42] completion: use __gitcomp_builtin in _git_name_rev
` [PATCH v3 29/42] completion: use __gitcomp_builtin in _git_notes
` [PATCH v3 30/42] completion: use __gitcomp_builtin in _git_pull
` [PATCH v3 31/42] completion: use __gitcomp_builtin in _git_push
` [PATCH v3 32/42] completion: use __gitcomp_builtin in _git_remote
` [PATCH v3 33/42] remote: force completing --mirror= instead of --mirror
` [PATCH v3 34/42] completion: use __gitcomp_builtin in _git_replace
` [PATCH v3 35/42] completion: use __gitcomp_builtin in _git_reset
` [PATCH v3 36/42] completion: use __gitcomp_builtin in _git_revert
` [PATCH v3 37/42] completion: use __gitcomp_builtin in _git_rm
` [PATCH v3 38/42] completion: use __gitcomp_builtin in _git_show_branch
` [PATCH v3 39/42] completion: use __gitcomp_builtin in _git_status
` [PATCH v3 40/42] completion: use __gitcomp_builtin in _git_tag
` [PATCH v3 41/42] completion: use __gitcomp_builtin in _git_worktree
` [PATCH v3 42/42] git-completion.bash: add GIT_COMPLETION_OPTIONS=all config
Fetch-hooks
2018-02-10 1:33 UTC (24+ messages)
` [PATCH 0/2] fetch: add tweak-fetch hook
` [PATCH 1/2] fetch: preparations for "
` [PATCH 2/2] fetch: add "
[PATCH v1] worktree: set worktree environment in post-checkout hook
2018-02-10 1:28 UTC (2+ messages)
[RFC PATCH 000/194] Moving global state into the repository object
2018-02-09 23:15 UTC (9+ messages)
` [PATCH 003/194] object-store: move packed_git and packed_git_mru to object store
` [PATCH 021/194] pack: add repository argument to reprepare_packed_git
` [PATCH 042/194] object-store: move alternates API to new alternates.h
` [PATCH 046/194] object-store: move replace_objects back to object-store
"git bisect run make" adequate to locate first unbuildable commit?
2018-02-09 22:44 UTC (5+ messages)
[PATCH v3 00/11] document & test fetch pruning & add fetch.pruneTags
2018-02-09 21:14 UTC (27+ messages)
` [PATCH v2 00/17] "
` [PATCH v2 01/17] fetch: don't redundantly NULL something calloc() gave us
` [PATCH v2 02/17] fetch: trivially refactor assignment to ref_nr
` [PATCH v2 11/17] fetch tests: fetch <url> <spec> as well as fetch [<remote>]
` [PATCH v2 12/17] git fetch doc: add a new section to explain the ins & outs of pruning
` [PATCH v2 13/17] git remote doc: correct dangerous lies about what prune does
` [PATCH v2 16/17] fetch: add a --fetch-prune option and fetch.pruneTags config
` [PATCH v2 17/17] fetch: make the --fetch-prune work with <url>
[PATCH v2 00/12] document & test fetch pruning & add fetch.pruneTags
2018-02-09 20:32 UTC (19+ messages)
` [PATCH v5 00/17] "
` [PATCH v5 01/17] fetch: don't redundantly NULL something calloc() gave us
` [PATCH v5 02/17] fetch: trivially refactor assignment to ref_nr
` [PATCH v5 03/17] fetch: stop accessing "remote" variable indirectly
` [PATCH v5 04/17] remote: add a macro for "refs/tags/*:refs/tags/*"
` [PATCH v5 05/17] fetch tests: refactor in preparation for testing tag pruning
` [PATCH v5 06/17] fetch tests: re-arrange arguments for future readability
` [PATCH v5 07/17] fetch tests: add a tag to be deleted to the pruning tests
` [PATCH v5 08/17] fetch tests: test --prune and refspec interaction
` [PATCH v5 09/17] fetch tests: double quote a variable for interpolation
` [PATCH v5 10/17] fetch tests: expand case/esac for later change
` [PATCH v5 11/17] fetch tests: fetch <url> <spec> as well as fetch [<remote>]
` [PATCH v5 12/17] git fetch doc: add a new section to explain the ins & outs of pruning
` [PATCH v5 13/17] git remote doc: correct dangerous lies about what prune does
` [PATCH v5 14/17] git-fetch & config doc: link to the new PRUNING section
` [PATCH v5 15/17] fetch tests: add scaffolding for the new fetch.pruneTags
` [PATCH v5 16/17] fetch: add a --prune-tags option and fetch.pruneTags config
` [PATCH v5 17/17] fetch: make the --prune-tags work with <url>
totally confused as to what "git bisect skip" is supposed to do
2018-02-09 19:51 UTC (3+ messages)
[PATCH 0/2] Refactor hash search with fanout table
2018-02-09 19:50 UTC (4+ messages)
` [PATCH 2/2] packfile: refactor "
[PATCH] color.h: document and modernize header
2018-02-09 19:33 UTC (10+ messages)
` [PATCH] CodingGuidelines: mention "static" and "extern"
[PATCH 1/1] Mark messages for translations
2018-02-09 19:30 UTC (6+ messages)
` [PATCH 0/1] "
[PATCH 0/3] Teach 'test_must_fail' to save the command's stderr to a file
2018-02-09 19:03 UTC (12+ messages)
` [PATCH 1/3] t: document 'test_must_fail ok=<signal-name>'
` [PATCH 2/3] t: teach 'test_must_fail' to save the command's stderr to a file
` [PATCH 3/3] t1404: use 'test_must_fail stderr=<file>'
[PATCH] rebase -p: fix incorrect commit message when calling `git merge`
2018-02-09 17:28 UTC (3+ messages)
should "git bisect skip" not visually reduce number of revisions left?
2018-02-09 15:54 UTC
[BUG] Integer overflow when supplying large context value to diff --unified
2018-02-09 15:01 UTC
[PATCH v2 00/14] Serialized Git Commit Graph
2018-02-09 13:45 UTC (17+ messages)
` [PATCH v3 "
` [PATCH v3 01/14] commit-graph: add format document
` [PATCH v3 03/14] commit-graph: create git-commit-graph builtin
` [PATCH v3 04/14] commit-graph: implement write_commit_graph()
` [PATCH v3 06/14] commit-graph: implement 'git-commit-graph read'
` [PATCH v3 14/14] commit-graph: build graph from starting commits
categorization, documentation and packaging of "git core" commands
2018-02-09 13:51 UTC (5+ messages)
[PATCH] worktree: teach "add" to check out existing branches
2018-02-09 12:08 UTC (12+ messages)
` [PATCH v2 0/3] "
` [PATCH v2 1/3] worktree: improve message when creating a new worktree
` [PATCH v2 3/3] worktree: teach "add" to check out existing branches
Issue: Git Gui: show ssh key don't show key type id_ed25519.pub
2018-02-09 11:21 UTC
[PATCH 0/8] rebase -i: offer to recreate merge commits
2018-02-09 7:13 UTC (7+ messages)
` [PATCH 5/8] rebase: introduce the --recreate-merges option
[PATCH v1] name-hash: properly fold directory names in adjust_dirname_case()
2018-02-09 5:43 UTC (3+ messages)
` [PATCH v2] "
bad behaviour while using git rebase -i -p
2018-02-09 2:32 UTC (2+ messages)
Left-over COMMIT_EDITMSG file in gitdir
2018-02-08 22:18 UTC (2+ messages)
[PATCH] send-email: have default batch size when relogin delay is given
2018-02-08 22:00 UTC (5+ messages)
` [PATCH] send-email: error out when relogin delay is missing
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).