messages from 2019-02-14 06:35:19 to 2019-02-17 10:10:36 UTC [more...]
[PATCH 00/31] Kill the_repository in sha1-name.c
2019-02-17 10:08 UTC (18+ messages)
` [PATCH 01/31] packfile.c: add repo_approximate_object_count()
` [PATCH 02/31] refs.c: add refs_ref_exists()
` [PATCH 03/31] refs.c: add refs_shorten_unambiguous_ref()
` [PATCH 04/31] refs.c: remove the_repo from substitute_branch_name()
` [PATCH 05/31] refs.c: remove the_repo from expand_ref()
` [PATCH 06/31] refs.c: add repo_dwim_ref()
` [PATCH 07/31] refs.c: add repo_dwim_log()
` [PATCH 08/31] refs.c: remove the_repo from read_ref_at()
` [PATCH 09/31] commit.c: add repo_get_commit_tree()
` [PATCH 10/31] sha1-name.c: remove the_repo from sort_ambiguous()
` [PATCH 11/31] sha1-name.c: remove the_repo from find_abbrev_len_packed()
` [PATCH 12/31] sha1-name.c: add repo_find_unique_abbrev_r()
` [PATCH 13/31] sha1-name.c: store and use repo in struct disambiguate_state
` [PATCH 14/31] sha1-name.c: add repo_for_each_abbrev()
` [PATCH 15/31] sha1-name.c: remove the_repo from get_short_oid()
` [PATCH 16/31] sha1-name.c: remove the_repo from interpret_nth_prior_checkout()
` [PATCH 17/31] sha1-name.c: remove the_repo from interpret_branch_mark()
[PATCH 0/1] Introduce "precious" file attribute
2019-02-17 9:31 UTC (4+ messages)
` [PATCH 1/1] Introduce "precious" file concept
[PATCH 1/2] worktree: fix worktree add race
2019-02-17 7:14 UTC (6+ messages)
` [PATCH 2/2] setup: don't fail if commondir is deleted
[Bug report] git diff stat shows unrelated diff
2019-02-17 3:34 UTC (14+ messages)
[ANNOUNCE] Git v2.21.0-rc1 (NonStop Results) - Good News
2019-02-16 18:57 UTC (5+ messages)
[GSoC][PATCH 0/2] clone: convert explicit traversal to
2019-02-16 14:38 UTC (6+ messages)
` [GSoC][PATCH 1/2] clone: extract function from copy_or_link_directory
` [GSoC][PATCH 2/2] clone: use dir-iterator to avoid explicit dir traversal
[PATCH 00/21] nd/diff-parseopt part 2
2019-02-16 11:36 UTC (30+ messages)
` [PATCH v2 "
` [PATCH v2 01/21] diff-parseopt: convert --patch-with-raw
` [PATCH v2 02/21] diff-parseopt: convert --numstat and --shortstat
` [PATCH v2 03/21] diff-parseopt: convert --dirstat and friends
` [PATCH v2 04/21] diff-parseopt: convert --check
` [PATCH v2 05/21] diff-parseopt: convert --summary
` [PATCH v2 06/21] diff-parseopt: convert --patch-with-stat
` [PATCH v3 00/21] nd/diff-parseopt part 2
` [PATCH v3 01/21] diff-parseopt: convert --patch-with-raw
` [PATCH v3 02/21] diff-parseopt: convert --numstat and --shortstat
` [PATCH v3 03/21] diff-parseopt: convert --dirstat and friends
` [PATCH v3 04/21] diff-parseopt: convert --check
` [PATCH v3 05/21] diff-parseopt: convert --summary
` [PATCH v3 06/21] diff-parseopt: convert --patch-with-stat
` [PATCH v3 07/21] diff-parseopt: convert --name-only
` [PATCH v3 08/21] diff-parseopt: convert --name-status
` [PATCH v3 09/21] diff-parseopt: convert -s|--no-patch
` [PATCH v3 10/21] diff-parseopt: convert --stat*
` [PATCH v3 11/21] diff-parseopt: convert --[no-]compact-summary
` [PATCH v3 12/21] diff-parseopt: convert --output-*
` [PATCH v3 13/21] diff-parseopt: convert -B|--break-rewrites
` [PATCH v3 14/21] diff-parseopt: convert -M|--find-renames
` [PATCH v3 15/21] diff-parseopt: convert -D|--irreversible-delete
` [PATCH v3 16/21] diff-parseopt: convert -C|--find-copies
` [PATCH v3 17/21] diff-parseopt: convert --find-copies-harder
` [PATCH v3 18/21] diff-parseopt: convert --no-renames|--[no--rename-empty
` [PATCH v3 19/21] diff-parseopt: convert --relative
` [PATCH v3 20/21] diff-parseopt: convert --[no-]minimal
` [PATCH v3 21/21] diff-parseopt: convert --ignore-some-changes
[PATCH] completion: add more parameter value completion
2019-02-16 11:24 UTC (2+ messages)
` [PATCH v2] "
Debug.protocol
2019-02-16 11:02 UTC
[ANNOUNCE] Git v2.21.0-rc1 (NonStop Results)
2019-02-16 8:26 UTC (9+ messages)
External tool is ignored when using difftool with --no-index
2019-02-16 6:57 UTC (4+ messages)
` [PATCH] diff: reuse diff setup for --no-index case
2.21: Change in ref advertisement handling?
2019-02-16 6:45 UTC (2+ messages)
[PATCH] git-gui: Implement color configuration
2019-02-16 3:14 UTC
[PATCH v2] git-gui: Handle Ctrl + BS/Del in the commit msg
2019-02-16 3:10 UTC
[PATCH] http: cast result to FILE *
2019-02-16 2:33 UTC (4+ messages)
` [PATCH v2] git-compat-util: undefine fileno if defined
[PATCH v5 1/8] technical doc: add a design doc for the evolve command
2019-02-15 23:36 UTC (11+ messages)
` [PATCH v5 2/8] sha1-array: implement oid_array_readonly_contains
` [PATCH v5 3/8] ref-filter: add the metas namespace to ref-filter
` [PATCH v5 4/8] evolve: add support for parsing metacommits
` [PATCH v5 5/8] evolve: add the change-table structure
` [PATCH v5 6/8] evolve: add support for writing metacommits
` [PATCH v5 7/8] evolve: implement the git change command
` [PATCH v5 8/8] evolve: add the git change list command
[PATCH 00/19] Add new command "switch"
2019-02-15 22:38 UTC (4+ messages)
` [PATCH v2 "
` [PATCH v2 06/19] checkout: move 'confict_style' and 'dwim_..' to checkout_opts
[PATCH] read-cache.c: index format v5 -- 30% smaller/faster than v4
2019-02-15 20:22 UTC (4+ messages)
Am a newby and I cannot compile git
2019-02-15 19:13 UTC (6+ messages)
More on t5562 Hang (was RE: [ANNOUNCE] Git v2.21.0-rc1 (NonStop Results))
2019-02-15 18:57 UTC
[Patch v1 3/3] t5562: replace /dev/zero with a pipe from generate_zero_bytes
2019-02-15 18:45 UTC (6+ messages)
` [PATCH] t5562: do not depend on /dev/zero
[PATCH 0/1] Safe-guard the Windows code a bit more against getenv() problems
2019-02-15 18:25 UTC (4+ messages)
` [PATCH 1/1] mingw: safe-guard "
[PATCH v1 0/3] Add post-indexchanged hook
2019-02-15 18:02 UTC (8+ messages)
` [PATCH v2] read-cache: add "
` [PATCH v3] read-cache: add post-index-change hook
[PATCH v5 00/15] Trace2 tracing facility
2019-02-15 17:57 UTC (7+ messages)
` [PATCH v6 "
` [PATCH v6 02/15] trace2: create new combined trace facility
[Breakage] 2.20.0-rc0 t1404: test_i18ngrep reports 1 instead of 0 on NonStop in one case
2019-02-15 17:51 UTC (9+ messages)
` Re* "
[PATCH 0/1] Fix hang in t5562, introduced in v2.21.0-rc1
2019-02-15 17:41 UTC (11+ messages)
` [PATCH 1/1] tests: teach the test-tool to generate NUL bytes and use it
[PATCH 0/1] fixup! trace2: collect Windows-specific process information
2019-02-15 16:48 UTC (4+ messages)
` [PATCH 1/1] "
[PATCH 0/1] Fix hang in t5562, introduced in v2.21.0-rc1 (stack traces inside)
2019-02-15 12:59 UTC (3+ messages)
How to get next commit that just after a specified commit
2019-02-15 10:58 UTC (3+ messages)
[PATCH] git-submodule.txt: document default behavior
2019-02-15 9:26 UTC (8+ messages)
` [PATCH v2 0/3] Document git-submodule's "
` [PATCH v2 3/3] submodule: document "
` [PATCH v3 0/1] Document git-submodule's "
` [PATCH v3 1/1] submodule: document "
[GSoC][RFC PATCH] clone: use dir-iterator to avoid explicit dir traversal
2019-02-15 8:59 UTC (4+ messages)
[L10N] Kickoff for Git 2.21.0 round #2
2019-02-15 7:49 UTC
[PATCH 0/5] Protocol v2 fix: http and auth
2019-02-14 22:47 UTC (7+ messages)
` [PATCH 1/5] remote-curl: reduce scope of rpc_state.argv
` [PATCH 2/5] remote-curl: reduce scope of rpc_state.stdin_preamble
` [PATCH 3/5] remote-curl: reduce scope of rpc_state.result
` [PATCH 4/5] remote-curl: refactor reading into rpc_state's buf
` [PATCH 5/5] remote-curl: use post_rpc() for protocol v2 also
Git - logo commercial use
2019-02-14 21:23 UTC (3+ messages)
[PATCH] t/lib-httpd: pass GIT_TEST_SIDEBAND_ALL through Apache
2019-02-14 21:20 UTC (6+ messages)
What's cooking in git.git (Feb 2019, #03; Wed, 13)
2019-02-14 20:47 UTC (8+ messages)
[PATCH] doc: format pathnames and URLs as monospace
2019-02-14 20:44 UTC (3+ messages)
[PATCH] git-rebase.txt: update to reflect merge now implemented on sequencer
2019-02-14 20:25 UTC
[PATCH 2/8] tests: always test fetch of unreachable with v0
2019-02-14 19:58 UTC (2+ messages)
Have needs for it?
2019-02-11 8:19 UTC
[PATCH v5 0/1] config: allow giving separate author and committer
2019-02-14 18:17 UTC (9+ messages)
` [PATCH v6 2/2] config: allow giving separate author and committer idents
[PATCH] docs/git-rebase: Remove redundant entry in incompatible options list
2019-02-14 16:38 UTC (2+ messages)
[PATCH] rebase: remove the rebase.useBuiltin setting
2019-02-14 16:12 UTC (3+ messages)
` [PATCH] rebase: fix regression in rebase.useBuiltin=false test mode
[PATCH v3 5/5] blame: add tests for ignoring revisions
2019-02-14 15:21 UTC (2+ messages)
BUG: 2.11-era rebase regression when @{upstream} is implicitly used
2019-02-14 13:23 UTC
[PATCH 0/3] some prune optimizations
2019-02-14 11:07 UTC (4+ messages)
` [PATCH 1/3] prune: lazily perform reachability traversal
[PATCH] tests: avoid syntax triggering old dash bug
2019-02-14 9:51 UTC (4+ messages)
` [PATCH v2] "
GSoC 2019: Git's application submitted
2019-02-14 9:48 UTC (10+ 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).