git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2016-09-01 21:04:54 to 2016-09-04 16:34:11 UTC [more...]

[PATCH v13 00/14] libify apply and use lib in am, part 3
 2016-09-04 16:31 UTC  (15+ messages)
` [PATCH v13 06/14] apply: make it possible to silently apply
` [PATCH v13 10/14] apply: change error_routine when silent

[PATCH v2 00/38] Virtualization of the refs API
 2016-09-04 16:08 UTC  (39+ messages)
` [PATCH v2 01/38] resolve_gitlink_ref(): eliminate temporary variable
` [PATCH v2 02/38] rename_ref_available(): add docstring
` [PATCH v2 03/38] refs: rename struct ref_cache to files_ref_store
` [PATCH v2 04/38] refs: add a backend method structure
` [PATCH v2 05/38] refs: create a base class "ref_store" for files_ref_store
` [PATCH v2 06/38] add_packed_ref(): add a files_ref_store argument
` [PATCH v2 07/38] get_packed_ref(): "
` [PATCH v2 08/38] resolve_missing_loose_ref(): "
` [PATCH v2 09/38] {lock,commit,rollback}_packed_refs(): add files_ref_store arguments
` [PATCH v2 10/38] refs: add a transaction_commit() method
` [PATCH v2 11/38] refs: reorder definitions
` [PATCH v2 12/38] resolve_packed_ref(): rename function from resolve_missing_loose_ref()
` [PATCH v2 13/38] resolve_gitlink_packed_ref(): remove function
` [PATCH v2 14/38] read_raw_ref(): take a (struct ref_store *) argument
` [PATCH v2 15/38] resolve_ref_recursively(): new function
` [PATCH v2 16/38] resolve_gitlink_ref(): implement using resolve_ref_recursively()
` [PATCH v2 17/38] resolve_gitlink_ref(): avoid memory allocation in many cases
` [PATCH v2 18/38] resolve_gitlink_ref(): rename path parameter to submodule
` [PATCH v2 19/38] refs: make read_raw_ref() virtual
` [PATCH v2 20/38] refs: make verify_refname_available() virtual
` [PATCH v2 21/38] refs: make pack_refs() virtual
` [PATCH v2 22/38] refs: make create_symref() virtual
` [PATCH v2 23/38] refs: make peel_ref() virtual
` [PATCH v2 24/38] repack_without_refs(): add a files_ref_store argument
` [PATCH v2 25/38] lock_raw_ref(): "
` [PATCH v2 26/38] commit_ref_update(): "
` [PATCH v2 27/38] lock_ref_for_update(): "
` [PATCH v2 28/38] lock_ref_sha1_basic(): "
` [PATCH v2 29/38] split_symref_update(): "
` [PATCH v2 30/38] files_ref_iterator_begin(): take a ref_store argument
` [PATCH v2 31/38] refs: add method iterator_begin
` [PATCH v2 32/38] refs: add methods for reflog
` [PATCH v2 33/38] refs: add method for initial ref transaction commit
` [PATCH v2 34/38] refs: make delete_refs() virtual
` [PATCH v2 35/38] refs: add methods to init refs db
` [PATCH v2 36/38] refs: add method to rename refs
` [PATCH v2 37/38] refs: make lock generic
` [PATCH v2 38/38] refs: implement iteration over only per-worktree refs

[PATCH 1/6] git-gui: The term unified for remote in Japanese
 2016-09-04 12:10 UTC  (7+ messages)
` [PATCH 2/6] git-gui: The term unified for blame "
` [PATCH 4/6] git-gui: Add Japanese language code
` [PATCH 5/6] git-gui: Update Japanese translation
` [PATCH 6/6] git-gui: Update Japanese information

Fixup of a fixup not working right
 2016-09-04 11:47 UTC  (7+ messages)

`make profile-install` fails in 2.9.3
 2016-09-04 11:39 UTC  (11+ messages)
          ` [PATCH 0/4] git add --chmod: always change the file
            ` [PATCH 1/4] add: document the chmod option
            ` [PATCH 2/4] update-index: use the same structure for chmod as add
            ` [PATCH 3/4] read-cache: introduce chmod_index_entry
            ` [PATCH 4/4] add: modify already added files when --chmod is given

[PATCH] stash: allow ref of a stash by index
 2016-09-04 10:57 UTC  (5+ messages)

[RFC/PATCH 0/2] Color moved code differently
 2016-09-04 10:35 UTC  (12+ messages)
` [PATCH 1/2] diff.c: emit duplicate lines with a different color
` [RFC/PATCH 2/2] WIP xdiff: markup duplicates differently

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

git add -p—splitting hunks, limit is too large
 2016-09-04  8:10 UTC  (5+ messages)

[PATCH] compat: move strdup(3) replacement to its own file
 2016-09-04  7:46 UTC  (2+ messages)

[PATCH] introduce hex2chr() for converting two hexadecimal digits to a character
 2016-09-04  7:49 UTC  (2+ messages)

[PATCH 0/9] The final building block for a faster rebase -i
 2016-09-04  6:47 UTC  (15+ 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

Literate programming with git
 2016-09-03 21:30 UTC  (3+ messages)

[ANNOUNCE] Git for Windows 2.10.0
 2016-09-03 13:17 UTC 

A note from the maintainer
 2016-09-03 10:26 UTC  (2+ messages)

[PATCH 00/34] Teach the sequencer to act as rebase -i's backend
 2016-09-03  6:57 UTC  (19+ messages)
` [PATCH 01/34] sequencer: support a new action: 'interactive rebase'
` [PATCH 07/34] sequencer (rebase -i): add support for the 'fixup' and 'squash' commands
` [PATCH 27/34] sequencer (rebase -i): differentiate between comments and 'noop'

[PATCH] xdiff: remove unneeded declarations
 2016-09-03  3:16 UTC 

[PATCH] sequencer: support folding in rfc2822 footer
 2016-09-03  2:23 UTC  (2+ messages)

[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 

Bug Report: Too many untracked files (gitignore)
 2016-09-03  0:52 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 

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  (37+ messages)
` [PATCH 09/22] sequencer: completely revamp the "todo" script parsing
` [PATCH 10/22] sequencer: avoid completely different messages for different actions
` [PATCH 13/22] sequencer: remember the onelines when parsing the todo file
` [PATCH 16/22] sequencer: prepare for rebase -i's GPG settings
` [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)

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

git submodules implementation question
 2016-09-01 21:12 UTC  (25+ 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)


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