messages from 2019-03-27 10:28:01 to 2019-03-30 11:20:39 UTC [more...]
[PATCH 00/31] Kill the_repository in sha1-name.c
2019-03-30 11:18 UTC (3+ messages)
` [PATCH 01/31] packfile.c: add repo_approximate_object_count()
` [PATCH 02/31] refs.c: add refs_ref_exists()
[BUG] All files in folder are moved when cherry-picking commit that moves fewer files
2019-03-30 9:12 UTC (18+ messages)
` [PATCH v2 00/15] Switch directory rename detection default
` [PATCH v2 01/15] Use 'unsigned short' for mode, like diff_filespec does
` [PATCH v2 02/15] merge-recursive: rename merge_options argument from 'o' to 'opt'
` [PATCH v2 03/15] merge-recursive: rename diff_filespec 'one' to 'o'
` [PATCH v2 04/15] merge-recursive: rename locals 'o' and 'a' to 'obuf' and 'abuf'
` [PATCH v2 05/15] merge-recursive: use 'ci' for rename_conflict_info variable name
` [PATCH v2 06/15] merge-recursive: move some struct declarations together
` [PATCH v2 07/15] merge-recursive: shrink rename_conflict_info
` [PATCH v2 08/15] merge-recursive: remove ren[12]_other fields from rename_conflict_info
` [PATCH v2 09/15] merge-recursive: track branch where rename occurred in rename struct
` [PATCH v2 10/15] merge-recursive: cleanup handle_rename_* function signatures
` [PATCH v2 11/15] merge-recursive: switch from (oid,mode) pairs to a diff_filespec
` [PATCH v2 12/15] t6043: fix copied test description to match its purpose
` [PATCH v2 13/15] merge-recursive: track information associated with directory renames
` [PATCH v2 14/15] merge-recursive: give callers of handle_content_merge() access to contents
` [PATCH v2 15/15] merge-recursive: switch directory rename detection default
[GSoC] Introduction
2019-03-30 8:48 UTC (7+ messages)
` [GSoC][RFC v2] Improve consistency of sequencer commands
[PATCH] test-lib: whitelist GIT_TR2_* in the environment
2019-03-30 7:51 UTC
[RFC PATCH v3 0/5] clone: dir iterator refactoring with tests
2019-03-30 5:32 UTC (19+ messages)
` [GSoC][PATCH v4 0/7] clone: dir-iterator "
` [GSoC][PATCH v4 1/7] clone: test for our behavior on odd objects/* content
` [GSoC][PATCH v4 2/7] clone: better handle symlinked files at .git/objects/
` [GSoC][PATCH v4 3/7] dir-iterator: add flags parameter to dir_iterator_begin
"Give me a break"... well, you gave me one
2019-03-29 23:49 UTC (4+ messages)
[PATCH 0/4] trace2: load trace2 settings from system config
2019-03-29 22:16 UTC (18+ messages)
` [PATCH 1/4] trace2: refactor setting process starting time
` [PATCH 2/4] trace2: add absolute elapsed time to start event
` [PATCH 3/4] trace2: find exec-dir before trace2 initialization
` [PATCH 4/4] trace2: use system config for default trace2 settings
` [PATCH v2 0/7] trace2: load trace2 settings from system config
` [PATCH v2 1/7] trace2: refactor setting process starting time
` [PATCH v2 2/7] trace2: add absolute elapsed time to start event
` [PATCH v2 3/7] trace2: find exec-dir before trace2 initialization
` [PATCH v2 4/7] trace2: use system config for default trace2 settings
` [PATCH v2 5/7] trace2: report peak memory usage of the process
` [PATCH v2 6/7] trace2: clarify UTC datetime formatting
` [PATCH v2 7/7] trace2: make SIDs more unique
Feature Request git clone shallow-include
2019-03-29 22:02 UTC (5+ messages)
[PATCH] diff: batch fetching of missing blobs
2019-03-29 21:39 UTC (6+ messages)
` [PATCH v2 0/2] Batch fetching of missing blobs in diff and show
` [PATCH v2 1/2] sha1-file: support OBJECT_INFO_FOR_PREFETCH
` [PATCH v2 2/2] diff: batch fetching of missing blobs
[PATCH v2 0/6] Asciidoctor-related formatting and CI fixes
2019-03-29 19:52 UTC (10+ messages)
` [PATCH v3 "
` [PATCH v3 1/6] Documentation/git-diff-tree.txt: fix formatting
` [PATCH v3 2/6] Documentation/technical/api-config.txt: "
` [PATCH v3 3/6] Documentation/technical/protocol-v2.txt: "
` [PATCH v3 4/6] ci: install Asciidoctor in 'ci/install-dependencies.sh'
` [PATCH v3 5/6] ci: stick with Asciidoctor v1.5.8 for now
` [PATCH v3.1 "
` [PATCH v3 6/6] ci: fix AsciiDoc/Asciidoctor stderr check in the documentation build job
[GSoC][RFC/PATCH] userdiff: added support for diffing shell scripts
2019-03-29 19:07 UTC (8+ messages)
[PATCH 0/3] rebase: learn --keep-base
2019-03-29 17:52 UTC (10+ messages)
` [PATCH v2] rebase: teach rebase --keep-base
[PATCH 0/2] A couple of cherry-pick related fixes
2019-03-29 16:30 UTC (3+ messages)
` [PATCH 1/2] commit/reset: try to clean up sequencer state
` [PATCH 2/2] fix cherry-pick/revert status after commit
[PATCH v5 00/26] Add new command 'switch'
2019-03-29 15:58 UTC (31+ messages)
` [PATCH v6 00/27] "
` [PATCH v6 01/27] git-checkout.txt: spell out --no-option
` [PATCH v6 02/27] git-checkout.txt: fix one syntax line
` [PATCH v6 03/27] doc: document --overwrite-ignore
` [PATCH v6 04/27] git-checkout.txt: fix monospace typeset
` [PATCH v6 05/27] t: rename t2014-switch.sh to t2014-checkout-switch.sh
` [PATCH v6 06/27] checkout: advice how to get out of detached HEAD mode
` [PATCH v6 07/27] checkout: inform the user when removing branch state
` [PATCH v6 08/27] checkout: keep most #include sorted
` [PATCH v6 09/27] checkout: factor out some code in parse_branchname_arg()
` [PATCH v6 10/27] checkout: make "opts" in cmd_checkout() a pointer
` [PATCH v6 11/27] checkout: move 'confict_style' and 'dwim_..' to checkout_opts
` [PATCH v6 12/27] checkout: split options[] array in three pieces
` [PATCH v6 13/27] checkout: split part of it to new command 'switch'
` [PATCH v6 14/27] switch: better names for -b and -B
` [PATCH v6 15/27] switch: add --discard-changes
` [PATCH v6 16/27] switch: remove -l
` [PATCH v6 17/27] switch: stop accepting pathspec
` [PATCH v6 18/27] switch: reject "do nothing" case
` [PATCH v6 19/27] switch: only allow explicit detached HEAD
` [PATCH v6 20/27] switch: add short option for --detach
` [PATCH v6 21/27] switch: implicit dwim, use --no-guess to disable it
` [PATCH v6 22/27] switch: no worktree status unless real branch switch happens
` [PATCH v6 23/27] switch: reject if some operation is in progress
` [PATCH v6 24/27] switch: make --orphan switch to an empty tree
` [PATCH v6 25/27] t: add tests for switch
` [PATCH v6 26/27] completion: support switch
` [PATCH v6 27/27] doc: promote "git switch"
[PATCH] sequencer: fix cleanup with --signoff and -x
2019-03-29 15:51 UTC (2+ messages)
[PATCH v2 00/19] Add new command "switch"
2019-03-29 15:35 UTC (16+ messages)
` [PATCH v3 00/21] "
` [PATCH v3 10/21] checkout: split part of it to new command 'switch'
[PATCH 0/1] Fix make check-docs on Windows
2019-03-29 14:48 UTC (6+ messages)
` [PATCH v2 0/5] "
` [PATCH v2 2/5] docs: do not document the `git remote-testgit` command
[PATCH 1/3] sha1-file: test the error behavior of alt_odb_usable()
2019-03-29 13:55 UTC (4+ messages)
` [PATCH v2] "
[GSoC] Unify ref-filter formats with other --pretty formats
2019-03-29 13:53 UTC (5+ messages)
Problem with filename containing '?'
2019-03-29 13:33 UTC (2+ messages)
A puzzling omission from the Git book
2019-03-29 13:04 UTC (2+ messages)
What's cooking in git.git (Mar 2019, #01; Wed, 6)
2019-03-28 21:05 UTC (10+ messages)
` [PATCH v2] glossary: add definition for overlay
` [PATCH v3] "
[REGRESSION ps/stash-in-c] git stash show -v
2019-03-28 20:45 UTC (5+ messages)
` [PATCH v2] stash: setup default diff output format if necessary
[PATCH 1/3] t6050: use test_line_count instead of wc -l
2019-03-28 20:22 UTC (6+ messages)
` [PATCH 2/3] t6050: redirect expected error output to /dev/null
` [PATCH 3/3] replace: fix --graft when passing a tag
Strange annotated tag issue
2019-03-28 19:02 UTC (6+ messages)
` [PATCH 0/3] tag: prevent recursive tags
` [PATCH 1/3] "
[GSoC][PATCH] microporject test_path_is_*
2019-03-28 18:01 UTC (6+ messages)
[PATCH v3 0/8] gc: minor code cleanup + contention fixes
2019-03-28 16:14 UTC (9+ messages)
` [PATCH v4 0/7] gc: tests and handle reflog expire config
` [PATCH v4 1/7] gc: remove redundant check for gc_auto_threshold
` [PATCH v4 2/7] gc: convert to using the_hash_algo
` [PATCH v4 3/7] gc: refactor a "call me once" pattern
` [PATCH v4 4/7] reflog tests: make use of "test_config" idiom
` [PATCH v4 5/7] reflog tests: test for the "points nowhere" warning
` [PATCH v4 6/7] reflog tests: assert lack of early exit with expiry="never"
` [PATCH v4 7/7] gc: handle & check gc.reflogExpire config
Strange behaviour of git log --follow
2019-03-28 13:38 UTC (4+ messages)
Unable to change remote url of origin
2019-03-28 11:57 UTC (6+ messages)
[GSoC] microporject test_path_is_*
2019-03-28 9:58 UTC (9+ messages)
git replace --graft does error checking too late
2019-03-28 7:35 UTC (4+ messages)
[PATCH] asciidoctor-extensions: provide `<refmiscinfo/>`
2019-03-28 3:33 UTC (13+ messages)
[PATCH] fetch-pack: binary search when storing wanted-refs
2019-03-28 3:13 UTC (2+ messages)
Puzzling Git backtrace
2019-03-28 2:59 UTC (3+ messages)
[PATCH 0/5] Progress display fixes
2019-03-28 2:12 UTC (5+ messages)
` [PATCH 3/5] progress: assemble percentage and counters in a strbuf before printing
Calculating pack file SHA value
2019-03-28 2:02 UTC (2+ messages)
[GSoC] [t9803]
2019-03-27 23:32 UTC (6+ messages)
[RFC PATCH 1/2] git-p4: introduce alien branch mappings
2019-03-27 23:08 UTC (2+ messages)
` [RFC PATCH 1/1] git-p4: inexact label detection
[PATCH] In `git log --graph`, default to --pretty=oneline --abbrev-commit
2019-03-27 17:49 UTC (7+ messages)
[PATCH] cherry-pick: do not error on non-merge commits when '-m 1' is specified
2019-03-27 13:54 UTC (7+ 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).