messages from 2019-09-03 12:45:47 to 2019-09-05 21:20:50 UTC [more...]
[PATCH] t7300-clean: demonstrate deleting nested repo with an ignored file breakage
2019-09-05 21:20 UTC (17+ messages)
` [RFC PATCH v2 00/12] Fix some git clean issues
` [RFC PATCH v2 01/12] t7300: Add some testcases showing failure to clean specified pathspecs
` [RFC PATCH v2 02/12] dir: fix typo in comment
` [RFC PATCH v2 03/12] dir: fix off-by-one error in match_pathspec_item
` [RFC PATCH v2 04/12] dir: Directories should be checked for matching pathspecs too
` [RFC PATCH v2 05/12] dir: Make the DO_MATCH_SUBMODULE code reusable for a non-submodule case
` [RFC PATCH v2 06/12] dir: If our pathspec might match files under a dir, recurse into it
` [RFC PATCH v2 07/12] dir: add commentary explaining match_pathspec_item's return value
` [RFC PATCH v2 08/12] git-clean.txt: do not claim we will delete files with -n/--dry-run
` [RFC PATCH v2 09/12] clean: disambiguate the definition of -d
` [RFC PATCH v2 10/12] clean: avoid removing untracked files in a nested git repository
` [RFC PATCH v2 11/12] clean: rewrap overly long line
` [RFC PATCH v2 12/12] clean: fix theoretical path corruption
[PATCH 0/5] Refactor excludes library
2019-09-05 21:03 UTC (10+ messages)
` [PATCH 1/5] treewide: rename 'struct exclude' to 'struct path_pattern'
` [PATCH 3/5] treewide: rename 'EXCL_FLAG_' to 'PATTERN_FLAG_'
` [PATCH 2/5] treewide: rename 'struct exclude_list' to 'struct pattern_list'
` [PATCH 4/5] treewide: rename 'exclude' methods to 'pattern'
` [PATCH 5/5] unpack-trees: rename 'is_excluded_from_list()'
[PATCH 0/1] Write commit-graph on fetch
2019-09-05 20:37 UTC (6+ messages)
` [PATCH 1/1] fetch: add fetch.writeCommitGraph config setting
[PATCH 1/2] git-gui: convert new/amend commit radiobutton to checketton
2019-09-05 20:33 UTC (3+ messages)
` [PATCH 2/2] git-gui: add hotkey to toggle "Amend Last Commit" check button/menu
[PATCH] Add hotkey to toggle "Amend Last Commit" radio selector
2019-09-05 20:14 UTC (5+ messages)
` [PATCH v2] git-gui: add "
[PATCH 1/2] tag: factor out get_tagged_oid()
2019-09-05 19:59 UTC (2+ messages)
` [PATCH 2/2] use get_tagged_oid()
[PATCH 00/13] format-patch: clean up tests and documentation
2019-09-05 19:56 UTC (4+ messages)
` [PATCH v2 "
[PATCH] Fix maybe-uninitialized warnings found by gcc 9 -flto
2019-09-05 19:50 UTC (11+ messages)
Git in Outreachy December 2019?
2019-09-05 19:39 UTC (4+ messages)
[PATCH] asciidoctor-extensions: provide `<refmiscinfo/>`
2019-09-05 19:35 UTC (8+ messages)
` [PATCH v2 0/2] "
` [PATCH v2 1/2] "
` [PATCH v2 2/2] doc-diff: replace --cut-header-footer with --cut-footer
[PATCH] t: use LF variable defined in the test harness
2019-09-05 19:34 UTC (6+ messages)
[PATCH v3 0/2] partial-clone: fix two issues with sparse filter handling
2019-09-05 18:57 UTC (5+ messages)
` [PATCH v3 1/2] list-objects-filter: only parse sparse OID when 'have_git_dir'
[PATCH] fetch-pack: write fetched refs to .promisor
2019-09-05 18:39 UTC (5+ messages)
[PATCH 1/2] git-gui: warn if the commit message contains lines longer than the set limit
2019-09-05 17:46 UTC (11+ messages)
` [PATCH 2/2] git-gui: add horizontal scrollbar to commit buffer
[PATCH 0/1] Fix stale .gitignore change, introduced via js/visual-studio
2019-09-05 17:44 UTC (3+ messages)
` [PATCH 1/1] .gitignore: stop ignoring `.manifest` files
[PATCH 0/1] Teach git reset to optionally read the pathspecs from stdin
2019-09-05 17:01 UTC (6+ messages)
` [PATCH 1/1] reset: support the --stdin option
Failure to fetch submodule with --depth=1 parameter
2019-09-05 14:53 UTC (3+ messages)
[PATCH] git-gui: Add hotkeys to set widget focus
2019-09-05 12:33 UTC (20+ messages)
` [PATCH] "
` [PATCH] git-gui: use path name instead of list index to track last clicked file
` [PATCH v4] git-gui: Add hotkeys to set widget focus
` [PATCH v5] "
[RFC PATCH 0/1] commit-graph.c: handle corrupt commit trees
2019-09-05 6:47 UTC (8+ messages)
` [RFC PATCH 1/1] commit-graph.c: die on un-parseable commits
[PATCH 0/1] contrib/git-jump: support alias expansion
2019-09-05 6:04 UTC (4+ messages)
` [PATCH 1/1] contrib/git-jump/git-jump: "
[PATCH 0/2] cleanup compat/ sources using spatch
2019-09-05 3:23 UTC (7+ messages)
` [PATCH 1/2] mingw: apply array.cocci rule
` [PATCH 2/2] compat/*.[ch]: remove extern from function declarations using spatch
[PATCH] cache-tree: do not lazy-fetch merge tree
2019-09-04 23:35 UTC (4+ messages)
git-gui: Long lines in commit message gets hidden, no scrollbar appears
2019-09-04 22:35 UTC (14+ messages)
[PATCH v2 0/4] Warn about git-filter-branch usage and avoid it
2019-09-04 22:32 UTC (18+ messages)
` [PATCH v5 "
` [PATCH v5 1/4] t6006: simplify and optimize empty message test
` [PATCH v5 2/4] t3427: accelerate this test by using fast-export and fast-import
` [PATCH v5 3/4] Recommend git-filter-repo instead of git-filter-branch
` [PATCH v5 4/4] t9902: use a non-deprecated command for testing
` [PATCH v6 0/3] Warn about git-filter-branch usage and avoid it
` [PATCH v6 1/3] t6006: simplify, fix, and optimize empty message test
` [PATCH v6 2/3] Recommend git-filter-repo instead of git-filter-branch
` [PATCH v6 3/3] t9902: use a non-deprecated command for testing
[PATCH v2 00/16] rebase -r: support merge strategies other than recursive
2019-09-04 21:40 UTC (2+ messages)
` [PATCH v2 17/16] t3427: accelerate this test by using fast-export and fast-import
[RFC] Post/tutorial for newcomers
2019-09-04 20:18 UTC (7+ messages)
feature request, git-gui: add hotkey to toggle amend/new
2019-09-04 19:03 UTC (20+ messages)
` [PATCH] Add hotkey to toggle "Amend Last Commit" radio selector
[PATCH] trace2: use warning() directly in tr2_dst_malformed_warning()
2019-09-04 9:14 UTC (2+ messages)
[BUG} stash show does not show untracked files stashed (reposted)
2019-09-04 7:29 UTC (2+ messages)
[PATCH 1/1] upload-pack: fix race condition in error messages
2019-09-04 5:04 UTC (11+ messages)
[PATCH 0/1] Make git rebase -r's label generation more resilient
2019-09-03 22:40 UTC (9+ messages)
` [PATCH 1/1] rebase -r: let `label` generate safer labels
[PATCH] git-gui: Add hotkeys to change focus between ui widgets
2019-09-03 22:18 UTC (7+ messages)
` [PATCH] git-gui: Add hotkeys to set widget focus
Retrieve version-string on shallow clone
2019-09-03 21:30 UTC (2+ messages)
Git does not recognise directory named '${sys:DATA_ROOT_DIR}'
2019-09-03 19:55 UTC (6+ messages)
[PATCH 0/3] make sure stash refreshes the index properly
2019-09-03 19:10 UTC (11+ messages)
` [PATCH v2 "
` [PATCH v2 1/3] factor out refresh_and_write_cache function
` [PATCH v3 0/3] make sure stash refreshes the index properly
` [PATCH v3 1/3] factor out refresh_and_write_cache function
` [PATCH v3 2/3] merge: use refresh_and_write_cache
` [PATCH v3 3/3] stash: make sure to write refreshed cache
Bug: git push in a --mirror repository deletes all refs
2019-09-03 18:29 UTC (3+ messages)
` [PATCH] push: disallow --all and refspecs when remote.<name>.mirror is set
[PATCH v3 00/24] Clean up merge API
2019-09-03 18:17 UTC (6+ messages)
` [PATCH v4 "
` [PATCH v4 08/24] Ensure index matches head before invoking merge machinery, round N
RFC: Proposing git-filter-repo for inclusion in git.git
2019-09-03 17:37 UTC (11+ messages)
` [RFC PATCH 0/5] Remove git-filter-branch from git.git; host it elsewhere
[PATCH] rebase: introduce --update-branches option
2019-09-03 13:26 UTC (3+ messages)
How to track history of personal changes in a repository?
2019-09-03 12:57 UTC (6+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).