git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2018-02-21 18:52:03 to 2018-02-23 12:37:29 UTC [more...]

[PATCH v3 00/12] rebase -i: offer to recreate merge commits
 2018-02-23 12:37 UTC  (5+ messages)
` [PATCH v4 "
  ` [PATCH v4 01/12] sequencer: avoid using errno clobbered by rollback_lock_file()
  ` [PATCH v4 02/12] sequencer: make rearrange_squash() a bit more obvious
  ` [PATCH v4 04/12] sequencer: introduce new commands to reset the revision

Bug Report: git status triggers a file change event
 2018-02-23 12:18 UTC  (4+ messages)

What's cooking in git.git (Feb 2018, #03; Wed, 21)
 2018-02-23 12:11 UTC  (4+ messages)

Git "branch properties"-- thoughts?
 2018-02-23 11:22 UTC  (2+ messages)

[PATCH v2 00/41] Automate updating git-completion.bash a bit
 2018-02-23 10:59 UTC  (16+ messages)
` [PATCH v3 00/42] "
  ` [PATCH v3 04/42] git-completion.bash: introduce __gitcomp_builtin
  ` [PATCH v3 06/42] completion: use __gitcomp_builtin in _git_am
  ` [PATCH v3 29/42] completion: use __gitcomp_builtin in _git_notes

[PATCH] am: support --quit
 2018-02-23 10:24 UTC  (3+ messages)

git-gui, feature request: add hotkeys to focus different widgets
 2018-02-23 10:22 UTC  (2+ messages)
` [PATCH] git-gui: Add hotkeys to change focus between ui widgets

[PATCH v2 0/3] Add "git rebase --show-patch"
 2018-02-23 10:20 UTC  (5+ messages)
` [PATCH v3 0/3] Add "git rebase --show-current-patch"

[BUG] git init doesn't respect `--template` like configuration variable init.templateDir and $GIT_TEMPLATE_DIR
 2018-02-23 10:11 UTC  (6+ messages)
` [PATCH 1/2] parse-options: expand $HOME on filename options

[PATCH 14/26] sha1_file: allow prepare_alt_odb to handle arbitrary repositories
 2018-02-23  9:56 UTC  (4+ messages)
` [PATCH 0/2] Fix initializing the_hash_algo
  ` [PATCH 1/2] setup.c: initialize the_repository correctly in all cases
  ` [PATCH 2/2] Revert "repository: pre-initialize hash algo pointer"

[PATCH v2 00/12] document & test fetch pruning & add fetch.pruneTags
 2018-02-23  9:04 UTC  (6+ messages)
` [PATCH v5 00/17] "

git stash --keep-index doesn't have the expected behaviour
 2018-02-23  8:15 UTC 

[PATCH] sequencer: factor out strbuf_read_file_or_whine()
 2018-02-23  7:00 UTC  (4+ messages)
  ` [PATCH] strbuf_read_file(): preserve errno across close() call

[BUG] [git 2.16.1] yeeek ... my files are gone .. by git pull <otherRepositoryUrl>
 2018-02-23  6:45 UTC  (4+ messages)

RFC: git squash
 2018-02-23  6:04 UTC  (2+ messages)

FUSE with git
 2018-02-23  4:20 UTC 

[PATCH v2 00/27] protocol version 2
 2018-02-23  0:45 UTC  (72+ messages)
` [PATCH v3 00/35] "
  ` [PATCH v3 03/35] pkt-line: add delim packet support
  ` [PATCH v3 04/35] upload-pack: convert to a builtin
  ` [PATCH v3 05/35] upload-pack: factor out processing lines
  ` [PATCH v3 07/35] connect: convert get_remote_heads to use struct packet_reader
  ` [PATCH v3 08/35] connect: discover protocol version outside of get_remote_heads
  ` [PATCH v3 11/35] test-pkt-line: introduce a packet-line test helper
  ` [PATCH v3 12/35] serve: introduce git-serve
  ` [PATCH v3 13/35] ls-refs: introduce ls-refs server command
  ` [PATCH v3 14/35] connect: request remote refs using v2
  ` [PATCH v3 15/35] transport: convert get_refs_list to take a list of ref patterns
  ` [PATCH v3 16/35] transport: convert transport_get_remote_refs "
  ` [PATCH v3 20/35] upload-pack: introduce fetch server command
  ` [PATCH v3 24/35] connect: refactor git_connect to only get the protocol version once
  ` [PATCH v3 28/35] transport-helper: introduce stateless-connect
  ` [PATCH v3 30/35] remote-curl: create copy of the service name
  ` [PATCH v3 32/35] http: allow providing extra headers for http requests
  ` [PATCH v3 35/35] remote-curl: don't request v2 when pushing

removed submodules shown as untracked when switching branches
 2018-02-23  0:41 UTC  (3+ messages)

Git should preserve modification times at least on request
 2018-02-22 23:24 UTC  (16+ messages)

[PATCH 0/1] git-p4: add unshelve command
 2018-02-22 22:28 UTC  (4+ messages)
` [PATCH 1/1] "

[PATCH v2] Fix misconversion of gitsubmodule.txt
 2018-02-22 20:42 UTC  (8+ messages)
` [PATCH v3 1/2] "
  ` [PATCH v3 2/2] Replace non-ASCII apostrophes to ASCII single quotes in gitsubmodules.txt

[PATCH] t: send verbose test-helper output to fd 4
 2018-02-22 20:18 UTC  (2+ messages)

bug in HTTP protocol spec
 2018-02-22 20:12 UTC  (10+ messages)

[PATCH v7 0/7] convert: add support for different encodings
 2018-02-22 20:12 UTC  (6+ messages)

Bug: git log: boundary commits do not respect order (e.g. date-order, topo-order) 2
 2018-02-22 19:29 UTC  (2+ messages)

[PATCH v3 00/14] Serialized Git Commit Graph
 2018-02-22 18:48 UTC  (23+ messages)
` [PATCH v4 00/13] "
  ` [PATCH v4 01/13] commit-graph: add format document
  ` [PATCH v4 02/13] graph: add commit graph design document
  ` [PATCH v4 03/13] commit-graph: create git-commit-graph builtin
  ` [PATCH v4 05/13] commit-graph: implement 'git-commit-graph write'
  ` [PATCH v4 06/13] commit-graph: implement git commit-graph read
  ` [PATCH v4 07/13] commit-graph: implement --set-latest
  ` [PATCH v4 08/13] commit-graph: implement --delete-expired
  ` [PATCH v4 12/13] commit-graph: read only from specific pack-indexes

[PATCH] subtree: hide GPG signatures in calls to log
 2018-02-22 18:52 UTC  (2+ messages)

Issue in switching branches with different submodules
 2018-02-22 12:10 UTC 

test bare repository for unit tests
 2018-02-22  7:47 UTC  (3+ messages)

[PATCHv2 00/16] Moving global state into the repository object (part 1)
 2018-02-22  6:54 UTC  (42+ messages)
` [PATCHv3 00/27] "
  ` [PATCH 01/27] repository: introduce raw object store field
  ` [PATCH 02/27] object-store: migrate alternates struct and functions from cache.h
  ` [PATCH 03/27] object-store: move alt_odb_list and alt_odb_tail to object store
  ` [PATCH 04/27] object-store: free alt_odb_list
  ` [PATCH 05/27] object-store: move packed_git and packed_git_mru to object store
  ` [PATCH 06/27] object-store: close all packs upon clearing the "
  ` [PATCH 07/27] pack: move prepare_packed_git_run_once to "
  ` [PATCH 08/27] pack: move approximate object count "
  ` [PATCH 09/27] sha1_file: add raw_object_store argument to alt_odb_usable
  ` [PATCH 13/27] sha1_file: add repository argument to prepare_alt_odb
  ` [PATCH 14/27] sha1_file: allow link_alt_odb_entries to handle arbitrary repositories
  ` [PATCH 15/27] sha1_file: allow prepare_alt_odb "
  ` [PATCH 16/27] sha1_file: add repository argument to sha1_file_name
  ` [PATCH 17/27] sha1_file: add repository argument to stat_sha1_file
  ` [PATCH 19/27] sha1_file: add repository argument to map_sha1_file_1
  ` [PATCH 21/27] sha1_file: add repository argument to sha1_loose_object_info
  ` [PATCH 22/27] sha1_file: allow sha1_file_name to handle arbitrary repositories
  ` [PATCH 24/27] sha1_file: allow open_sha1_file "
  ` [PATCH 26/27] sha1_file: allow map_sha1_file "

[PATCH 1/2] ref-filter: get rid of duplicate code
 2018-02-22  5:35 UTC  (4+ messages)
` [PATCH 2/2] ref-filter: get rid of goto

Question about get_cached_commit_buffer()
 2018-02-22  1:52 UTC  (17+ messages)
        ` [PATCH] commit: drop uses of get_cached_commit_buffer()
            ` [PATCH] revision: drop --show-all option

[PATCH 00/36] object_id part 12
 2018-02-22  0:24 UTC  (3+ messages)

Bug: git log: boundary commits do not respect order (e.g. date-order, topo-order)
 2018-02-21 23:56 UTC  (2+ messages)

[PATCH 00/26] protocol version 2
 2018-02-21 23:35 UTC  (6+ messages)
` [PATCH 04/26] upload-pack: convert to a builtin

[PATCH 1/3] t7006: add tests for how git config paginates
 2018-02-21 22:35 UTC  (6+ messages)
` [PATCH v2 0/3] "
  ` [PATCH v2 1/3] "
  ` [PATCH v2 2/3] config: respect `pager.config` in list/get-mode only
  ` [PATCH v2 3/3] config: change default of `pager.config` to "on"


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