messages from 2018-07-31 18:17:49 to 2018-08-02 19:06:47 UTC [more...]
Git clone and case sensitivity
2018-08-02 19:06 UTC (26+ messages)
` [PATCH/RFC] clone: report duplicate entries on case-insensitive filesystems
[RFC PATCH v2 00/12] Make submodules work if .gitmodules is not checked out
2018-08-02 18:59 UTC (20+ messages)
` [RFC PATCH v2 01/12] submodule: add a print_config_from_gitmodules() helper
` [RFC PATCH v2 02/12] submodule: factor out a config_set_in_gitmodules_file_gently function
` [RFC PATCH v2 03/12] t7411: be nicer to future tests and really clean things up
` [RFC PATCH v2 04/12] submodule--helper: add a new 'config' subcommand
` [RFC PATCH v2 05/12] submodule: use the 'submodule--helper config' command
` [RFC PATCH v2 06/12] submodule--helper: add a '--stage' option to the 'config' sub command
` [RFC PATCH v2 07/12] submodule: use 'submodule--helper config --stage' to stage .gitmodules
` [RFC PATCH v2 08/12] t7506: cleanup .gitmodules properly before setting up new scenario
` [RFC PATCH v2 09/12] submodule: support reading .gitmodules even when it's not checked out
` [RFC PATCH v2 10/12] t7416: add new test about HEAD:.gitmodules and not existing .gitmodules
` [RFC PATCH v2 11/12] dir: move is_empty_file() from builtin/am.c to dir.c and make it public
` [RFC PATCH v2 12/12] submodule: remove the .gitmodules file when it is empty
git merge -s subtree seems to be broken
2018-08-02 18:58 UTC (15+ messages)
[PATCH] push: comment on a funny unbalanced option help
2018-08-02 18:46 UTC (17+ messages)
` Re* "
What's cooking in git.git (Jul 2018, #03; Wed, 25)
2018-08-02 18:40 UTC (15+ messages)
` range-diff, was "
` ds/reachable (was Re: What's cooking in git.git (Jul 2018, #03; Wed, 25))
` ds/multi-pack-index "
Question regarding quarantine environments
2018-08-02 18:39 UTC (2+ messages)
[PATCH 0/5] Misc Coccinelle-related improvements
2018-08-02 18:31 UTC (5+ messages)
` [PoC] coccinelle: make Coccinelle-related make targets more fine-grained
[PATCH 0/2 v4] sideband: highlight keywords in remote sideband output
2018-08-02 18:22 UTC (5+ messages)
` [PATCH 1/2] config: document git config getter return value
` [PATCH 2/2] sideband: highlight keywords in remote sideband output
[PATCH v1] checkout: optionally speed up "git checkout -b foo"
2018-08-02 18:02 UTC (5+ messages)
` [PATCH v2] checkout: optimize "git checkout -b <new_branch>"
[PATCH] color: protect against out-of-bounds array access/assignment
2018-08-02 17:45 UTC (4+ messages)
[PATCH 0/2 v3] Highlight keywords in remote sideband output
2018-08-02 17:44 UTC (15+ messages)
` [PATCH 1/2] Document git config getter return value
` [PATCH 2/2] Highlight keywords in remote sideband output
[PATCH v2 0/4] fix "rebase -i --root" corrupting root commit
2018-08-02 17:27 UTC (19+ messages)
` [PATCH v2 0/2] Fix author script quoting
` [PATCH v2 1/2] sequencer: handle errors in read_author_ident()
` [PATCH v2 2/2] sequencer: fix quoting in write_author_script
` [PATCH v3 0/2] Fix author script quoting
` [PATCH v3 1/2] sequencer: handle errors in read_author_ident()
` [PATCH v3 2/2] sequencer: fix quoting in write_author_script
[PATCH 0/2 v4] sideband: highlight keywords in remote sideband output
2018-08-02 17:19 UTC (4+ messages)
` [PATCH 1/2] config: document git config getter return value
` [PATCH 2/2] sideband: highlight keywords in remote sideband output
[BUG] fetching sometimes doesn't update refs
2018-08-02 16:40 UTC (12+ messages)
` [PATCH] transport: report refs only if transport does
` [PATCH] fetch-pack: unify ref in and out param
[PATCH 0/8] Add color test for range-diff, simplify diff.c
2018-08-02 15:48 UTC (7+ messages)
` [PATCHv2 "
` [PATCH 2/8] t3206: add color test for range-diff --dual-color
[RFC] push: add documentation on push v2
2018-08-02 15:17 UTC (5+ messages)
[GSoC] GSoC with git, week 13
2018-08-02 14:11 UTC
[PATCH] remote: clear string_list after use in mv()
2018-08-02 9:58 UTC (3+ messages)
[PATCH v4 0/9] Introducing remote ODBs
2018-08-02 6:15 UTC (10+ messages)
` [PATCH v4 1/9] fetch-object: make functions return an error code
` [PATCH v4 2/9] Add initial remote odb support
` [PATCH v4 3/9] remote-odb: implement remote_odb_get_direct()
` [PATCH v4 4/9] remote-odb: implement remote_odb_get_many_direct()
` [PATCH v4 5/9] remote-odb: add remote_odb_reinit()
` [PATCH v4 6/9] Use remote_odb_get_direct() and has_remote_odb()
` [PATCH v4 7/9] Use odb.origin.partialclonefilter instead of core.partialclonefilter
` [PATCH v4 8/9] t0410: test fetching from many promisor remotes
` [PATCH v4 9/9] Documentation/config: add odb.<name>.promisorRemote
Fetch on submodule update
2018-08-02 6:08 UTC (3+ messages)
[PATCH v2] remote: make refspec follow the same disambiguation rule as local refs
2018-08-02 2:26 UTC (6+ messages)
[PATCH 0/3] config: fix case sensitive subsection names on writing
2018-08-01 22:51 UTC (9+ messages)
` [PATCH 0/3] sb/config-write-fix done without robbing Peter
` [PATCH 1/3] t1300: document current behavior of setting options
` [PATCH 2/3] config: fix case sensitive subsection names on writing
` [PATCH 3/3] git-config: document accidental multi-line setting in deprecated syntax
[PATCH] negotiator/skipping: skip commits during fetch
2018-08-01 21:13 UTC (6+ messages)
` [PATCH 0/2] negotiator: improve recent behavior + docs
` [PATCH 1/2] negotiator: unknown fetch.negotiationAlgorithm should error out
` [PATCH 2/2] fetch doc: cross-link two new negotiation options
[PATCH v2 17/18] commit-reach: make can_all_from_reach... linear
2018-08-01 20:41 UTC (3+ messages)
[PATCH 00/16] Consolidate reachability logic
2018-08-01 20:33 UTC (6+ messages)
` [PATCH v2 00/18] "
[PATCH 1/1] add hook pre-p4-submit
2018-08-01 17:41 UTC (10+ messages)
` [PATCH 1/1] Add the `p4-pre-submit` hook
[PATCH v1 0/3] [RFC] Speeding up checkout (and merge, rebase, etc)
2018-08-01 16:38 UTC (7+ messages)
` [PATCH v2 0/4] Speed up unpack_trees()
git broken for AIX somewhere between 2.13.2 and 2.13.3
2018-08-01 7:31 UTC (15+ messages)
` Is detecting endianness at compile-time unworkable?
[PATCH] t1404: increase core.packedRefsTimeout to avoid occasional test failure
2018-08-01 1:37 UTC (3+ messages)
[PATCH 1/1] verify-tag/verify-commit should exit unsuccessfully when signature is not trusted
2018-08-01 0:25 UTC (3+ messages)
[PATCH] remote: prefer exact matches when using refspecs
2018-08-01 0:32 UTC (6+ messages)
[GSoC] [PATCH v4 0/4] rebase: rewrite rebase in C
2018-08-01 0:17 UTC (3+ messages)
` [GSoC] [PATCH v5 0/3] "
[PATCH] travis-ci: include the trash directories of failed tests in the trace log
2018-07-31 22:56 UTC
[PATCH] config: fix case sensitive subsection names on writing
2018-07-31 20:16 UTC (4+ messages)
` [PATCH 0/3] "
` [PATCH 2/3] "
[GSoC][PATCH v4 00/20] rebase -i: rewrite in C
2018-07-31 19:28 UTC (3+ messages)
` [GSoC][PATCH v5 "
[PATCH 00/29] t: detect and fix broken &&-chains in subshells
2018-07-31 19:08 UTC (10+ messages)
` [PATCH v2 00/10] detect "
` [PATCH v2 01/10] t/test-lib: teach --chain-lint to "
Question on range-diff and notes.displayref
2018-07-31 18:17 UTC (2+ messages)
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).