git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2019-01-09 23:11:11 to 2019-01-14 18:35:10 UTC [more...]

[PATCH 0/3] setup: add `clear_repository_format()`
 2019-01-14 18:34 UTC  (3+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/3] setup: free old value before setting `work_tree`

[PATCH] userdiff: Add a builtin pattern for dts files
 2019-01-14 18:34 UTC  (4+ messages)

[PATCH] blame: add the ability to ignore commits
 2019-01-14 18:26 UTC  (9+ messages)

[PATCH] branch: colorize branches checked out in a linked working tree the same way as the current branch is colorized
 2019-01-14 18:18 UTC  (7+ messages)
` [PATCH v5 0/3]
  ` [PATCH v5 2/3] branch: Mark and color a branch differently if it is checked out in a linked worktree

Students projects: looking for small and medium project ideas
 2019-01-14 17:53 UTC 

[PATCH] new-workdir: Never try to recurse into submodules on the initial checkout
 2019-01-14 17:27 UTC 

[Possible Bug] Commit generates GC repack failure
 2019-01-14 16:09 UTC  (5+ messages)

What's cooking in git.git (Jan 2019, #01; Mon, 7)
 2019-01-14 15:40 UTC  (28+ messages)
    ` [PATCH 0/5] tree-walk object_id refactor
      ` [PATCH 1/5] tree-walk: copy object ID before use
      ` [PATCH 2/5] match-trees: compute buffer offset correctly when splicing
      ` [PATCH 3/5] match-trees: use hashcpy to splice trees
      ` [PATCH 4/5] tree-walk: store object_id in a separate member
      ` [PATCH 5/5] cache: make oidcpy always copy GIT_MAX_RAWSZ bytes

ls -files missing from git-completion-list
 2019-01-14 13:41 UTC  (3+ messages)

Fwd: git difftool does not give the --cached option
 2019-01-14 12:20 UTC  (3+ messages)
  `  "

[PATCH 0/7] Turn git add-i into built-in
 2019-01-14 11:17 UTC  (8+ messages)
` [PATCH 5/7] add-interactive.c: implement show-help command
` [PATCH 6/7] Git.pm: introduce environment variable GIT_TEST_PRETEND_TTY
` [PATCH 7/7] add--interactive.perl: use add--helper --show-help for help_cmd

[PATCH] config.h: fix hdr-check warnings
 2019-01-14  9:59 UTC  (2+ messages)

[PATCH] partial-clone: add missing 'is' in doc
 2019-01-14  6:10 UTC 

[PATCH 0/2] git-p4: handle moved files when updating a P4 shelve
 2019-01-13 21:57 UTC  (4+ messages)
` [PATCH 1/2] git-p4: add failing test for shelved CL update involving move
  ` [PATCH 2/2] git-p4: handle update of moved files when updating a shelve

[PATCH] rebase-interactive.h: fix hdr-check warnings
 2019-01-13 21:00 UTC 

[PATCH] sequencer: mark file local symbols as static
 2019-01-13 20:58 UTC 

[PATCH] revision.c: fix sparse warnings (sparse algorithm)
 2019-01-13 20:55 UTC 

[PATCH] fetch: fix extensions.partialclone name in error message
 2019-01-13  9:02 UTC  (2+ messages)

git-gui child windows are still blank
 2019-01-13  7:11 UTC 

git blame --reverse reports on lines that were not asked for
 2019-01-13  7:07 UTC 

Gitignore documentation
 2019-01-12 20:16 UTC 

[PATCH 0/6] getenv() timing fixes
 2019-01-12 18:51 UTC  (14+ messages)
` [PATCH 1/6] get_super_prefix(): copy getenv() result
` [PATCH 2/6] commit: copy saved "
` [PATCH 3/6] config: make a copy of $GIT_CONFIG string
` [PATCH 4/6] init: make a copy of $GIT_DIR string
` [PATCH 5/6] merge-recursive: copy $GITHEAD strings
` [PATCH 6/6] builtin_diff(): read $GIT_DIFF_OPTS closer to use

[PATCH 0/2] Add commit-graph fuzzer and fix buffer overflow
 2019-01-12 10:57 UTC  (4+ messages)
` [PATCH v4 0/3] "
  ` [PATCH v4 2/3] commit-graph: fix buffer read-overflow

[PATCH v3 1/3] t5323: test cases for git-pack-redundant
 2019-01-12  9:17 UTC  (18+ messages)
` [PATCH v5 0/5] pack-redundant: new algorithm to find min packs
  ` [PATCH v6 "
  ` [PATCH v6 1/5] t5323: test cases for git-pack-redundant
  ` [PATCH v6 2/5] pack-redundant: new algorithm to find min packs
  ` [PATCH v6 3/5] pack-redundant: remove unused functions
  ` [PATCH v6 4/5] pack-redundant: rename pack_list.all_objects
  ` [PATCH v6 5/5] pack-redundant: consistent sort method
` [PATCH v5 1/5] t5323: test cases for git-pack-redundant
` [PATCH v5 2/5] pack-redundant: new algorithm to find min packs
` [PATCH v5 3/5] pack-redundant: rename pack_list.all_objects
` [PATCH v5 4/5] pack-redundant: consistent sort method
` [PATCH v5 5/5] pack-redundant: remove unused functions

[PATCH] diff: ensure correct lifetime of external_diff_cmd
 2019-01-12  2:44 UTC  (6+ messages)
` [PATCH v2] "

[PATCH] remote: check config validity before creating rewrite struct
 2019-01-12  2:36 UTC  (2+ messages)

[PATCH 00/10] Remove the_index, the final part
 2019-01-12  2:13 UTC  (13+ messages)
` [PATCH v2 00/11] "
  ` [PATCH v2 01/11] grep: use grep_opt->repo instead of explict repo argument
  ` [PATCH v2 02/11] notes-utils.c: remove the_repository references
  ` [PATCH v2 03/11] repository.c: replace hold_locked_index() with repo_hold_locked_index()
  ` [PATCH v2 04/11] checkout: avoid the_index when possible
  ` [PATCH v2 05/11] read-cache.c: kill read_index()
  ` [PATCH v2 06/11] read-cache.c: replace update_index_if_able with repo_&
  ` [PATCH v2 07/11] sha1-name.c: remove implicit dependency on the_index
  ` [PATCH v2 08/11] merge-recursive.c: "
  ` [PATCH v2 09/11] merge-recursive.c: remove implicit dependency on the_repository
  ` [PATCH v2 10/11] read-cache.c: remove the_* from index_has_changes()
  ` [PATCH v2 11/11] cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch

[PATCH v3 0/6] Add a new "sparse" tree walk algorithm
 2019-01-11 23:20 UTC  (12+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/6] revision: add mark_tree_uninteresting_sparse
  ` [PATCH v4 2/6] list-objects: consume sparse tree walk
  ` [PATCH v4 3/6] pack-objects: add --sparse option
  ` [PATCH v4 4/6] revision: implement sparse algorithm

[PATCH 0/4] Sideband the whole fetch v2 response
 2019-01-11 22:18 UTC  (9+ messages)
` [PATCH 1/4] pkt-line: introduce struct packet_writer
` [PATCH 2/4] sideband: reverse its dependency on pkt-line
` [PATCH 3/4] {fetch,upload}-pack: sideband v2 fetch response
` [PATCH 4/4] tests: define GIT_TEST_SIDEBAND_ALL
` [WIP 5/4] Documentation: order protocol v2 sections
` [WIP 6/4] Documentation: add Packfile URIs design doc
` [WIP 7/4] upload-pack: refactor reading of pack-objects out
` [WIP 8/4] upload-pack: send part of packfile response as uri

[PATCH 0/5] travis-ci: build with the right compiler
 2019-01-11 18:51 UTC  (7+ messages)
` [PATCH 1/5] compat/obstack: fix -Wcast-function-type warnings

[PATCH v3 0/7] Reimplement rebase --merge via interactive machinery
 2019-01-11 18:36 UTC  (7+ messages)
` [PATCH v4 0/8] "

[PATCH] log: add %S option (like --source) to log --format
 2019-01-11 17:47 UTC  (5+ messages)

[PATCH 0/1] gc/repack: release packs when needed
 2019-01-11 17:24 UTC  (5+ messages)
` [PATCH 1/1] "

Git rebase --exec cannot run git commands affecting other repos
 2019-01-11 16:04 UTC  (4+ messages)

Make "git log --count" work like "git rev-list"
 2019-01-11 15:35 UTC  (4+ messages)

t0021-conversion: flaky filter process test
 2019-01-11 14:04 UTC 

git rebase: retain original head?
 2019-01-11 10:42 UTC  (7+ messages)

[PATCH] log: add %S option (like --source) to log --format
 2019-01-11  6:30 UTC 

Regression: submodule worktrees can clobber core.worktree config
 2019-01-11  0:07 UTC  (5+ messages)

[PATCH] fetch-pack: do not take shallow lock unnecessarily
 2019-01-10 23:17 UTC  (2+ messages)

[PATCH v3 0/5] Show HTTP headers of failed requests with GIT_CURL_VERBOSE
 2019-01-10 23:06 UTC  (8+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/5] http: support file handles for HTTP_KEEP_ERROR
  ` [PATCH v4 2/5] http: enable keep_error for HTTP requests
  ` [PATCH v4 3/5] remote-curl: define struct for CURLOPT_WRITEFUNCTION
  ` [PATCH v4 4/5] remote-curl: unset CURLOPT_FAILONERROR
  ` [PATCH v4 5/5] test: test GIT_CURL_VERBOSE=1 shows an error

[PATCH] upload-pack: teach deepen-relative in protocol v2
 2019-01-10 22:54 UTC  (7+ messages)

[PATCH 0/6] Add "git config --move-to"
 2019-01-10 21:38 UTC  (3+ messages)
` [PATCH 1/6] config.c: avoid git_path() in do_git_config_sequence()

Introducing OneDev - an open source git server with interesting features
 2019-01-10 21:30 UTC  (4+ messages)

git version 2.20.1.windows.1 throws file name too long in gitk
 2019-01-10 18:55 UTC  (6+ messages)

[RFC PATCH 0/3] diff --color-moved-ws: allow mixed spaces and tabs in indentation change
 2019-01-10 18:39 UTC  (6+ messages)
` [PATCH v2 0/9] diff --color-moved-ws fixes and enhancment

[RFC PATCH 0/5] ref-filter: add new formatting options
 2019-01-10 18:17 UTC  (10+ messages)
` [PATCH v2 "
    ` [PATCH v3 1/6] ref-filter: add objectsize:disk option
      ` [PATCH v3 4/6] ref-filter: add deltabase option
      ` [PATCH v3 5/6] ref-filter: add tests for deltabase
      ` [PATCH v3 3/6] ref-filter: add tests for objectsize:disk
      ` [PATCH v3 2/6] ref-filter: add check for negative file size
      ` [PATCH v3 6/6] ref-filter: add docs for new options

[PATCH v2 0/7] Create 'expire' and 'repack' verbs for git-multi-pack-index
 2019-01-10 18:05 UTC  (5+ messages)
` [PATCH v3 0/9] "
  ` [PATCH v3 6/9] multi-pack-index: implement 'expire' verb

git add --intent-to-add + git stash "Cannot save the current worktree state"
 2019-01-10 17:45 UTC  (6+ messages)

[PATCH v2 0/3] pack-redundant: new algorithm to find min packs
 2019-01-10 17:36 UTC  (8+ messages)
` [PATCH v3 1/3] t5323: test cases for git-pack-redundant

A few questions regarding git annotated tags
 2019-01-10 13:24 UTC  (3+ messages)

jk/loose-object-cache
 2019-01-10  6:17 UTC  (11+ messages)
` [PATCH 0/11] jk/loose-object-cache sha1/object_id fixups

git-lfs integration?
 2019-01-10  3:09 UTC  (2+ messages)

[PATCH 0/3] Add 'human' date format
 2019-01-10  1:50 UTC  (4+ messages)
` [PATCH 3/3] t0006-date.sh: add `human` date format tests

A quick question about donation and partnership
 2019-01-10  0:52 UTC 

Submodule log bug
 2019-01-09 23:13 UTC  (2+ 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).