git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2016-08-31 20:41:53 to 2016-09-03 02:17:45 UTC [more...]

[PATCH 0/2] handle empty spec-compliant remote repos correctly
 2016-09-03  2:17 UTC  (21+ messages)
` [PATCH 1/2] tests: move test_lazy_prereq JGIT to test-lib.sh
` [PATCH 2/2] connect: know that zero-ID is not a ref
` [PATCH v2 0/2] handle empty spec-compliant remote repos correctly
` [PATCH v2 1/2] tests: move test_lazy_prereq JGIT to test-lib.sh
` [PATCH v2 2/2] connect: advertized capability is not a ref

[ANNOUNCE] Git v2.10.0
 2016-09-03  2:17 UTC 

What's cooking in git.git (Sep 2016, #01; Fri, 2)
 2016-09-03  2:17 UTC 

A note from the maintainer
 2016-09-03  2:17 UTC 

Bug Report: Too many untracked files (gitignore)
 2016-09-03  0:52 UTC  (3+ messages)

Fixup of a fixup not working right
 2016-09-02 22:24 UTC  (2+ messages)

[PATCH 00/34] Teach the sequencer to act as rebase -i's backend
 2016-09-02 21:13 UTC  (32+ messages)
` [PATCH 01/34] sequencer: support a new action: 'interactive rebase'
` [PATCH 06/34] sequencer (rebase -i): write the 'done' file
` [PATCH 07/34] sequencer (rebase -i): add support for the 'fixup' and 'squash' commands
` [PATCH 15/34] sequencer (rebase -i): leave a patch upon error
` [PATCH 20/34] sequencer (rebase -i): copy commit notes at end
` [PATCH 27/34] sequencer (rebase -i): differentiate between comments and 'noop'
` [PATCH 32/34] sequencer (rebase -i): show the progress

[PATCH 0/9] The final building block for a faster rebase -i
 2016-09-02 20:59 UTC  (12+ messages)
` [PATCH 1/9] rebase -i: generate the script via rebase--helper
` [PATCH 2/9] rebase -i: remove useless indentation
` [PATCH 3/9] rebase -i: do not invent onelines when expanding/collapsing SHA-1s
` [PATCH 4/9] rebase -i: also expand/collapse the SHA-1s via the rebase--helper
` [PATCH 5/9] t3404: relax rebase.missingCommitsCheck tests
` [PATCH 6/9] rebase -i: check for missing commits in the rebase--helper
` [PATCH 7/9] rebase -i: skip unnecessary picks using "
` [PATCH 8/9] t3415: test fixup with wrapped oneline
` [PATCH 9/9] rebase -i: rearrange fixup/squash lines using the rebase--helper

[PATCH] sequencer: support folding in rfc2822 footer
 2016-09-02 19:58 UTC 

git add -p—splitting hunks, limit is too large
 2016-09-02 19:49 UTC  (3+ messages)

If a branch moves a submodule, "merge --ff[-only]" succeeds while "merge --no-ff" fails with conflicts
 2016-09-02 19:22 UTC 

[PATCH] t/Makefile: add a rule to re-run previously-failed tests
 2016-09-02 16:36 UTC  (19+ messages)
` [PATCH v2] "

Git in Outreachy December-March?
 2016-09-02 14:34 UTC  (3+ messages)

[PATCH 00/22] Prepare the sequencer for the upcoming rebase -i patches
 2016-09-02 13:56 UTC  (65+ messages)
` [PATCH 08/22] sequencer: remove overzealous assumption
` [PATCH 09/22] sequencer: completely revamp the "todo" script parsing
` [PATCH 10/22] sequencer: avoid completely different messages for different actions
` [PATCH 11/22] sequencer: get rid of the subcommand field
` [PATCH 13/22] sequencer: remember the onelines when parsing the todo file
` [PATCH 16/22] sequencer: prepare for rebase -i's GPG settings
` [PATCH 17/22] sequencer: allow editing the commit message on a case-by-case basis
` [PATCH 18/22] sequencer: support amending commits
` [PATCH 19/22] sequencer: support cleaning up commit messages
` [PATCH 21/22] sequencer: left-trim the lines read from the script
` [PATCH 22/22] sequencer: refactor write_message()

[GIT PULL] l10n updates for 2.10.0 round 2
 2016-09-02 13:51 UTC  (3+ messages)

Should "git symbolic-ref -d HEAD" be forbidden?
 2016-09-02  9:19 UTC  (5+ messages)

bug: 'core.logallrefupdates' is not set by default in non-bare repository
 2016-09-02  9:11 UTC  (8+ messages)

[PATCH 0/2] Let the sequencer handle the grunt work of rebase -i
 2016-09-02  8:34 UTC  (3+ messages)
` [PATCH 1/2] Add a builtin helper for interactive rebases
` [PATCH 2/2] rebase -i: use the rebase--helper builtin

bitmap creation failed
 2016-09-02  6:41 UTC  (4+ messages)

`make profile-install` fails in 2.9.3
 2016-09-01 22:38 UTC  (7+ messages)

Are --first-parent and --ancestry-path compatible rev-list options?
 2016-09-01 22:20 UTC  (6+ messages)

[PATCH v13 00/14] libify apply and use lib in am, part 3
 2016-09-01 17:48 UTC  (25+ messages)
` [PATCH v13 02/14] apply: rename and move opt constants to apply.h
` [PATCH v13 04/14] apply: make some parsing functions static again
` [PATCH v13 05/14] apply: use error_errno() where possible
` [PATCH v13 06/14] apply: make it possible to silently apply
` [PATCH v13 10/14] apply: change error_routine when silent
` [PATCH v13 14/14] builtin/am: use apply API in run_apply()
  ` [PATCH v13 03/14] Move libified code from builtin/apply.c to apply.{c,h}

git submodules implementation question
 2016-09-01 21:12 UTC  (30+ messages)

[PATCH] make dist: allow using an installed version of git
 2016-09-01 20:34 UTC  (3+ messages)

implement a stable 'Last updated' in Documentation
 2016-09-01 20:17 UTC  (10+ messages)

[PATCH 0/2] squelch some "gcc -O3 -Wmaybe-uninitialized" warnings
 2016-09-01 20:08 UTC  (3+ messages)

[PATCH v6 00/13] Git filter protocol
 2016-09-01 17:15 UTC  (8+ messages)
` [PATCH v6 13/13] read-cache: make sure file handles are not inherited by child processes

Notation for current branch?
 2016-09-01 15:51 UTC  (7+ messages)

format-patch base-commit: moving to above the patch?
 2016-09-01 15:29 UTC 

Feature Request: Branch-Aware Submodules
 2016-09-01 11:34 UTC  (3+ messages)

Literate programming with git
 2016-09-01  4:01 UTC 

[PATCH v12 0/8] submodule inline diff format
 2016-09-01  1:08 UTC  (11+ messages)
` [PATCH v12 1/8] cache: add empty_tree_oid object and helper function
` [PATCH v12 2/8] diff.c: remove output_prefix_length field
` [PATCH v12 3/8] graph: add support for --line-prefix on all graph-aware output
` [PATCH v12 4/8] diff: prepare for additional submodule formats
` [PATCH v12 5/8] allow do_submodule_path to work even if submodule isn't checked out
` [PATCH v12 6/8] submodule: convert show_submodule_summary to use struct object_id *
` [PATCH v12 7/8] submodule: refactor show_submodule_summary with helper function
` [PATCH v12 8/8] diff: teach diff to display submodule difference with an inline diff

[PATCH v11 0/8] submodule inline diff format
 2016-08-31 22:43 UTC  (4+ messages)

[PATCH V2] git-send-email: Add ability to cc: any "bylines" in the commit message
 2016-08-31 22:10 UTC  (2+ messages)

What's cooking in git.git (Aug 2016, #09; Wed, 31)
 2016-08-31 21:21 UTC 

Literate programming with git
 2016-08-31 21:10 UTC  (2+ messages)

[PATCH 0/4] cat-file: optionally convert to worktree version
 2016-08-31 20:53 UTC  (6+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/4] cat-file: introduce the --filters option


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