git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2016-09-02 08:47:38 to 2016-09-04 20:21:39 UTC [more...]

[PATCH v14 00/41] libify apply and use lib in am, part 2
 2016-09-04 20:18 UTC  (41+ messages)
` [PATCH v14 01/41] apply: make some names more specific
` [PATCH v14 02/41] apply: move 'struct apply_state' to apply.h
` [PATCH v14 03/41] builtin/apply: make apply_patch() return -1 or -128 instead of die()ing
` [PATCH v14 04/41] builtin/apply: read_patch_file() return -1 "
` [PATCH v14 05/41] builtin/apply: make find_header() return -128 "
` [PATCH v14 06/41] builtin/apply: make parse_chunk() return a negative integer on error
` [PATCH v14 07/41] builtin/apply: make parse_single_patch() return -1 "
` [PATCH v14 08/41] builtin/apply: make parse_whitespace_option() return -1 instead of die()ing
` [PATCH v14 09/41] builtin/apply: make parse_ignorewhitespace_option() "
` [PATCH v14 10/41] builtin/apply: move init_apply_state() to apply.c
` [PATCH v14 11/41] apply: make init_apply_state() return -1 instead of exit()ing
` [PATCH v14 12/41] builtin/apply: make check_apply_state() return -1 instead of die()ing
` [PATCH v14 13/41] builtin/apply: move check_apply_state() to apply.c
` [PATCH v14 14/41] builtin/apply: make apply_all_patches() return 128 or 1 on error
` [PATCH v14 15/41] builtin/apply: make parse_traditional_patch() return -1 "
` [PATCH v14 16/41] builtin/apply: make gitdiff_*() return 1 at end of header
` [PATCH v14 17/41] builtin/apply: make gitdiff_*() return -1 on error
` [PATCH v14 18/41] builtin/apply: change die_on_unsafe_path() to check_unsafe_path()
` [PATCH v14 19/41] builtin/apply: make build_fake_ancestor() return -1 on error
` [PATCH v14 20/41] builtin/apply: make remove_file() "
` [PATCH v14 21/41] builtin/apply: make add_conflicted_stages_file() "
` [PATCH v14 22/41] builtin/apply: make add_index_file() "
` [PATCH v14 23/41] builtin/apply: make create_file() "
` [PATCH v14 24/41] builtin/apply: make write_out_one_result() "
` [PATCH v14 25/41] builtin/apply: make write_out_results() "
` [PATCH v14 26/41] builtin/apply: make try_create_file() "
` [PATCH v14 27/41] builtin/apply: make create_one_file() "
` [PATCH v14 28/41] builtin/apply: rename option parsing functions
` [PATCH v14 29/41] apply: rename and move opt constants to apply.h
` [PATCH v14 31/41] apply: make some parsing functions static again
` [PATCH v14 32/41] apply: use error_errno() where possible
` [PATCH v14 33/41] apply: make it possible to silently apply
` [PATCH v14 34/41] apply: don't print on stdout in verbosity_silent mode
` [PATCH v14 35/41] usage: add set_warn_routine()
` [PATCH v14 36/41] usage: add get_error_routine() and get_warn_routine()
` [PATCH v14 37/41] apply: change error_routine when silent
` [PATCH v14 38/41] apply: refactor `git apply` option parsing
` [PATCH v14 39/41] apply: pass apply state to build_fake_ancestor()
` [PATCH v14 40/41] apply: learn to use a different index file
` [PATCH v14 41/41] builtin/am: use apply API in run_apply()

[PATCH v13 00/14] libify apply and use lib in am, part 3
 2016-09-04 20:17 UTC  (13+ messages)
` [PATCH v13 10/14] apply: change error_routine when silent

[PATCH v2 00/38] Virtualization of the refs API
 2016-09-04 19:43 UTC  (40+ 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

[WIP PATCH v2] diff.c: emit moved lines with a different color
 2016-09-04 19:14 UTC 

[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  (6+ 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  (13+ 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  (12+ 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] 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  (3+ messages)

[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  (2+ messages)

bug: 'core.logallrefupdates' is not set by default in non-bare repository
 2016-09-02  9:11 UTC  (8+ 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).