messages from 2019-04-16 09:36:59 to 2019-04-19 19:28:34 UTC [more...]
Git config "ignorecase = true" has issues
2019-04-19 19:28 UTC
[RFC PATCH 00/11] rebase -i run without forking rebase--interactive
2019-04-19 5:53 UTC (15+ messages)
` [PATCH v1 00/12] Run rebase -i "
` [PATCH v1 01/12] sequencer: always discard index after checkout
` [PATCH v1 02/12] rebase: don't translate trace strings
` [PATCH v1 03/12] rebase: rename write_basic_state()
` [PATCH v1 04/12] rebase: use OPT_RERERE_AUTOUPDATE()
` [PATCH v1 05/12] rebase -i: combine rebase--interactive.c with rebase.c
` [PATCH v1 06/12] rebase -i: remove duplication
` [PATCH v1 07/12] rebase -i: use struct commit when parsing options
` [PATCH v1 08/12] rebase -i: use struct object_id for squash_onto
` [PATCH v1 09/12] rebase -i: use struct rebase_options to parse args
` [PATCH v1 10/12] rebase -i: use struct rebase_options in do_interactive_rebase()
` [PATCH v1 11/12] rebase: use a common action enum
` [PATCH v1 12/12] rebase -i: run without forking rebase--interactive
Feature request: Allow to update commit ID in messages when rebasing
2019-04-19 10:44 UTC (7+ messages)
[PATCH v4 0/4] rebase: teach rebase --keep-base
2019-04-19 17:08 UTC (15+ messages)
` [PATCH v5 0/5] "
` [PATCH v5 3/5] rebase: fast-forward --onto in more cases
` [PATCH v6 0/5] rebase: teach rebase --keep-base
` [PATCH v6 1/6] t3431: add rebase --fork-point tests
` [PATCH v6 2/6] t3432: test rebase fast-forward behavior
` [PATCH v6 3/6] rebase: refactor can_fast_forward into goto tower
` [PATCH v6 4/6] rebase: fast-forward --onto in more cases
` [PATCH v6 5/6] rebase: fast-forward --fork-point "
` [PATCH v6 6/6] rebase: teach rebase --keep-base
[PATCH] [WIP/RFC] add git pull and git fetch --set-upstream
2019-04-19 18:42 UTC (9+ messages)
[PATCH 1/1] configure.ac: Properly check for libintl
2019-04-19 5:12 UTC (5+ messages)
[PATCH 0/1] documentation: add lab for first contribution
2019-04-19 16:57 UTC (9+ messages)
` [PATCH v2 "
` [PATCH v2 1/1] "
` [PATCH v3] "
[PATCH] Makefile: use fileno macro work around on AIX
2019-04-19 5:01 UTC (2+ messages)
[PATCH 0/1] Fix an off-by-one bug in the untracked cache code
2019-04-19 9:18 UTC (11+ messages)
` [PATCH 1/1] untracked cache: fix off-by-one
` [PATCH 0/3] untracked cache parsing fixups
` [PATCH 1/3] untracked-cache: be defensive about missing NULs in index
` [PATCH 2/3] untracked-cache: simplify parsing by dropping "next"
` [PATCH 3/3] untracked-cache: simplify parsing by dropping "len"
` [PATCH 4/3] untracked-cache: use FLEX_ALLOC to create internal structs
Exposing the states of sequencer, etc
2019-04-19 17:57 UTC
[PATCH] worktree: update is_bare heuristics
2019-04-19 17:21 UTC (9+ messages)
` [PATCH v2] "
[GSoC] [t9803]
2019-04-18 21:07 UTC (2+ messages)
(no subject)
2019-04-18 20:33 UTC
[PATCH 0/3] some prune optimizations
2019-04-18 20:08 UTC (5+ messages)
` [PATCH 2/3] prune: use bitmaps for reachability traversal
` [PATCH] t5304: add a test for pruning with bitmaps
Some files not ignored as they should be
2019-04-18 19:07 UTC (2+ messages)
git version 2.20.1.windows.1 throws file name too long in gitk
2019-04-18 18:16 UTC (7+ messages)
[PATCH 00/11] git add -i: add a rudimentary version in C (supporting only status and help so far)
2019-04-18 17:57 UTC (8+ messages)
` [PATCH 01/11] Start to implement a built-in version of `git add --interactive`
` [PATCH 07/11] Add a function to determine unique prefixes for a list of strings
` [PATCH 06/11] built-in add -i: implement the main loop
[PATCH v9 00/11] Fix scissors bug during conflict
2019-04-18 17:21 UTC (17+ messages)
` [PATCH v10 00/10] "
` [PATCH v10 01/10] t7600: clean up style
` [PATCH v10 02/10] t3507: "
` [PATCH v10 03/10] t7604: "
` [PATCH v10 04/10] t7502: "
` [PATCH v10 05/10] commit: extract cleanup_mode functions to sequencer
` [PATCH v10 06/10] parse-options.h: extract common --cleanup option
` [PATCH v10 07/10] merge: cleanup messages like commit
` [PATCH v10 08/10] merge: add scissors line on merge conflict
` [PATCH v10 09/10] sequencer.c: save and restore cleanup mode
` [PATCH v10 10/10] cherry-pick/revert: add scissors line on merge conflict
[PATCH 0/7] Assorted Documentation-related fixes
2019-04-18 16:01 UTC (35+ messages)
` [PATCH 1/7] remote-testgit: move it into the support directory for t5801
` [PATCH 2/7] help -a: do not list commands that are excluded from the build
` [PATCH 3/7] check-docs: do not pretend that commands are listed which are excluded
` [PATCH 4/7] docs: exclude documentation for commands that have been excluded
` [PATCH 7/7] Turn `git serve` into a test helper
` [PATCH v2 0/8] Assorted Documentation-related fixes
` [PATCH v2 1/8] remote-testgit: move it into the support directory for t5801
` [PATCH v2 2/8] Makefile: drop the NO_INSTALL variable
` [PATCH v2 3/8] help -a: do not list commands that are excluded from the build
` [PATCH v2 4/8] check-docs: allow command-list.txt to contain excluded commands
` [PATCH v2 5/8] docs: exclude documentation for commands that have been excluded
` [PATCH v2 6/8] check-docs: do not bother checking for legacy scripts' documentation
` [PATCH v2 7/8] test-tool: handle the `-C <directory>` option just like `git`
` [PATCH v2 8/8] Turn `git serve` into a test helper
[PATCH v1 00/11] And new command "restore"
2019-04-18 10:20 UTC (7+ messages)
` [PATCH v2 00/16] Add new command 'restore'
[PATCH 2/2] parse-options: don't emit "ambiguous option" for aliases
2019-04-18 9:29 UTC (5+ messages)
` [PATCH v2] "
Bug report: `git-ls-files --exclude-standard --ignored --others --directory` gives incomplete output
2019-04-18 6:49 UTC
What's cooking in git.git (Apr 2019, #03; Tue, 16)
2019-04-18 6:54 UTC (24+ messages)
` Stalled ds/ branches (was What's cooking in git.git (Apr 2019, #03; Tue, 16))
` jt/clone-server-option "
` jc/format-patch-error-check, was Re: What's cooking in git.git (Apr 2019, #03; Tue, 16)
` ab/test-lib-pass-trace2-env, "
[PATCH 0/1] Fix a bug in ref-filter
2019-04-18 0:23 UTC (8+ messages)
` [PATCH 1/1] Fix %(push:track) "
Generating a todo file for non-interactive rebasing
2019-04-17 17:11 UTC (4+ messages)
[PATCH/docs] make slash-rules more readable
2019-04-17 15:49 UTC (8+ messages)
[PATCH 0/2] A couple of cherry-pick related fixes
2019-04-17 15:04 UTC (7+ messages)
` [PATCH v2 "
` [PATCH v2 1/2] commit/reset: try to clean up sequencer state
` [PATCH v2 2/2] fix cherry-pick/revert status after commit
[PATCH 0/8] Do not use abbreviated options in tests
2019-04-17 12:07 UTC (8+ messages)
` [PATCH v2 "
` [PATCH v2 8/8] tests: disallow the use of abbreviated options (by default)
incorrect range-diff output?
2019-04-17 11:52 UTC (7+ messages)
` [RFC PATCH 0/4] output improvements for git range-diff
` [RFC PATCH 2/4] range-diff: don't remove funcname from inner diff
[PATCH 0/2] Prepare our git-p4 tests for running on APFS
2019-04-17 11:48 UTC (6+ messages)
` [PATCH v2 "
` [PATCH v2 1/2] t9822: skip tests if file names cannot be ISO-8859-1 encoded
FW: Some files not ignored as they should be
2019-04-17 9:23 UTC
[PATCH] Give git-pull a --reset option
2019-04-17 8:51 UTC (2+ messages)
[PATCH v2 0/3] remove extern from function declarations
2019-04-17 7:58 UTC (6+ messages)
` [PATCH v3 0/4] "
` [PATCH v3 1/4] *.[ch]: remove extern from function declarations using spatch
` [PATCH v3 2/4] *.[ch]: remove extern from function declarations using sed
` [PATCH v3 3/4] *.[ch]: manually align parameter lists
` [PATCH v3 4/4] cocci: prevent extern function declarations
[BUG] git stash --keep-index undeletes file
2019-04-16 21:59 UTC (4+ messages)
feature request: .blameignore
2019-04-16 16:33 UTC (5+ messages)
[PATCH 00/14] nd/diff-parseopt part 1
2019-04-16 14:24 UTC (5+ messages)
` [PATCH 07/14] parse-options: allow ll_callback with OPTION_CALLBACK
[PATCH v3 00/33] nd/sha1-name-c-wo-the-repository updates
2019-04-16 9:33 UTC (13+ messages)
` [PATCH v4 00/34] "
` [PATCH v4 24/34] sha1-name.c: remove the_repo from get_oid_basic()
` [PATCH v4 25/34] sha1-name.c: remove the_repo from get_oid_1()
` [PATCH v4 26/34] sha1-name.c: remove the_repo from handle_one_ref()
` [PATCH v4 27/34] sha1-name.c: remove the_repo from diagnose_invalid_index_path()
` [PATCH v4 28/34] sha1-name.c: remove the_repo from resolve_relative_path()
` [PATCH v4 29/34] sha1-name.c: remove the_repo from get_oid_with_context_1()
` [PATCH v4 30/34] sha1-name.c: add repo_get_oid()
` [PATCH v4 31/34] submodule-config.c: use repo_get_oid for reading .gitmodules
` [PATCH v4 32/34] sha1-name.c: remove the_repo from maybe_die_on_misspelt_object_name
` [PATCH v4 33/34] sha1-name.c: remove the_repo from other get_oid_*
` [PATCH v4 34/34] sha1-name.c: remove the_repo from get_oid_mb()
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).