git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2017-10-12 08:46:21 to 2017-10-16 10:57:33 UTC [more...]

[ANNOUNCE] Git for Windows 2.14.2(3)
 2017-10-16 10:57 UTC  (4+ messages)

bug with check-ref-format outside of repository
 2017-10-16 10:45 UTC  (7+ messages)
  ` [PATCH] check-ref-format: require a repository for --branch

Does Git build things during 'make install"?
 2017-10-16  8:23 UTC  (3+ messages)

What's cooking in git.git (Oct 2017, #03; Mon, 16)
 2017-10-16  6:54 UTC 

BUG: merge -s theirs is not in effect (does the same as -s ours)
 2017-10-16  5:38 UTC  (10+ messages)
    ` Re* "
      ` -X theirs does not resolve symlink conflict Was: BUG: merge -s theirs is not in effect
                ` [PATCH] merge: teach -Xours/-Xtheirs to symbolic link merge

[PATCH v2 1/9] perf/run: add '--config' option to the 'run' script
 2017-10-16  5:25 UTC  (2+ messages)

[PATCH v3 00/25] object_id part 10
 2017-10-16  2:15 UTC  (27+ messages)
` [PATCH v3 01/25] walker: convert to struct object_id
` [PATCH v3 02/25] refs/files-backend: convert struct ref_to_prune to object_id
` [PATCH v3 03/25] refs: convert delete_ref and refs_delete_ref to struct object_id
` [PATCH v3 04/25] refs: convert update_ref and refs_update_ref to use "
` [PATCH v3 05/25] refs: prevent accidental NULL dereference in write_pseudoref
` [PATCH v3 06/25] refs: update ref transactions to use struct object_id
` [PATCH v3 07/25] Convert check_connected "
` [PATCH v3 08/25] refs: convert resolve_refdup and refs_resolve_refdup to "
` [PATCH v3 09/25] refs: convert read_ref and read_ref_full to object_id
` [PATCH v3 10/25] refs: convert dwim_ref and expand_ref to struct object_id
` [PATCH v3 11/25] builtin/reflog: convert remaining unsigned char uses to object_id
` [PATCH v3 12/25] refs: convert dwim_log to struct object_id
` [PATCH v3 13/25] pack-bitmap: convert traverse_bitmap_commit_list to object_id
` [PATCH v3 14/25] builtin/pack-objects: convert to struct object_id
` [PATCH v3 15/25] refs: convert peel_ref "
` [PATCH v3 16/25] refs: convert read_ref_at "
` [PATCH v3 17/25] refs: convert reflog_expire parameter "
` [PATCH v3 18/25] sha1_file: convert index_path and index_fd "
` [PATCH v3 19/25] Convert remaining callers of resolve_gitlink_ref to object_id
` [PATCH v3 20/25] refs: convert resolve_gitlink_ref to struct object_id
` [PATCH v3 21/25] worktree: convert struct worktree to object_id
` [PATCH v3 22/25] refs: convert resolve_ref_unsafe to struct object_id
` [PATCH v3 23/25] refs: convert peel_object "
` [PATCH v3 24/25] refs: convert read_raw_ref backends "
` [PATCH v3 25/25] refs/files-backend: convert static functions to object_id

[PATCH] sequencer.c: unify error messages
 2017-10-16  1:52 UTC  (6+ messages)
` [PATCH v2] sequencer.c: fix and unify error messages in rearrange_squash()

[PATCH 0/3] for-each-ref: add :remote-ref and :remote-name specifiers
 2017-10-16  1:50 UTC  (12+ messages)
` [PATCH v2 0/3] for-each-ref: add :remoteref and :remotename specifiers
  ` [PATCH v2 2/3] for-each-ref: let upstream/push optionally remote ref name

Consider escaping special characters like 'less' does
 2017-10-15 21:37 UTC  (6+ messages)

[PATCH/RFC] git-post: the opposite of git-cherry-pick
 2017-10-15 15:09 UTC  (5+ messages)

Bug: git ls-remote -h / --head results differ in output
 2017-10-15 13:26 UTC  (3+ messages)

Can I remove multiple stashed states at a time?
 2017-10-14 18:05 UTC  (4+ messages)

man page for "git config" re: GIT_CONFIG and "-f" seems weird/wrong
 2017-10-14  9:55 UTC 

What happened to "git status --color=(always|auto|never)"?
 2017-10-14  3:01 UTC  (24+ messages)
` [PATCH 0/2] Piling more kludge on top of color.ui
  ` [PATCH 1/2] color: downgrade "always" to "auto" only for on-disk configuration
              ` [PATCH 0/4] peeling back color.ui=always hacks
                ` [PATCH 1/4] Revert "color: make "always" the same as "auto" in config"
                ` [PATCH 2/4] Revert "t6006: drop "always" color config tests"
                ` [PATCH 3/4] Revert "color: check color.ui in git_default_config()"
                ` [PATCH 4/4] tag: respect color.ui config
  ` [PATCH 2/2] color: discourage use of ui.color=always

git-clone causes out of memory
 2017-10-14  2:43 UTC  (23+ messages)
                                ` [PATCH] revision: quit pruning diff more quickly when possible

[PATCH] diff: alias -q to --quiet
 2017-10-14  2:37 UTC  (3+ messages)

[PATCH 0/3] a small branch API clean-up
 2017-10-14  2:20 UTC  (8+ messages)
` [PATCH 1/3] branch: streamline "attr_only" handling in validate_new_branchname()
` [PATCH 2/3] branch: split validate_new_branchname() into two
` [PATCH 3/3] branch: forbid refs/heads/HEAD

[PATCH v2 0/9] protocol transition
 2017-10-13 22:56 UTC  (20+ messages)
` [PATCH v3 00/10] "
  ` [PATCH v3 03/10] protocol: introduce protocol extention mechanisms
  ` [PATCH v3 04/10] daemon: recognize hidden request arguments
  ` [PATCH v3 05/10] upload-pack, receive-pack: introduce protocol version 1
  ` [PATCH v3 07/10] connect: tell server that the client understands v1
  ` [PATCH] Documentation: document Extra Parameters

[PATCH v2 1/2] diff: alias -q to --quiet
 2017-10-13 19:49 UTC  (2+ messages)
` [PATCH v2 2/2] diff: finish removal of deprecated -q option

[PATCH] Documentation/git-config.txt: reword missleading sentence
 2017-10-13 12:04 UTC  (5+ messages)
` [PATCH v2] "

Enhancement request: git-push: Allow (configurable) default push-option
 2017-10-13  8:45 UTC  (11+ messages)

is there a truly compelling rationale for .git/info/exclude?
 2017-10-13  7:05 UTC  (6+ messages)

[PATCH] pull: pass --signoff/--no-signoff to "git merge"
 2017-10-13  1:48 UTC  (8+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

[PATCH 0/6] Teach Status options around showing ignored files
 2017-10-13  0:49 UTC  (15+ messages)
` [PATCH v2 0/5] "
  ` [PATCH v2 1/5] Teach status "
  ` [PATCH v2 2/5] Update documentation for new directory and status logic
  ` [PATCH v2 5/5] Add tests around status handling of ignored arguments

Out of memory with diff.colormoved enabled
 2017-10-13  0:24 UTC  (7+ messages)
  ` [PATCH] diff.c: increment buffer pointer in all code path

[ANNOUNCE] Git for Windows 2.14.2(2)
 2017-10-12 22:53 UTC  (4+ messages)
` [git-for-windows] "

undefined reference to `pcre_jit_exec'
 2017-10-12 21:05 UTC  (6+ messages)

[PATCH v1 1/1] completion: add remaining flags to checkout
 2017-10-12 20:30 UTC  (3+ messages)

(Some?) control codes not escaped when using `git add -p`
 2017-10-12 18:47 UTC  (2+ messages)

No log --no-decorate completion?
 2017-10-12 17:41 UTC  (3+ messages)

[RFC PATCH v3 0/4] implement fetching of moved submodules
 2017-10-12 16:17 UTC  (7+ messages)
` [RFC PATCH 2/4] change submodule push test to use proper repository setup

[PATCH 00/18] Partial clone (from clone to lazy fetch in 18 patches)
 2017-10-12 15:45 UTC  (4+ messages)
` [PATCH 07/18] sha1_file: support lazily fetching missing objects

[RFC] column: show auto columns when pager is active
 2017-10-12 14:24 UTC  (6+ messages)

[PATCH v4 4/4] sha1_name: minimize OID comparisons during disambiguation
 2017-10-12 14:22 UTC  (9+ messages)
` [PATCH v5 0/4] Improve abbreviation disambiguation
` [PATCH v5 1/4] p4211-line-log.sh: add log --online --raw --parents perf test
` [PATCH v5 2/4] sha1_name: unroll len loop in find_unique_abbrev_r
` [PATCH v5 3/4] sha1_name: parse less while finding common prefix
` [PATCH v5 4/4] sha1_name: minimize OID comparisons during disambiguation

git repack leaks disk space on ENOSPC
 2017-10-12 13:36 UTC  (6+ messages)

Is git am supposed to decode MIME?
 2017-10-12 13:20 UTC  (3+ messages)

Branch switching with submodules where the submodule replaces a folder aborts unexpectedly
 2017-10-12 11:48 UTC  (3+ messages)

[RFC] deprecate git stash save? (was: Re: [PATCH 2/3] http-push: fix construction of hex value from path)
 2017-10-12 11:14 UTC  (3+ messages)
` [RFC] deprecate git stash save?

[PATCH] Documentation/merge-options.txt: Add -S/--gpg-sign
 2017-10-12 11:10 UTC  (5+ messages)

[PATCH v2 00/24] object_id part 10
 2017-10-12 10:22 UTC  (5+ messages)

Bug or feature: format-patch breaks long subject lines
 2017-10-12 10:12 UTC  (2+ messages)

[PATCH 1/1] git-stash.txt: correct "git stash" behavior with no arguments
 2017-10-12  9:56 UTC  (5+ messages)

v2.15.0-rc1 test failure
 2017-10-12  9:06 UTC  (4+ 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).