git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2017-10-12 22:53:38 to 2017-10-17 04:05:38 UTC [more...]

[PATCH 0/4] pre-merge hook
 2017-10-17  4:05 UTC  (2+ messages)

Enhancement request: git-push: Allow (configurable) default push-option
 2017-10-17  4:01 UTC  (19+ messages)
    ` (no subject)
      ` [PATCH][Outreachy] New git config variable to specify string that will be automatically passed as --push-option
              ` [PATCH] patch reply

[PATCH] fetch doc: src side of refspec could be full SHA-1
 2017-10-17  3:56 UTC 

bug with check-ref-format outside of repository
 2017-10-17  3:33 UTC  (15+ messages)
  ` [PATCH] check-ref-format: require a repository for --branch

[PATCH] column: show auto columns when pager is active
 2017-10-17  3:19 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] doc: list filter-branch subdirectory-filter first
 2017-10-17  2:46 UTC  (2+ messages)

Consider escaping special characters like 'less' does
 2017-10-17  2:45 UTC  (11+ messages)

[L10N] Kickoff of translation for Git 2.15.0 round 2
 2017-10-17  2:09 UTC 

[PATCH v4 0/3] implement fetching of moved submodules
 2017-10-17  1:49 UTC  (5+ messages)
` [PATCH v4 1/3] fetch: add test to make sure we stay backwards compatible
` [PATCH v4 2/3] implement fetching of moved submodules
` [PATCH v4 3/3] submodule: simplify decision tree whether to or not to fetch

What's cooking in git.git (Oct 2017, #03; Mon, 16)
 2017-10-17  1:34 UTC  (2+ messages)

[PATCH v3 00/25] object_id part 10
 2017-10-17  1:19 UTC  (30+ 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

What happened to "git status --color=(always|auto|never)"?
 2017-10-17  1:06 UTC  (19+ 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

Adding a target prefix to git filter-branch --subdirectory-filter
 2017-10-16 23:39 UTC 

[PATCH/RFC] git-post: the opposite of git-cherry-pick
 2017-10-16 23:01 UTC  (6+ messages)

Minor man page weirdness?
 2017-10-16 22:56 UTC  (2+ messages)

[PATCH] diff: alias -q to --quiet
 2017-10-16 21:45 UTC  (4+ messages)

[PATCH 0/3] a small branch API clean-up
 2017-10-16 21:38 UTC  (9+ 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-16 21:25 UTC  (36+ 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 v3 10/10] ssh: introduce a 'simple' ssh variant
  ` [PATCH] Documentation: document Extra Parameters
  ` [PATCH v4 00/11] protocol transition
    ` [PATCH v4 01/11] connect: in ref advertisement, shallows are last
    ` [PATCH v4 02/11] pkt-line: add packet_write function
    ` [PATCH v4 03/11] protocol: introduce protocol extension mechanisms
    ` [PATCH v4 04/11] daemon: recognize hidden request arguments
    ` [PATCH v4 05/11] upload-pack, receive-pack: introduce protocol version 1
    ` [PATCH v4 06/11] connect: teach client to recognize v1 server response
    ` [PATCH v4 07/11] connect: tell server that the client understands v1
    ` [PATCH v4 08/11] http: "
    ` [PATCH v4 09/11] i5700: add interop test for protocol transition
    ` [PATCH v4 10/11] ssh: introduce a 'simple' ssh variant
    ` [PATCH v4 11/11] Documentation: document Extra Parameters

[ANNOUNCE] Git for Windows 2.14.2(3)
 2017-10-16 18:59 UTC  (5+ messages)

slight addition to t.gummerer's proposed "git stash" patch
 2017-10-16 18:34 UTC  (4+ messages)

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

Line ending normalization doesn't work as expected
 2017-10-16 17:34 UTC  (3+ messages)
` [PATCH v1 1/1] Introduce git add --renormalize

Does Git build things during 'make install"?
 2017-10-16 17:13 UTC  (4+ messages)

[PATCH] sequencer.c: unify error messages
 2017-10-16 12:46 UTC  (9+ 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 11:39 UTC  (13+ 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

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)

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 

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

[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] "

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

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

[PATCH 0/6] Teach Status options around showing ignored files
 2017-10-13  0:49 UTC  (10+ messages)
` [PATCH v2 0/5] "
  ` [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  (5+ 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] "


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