git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-11-08 01:45:26 to 2019-11-11 21:28:33 UTC [more...]

[PATCH 00/10] [Outreachy] Move doc to header files
 2019-11-11 21:28 UTC  (31+ messages)
` [PATCH v2 00/20] "
  ` [PATCH v2 02/20] dir: move doc to dir.h
  ` [PATCH v2 10/20] pathspec: move doc to pathspec.h
  ` [PATCH v2 11/20] sigchain: move doc to sigchain.h
  ` [PATCH v2 15/20] parse-options: move doc to parse-options.h
  ` [PATCH v3 00/21] [Outreachy] Move doc to header files
    ` [PATCH v3 01/21] diff: move doc to diff.h and diffcore.h
    ` [PATCH v3 02/21] dir: move doc to dir.h
    ` [PATCH v3 03/21] graph: move doc to graph.h and graph.c
    ` [PATCH v3 04/21] merge: move doc to ll-merge.h
    ` [PATCH v3 05/21] sha1-array: move doc to sha1-array.h
    ` [PATCH v3 06/21] remote: move doc to remote.h and refspec.h
    ` [PATCH v3 07/21] refs: move doc to refs.h
    ` [PATCH v3 08/21] attr: move doc to attr.h
    ` [PATCH v3 09/21] revision: move doc to revision.h
    ` [PATCH v3 10/21] pathspec: move doc to pathspec.h
    ` [PATCH v3 11/21] sigchain: move doc to sigchain.h
    ` [PATCH v3 12/21] cache: move doc to cache.h
    ` [PATCH v3 13/21] argv-array: move doc to argv-array.h
    ` [PATCH v3 15/21] parse-options: move doc to parse-options.h
    ` [PATCH v3 18/21] tree-walk: move doc to tree-walk.h
    ` [PATCH v3 20/21] trace2: move doc to trace2.h
    ` [PATCH v3 21/21] api-index: remove api doc index files

Bug in bash completion for git rebase --onto
 2019-11-11 21:25 UTC  (2+ messages)
` [PATCH] completion: learn to complete `git rebase --onto=`

[BUG] git stash pop --quiet deletes files in git 2.24.0
 2019-11-11 19:56 UTC  (6+ messages)

[PATCH 0/2] git-gui: revert untracked files by deleting them
 2019-11-11 19:35 UTC  (5+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/2] "

[PATCH 0/2] getting rid of sha1_to_hex()
 2019-11-11 18:30 UTC  (8+ messages)
` [PATCH 1/2] hex: drop sha1_to_hex_r()
` [PATCH 2/2] hex: drop sha1_to_hex()

Sometimes unable to lock the index during pre-commit hook
 2019-11-11 18:37 UTC  (5+ messages)

[PATCH 0/3] Linux with musl libc improvement
 2019-11-11 18:26 UTC  (36+ messages)
` [PATCH v4 0/8] Correct internal working and output encoding
  ` [PATCH v4 3/8] t3900: demonstrate git-rebase problem with multi encoding
` [PATCH v5 0/9] Improve odd encoding integration
  ` [PATCH v5 1/9] t0028: eliminate non-standard usage of printf
  ` [PATCH v5 2/9] configure.ac: define ICONV_OMITS_BOM if necessary
  ` [PATCH v5 3/9] t3900: demonstrate git-rebase problem with multi encoding
  ` [PATCH v5 4/9] sequencer: reencode to utf-8 before arrange rebase's todo list
  ` [PATCH v5 5/9] sequencer: reencode revert/cherry-pick's "
  ` [PATCH v5 6/9] sequencer: reencode squashing commit's message
  ` [PATCH v5 7/9] sequencer: reencode old merge-commit message
  ` [PATCH v5 8/9] sequencer: reencode commit message for am/rebase --show-current-patch
  ` [PATCH v5 9/9] sequencer: fallback to sane label in making rebase todo list
` [PATCH v6 0/9] sequencer: handle other encoding better
  ` [PATCH v6 1/9] t0028: eliminate non-standard usage of printf
  ` [PATCH v6 2/9] configure.ac: define ICONV_OMITS_BOM if necessary
  ` [PATCH v6 3/9] t3900: demonstrate git-rebase problem with multi encoding
  ` [PATCH v6 4/9] sequencer: reencode to utf-8 before arrange rebase's todo list
  ` [PATCH v6 5/9] sequencer: reencode revert/cherry-pick's "
  ` [PATCH v6 6/9] sequencer: reencode squashing commit's message
  ` [PATCH v6 7/9] sequencer: reencode old merge-commit message
  ` [PATCH v6 8/9] sequencer: reencode commit message for am/rebase --show-current-patch
  ` [PATCH v6 9/9] sequencer: fallback to sane label in making rebase todo list

[PATCH 0/1] fsmonitor: skip sanity check if the index is split
 2019-11-11 18:21 UTC  (8+ messages)
` [PATCH 1/1] "

[PATCH] userdiff: support Python async functions
 2019-11-11 17:27 UTC  (3+ messages)

[PATCH 0/3] commit: fix advice for empty commits during rebases
 2019-11-11 16:13 UTC  (8+ messages)
` [PATCH 3/3] commit: give correct advice for empty commit during a rebase

tying files to git repository
 2019-11-11 15:28 UTC 

[PATCH] pack-objects: avoid pointless oe_map_new_pack() calls
 2019-11-11 14:28 UTC  (3+ messages)

[PATCH v2 0/1] commit-graph: use start_delayed_progress()
 2019-11-11 14:27 UTC  (4+ messages)
` [PATCH v3 0/2] "
  ` [PATCH v3 1/2] progress: create GIT_PROGRESS_DELAY

git name-rev looks at refs/notes, refs/svn/map: stack overflow
 2019-11-11 14:09 UTC  (3+ messages)

[PATCH v3 0/9] add git-bugreport tool
 2019-11-11 13:48 UTC  (5+ messages)
` [PATCH v3 3/9] bugreport: add version and system information

[PATCH v4 00/11] git add -i: add a rudimentary version in C (supporting only status and help so far)
 2019-11-11 12:09 UTC  (15+ messages)
` [PATCH v5 0/9] "
  ` [PATCH v5 1/9] Start to implement a built-in version of `git add --interactive`
  ` [PATCH v5 2/9] diff: export diffstat interface
  ` [PATCH v5 3/9] built-in add -i: implement the `status` command
  ` [PATCH v5 5/9] built-in add -i: implement the main loop

[PATCH] doc: improve readability of --rebase-merges in git-rebase
 2019-11-11  9:08 UTC  (3+ messages)

[PATCH v3 1/3] bundle: framework for options before bundle file
 2019-11-11  9:01 UTC  (12+ messages)
  ` [PATCH v3 2/3] bundle-create: progress output control
  ` [PATCH v3 3/3] bundle-verify: add --quiet

Git Merge 2020
 2019-11-11  8:18 UTC  (3+ messages)

Git Developer Pages cleanup
 2019-11-11  4:15 UTC  (2+ messages)

Change behavior of git add --patch on newly added file?
 2019-11-11  3:41 UTC  (4+ messages)

Split commit graphs and commit-graph read
 2019-11-11  3:29 UTC  (4+ messages)

[PATCH] merge-strategies: Fix typo "reflected to"
 2019-11-11  2:03 UTC  (2+ messages)

[PATCH v4 0/7] Use generation numbers for --topo-order
 2019-11-11  1:07 UTC  (5+ messages)
` [PATCH v5 "
  ` [PATCH v5 6/7] revision.c: generation-based topo-order algorithm

What's cooking in git.git (Nov 2019, #02; Fri, 8)
 2019-11-10  6:59 UTC  (4+ messages)

[PATCH v3 00/14] t5520: various test cleanup
 2019-11-10  6:58 UTC  (8+ messages)
` [PATCH v4 "
  ` [PATCH v4 01/14] t: teach test_cmp_rev to accept ! for not-equals

Announcement: git-subtrac (a sequel to git-subtree)
 2019-11-10  6:44 UTC 

[PATCH 0/8] learn the "summary" pretty format
 2019-11-10  6:25 UTC  (22+ messages)
` [PATCH 6/8] reflog-walk.c: don't print last newline with oneline
` [PATCH v2 00/10] learn the "summary" pretty format
  ` [PATCH v2 01/10] SubmittingPatches: use generic terms for hash
  ` [PATCH v2 02/10] pretty-formats.txt: "
  ` [PATCH v2 03/10] revision: make get_revision_mark() return const pointer
  ` [PATCH v2 04/10] revision: change abbrev_commit_given to abbrev_commit_explicit
  ` [PATCH v2 05/10] pretty.c: inline initalize format_context
  ` [PATCH v2 06/10] pretty.c: extract functionality to repo_format_commit_generic()
  ` [PATCH v2 07/10] t4205: cover `git log --reflog -z` blindspot
  ` [PATCH v2 08/10] reflog-walk.c: move where the newline is added
  ` [PATCH v2 09/10] pretty: implement 'summary' format
  ` [PATCH v2 10/10] SubmittingPatches: use `--pretty=summary`

[PATCH 0/1] [Outreachy] doc: remove api-index
 2019-11-10  1:06 UTC  (3+ messages)

[PATCH v3] userdiff: add Elixir to supported userdiff languages
 2019-11-09 19:31 UTC  (5+ messages)
` [PATCH v4] "

[PATCH 1/2] Make die_if_checked_out() ignore missing worktree checkouts
 2019-11-09 11:34 UTC  (7+ messages)
` [PATCH 2/2] Make "git branch -d" prune missing worktrees automatically

[PATCH 0/6] [Outreachy] check-ref-format: parse-options
 2019-11-09  7:42 UTC  (4+ messages)
` [PATCH 2/6] "

Should we auto-close PRs on git/git?
 2019-11-09  4:55 UTC  (2+ messages)

[PATCH] utf8: use skip_iprefix() in same_utf_encoding()
 2019-11-08 22:20 UTC  (2+ messages)

[PATCH] convert: use skip_iprefix() in validate_encoding()
 2019-11-08 22:19 UTC  (2+ messages)

[BUG/FEATURE] Git pushing and fetching many more objects than strictly required
 2019-11-08 21:21 UTC  (4+ messages)

[PATCH] git-shortlog.txt: mention commit filtering options
 2019-11-08 19:26 UTC  (2+ messages)
` [PATCH v3] git-shortlog.txt: include commit limiting options

No Checkout / Read Only config Flag
 2019-11-08 16:08 UTC  (3+ messages)

[PATCH 0/1] remote-curl: unbreak http.extraHeader with custom allocators
 2019-11-08 13:44 UTC  (15+ messages)
` [PATCH 1/1] "
` [PATCH v2 0/1] "
  ` [PATCH v2 1/1] "

[PATCH] branch: Forbid to create local branches with confusing names
 2019-11-08 12:45 UTC  (5+ messages)

git check-ignore bug reports supplement
 2019-11-08  9:23 UTC 

[BUG] "fatal: bad object .alternate" during fetch with alternates
 2019-11-08  8:54 UTC  (5+ messages)

git check-ignore bug reports
 2019-11-08  8:34 UTC 

[PATCH] fetch: remove fetch_if_missing=0
 2019-11-08  7:40 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v2 0/1] unpack-trees: skip stat on fsmonitor-valid files
 2019-11-08  4:11 UTC  (7+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/1] "

[PATCH] status: teach "status --short" to respect "--show-stash"
 2019-11-08  3:24 UTC  (5+ messages)

[PATCH 0/5] Add --pathspec-from-file option for reset, commit
 2019-11-08  3:04 UTC  (7+ messages)
` [PATCH 2/5] doc: reset: unify <pathspec> description

[Improvement] Separate protocol and path in gitmodules
 2019-11-08  1:45 UTC  (2+ messages)


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