git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2019-04-17 09:34:10 to 2019-04-22 03:24:05 UTC [more...]

[PATCH/RFC] Makefile: dedup list of files obtained from ls-files
 2019-04-22  3:23 UTC  (2+ messages)

gettext, multiple Preferred languages, and English
 2019-04-22  1:33 UTC  (7+ messages)

[PATCH/RFC 0/2] rebase: add switches to control todo-list setup
 2019-04-22  1:13 UTC  (4+ messages)
` [PATCH/RFC 1/2] rebase: add switches for drop, edit and reword
` [PATCH/RFC 2/2] rebase: add --break switch

[PATCH v2] Give git-pull a --reset option
 2019-04-21 23:38 UTC  (6+ messages)

I messed up my own git tree and I don't know how to fix it
 2019-04-21 21:18 UTC  (9+ messages)

[PATCH 0/1] documentation: add lab for first contribution
 2019-04-21 10:52 UTC  (9+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/1] "
  ` [PATCH v3] "

[PATCH v4 0/4] rebase: teach rebase --keep-base
 2019-04-21  8:11 UTC  (22+ 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 v7 0/6] rebase: learn --keep-base
    ` [PATCH v7 1/6] t3431: add rebase --fork-point tests
    ` [PATCH v7 2/6] t3432: test rebase fast-forward behavior
    ` [PATCH v7 3/6] rebase: refactor can_fast_forward into goto tower
    ` [PATCH v7 4/6] rebase: fast-forward --onto in more cases
    ` [PATCH v7 5/6] rebase: fast-forward --fork-point "
    ` [PATCH v7 6/6] rebase: teach rebase --keep-base

doc bug: update-ref --create-reflog also works with --stdin
 2019-04-21  5:13 UTC  (2+ messages)

[PATCH] reset.txt: update the title line to cover all use cases
 2019-04-21  4:53 UTC  (2+ messages)

[PATCH 0/3] some prune optimizations
 2019-04-20 21:01 UTC  (8+ messages)
` [PATCH 2/3] prune: use bitmaps for reachability traversal
      ` [PATCH] t5304: add a test for pruning with bitmaps

Git subtree error on windows 10 with 2.21 version
 2019-04-20 13:21 UTC  (2+ messages)

Resolving deltas dominates clone time
 2019-04-20  7:59 UTC  (3+ messages)

Exposing the states of sequencer, etc
 2019-04-20  6:52 UTC  (3+ messages)

[PATCH] clone: do faster object check for partial clones
 2019-04-19 21:00 UTC  (9+ messages)
` [PATCH v3] rev-list: exclude promisor objects at walk time
` [PATCH v4] clone: do faster object check for partial clones

[PATCH 0/7] Assorted Documentation-related fixes
 2019-04-19  5:20 UTC  (36+ 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] worktree: update is_bare heuristics
 2019-04-19 17:21 UTC  (10+ messages)
` [PATCH v2] "

[PATCH 0/1] Fix an off-by-one bug in the untracked cache code
 2019-04-19 19:43 UTC  (13+ 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

[PATCH 2/2] parse-options: don't emit "ambiguous option" for aliases
 2019-04-19  4:39 UTC  (6+ messages)
` [PATCH v2] "

[PATCH 1/1] configure.ac: Properly check for libintl
 2019-04-19  6:37 UTC  (6+ messages)

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] [WIP/RFC] add git pull and git fetch --set-upstream
 2019-04-19 18:42 UTC  (9+ messages)

[PATCH] Makefile: use fileno macro work around on AIX
 2019-04-19  5:01 UTC  (2+ messages)

[GSoC] [t9803]
 2019-04-18 21:07 UTC  (2+ messages)

(no subject)
 2019-04-18 20:33 UTC 

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 06/11] built-in add -i: implement the main loop
` [PATCH 07/11] Add a function to determine unique prefixes for a list of strings

[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 v1 00/11] And new command "restore"
 2019-04-18 10:20 UTC  (7+ messages)
` [PATCH v2 00/16] Add new command 'restore'

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  (17+ messages)
` jc/format-patch-error-check, was "
` ab/test-lib-pass-trace2-env, "

jt/clone-server-option (was What's cooking in git.git (Apr 2019, #03; Tue, 16))
 2019-04-18  1:51 UTC  (3+ messages)

[PATCH 0/1] Fix a bug in ref-filter
 2019-04-18  0:23 UTC  (7+ 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  (6+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/2] commit/reset: try to clean up sequencer state

[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


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).