git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2018-06-18 19:58:13 to 2018-06-21 10:57:31 UTC [more...]

RFC: rebase inconsistency in 2.18 -- course of action?
 2018-06-21 10:57 UTC  (8+ messages)
` [RFC PATCH 0/3] Send more rebases through interactive machinery
  ` [RFC PATCH 3/3] git-rebase.sh: make git-rebase--interactive the default

[GSoC][PATCH 0/3] rebase -i: rewrite reflog operations in C
 2018-06-21 10:38 UTC  (13+ messages)
` [GSoC][PATCH 2/3] rebase -i: rewrite setup_reflog_action() "
` [GSoC][PATCH v2 0/3] rebase -i: rewrite reflog operations "
  ` [GSoC][PATCH v2 1/3] sequencer: add a new function to silence a command, except if it fails
  ` [GSoC][PATCH v2 2/3] rebase -i: rewrite setup_reflog_action() in C
  ` [GSoC][PATCH v2 3/3] rebase -i: rewrite checkout_onto() "

After rebasing and reset I am on unexpected commit
 2018-06-21  9:42 UTC  (2+ messages)

After merging and reset I am on unexpected commit
 2018-06-21  9:20 UTC 

State of NewHash work, future directions, and discussion
 2018-06-21  8:20 UTC  (4+ messages)
` Hash algorithm analysis

[PATCH 1/2] sequencer.c: plug leaks in do_pick_commit
 2018-06-21  7:03 UTC  (8+ messages)
` [PATCH 2/2] sequencer.c: plug mem leak in git_sequencer_config

[PATCH] git-stash.txt: document show options
 2018-06-21  6:21 UTC  (2+ messages)

Possible git status problem at case insensitive file system
 2018-06-20 23:31 UTC  (3+ messages)
` [msysGit] "

[PATCH] submodule.c: report the submodule that an error occurs in
 2018-06-20 22:32 UTC 

[PATCH] docs: link to gitsubmodules
 2018-06-20 21:50 UTC  (2+ messages)
` [PATCH v2] "

[PATCH 0/8] ref-in-want
 2018-06-20 21:32 UTC  (21+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/8] upload-pack: implement ref-in-want
  ` [PATCH v3 0/8] ref-in-want
    ` [PATCH v3 1/8] test-pkt-line: add unpack-sideband subcommand
    ` [PATCH v3 2/8] upload-pack: implement ref-in-want
    ` [PATCH v3 3/8] upload-pack: test negotiation with changing repository
    ` [PATCH v3 4/8] fetch: refactor the population of peer ref OIDs
    ` [PATCH v3 5/8] fetch: refactor fetch_refs into two functions
    ` [PATCH v3 6/8] fetch: refactor to make function args narrower
    ` [PATCH v3 7/8] fetch-pack: put shallow info in output parameter
    ` [PATCH v3 8/8] fetch-pack: implement ref-in-want

[RFC PATCH 00/10] Make submodules work if .gitmodules is not checked out
 2018-06-20 21:32 UTC  (16+ messages)
` [RFC PATCH 01/10] config: make config_from_gitmodules generally useful
` [RFC PATCH 02/10] submodule: factor out a config_gitmodules_set function
` [RFC PATCH 03/10] t7411: be nicer to other tests and really clean things up
` [RFC PATCH 04/10] submodule--helper: add a new 'config' subcommand

[PATCH v1 0/5] Allocate cache entries from memory pool
 2018-06-20 20:41 UTC  (15+ messages)
` [PATCH v3 0/7] allocate "
` [PATCH v4 0/8] Allocate cache entries from mem_pool
  ` [PATCH v4 1/8] read-cache: teach refresh_cache_entry() to take istate
  ` [PATCH v4 2/8] block alloc: add lifecycle APIs for cache_entry structs
  ` [PATCH v4 3/8] mem-pool: only search head block for available space
  ` [PATCH v4 4/8] mem-pool: tweak math on mp_block allocation size
  ` [PATCH v4 5/8] mem-pool: add lifecycle management functions
  ` [PATCH v4 6/8] mem-pool: fill out functionality
  ` [PATCH v4 7/8] block alloc: allocate cache entries from mem_pool
  ` [PATCH v4 8/8] block alloc: add validations around cache_entry lifecyle

[PATCH 0/7] grep.c: teach --column to 'git-grep(1)'
 2018-06-20 20:05 UTC  (38+ messages)
` [PATCH 1/7] Documentation/config.txt: camel-case lineNumber for consistency
` [PATCH 2/7] grep.c: expose {,inverted} match column in match_line()
` [PATCH 3/7] grep.[ch]: extend grep_opt to allow showing matched column
` [PATCH 4/7] grep.c: display column number of first match
` [PATCH 5/7] builtin/grep.c: add '--column' option to 'git-grep(1)'
` [PATCH 6/7] grep.c: add configuration variables to show matched option
` [PATCH 7/7] contrib/git-jump/git-jump: jump to exact location
` [PATCH v2 0/7] grep.c: teach --column to 'git-grep(1)'
  ` [PATCH v2 1/7] Documentation/config.txt: camel-case lineNumber for consistency
  ` [PATCH v2 2/7] grep.c: expose {,inverted} match column in match_line()
  ` [PATCH v2 3/7] grep.[ch]: extend grep_opt to allow showing matched column
  ` [PATCH v2 4/7] grep.c: display column number of first match
  ` [PATCH v2 5/7] builtin/grep.c: add '--column' option to 'git-grep(1)'
  ` [PATCH v2 6/7] grep.c: add configuration variables to show matched option
  ` [PATCH v2 7/7] contrib/git-jump/git-jump: jump to exact location

[PATCH 1/2] t3422: new testcases for checking when incompatible options passed
 2018-06-20 17:10 UTC  (10+ messages)
` [RFC PATCH v2 0/7] Document/fix/warn about rebase incompatibilities and inconsistences
  ` [RFC PATCH v2 1/7] git-rebase.txt: document incompatible options
  ` [RFC PATCH v2 7/7] git-rebase: make --allow-empty-message the default

[PATCH 00/23] Multi-pack-index (MIDX)
 2018-06-20 16:39 UTC  (18+ messages)
` [PATCH 03/23] midx: add midx builtin
` [PATCH 05/23] midx: write header information to lockfile
` [PATCH 06/23] midx: struct midxed_git and 'read' subcommand

[PATCH 08/23] midx: read packfiles from pack directory
 2018-06-20 16:33 UTC  (2+ messages)
` [PATCH] packfile: generalize pack directory list

Adding nested repository with slash adds files instead of gitlink
 2018-06-20 16:21 UTC  (16+ messages)

t5562: gzip -k is not portable
 2018-06-20 15:41 UTC  (10+ messages)

What's cooking in git.git (Jun 2018, #05; Mon, 18)
 2018-06-20 15:21 UTC  (5+ messages)

The state of the object store series
 2018-06-20 15:12 UTC  (4+ messages)

Git server eats all memory
 2018-06-20 14:53 UTC  (9+ messages)
            ` Excessive mmap [was Git server eats all memory]

[PATCH 0/2] rebase --root: fix `reword` on a root commit
 2018-06-20 11:04 UTC  (12+ messages)
` [PATCH 1/2] rebase --root: demonstrate a bug while amending root commit messages
  ` [PATCH 1/2] rebase --root: demonstrate a bug while amending rootcommit messages
        ` [PATCH] t3404: check root commit in 'rebase -i --root reword root commit'

[ANNOUNCE] Git Rev News edition 40
 2018-06-20 11:04 UTC 

want <reason> option to git-rebase
 2018-06-20 10:43 UTC  (5+ messages)

[GSoC] GSoC with git, week 7
 2018-06-20  7:17 UTC  (3+ messages)

[PATCH] ewah: delete unused 'rlwit_discharge_empty()'
 2018-06-19 23:49 UTC  (2+ messages)

security: potential out-of-bound read at ewah_io.c |ewah_read_mmap|
 2018-06-19 19:56 UTC  (3+ messages)

[PATCH 00/15] Kill the_index part 1, expose it
 2018-06-19 19:00 UTC  (12+ messages)
` [PATCH 01/15] contrib: add cocci script to replace index compat macros

format-patch: no 'prerequisite-patch-id' info when specifying commit range
 2018-06-19 18:18 UTC  (4+ messages)
` [PATCH] format-patch: clear UNINTERESTING flag before prepare_bases

t5310 broken under Mac OS
 2018-06-19 17:39 UTC  (3+ messages)

[PATCH v2 7/8] fetch-pack: put shallow info in output parameter
 2018-06-19 17:41 UTC  (3+ messages)

[BUG] git-rebase: reword squashes commits in case of merge-conflicts
 2018-06-19 16:59 UTC  (10+ messages)
` [PATCH v2] sequencer: do not squash 'reword' commits when we hit conflicts
          ` [PATCH v2] sequencer: do not squash 'reword' commits when wehit conflicts
          ` [PATCH v3] sequencer: do not squash 'reword' commits when we hit conflicts

OAuth2 support in git?
 2018-06-19 16:45 UTC  (9+ messages)

[GIT PULL] Korean l10n updates for Git 2.18.0
 2018-06-19 16:29 UTC  (2+ messages)

Branch switching with submodules where the submodule replaces a folder aborts unexpectedly
 2018-06-19 16:03 UTC 

[PATCH] doc: fix typos in documentation and release notes
 2018-06-19 16:02 UTC  (3+ messages)
` [PATCH v2 signed off] "

recommendations for practical git config settings for /etc/gitconfig?
 2018-06-19 12:55 UTC 

[PATCH 0/6] git-p4: small step towards Python3 support
 2018-06-19  8:15 UTC  (8+ messages)
` [PATCH 1/6] git-p4: python3: replace <> with !=
  ` [PATCH 2/6] git-p4: python3: replace dict.has_key(k) with "k in dict"
    ` [PATCH 3/6] git-p4: python3: remove backticks
      ` [PATCH 4/6] git-p4: python3: basestring workaround
        ` [PATCH 5/6] git-p4: python3: use print() function
          ` [PATCH 6/6] git-p4: python3: fix octal constants

[RFC PATCH 0/3] submodules with no working tree shall unset core.worktree
 2018-06-19  0:06 UTC  (5+ messages)
` [PATCH "
  ` [PATCH 1/3] submodule: unset core.worktree if no working tree is present
  ` [PATCH 2/3] submodule: ensure core.worktree is set after update
  ` [PATCH 3/3] submodule deinit: unset core.worktree

[PATCH] t7400: encapsulate setup code in test_expect_success
 2018-06-18 23:41 UTC  (2+ messages)

[PATCH 0/2] Fix protocol v2 tag following with CLI refspec
 2018-06-18 23:16 UTC  (7+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/2] fetch: send "refs/tags/" prefix upon CLI refspecs


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