messages from 2020-03-20 02:29:26 to 2020-03-22 13:18:32 UTC [more...]
[PATCH v3 0/4] New proc-receive hook for centralized workflow
2020-03-22 13:18 UTC (6+ messages)
` [PATCH v4 0/5] "
` [PATCH v4 1/5] transport: not report a non-head push as a branch
` [PATCH v4 2/5] receive-pack: add new proc-receive hook
` [PATCH v4 3/5] refs.c: refactor to reuse ref_is_hidden()
` [PATCH v4 4/5] receive-pack: new config receive.procReceiveRefs
[GSoC][PATCH 0/1] Microproject Submission
2020-03-22 12:46 UTC (2+ messages)
` [GSoC][PATCH 1/1] t9116: avoid using pipes
GIT_ASKPASS absolute path detection bug on Windows
2020-03-22 11:44 UTC (3+ messages)
[GSoC][RFC] Convert mergetool to builtin
2020-03-22 11:27 UTC (2+ messages)
[PATCH 0/1] commit-graph: avoid unnecessary tag deference when merging
2020-03-22 11:04 UTC (19+ messages)
` [PATCH 1/1] commit-graph.c: avoid unnecessary tag dereference "
[PATCH 0/2] Slightly simplify partial clone user experience
2020-03-22 10:58 UTC (8+ messages)
` [PATCH 1/2] partial-clone: set default filter with --partial
[PATCH] bisect: remove root directory restriction for git bisect
2020-03-22 10:48 UTC (2+ messages)
[RFC][GSoC] Implement Generation Number v2
2020-03-22 9:35 UTC
[PATCH] test-lib: allow short options to be stacked
2020-03-22 8:14 UTC (14+ messages)
` [PATCH v2] test-lib: allow short options to be bundled
[PATCH] t3419: prevent failure when run with EXPENSIVE
2020-03-22 7:51 UTC (6+ messages)
` [PATCH v2] "
` [PATCH] t3419: drop EXPENSIVE tests
[PATCH v2 0/8] fix test failure with busybox
2020-03-22 6:08 UTC (10+ messages)
` [PATCH v2 1/8] t4061: use POSIX compliant regex(7)
` [PATCH v2 2/8] test-lib-functions: test_cmp: eval $GIT_TEST_CMP
` [PATCH v2 3/8] t5003: drop the subshell in test_lazy_prereq
` [PATCH v2 4/8] t5003: skip conversion test if unzip -a is unavailable
` [PATCH v2 5/8] t5616: use rev-parse instead to get HEAD's object_id
` [PATCH v2 6/8] t7063: drop non-POSIX argument "-ls" from find(1)
` [PATCH v2 7/8] t4124: fix test for non-compliant diff(1)
` [PATCH v2 8/8] t5703: feed raw data into test-tool unpack-sideband
[PATCH 0/6] fix test failure with busybox
2020-03-22 6:05 UTC (21+ messages)
` [PATCH 3/6] t5003: skip conversion test if unzip -a is unavailable
` [PATCH 5/6] t7063: use POSIX find(1) syntax
` [PATCH 6/6] t4124: fix test for non-compliance diff
[PATCH v2 1/6] t4061: use POSIX compliance regex(7)
2020-03-22 1:52 UTC (6+ messages)
` [PATCH v2 3/6] t5003: skip conversion test if unzip -a is unavailable
` [PATCH v2 4/6] t5616: use rev-parse instead to get HEAD's object_id
` [PATCH v2 5/6] t7063: use POSIX find(1) syntax
` [PATCH v2 6/6] t4124: fix test for non-compliance diff
macOS builds having trouble at travis-ci.org?
2020-03-21 22:54 UTC (3+ messages)
[GSoC Project RFC] "git log --oneline" improvements
2020-03-21 22:37 UTC (4+ messages)
[RFC]rev-parse: rev-parse.h does not exist for rev-parse.c
2020-03-21 19:41 UTC (2+ messages)
[PATCH 0/2] Lib-ify functions in builtin.h
2020-03-21 19:24 UTC (4+ messages)
` [PATCH 1/2] Lib-ify fmt-merge-msg
` [PATCH 2/2] Lib-ify prune-packed
[GIT PULL] l10n updates for 2.26.0 round 2
2020-03-21 18:58 UTC (3+ messages)
[PATCH 0/7] Sparse checkout improvements -- improved sparsity updating
2020-03-21 18:00 UTC (20+ messages)
` [PATCH v2 00/18] "
` [PATCH v2 01/18] unpack-trees: fix minor typo in comment
` [PATCH v2 02/18] unpack-trees: remove unused error type
` [PATCH v2 03/18] unpack-trees: simplify verify_absent_sparse()
` [PATCH v2 04/18] unpack-trees: simplify pattern_list freeing
` [PATCH v2 05/18] t1091: make some tests a little more defensive against failures
` [PATCH v2 06/18] unpack-trees: allow check_updates() to work on a different index
` [PATCH v2 07/18] unpack-trees: do not mark a dirty path with SKIP_WORKTREE
` [PATCH v2 08/18] unpack-trees: pull sparse-checkout pattern reading into a new function
` [PATCH v2 09/18] unpack-trees: add a new update_sparsity() function
` [PATCH v2 10/18] sparse-checkout: use "
` [PATCH v2 11/18] sparse-checkout: use improved unpack_trees porcelain messages
` [PATCH v2 12/18] unpack-trees: move ERROR_WOULD_LOSE_SUBMODULE earlier
` [PATCH v2 13/18] unpack-trees: rename ERROR_* fields meant for warnings to WARNING_*
` [PATCH v2 14/18] unpack-trees: split display_error_msgs() into two
` [PATCH v2 15/18] unpack-trees: make sparse path messages sound like warnings
` [PATCH v2 16/18] unpack-trees: provide warnings on sparse updates for unmerged paths too
` [PATCH v2 17/18] unpack-trees: failure to set SKIP_WORKTREE bits always just a warning
` [PATCH v2 18/18] sparse-checkout: provide a new reapply subcommand
Feature request: rebase -i inside of rebase -i
2020-03-21 17:56 UTC (6+ messages)
[PATCH v2 00/11] Finish converting git bisect to C part 2
2020-03-21 16:10 UTC (12+ messages)
` [PATCH v2 01/11] bisect--helper: fix `cmd_*()` function switch default return
` [PATCH v2 02/11] bisect--helper: introduce new `write_in_file()` function
` [PATCH v2 03/11] bisect--helper: reimplement `bisect_next` and `bisect_auto_next` shell functions in C
` [PATCH v2 04/11] bisect--helper: finish porting `bisect_start()` to C
` [PATCH v2 05/11] bisect--helper: retire `--bisect-clean-state` subcommand
` [PATCH v2 06/11] bisect--helper: retire `--next-all` subcommand
` [PATCH v2 07/11] bisect--helper: reimplement `bisect_autostart` shell function in C
` [PATCH v2 08/11] bisect--helper: reimplement `bisect_state` & `bisect_head` shell functions "
` [PATCH v2 09/11] bisect--helper: retire `--check-expected-revs` subcommand
` [PATCH v2 10/11] bisect--helper: retire `--write-terms` subcommand
` [PATCH v2 11/11] bisect--helper: retire `--bisect-autostart` subcommand
[PATCH v9 0/5] add git-bugreport tool
2020-03-21 10:53 UTC (11+ messages)
` [PATCH v9 2/5] bugreport: add tool to generate debugging info
[GSoC] Query regarding Microproject
2020-03-21 9:49 UTC (4+ messages)
[PATCH v2 00/17] merge: learn --autostash
2020-03-21 9:21 UTC (21+ messages)
` [PATCH v3 00/19] "
` [PATCH v3 01/19] Makefile: ASCII-sort += lists
` [PATCH v3 02/19] t7600: use test_write_lines()
` [PATCH v3 03/19] sequencer: use file strbuf for read_oneliner()
` [PATCH v3 04/19] sequencer: make read_oneliner() accept flags
` [PATCH v3 05/19] sequencer: configurably warn on non-existent files
` [PATCH v3 06/19] sequencer: make read_oneliner() extern
` [PATCH v3 07/19] rebase: use read_oneliner()
` [PATCH v3 08/19] sequencer: make apply_rebase() accept a path
` [PATCH v3 09/19] rebase: use apply_autostash() from sequencer.c
` [PATCH v3 10/19] rebase: generify reset_head()
` [PATCH v3 11/19] reset: extract reset_head() from rebase
` [PATCH v3 12/19] rebase: extract create_autostash()
` [PATCH v3 13/19] rebase: generify create_autostash()
` [PATCH v3 14/19] sequencer: extract perform_autostash() from rebase
` [PATCH v3 15/19] sequencer: unlink autostash in apply_autostash()
` [PATCH v3 16/19] sequencer: implement save_autostash()
` [PATCH v3 17/19] merge: teach --autostash option
` [PATCH v3 18/19] t5520: make test_pull_autostash() accept expect_parent_num
` [PATCH v3 19/19] pull: pass --autostash to merge
[PATCH] connected: always use partial clone optimization
2020-03-20 22:54 UTC (2+ messages)
[PATCH 0/4] doc: --recurse-submodules
2020-03-20 22:23 UTC (11+ messages)
` [PATCH v2 0/5] "
` [PATCH v2 5/5] doc: --recurse-submodules only apply to active submodules
` [PATCH v3 0/5] doc: --recurse-submodules
` [PATCH v3 1/5] doc: list all commands affected by submodule.recurse
` [PATCH v3 2/5] doc: document --recurse-submodules for reset and restore
` [PATCH v3 3/5] doc: explain how to deactivate submodule.recurse completely
` [PATCH v3 4/5] doc: be more precise on (fetch|push).recurseSubmodules
` [PATCH v3 5/5] doc: --recurse-submodules mostly only apply to active submodules
[PATCH] trace2: teach Git to log environment variables
2020-03-20 21:21 UTC (2+ messages)
[PATCH] config: set pack.useSparse=true by default
2020-03-20 21:14 UTC (7+ messages)
` [PATCH v2] "
` [PATCH v3 0/2] "
` [PATCH v3 1/2] "
` [PATCH v3 2/2] pack-objects: flip the use of GIT_TEST_PACK_SPARSE
[GSOC][PATCH 1/2] t1300: replace "test -f" into "test_path_is_file"
2020-03-20 18:08 UTC (8+ messages)
` [GSOC][PATCH 2/2] "
` [GSOC][PATCH v2] t1300: convert "test -f" with "test_path_is_file"
[GSoC][PATCH 2/2] t4131: use helper function to replace test -f <path>
2020-03-20 17:14 UTC (7+ messages)
` [GSoC][Patch 0/2] made the changes as per community suggestions
` [PATCH 1/2] t4131: modernize style
` Re: [GSoC][Patch]
` [PATCH 2/2] t4131: use helper function to replace 'test -f'
RFC][Feature] submodule
2020-03-20 16:08 UTC (2+ messages)
` Re: [RFC][Feature]
[GSOC][PATCH v2] t1300: convert "test -f" with "test_path_is_file"
2020-03-20 15:56 UTC
[GSoC][PATCH 2/2] t4131: use helper function to replace test -f <path>
2020-03-20 15:39 UTC (2+ messages)
` Re: RFC][Feature] submodule
[RFC PATCH] fetch-pack: lazy fetch using tree:0
2020-03-20 6:12 UTC (2+ messages)
git makes it impossible to ignore or override global gitconfig, needs `GITCONFIGFILE`
2020-03-20 5:41 UTC (5+ 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).