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

git-gui: automatically move focus to staged file before typing commit message?
 2019-09-14 21:15 UTC  (2+ messages)

[PATCH] doc: provide guidance on user.name format
 2019-09-14 21:02 UTC 

Git versioning policy - PatchMyPC compatibility on Windows
 2019-09-14 20:39 UTC  (3+ messages)

[PATCH v2 0/2] asciidoctor-extensions: provide `<refmiscinfo/>`
 2019-09-14 19:49 UTC  (14+ messages)
` [PATCH] Documentation: fix build with Asciidoctor 2
` [PATCH v2] "
` [PATCH v3] "

Git Gui - enhancement suggestion - Can a double click on the file name in the “unstaged” area move the item to “staged changes”
 2019-09-14 19:08 UTC  (9+ messages)

[PATCH 1/2] git-gui: convert new/amend commit radiobutton to checketton
 2019-09-14 17:48 UTC  (22+ messages)
` [PATCH 2/2] git-gui: add hotkey to toggle "Amend Last Commit" check button/menu
        ` [PATCH v3] git-gui: add hotkey to toggle "Amend Last Commit"
            ` [PATCH v4] "
                    ` [PATCH v5] "

GIT_OBJECT_DIRECTORY ignored when cloning submodules
 2019-09-14 16:07 UTC 

[PATCH] gitk: Make web links clickable
 2019-09-14 14:30 UTC  (5+ messages)
` [PATCH v2] "

What's cooking in git.git (Sep 2019, #01; Sat, 7)
 2019-09-14 13:58 UTC  (4+ messages)
` pd/fetch-jobs, was "

diff.renames not working?
 2019-09-14  3:30 UTC  (3+ messages)

[RFC PATCH 00/10] Rewrite packfile reuse code
 2019-09-14  3:06 UTC  (15+ messages)
` [RFC PATCH 01/10] builtin/pack-objects: report reused packfile objects
` [RFC PATCH 02/10] packfile: expose get_delta_base()
` [RFC PATCH 03/10] ewah/bitmap: introduce bitmap_word_alloc()
` [RFC PATCH 04/10] ewah/bitmap: always allocate 2 more words
` [RFC PATCH 05/10] pack-bitmap: don't rely on bitmap_git->reuse_objects
` [RFC PATCH 06/10] pack-bitmap: introduce bitmap_walk_contains()
` [RFC PATCH 07/10] csum-file: introduce hashfile_total()
` [RFC PATCH 08/10] pack-objects: introduce pack.allowPackReuse
` [RFC PATCH 09/10] builtin/pack-objects: introduce obj_is_packed()
` [RFC PATCH 10/10] pack-objects: improve partial packfile reuse

[RFC PATCH] trace2: don't overload target directories
 2019-09-14  0:26 UTC  (5+ messages)
` [RFC PATCH v3 0/3] "
  ` [RFC PATCH v3 1/3] docs: mention trace2 target-dir mode in git-config
  ` [RFC PATCH v3 2/3] trace2: don't overload target directories
  ` [RFC PATCH v3 3/3] trace2: write overload message to sentinel files

[PATCH] git-submodule.txt: fix AsciiDoc formatting error
 2019-09-13 23:13 UTC  (4+ messages)

git-am fails for emails with UTF8 characters in email header
 2019-09-13 22:20 UTC  (2+ messages)

[PATCH 0/2] Makefile: run coccicheck on all non-upstream sources
 2019-09-13 21:38 UTC  (14+ messages)
` [PATCH v2 0/3] "
  ` [PATCH v2 1/3] Makefile: define THIRD_PARTY_SOURCES
  ` [PATCH v2 2/3] Makefile: strip leading ./ in $(FIND_SOURCE_FILES)
  ` [PATCH v2 3/3] Makefile: run coccicheck on more source files

[PATCH] completion: add missing completions for log, diff, show
 2019-09-13 21:03 UTC  (7+ messages)

Git in Outreachy December 2019?
 2019-09-13 20:51 UTC  (3+ messages)

[PATCH v4] git-gui: add horizontal scrollbar to commit buffer
 2019-09-13 20:39 UTC  (2+ messages)

[RFC PATCH v2 00/12] Fix some git clean issues
 2019-09-13 20:29 UTC  (20+ messages)
` [PATCH v3 "
  ` [PATCH v3 01/12] t7300: add testcases showing failure to clean specified pathspecs
  ` [PATCH v3 02/12] dir: fix typo in comment
  ` [PATCH v3 03/12] dir: fix off-by-one error in match_pathspec_item
  ` [PATCH v3 04/12] dir: also check directories for matching pathspecs
  ` [PATCH v3 05/12] dir: make the DO_MATCH_SUBMODULE code reusable for a non-submodule case
  ` [PATCH v3 06/12] dir: if our pathspec might match files under a dir, recurse into it
  ` [PATCH v3 07/12] dir: add commentary explaining match_pathspec_item's return value
  ` [PATCH v3 08/12] git-clean.txt: do not claim we will delete files with -n/--dry-run
  ` [PATCH v3 09/12] clean: disambiguate the definition of -d
  ` [PATCH v3 10/12] clean: avoid removing untracked files in a nested git repository
  ` [PATCH v3 11/12] clean: rewrap overly long line
  ` [PATCH v3 12/12] clean: fix theoretical path corruption

[PATCH 0/1] multi-pack-index: add --no-progress
 2019-09-13 20:26 UTC  (6+ messages)
` [PATCH 1/1] multi-pack-index: add --no-progress Add --no-progress option to git multi-pack-index. The progress feature was added in 144d703 ("multi-pack-index: report progress during 'verify'", 2018-09-13) but the ability to opt-out was overlooked

[PATCH] git-gui: convert new/amend commit radiobutton to checketton
 2019-09-13 20:19 UTC  (5+ messages)

[PATCH] git-gui: add horizontal scrollbar to commit buffer
 2019-09-13 20:15 UTC  (3+ messages)

[PATCH] upload-pack: disable commit graph more gently for shallow traversal
 2019-09-13 18:05 UTC  (25+ messages)
  ` [PATCH] list-objects: don't queue root trees unless revs->tree_objects is set
` [PATCH v2] upload-pack commit graph segfault fix
  ` [PATCH v2 1/2] commit-graph: bump DIE_ON_LOAD check to actual load-time
  ` [PATCH v2 2/2] upload-pack: disable commit graph more gently for shallow traversal

[PATCH 0/2] Date test code clean-up
 2019-09-13 17:25 UTC  (6+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/2] Quit passing 'now' to date code
  ` [PATCH v2 2/2] test_date.c: Remove reference to GIT_TEST_DATE_NOW

RFC - Git Developer Blog
 2019-09-13 14:05 UTC  (5+ messages)

Virtual Git Contributor Summit
 2019-09-13 13:41 UTC  (2+ messages)

[PATCH 0/7] Fix more AsciiDoc/tor differences
 2019-09-13 12:21 UTC  (3+ messages)

[PATCH v3] git-svn: trim leading and trailing whitespaces in author name
 2019-09-13 12:08 UTC 

bug: report `rebase -i + subtree add --prefix = disaster`
 2019-09-13  8:10 UTC 

[PATCH v2] git-svn: trim leading and trailing whitespaces in author name
 2019-09-13  7:47 UTC  (3+ messages)

Patching Git to handle dates before the Unix epoch
 2019-09-13  5:12 UTC  (4+ messages)

[PATCH 0/2] completion: teach rebase and archive to use __gitcomp_builtin
 2019-09-12 20:44 UTC  (4+ messages)
` [PATCH 1/2] completion: teach rebase "
` [PATCH 2/2] completion: teach archive "

[PATCH 0/1] commit-graph: add --[no-]progress to write and verify
 2019-09-12 20:40 UTC  (4+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/1] "

[PATCH 1/2] git-gui: warn if the commit message contains lines longer than the set limit
 2019-09-12 19:26 UTC  (8+ messages)
` [PATCH 2/2] git-gui: add horizontal scrollbar to commit buffer

[PATCH 0/3] git-gui: Add ability to revert selected hunks and lines
 2019-09-12 18:59 UTC  (5+ messages)
` [PATCH v3 0/4] "

[PATCH 0/1] doc: small formatting fix
 2019-09-12 18:06 UTC  (7+ messages)
` [PATCH 1/1] "
` [PATCH v2 0/1] "
  ` [PATCH v2 1/1] doc: minor "

[PATCH v2 0/3] make sure stash refreshes the index properly
 2019-09-12 16:46 UTC  (12+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/3] factor out refresh_and_write_cache function
  ` [PATCH v4 0/3] make sure stash refreshes the index properly
    ` [PATCH v4 1/3] factor out refresh_and_write_cache function
    ` [PATCH v4 2/3] merge: use refresh_and_write_cache
    ` [PATCH v4 3/3] stash: make sure to write refreshed cache

[PATCH] git-svn: trim leading and trailing whitespaces in author name
 2019-09-12 14:51 UTC  (3+ messages)

could not fork child process rebasing required
 2019-09-12 14:10 UTC  (5+ messages)

error: could not read '.git/rebase-apply/head-name': No such file or directory
 2019-09-12 11:26 UTC  (2+ messages)

[PATCH] ci: install P4 from package to fix build error
 2019-09-12 11:09 UTC  (6+ messages)

[PATCH 0/1] Fix perl error "unescaped left brace in regex" for paranoid update hook
 2019-09-12  8:56 UTC  (6+ messages)
` [PATCH 1/1] "
` [PATCH v2 0/1] "
  ` [PATCH v2 1/1] contrib/hooks: escape left brace in regex in the "

[PATCH 0/9] [RFC] New sparse-checkout builtin and "cone" mode
 2019-09-11 20:28 UTC  (4+ messages)
` [PATCH 2/9] sparse-checkout: create 'init' subcommand

feature request, git-gui: add hotkey to toggle amend/new
 2019-09-11 18:47 UTC  (12+ 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).