git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-22 10:20:10 to 2019-10-24 19:17:15 UTC [more...]

git-shortlog man page missing a bunch of options
 2019-10-24 19:17 UTC 

RFC: Moving git-gui development to GitHub
 2019-10-24 19:06 UTC  (5+ messages)

[ANNOUNCE] Git v2.24.0-rc0
 2019-10-24 18:24 UTC  (4+ messages)
` Git for Windows v2.24.0-rc0, was "
  ` [git-for-windows] "

[Outreachy][PATCH] abspath: reconcile `dir_exists()` and `is_directory()`
 2019-10-24 18:13 UTC  (3+ messages)

[PATCH 0/23] parsing and fsck cleanups
 2019-10-24 18:07 UTC  (13+ messages)
` [PATCH 01/23] parse_commit_buffer(): treat lookup_commit() failure as parse error
` [PATCH 04/23] remember commit/tag parse failures
` [PATCH 05/23] fsck: stop checking commit->tree value
` [PATCH 09/23] fsck: unify object-name code
` [PATCH 10/23] fsck_describe_object(): build on our get_object_name() primitive

[BUG]: Testsuite failures on big-endian targets
 2019-10-24 17:55 UTC  (11+ messages)
    ` [PATCH] test-progress: fix test failures on big-endian systems

Git Test Coverage Report (October 11)
 2019-10-24 17:04 UTC  (5+ messages)

[PATCH v2] pretty: add "%aL"|"%al|%cL|%cl" option to output local-part of email addresses
 2019-10-24 16:16 UTC  (2+ messages)

[PATCH 0/1] [v2.24.0-rc0 BUG] fetch.writeCommitGraph fails on first fetch
 2019-10-24 13:40 UTC  (22+ messages)
` [PATCH 1/1] commit-graph: fix writing first commit-graph during fetch
` [PATCH v2 0/2] [v2.24.0-rc0 BUG] fetch.writeCommitGraph fails on first fetch
  ` [PATCH v2 1/2] t5510-fetch.sh: demonstrate fetch.writeCommitGraph bug
  ` [PATCH v2 2/2] commit-graph: fix writing first commit-graph during fetch
  ` [PATCH v3 0/2] [v2.24.0-rc0 BUG] fetch.writeCommitGraph fails on first fetch
    ` [PATCH v3 1/2] t5510-fetch.sh: demonstrate fetch.writeCommitGraph bug
    ` [PATCH v3 2/2] commit-graph: fix writing first commit-graph during fetch
    ` [PATCH v4 0/2] [v2.24.0-rc0 BUG] fetch.writeCommitGraph fails on first fetch
      ` [PATCH v4 1/2] t5510-fetch.sh: demonstrate fetch.writeCommitGraph bug
      ` [PATCH v4 2/2] commit-graph: fix writing first commit-graph during fetch

[GSoC][PATCHl 0/6] rebase -i: support more options
 2019-10-24 13:28 UTC  (4+ messages)
` [PATCH v4 "
  ` [PATCH v4 3/6] rebase -i: support --committer-date-is-author-date

[PATCH] pretty: Add "%aU"|"%au" option to output author's username
 2019-10-24 12:43 UTC  (9+ messages)

[PATCH 0/1] [Outreachy] documentation: remove empty doc files
 2019-10-24 11:29 UTC  (12+ messages)
` [PATCH 1/1] "
` [PATCH v2 0/1] [Outreachy] "
  ` [PATCH v2 1/1] "
  ` [PATCH v3 0/1] [Outreachy] "
    ` [PATCH v3 1/1] "

[PATCH 0/1] [v2.24.0-rc0 BUG] index.version is not parsed correctly
 2019-10-24 11:04 UTC  (3+ messages)
` [PATCH 1/1] repo-settings: read an int for index.version

[BUG] "git rebase -r" lacks sanitation on merges with arbitrary reference syntax
 2019-10-24 10:42 UTC 

[PATCH v4 00/17] New sparse-checkout builtin and "cone" mode
 2019-10-24 10:18 UTC  (10+ messages)
` [PATCH v5 "
  ` [PATCH v5 13/17] read-tree: show progress by default

[PATCH 0/3] commit: fix advice for empty commits during rebases
 2019-10-24 10:15 UTC  (7+ messages)
` [PATCH 1/3] cherry-pick: add test for `--skip` advice in `git commit`
` [PATCH 2/3] sequencer: export the function to get the path of `.git/rebase-merge/`
` [PATCH 3/3] commit: give correct advice for empty commit during a rebase

What's cooking in git.git (Oct 2019, #05; Fri, 18)
 2019-10-24 10:04 UTC  (2+ messages)

What's cooking in git.git (Oct 2019, #06; Thu, 24)
 2019-10-24  6:01 UTC 

[ANNOUNCE] Git v2.24.0-rc1
 2019-10-24  6:00 UTC 

[PATCH] fetch: delay fetch_if_missing=0 until after config
 2019-10-24  4:30 UTC  (6+ messages)
` [PATCH v2] "
` [PATCH v3] "

[PATCH 0/5] path.c: a couple of common dir/trie fixes
 2019-10-24  3:29 UTC  (6+ messages)
` [PATCH 5/5] path.c: don't call the match function without value in trie_find()

[PATCH 0/1] config: add documentation to config.h
 2019-10-24  2:14 UTC  (14+ messages)
` [PATCH 1/1] "
` [PATCH v2 0/1] [Outreachy] config: move "
  ` [PATCH v2 1/1] "
  ` [PATCH v3 0/1] [Outreachy] "
    ` [PATCH v3 1/1] "

[PATCH 0/5] apply: fix merge.conflictStyle bug in --3way
 2019-10-24  1:20 UTC  (16+ messages)
` [PATCH 1/5] t4108: replace create_file with test_write_lines
` [PATCH 2/5] t4108: remove git command upstream of pipe
` [PATCH 3/5] t4108: use `test_config` instead of `git config`
` [PATCH 4/5] t4108: demonstrate bug in apply
` [PATCH 5/5] apply: respect merge.conflictStyle in --3way
` [PATCH v2 0/5] This fixes a bug where even if `merge.conflictStyle = diff3`, running `git apply --3way` would not output the base
  ` [PATCH v2 1/5] t4108: replace create_file with test_write_lines
  ` [PATCH v2 2/5] t4108: remove git command upstream of pipe
  ` [PATCH v2 3/5] t4108: use `test_config` instead of `git config`
  ` [PATCH v2 4/5] t4108: demonstrate bug in apply
  ` [PATCH v2 5/5] apply: respect merge.conflictStyle in --3way

[PATCH 0/1] ci: update caskroom/cask/perforce to new location
 2019-10-24  0:20 UTC  (14+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/1] ci(osx): use new location of the `perforce` cask
  ` [PATCH v3 0/1] ci: update caskroom/cask/perforce to new location
    ` [PATCH v3 1/1] ci(osx): use new location of the `perforce` cask
          ` [PATCH v2] ci: fix GCC install in the Travis CI GCC OSX job

RFC - Git Developer Blog
 2019-10-23 23:48 UTC  (6+ messages)

[PATCH 0/3] git-gui: Add ability to revert selected hunks and lines
 2019-10-23 19:00 UTC  (10+ messages)
` [PATCH v3 0/4] "
  ` [PATCH v3 4/4] git-gui: allow undoing last revert

[RFC] Proposal for a new config-based git signing interface
 2019-10-23 18:46 UTC 

Draft of Git Rev News edition 56
 2019-10-23 16:10 UTC 

[PATCH 00/12] t5520: various test cleanup
 2019-10-23 13:53 UTC  (5+ messages)
` [PATCH 08/12] t5520: use test_cmp_rev where possible

[BUG] "--show-current-patch" return a mail instead of a patch
 2019-10-23 12:47 UTC  (7+ messages)

[RFC/WIP] range-diff: show old/new blob OIDs in comments
 2019-10-23 10:06 UTC  (6+ messages)

Issue: "Could not access submodule" error when pulling recursively with Git 2.22.0
 2019-10-23 10:04 UTC  (2+ messages)

[PATCH] doc: am --show-current-patch gives an entire e-mail message
 2019-10-23  6:09 UTC 

[Git Developer Blog] [PATCH] post: a tour of git's object types
 2019-10-23  4:48 UTC  (2+ messages)

[PATCH 0/2] Handle git_path() with lock files correctly in worktrees
 2019-10-23  3:38 UTC  (10+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/2] git_path(): handle `.lock` files correctly
  ` [PATCH v3 0/2] Handle git_path() with lock files correctly in worktrees
    ` [PATCH v3 2/2] git_path(): handle `.lock` files correctly

[PATCH] t7419: change test_must_fail to ! for grep
 2019-10-23  2:18 UTC  (2+ messages)

[PATCH v5 1/2] format-patch: create leading components of output directory
 2019-10-23  2:08 UTC  (3+ messages)

[PATCH 0/2] Fix the speed of the CI (Visual Studio) tests
 2019-10-23  2:06 UTC  (3+ messages)
` [PATCH v2 "

[PATCH 0/1] Thyme two ficks sum Documentaton tyops and speling erors!
 2019-10-23  0:29 UTC  (2+ messages)
` [PATCH 1/1] Documentation: fix a bunch of typos, both old and new

[RFC PATCH 0/7] merge: learn --autostash
 2019-10-22 23:33 UTC  (9+ messages)
` [RFC PATCH 1/7] Makefile: alphabetically sort += lists

[PATCH 0/2] Dir rename fixes
 2019-10-22 21:22 UTC  (10+ messages)
` [PATCH 2/2] merge-recursive: fix merging a subdirectory into the root directory
` [PATCH v2 0/3] Dir rename fixes
  ` [PATCH v2 1/3] merge-recursive: clean up get_renamed_dir_portion()
  ` [PATCH v2 2/3] merge-recursive: fix merging a subdirectory into the root directory
  ` [PATCH v2 3/3] t604[236]: do not run setup in separate tests

Git in Outreachy December 2019?
 2019-10-22 21:16 UTC  (4+ messages)

is commitGraph useful on the server side?
 2019-10-22 20:39 UTC  (5+ messages)

[PATCH v2 9/9] pack-objects: improve partial packfile reuse
 2019-10-22 19:48 UTC  (2+ messages)

email as a bona fide git transport
 2019-10-22 19:01 UTC  (13+ messages)

[PATCH v2 3/9] ewah/bitmap: introduce bitmap_word_alloc()
 2019-10-22 17:46 UTC  (2+ messages)

[PATCH 0/1] vreportf: Fix interleaving issues, remove 4096 limitation
 2019-10-22 14:45 UTC  (4+ messages)
` [PATCH 1/1] "
` [PATCH v2 0/1] "
  ` [PATCH v2 1/1] "

[GSoC] Follow-up post
 2019-10-22 14:03 UTC  (2+ messages)

[Outreachy] First contribution
 2019-10-22 13:42 UTC  (3+ messages)

[RFC PATCH v2 0/3] format-patch --complete / am --exact
 2019-10-22 11:45 UTC  (4+ messages)
` [RFC PATCH v2 1/3] format-patch: add --complete
` [RFC PATCH v2 2/3] mailinfo: collect commit metadata from mail
` [RFC PATCH v2 3/3] am: add --exact

[PATCH v2 00/15] t5520: various test cleanup
 2019-10-22 10:20 UTC  (12+ messages)
` [PATCH v3 00/14] "
  ` [PATCH v3 05/14] t5520: replace test -f with test-lib functions
  ` [PATCH v3 06/14] t5520: remove spaces after redirect operator
  ` [PATCH v3 07/14] t5520: use test_line_count where possible
  ` [PATCH v3 08/14] t5520: replace test -{n,z} with test-lib functions
  ` [PATCH v3 09/14] t5520: use test_cmp_rev where possible
  ` [PATCH v3 10/14] t5520: test single-line files by git with test_cmp
  ` [PATCH v3 11/14] t5520: don't put git in upstream of pipe
  ` [PATCH v3 12/14] t5520: replace subshell cat comparison with test_cmp
  ` [PATCH v3 13/14] t5520: remove redundant lines in test cases
  ` [PATCH v3 14/14] t5520: replace `! git` with `test_must_fail 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 NNTP newsgroup(s).