git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2019-03-04 08:54:23 to 2019-03-06 04:56:46 UTC [more...]

[PATCH v3 2/2] setup: fix memory leaks with `struct repository_format`
 2019-03-06  4:56 UTC  (3+ messages)
` [PATCH v4 0/2] "

GSoC 2019: Git's application submitted
 2019-03-06  4:49 UTC  (4+ messages)

[BUG] All files in folder are moved when cherry-picking commit that moves fewer files
 2019-03-06  4:43 UTC  (3+ messages)

What's cooking in git.git (Mar 2019, #01; Wed, 6)
 2019-03-06  4:43 UTC  (3+ messages)

[PATCH 0/1] Avoid calling find in the Makefile, if possible
 2019-03-06  4:40 UTC  (22+ messages)
` [PATCH 1/1] Makefile: use `git ls-files` to list header files, "
` [PATCH v2 0/1] Avoid calling find in the Makefile, "
  ` [PATCH v2 1/1] Makefile: use `git ls-files` to list header files, "

[PATCH] Makefile: fix 'hdr-check' when GCRYPT not installed
 2019-03-06  0:11 UTC 

is it "git gc --prune=now" or "git gc --prune=all"?
 2019-03-06  0:08 UTC  (3+ messages)

Git log print commits between a revision range (inclusive)
 2019-03-05 23:52 UTC  (4+ messages)

[PATCH 0/1] remote-curl: mark all error messages for translation
 2019-03-05 23:48 UTC  (4+ messages)
` [PATCH 1/1] "

Questions on GSoC 2019 Ideas
 2019-03-05 23:46 UTC  (10+ messages)

[PATCH] Doc: fix misleading asciidoc formating
 2019-03-05 23:44 UTC  (7+ messages)

[GSoC][PATCH 0/3] Use helper functions in test script
 2019-03-05 23:38 UTC  (17+ messages)
` [GSoC][PATCH v3 "
  ` [GSoC][PATCH v3 1/3] test functions: add function `test_file_not_empty`
      ` [GSoc][PATCH "
  ` [GSoC][PATCH v3 2/3] t3600: modernize style
  ` [GSoC][PATCH v3 3/3] t3600: use helpers to replace test -d/f/e/s <path>
          ` [GSoC][PATCH v2 "
              ` 

[PATCH] git-reset.txt: clarify documentation
 2019-03-05 23:34 UTC  (5+ messages)
` [PATCH v2] "

[PATCH 0/1] Anonymize URLs in error messages and warnings of git-remote-curl
 2019-03-05 22:55 UTC  (4+ messages)
` [PATCH 1/1] curl: anonymize URLs in error messages and warnings

[GSOC]:query regarding microproject
 2019-03-05 21:29 UTC  (2+ messages)

[PATCH] rev-list: allow cached objects in existence check
 2019-03-05 19:27 UTC  (6+ messages)

[PATCH v7 00/16] sequencer: refactor functions working on a todo_list
 2019-03-05 19:18 UTC  (20+ messages)
` [PATCH v8 00/18] "
  ` [PATCH v8 01/18] sequencer: changes in parse_insn_buffer()
  ` [PATCH v8 02/18] sequencer: make the todo_list structure public
  ` [PATCH v8 03/18] sequencer: remove the 'arg' field from todo_item
  ` [PATCH v8 04/18] sequencer: refactor transform_todos() to work on a todo_list
  ` [PATCH v8 05/18] sequencer: introduce todo_list_write_to_file()
  ` [PATCH v8 06/18] sequencer: refactor check_todo_list() to work on a todo_list
  ` [PATCH v8 07/18] sequencer: refactor sequencer_add_exec_commands() "
  ` [PATCH v8 08/18] sequencer: refactor rearrange_squash() "
  ` [PATCH v8 09/18] sequencer: make sequencer_make_script() write its script to a strbuf
  ` [PATCH v8 10/18] sequencer: change complete_action() to use the refactored functions
  ` [PATCH v8 11/18] rebase--interactive: move sequencer_add_exec_commands()
  ` [PATCH v8 12/18] rebase--interactive: move rearrange_squash_in_todo_file()
  ` [PATCH v8 13/18] sequencer: refactor skip_unnecessary_picks() to work on a todo_list
  ` [PATCH v8 14/18] rebase-interactive: use todo_list_write_to_file() in edit_todo_list()
  ` [PATCH v8 15/18] rebase-interactive: append_todo_help() changes
  ` [PATCH v8 16/18] rebase-interactive: rewrite edit_todo_list() to handle the initial edit
  ` [PATCH v8 17/18] sequencer: use edit_todo_list() in complete_action()
  ` [PATCH v8 18/18] rebase--interactive: move transform_todo_file()

Can't build first git commit
 2019-03-05 19:15 UTC  (9+ messages)

[RFC PATCH 0/4] Add alias option to git branch
 2019-03-05 17:36 UTC  (10+ messages)
` [RFC PATCH 1/4] "
  ` [RFC PATCH 2/4] "
    ` [RFC PATCH 3/4] "
      ` [RFC PATCH 4/4] "

[PATCH] builtin/config.c: don't print a newline with --color
 2019-03-05 15:59 UTC  (10+ messages)

[PATCH v4] commit-tree: utilize parse-options api
 2019-03-05 15:49 UTC 

[PATCH 00/20] nd/diff-parseopt part 3
 2019-03-05 15:42 UTC  (22+ messages)
` [PATCH 01/20] diff-parseopt: convert --[no-]indent-heuristic
` [PATCH 02/20] diff-parseopt: convert --patience
` [PATCH 03/20] diff-parseopt: convert --histogram
` [PATCH 04/20] diff-parseopt: convert --diff-algorithm
` [PATCH 05/20] diff-parseopt: convert --anchored
` [PATCH 06/20] diff-parseopt: convert --binary
` [PATCH 07/20] diff-parseopt: convert --full-index
` [PATCH 08/20] diff-parseopt: convert -a|--text
` [PATCH 09/20] diff-parseopt: convert -R
` [PATCH 10/20] diff-parseopt: convert --[no-]follow
` [PATCH 11/20] diff-parseopt: convert --[no-]color
` [PATCH 12/20] diff-parseopt: convert --word-diff
` [PATCH 13/20] diff-parseopt: convert --word-diff-regex
` [PATCH 14/20] diff-parseopt: convert --color-words
` [PATCH 15/20] diff-parseopt: convert --exit-code
` [PATCH 16/20] diff-parseopt: convert --quiet
` [PATCH 17/20] diff-parseopt: convert --ext-diff
` [PATCH 18/20] diff-parseopt: convert --textconv
` [PATCH 19/20] diff-parseopt: convert --ignore-submodules
` [PATCH 20/20] diff-parseopt: convert --submodule

[PATCH] doc/rebase: extend examples to show continuing branches
 2019-03-05 14:04 UTC  (3+ messages)

How to determine the order of commit
 2019-03-05 13:59 UTC  (4+ messages)

worth enhancing "man git-rebase" to show non-HEAD examples?
 2019-03-05 13:16 UTC  (3+ messages)

[PATCH v2 0/1] worktree add: sanitize worktree names
 2019-03-05 12:08 UTC  (12+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/1] "
  ` [PATCH v4 0/2] "
    ` [PATCH v4 1/2] refs.c: refactor check_refname_component()
    ` [PATCH v4 2/2] worktree add: sanitize worktree names

[PATCH v5 00/21] Add range-diff, a tbdiff lookalike
 2019-03-05  6:29 UTC  (4+ messages)
` [PATCH v6 "
  ` [PATCH v6 03/21] range-diff: first rudimentary implementation

fast-import fails with case sensitive tags due to case insensitive lock files
 2019-03-05  6:25 UTC  (5+ messages)
  ` AW: "
      ` AW: "

[PATCH 0/1] [GSoC][PATCH] tests: replace test -(d|f) with test_path_is_(dir|file)
 2019-03-05  4:58 UTC  (12+ messages)
` [PATCH 1/1] tests: replace `test -(d|f)` "
    ` Do test-path_is_{file,dir,exists} make sense anymore with -x?

[PATCH] doc/fsck: discuss mix of --connectivity-only and --dangling
 2019-03-05  4:47 UTC  (7+ messages)
      ` [PATCH v2 0/2] fsck --connectivity-only --dangling
        ` [PATCH v2 1/2] doc/fsck: clarify --connectivity-only behavior
        ` [PATCH v2 2/2] fsck: always compute USED flags for unreachable objects

git bisect - good vs bad output is different
 2019-03-05  4:16 UTC  (8+ messages)
  ` [PATCH 0/3] prettier bisect output
    ` [PATCH 2/3] bisect: fix internal diff-tree config loading

t5570-git-daemon fails with SIGPIPE on OSX
 2019-03-05  4:11 UTC  (7+ messages)
` [PATCH 1/2] fetch: avoid calling write_or_die()
` [PATCH 2/2] fetch: ignore SIGPIPE during network operation

Large object issue (Windows)
 2019-03-05  3:35 UTC  (2+ messages)

Zdravstvujte Vas interesuyut klientskie bazy dannyh?
 2019-03-04 12:06 UTC 

[PATCH] merge-recursive: ignore_case shouldn't reject intentional removals
 2019-03-04 23:07 UTC 

is "git rebase ... [branch]" equivalent to first "git checkout [branch]"?
 2019-03-04 22:54 UTC  (2+ messages)

Test mail
 2019-03-04 19:44 UTC 

[PATCH v3] commit-tree: utilize parse-options api
 2019-03-04 18:46 UTC  (3+ messages)

[PATCH 0/5] git-p4: a few assorted fixes for branches, excludes
 2019-03-04 17:34 UTC  (6+ messages)
` [PATCH 1/5] git-p4: detect/prevent infinite loop in gitCommitByP4Change()
` [PATCH 2/5] git-p4: match branches case insensitively if configured
` [PATCH 3/5] git-p4: don't groom exclude path list on every commit
` [PATCH 4/5] git-p4: add failing test for "don't exclude other files with same prefix"
` [PATCH 5/5] git-p4: don't exclude other files with same prefix

small fix for git-diff man page
 2019-03-04 15:13 UTC  (2+ messages)

[PATCH] Makefile: remove the 'hdr-check' target
 2019-03-04 14:59 UTC  (2+ messages)

[PATCH v2] git-gui: Handle Ctrl + BS/Del in the commit msg
 2019-03-04 14:09 UTC  (5+ messages)

[PATCH 0/2] worktree add race fix
 2019-03-04 13:30 UTC  (8+ messages)
` [PATCH 2/2] setup: don't fail if commondir reference is deleted

Git Monorepo
 2019-03-04 12:42 UTC 

[PATCH v4 0/7] Turn git add-i into built-in
 2019-03-04 10:49 UTC  (3+ messages)
` [PATCH v5 00/10] "
  ` End of Outreachy internship

[PATCH 1/1] gitk: Update Bulgarian translation (317t)
 2019-03-04 10:36 UTC 

[PATCH 1/2] gitk: refresh the colour scheme
 2019-03-04  9:35 UTC  (3+ messages)

[PATCH 1/1] Add feature to show log as a tree
 2019-03-04  9:13 UTC  (3+ messages)

[GSoC] Query regarding microproject
 2019-03-04  9:05 UTC  (4+ messages)

[WIP 0/7] CDN offloading of fetch response
 2019-03-04  8:54 UTC  (6+ messages)


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