git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2016-12-04 00:24:28 to 2016-12-06 23:02:19 UTC [more...]

[PATCH v15 01/27] bisect--helper: use OPT_CMDMODE instead of OPT_BOOL
 2016-12-06 23:02 UTC  (28+ messages)
` [PATCH v15 22/27] bisect--helper: `bisect_log` shell function in C
` [PATCH v15 09/27] bisect--helper: `bisect_write` "
` [PATCH v15 18/27] bisect--helper: `bisect_autostart` "
` [PATCH v15 12/27] bisect--helper: `get_terms` & `bisect_terms` "
` [PATCH v15 23/27] bisect--helper: `bisect_replay` "
` [PATCH v15 10/27] bisect--helper: `check_and_set_terms` "
` [PATCH v15 11/27] bisect--helper: `bisect_next_check` & bisect_voc "
` [PATCH v15 19/27] bisect--helper: `bisect_state` & `bisect_head` "
` [PATCH v15 08/27] bisect--helper: `is_expected_rev` & `check_expected_revs` "

[PATCH 00/17] pathspec cleanup
 2016-12-06 22:37 UTC  (21+ messages)
` [PATCH 01/17] mv: convert to using pathspec struct interface
` [PATCH 02/17] dir: convert create_simplify to use the "
` [PATCH 03/17] dir: convert fill_directory "
` [PATCH 04/17] ls-tree: convert show_recursive "
` [PATCH 05/17] pathspec: remove the deprecated get_pathspec function
` [PATCH 06/17] pathspec: copy and free owned memory
` [PATCH 07/17] mv: small code cleanup
` [PATCH 08/17] pathspec: remove unused variable from unsupported_magic
` [PATCH 09/17] pathspec: always show mnemonic and name in unsupported_magic
` [PATCH 10/17] pathspec: simpler logic to prefix original pathspec elements
` [PATCH 11/17] pathspec: factor global magic into its own function
` [PATCH 12/17] pathspec: create parse_short_magic function
` [PATCH 13/17] pathspec: create parse_long_magic function
` [PATCH 14/17] pathspec: create parse_element_magic helper
` [PATCH 15/17] pathspec: create strip submodule slash helpers
` [PATCH 16/17] pathspec: small readability changes
` [PATCH 17/17] pathspec: remove outdated comment

[PATCH v6 0/4] transport protocol policy configuration
 2016-12-06 22:24 UTC  (22+ messages)
` [PATCH v7 "
  ` [PATCH v7 4/4] transport: add from_user parameter to is_transport_allowed
                    ` [PATCH v2] jk/http-walker-limit-redirect rebased to maint-2.9
                      ` [PATCH v2 1/6] http: simplify update_url_from_redirect
                      ` [PATCH v2 2/6] http: always update the base URL for redirects
                      ` [PATCH v2 3/6] remote-curl: rename shadowed options variable
                      ` [PATCH v2 4/6] http: make redirects more obvious
                      ` [PATCH v2 5/6] http: treat http-alternates like redirects
                      ` [PATCH v2 6/6] http-walker: complain about non-404 loose object errors

[BUG] Index.lock error message regression in git 2.11.0
 2016-12-06 22:15 UTC  (3+ messages)
  ` Re* "

[PATCH] xdiff: Do not enable XDL_FAST_HASH by default
 2016-12-06 21:23 UTC  (3+ messages)

"git add -p ." raises an unexpected "warning: empty strings as pathspecs will be made invalid in upcoming releases. please use . instead if you meant to match all paths"
 2016-12-06 21:21 UTC  (6+ messages)

[PATCH v2] tag, branch, for-each-ref: add --ignore-case for sorting and filtering
 2016-12-06 21:11 UTC  (3+ messages)

[RFC PATCH] GIT-VERSION-GEN: set --abbrev=9 to match auto-scaling
 2016-12-06 20:43 UTC  (12+ messages)

Bug: stash staged file move loses original file deletion
 2016-12-06 20:36 UTC  (13+ messages)
      ` [PATCH] stash: disable renames when calling git-diff

BUG: "cherry-pick A..B || git reset --hard OTHER"
 2016-12-06 18:58 UTC 

[PATCH v3 1/2] difftool: add a skeleton for the upcoming builtin
 2016-12-06 18:35 UTC  (26+ messages)

[PATCH] clone,fetch: explain the shallow-clone option a little more clearly
 2016-12-06 18:29 UTC  (4+ messages)

Feature request: Set git svn options in .git/config file
 2016-12-06 17:24 UTC  (3+ messages)
  `  "

[PATCH] diff: handle --no-abbrev outside of repository
 2016-12-06 17:00 UTC  (9+ messages)
` [PATCH v2] "
        ` [PATCH v3] diff: handle --no-abbrev in no-index case
          ` [PATCH v4] "

[PATCH] git-p4: add p4 shelf support
 2016-12-06 16:03 UTC  (3+ messages)

inconsistent output from git add about ignored files
 2016-12-06 14:18 UTC 

git add -p doesn't honor diff.noprefix config
 2016-12-06 13:56 UTC  (2+ messages)

[PATCH 1/4] shallow.c: make paint_alloc slightly more robust
 2016-12-06 13:47 UTC  (15+ messages)
` [PATCH 4/4] shallow.c: remove useless test
` [PATCH v2 0/6] shallow.c improvements
  ` [PATCH v2 1/6] shallow.c: rename fields in paint_info to better express their purposes
  ` [PATCH v2 2/6] shallow.c: stop abusing COMMIT_SLAB_SIZE for paint_info's memory pools
  ` [PATCH v2 3/6] shallow.c: make paint_alloc slightly more robust
  ` [PATCH v2 4/6] shallow.c: avoid theoretical pointer wrap-around
  ` [PATCH v2 5/6] shallow.c: bit manipulation tweaks
  ` [PATCH v2 6/6] shallow.c: remove useless code

[PATCH] difftool: fix dir-diff index creation when in a subdirectory
 2016-12-06 13:46 UTC  (2+ messages)

[PATCH] commit: make --only --allow-empty work without paths
 2016-12-06  9:39 UTC  (7+ messages)

git 2.11.0 error when pushing to remote located on a windows share
 2016-12-06  3:09 UTC  (5+ messages)

[RFC PATCHv2 00/17] Checkout aware of Submodules!
 2016-12-06  0:18 UTC  (18+ messages)
` [RFC PATCHv2 08/17] update submodules: add depopulate_submodule
` [RFC PATCHv2 09/17] update submodules: add scheduling to update submodules
` [RFC PATCHv2 14/17] submodule: teach unpack_trees() "
` [RFC PATCHv2 15/17] checkout: recurse into submodules if asked to
` [RFC PATCHv2 17/17] checkout: add config option to recurse into submodules by default

[BUG] git describe number of commits different from git log count
 2016-12-05 23:27 UTC  (2+ messages)
`  "

[PATCHv1 0/2] git-p4 patches
 2016-12-05 23:17 UTC  (8+ messages)
` [PATCHv1 1/2] git-p4: support git-workspaces

[PATCH] diff: fix up SHA-1 abbreviations outside of repository
 2016-12-05 22:43 UTC  (6+ messages)

git repo vs project level authorization
 2016-12-05 22:04 UTC  (3+ messages)

[PATCH v1] git-p4: add config to retry p4 commands; retry 3 times by default
 2016-12-05 21:19 UTC  (4+ messages)

[PATCH] making real_path thread-safe
 2016-12-05 20:38 UTC  (7+ messages)
` [PATCH] real_path: make "

[PATCH v3 1/3] update-unicode.sh: automatically download newer definition files
 2016-12-05 20:31 UTC  (4+ messages)
` [PATCH v4 "

[BUG] git gui can't commit multiple files
 2016-12-05 18:36 UTC  (3+ messages)

[PATCH] docs: warn about possible '=' in clean/smudge filter process values
 2016-12-05 17:49 UTC  (3+ messages)

[ANNOUNCE] Git Merge Contributor's Summit Feb 2, 2017, Brussels
 2016-12-05 13:35 UTC 

[RFC/PATCH v3 00/16] Add initial experimental external ODB support
 2016-12-05 13:23 UTC  (3+ messages)

[PATCH 0/6] restricting http redirects
 2016-12-05 13:08 UTC  (2+ messages)

Git v2.11.0 breaks max depth nested alternates
 2016-12-05 12:07 UTC  (7+ messages)

difftool -d not populating left correctly when not in git root
 2016-12-05 11:46 UTC  (3+ messages)

Error after calling git difftool -d with
 2016-12-05 10:56 UTC  (5+ messages)

Should reset_revision_walk clear more flags?
 2016-12-05  7:36 UTC  (5+ messages)

Where is Doc to configure Git + Apache + kerberos for Project level access in repo?
 2016-12-05  2:31 UTC  (3+ messages)

[PATCH] receive-pack: improve English grammar of denyCurrentBranch message
 2016-12-04 22:04 UTC 

[PATCH] bisect: improve English grammar of not-ancestors message
 2016-12-04 22:04 UTC 

git reset --hard should not irretrievably destroy new files
 2016-12-04 19:08 UTC  (5+ messages)

[PATCH v1] git-p4: fix empty file processing for large file system backend GitLFS
 2016-12-04 16:03 UTC 

[PATCH] Completion: Add support for --submodule=diff
 2016-12-04 14:41 UTC 

[PATCH v1] travis-ci: update P4 to 16.2 and GitLFS to 1.5.2 in Linux build
 2016-12-04 13:52 UTC 

[PATCH v1] t0021: minor filter process test cleanup
 2016-12-04 13:37 UTC 


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