git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2017-10-05 12:39:49 to 2017-10-07 18:39:56 UTC [more...]

"git rm" seems to do recursive removal even without "-r"
 2017-10-07 18:39 UTC 

[RFC PATCH 0/8] sequencer: dont't fork git commit
 2017-10-07  9:54 UTC  (3+ messages)
` [RFC PATCH 2/8] commit: move code to update HEAD to libgit

[PATCH v6 3/3] submodule: port submodule subcommand 'status' from shell to C
 2017-10-07  9:35 UTC  (9+ messages)
` [PATCH v7 0/3] Incremental rewrite of git-submodules
  ` [PATCH v7 1/3] submodule--helper: introduce get_submodule_displaypath()
  ` [PATCH v7 2/3] submodule--helper: introduce for_each_listed_submodule()
  ` [PATCH v7 3/3] submodule: port submodule subcommand 'status' from shell to C

Regression in 'git branch -m'?
 2017-10-07  4:36 UTC  (13+ messages)
  ` [PATCH 1/2] t3308: create a real ref directory/file conflict
  ` [PATCH 2/2] refs_resolve_ref_unsafe: handle d/f conflicts for writes

[PATCH 1/2] tests: use shell negation instead of test_must_fail for test_cmp
 2017-10-07  2:29 UTC  (11+ messages)
` [PATCH 2/2] tests: fix diff order arguments in test_cmp

[RFC PATCH v3 0/4] implement fetching of moved submodules
 2017-10-07  1:24 UTC  (7+ messages)
` [RFC PATCH 1/4] fetch: add test to make sure we stay backwards compatible
` [RFC PATCH 2/4] change submodule push test to use proper repository setup
` [RFC PATCH v3 3/4] implement fetching of moved submodules
` [RFC PATCH v3 4/4] submodule: simplify decision tree whether to or not to fetch

[RFC PATCH 0/4] interpret-trailers: introduce "move" action
 2017-10-07  0:51 UTC  (14+ messages)
` [PATCH 1/4] trailer: push free_arg_item up
` [PATCH 2/4] trailer: simplify check_if_different
` [PATCH 3/4] trailer: create a new function to handle adding trailers
` [PATCH 4/4] trailer: add "move" configuration for trailer.ifExists

[Question] Documenting platform implications on CVE to git
 2017-10-07  0:04 UTC  (5+ messages)

[PATCH v2 0/9] protocol transition
 2017-10-06 20:27 UTC  (9+ messages)
` [PATCH v3 00/10] "
  ` [PATCH v3 03/10] protocol: introduce protocol extention mechanisms

[PATCH 00/11] various lockfile-leaks and -fixes
 2017-10-06 20:12 UTC  (35+ messages)
` [PATCH v2 00/12] "
  ` [PATCH v2 01/12] sha1_file: do not leak `lock_file`
  ` [PATCH v2 02/12] treewide: prefer lockfiles on the stack
  ` [PATCH v2 03/12] lockfile: fix documentation on `close_lock_file_gently()`
  ` [PATCH v2 04/12] tempfile: fix documentation on `delete_tempfile()`
  ` [PATCH v2 05/12] checkout-index: simplify locking logic
  ` [PATCH v2 06/12] cache-tree: "
  ` [PATCH v2 07/12] apply: move lockfile into `apply_state`
  ` [PATCH v2 08/12] apply: remove `newfd` from `struct apply_state`
  ` [PATCH v2 09/12] cache.h: document `write_locked_index()`
  ` [PATCH v2 10/12] read-cache: drop explicit `CLOSE_LOCK`-flag
  ` [PATCH v2 11/12] read-cache: leave lock in right state in `write_locked_index()`
            ` [PATCH v3 00/12] Re: various lockfile-leaks and -fixes
              ` [PATCH v3 01/12] sha1_file: do not leak `lock_file`
              ` [PATCH v3 02/12] treewide: prefer lockfiles on the stack
              ` [PATCH v3 03/12] lockfile: fix documentation on `close_lock_file_gently()`
              ` [PATCH v3 04/12] tempfile: fix documentation on `delete_tempfile()`
              ` [PATCH v3 05/12] checkout-index: simplify locking logic
              ` [PATCH v3 06/12] cache-tree: "
              ` [PATCH v3 07/12] apply: move lockfile into `apply_state`
              ` [PATCH v3 08/12] apply: remove `newfd` from `struct apply_state`
              ` [PATCH v3 09/12] cache.h: document `write_locked_index()`
              ` [PATCH v3 10/12] read-cache: drop explicit `CLOSE_LOCK`-flag
              ` [PATCH v3 11/12] read-cache: leave lock in right state in `write_locked_index()`
              ` [PATCH v3 12/12] read_cache: roll back lock in `update_index_if_able()`
  ` [PATCH v2 "

[RFC] Reporting index properties
 2017-10-06 19:26 UTC  (7+ messages)

is there a truly compelling rationale for .git/info/exclude?
 2017-10-06 19:23 UTC  (5+ messages)

Git config multiple values
 2017-10-06 18:58 UTC  (6+ messages)

git add --patch displays diff and exits
 2017-10-06 18:13 UTC  (3+ messages)

[PATCH 1/1] completion: Add forgotten describe options
 2017-10-06 18:02 UTC  (4+ messages)
` [PATCH v2 1/1] completion: add --broken and --dirty to describe

Line ending normalization doesn't work as expected
 2017-10-06 17:58 UTC  (12+ messages)

[PATCH] tag: avoid NULL pointer arithmetic
 2017-10-06 16:21 UTC  (8+ messages)
  ` [PATCH] fsck: check results of lookup_blob() and lookup_tree() for NULL
    ` [PATCH v2] fsck: handle NULL return of lookup_blob() and lookup_tree()

git send-email does not work with Google anymore?!
 2017-10-06 16:13 UTC  (7+ messages)

[bug] git add -p breaks, if color.ui is set to "always"
 2017-10-06 15:42 UTC  (2+ messages)

[PATCH v3 5/5] sha1_name: Minimize OID comparisons during disambiguation
 2017-10-06 14:41 UTC  (4+ messages)
` [PATCH] cleanup: fix possible overflow errors in binary search

[PATCH v2 0/5] Improve abbreviation disambiguation
 2017-10-06 14:11 UTC  (7+ messages)
` [PATCH v2 1/5] test-list-objects: List a subset of object ids

[PATCH] run-command.c: add hint when hook is not executable
 2017-10-06  8:07 UTC  (10+ messages)
` [PATCH v2] run-command: add hint when a hook is ignored
      ` [PATCH v3] "

[PATCH v1 0/2] fix temporary garbage in the cache entry
 2017-10-06  7:58 UTC  (13+ messages)
` [PATCH v1 1/2] entry.c: update cache entry only for existing files
` [PATCH v1 2/2] entry.c: check if file exists after checkout

[PATCH 0/3] for-each-ref: add :remote-ref and :remote-name specifiers
 2017-10-06  5:10 UTC  (4+ 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

[PATCH] sha1_loose_object_info: handle errors from unpack_sha1_rest
 2017-10-06  4:38 UTC  (4+ messages)

couple questions about git "logical variables" and "git var"
 2017-10-06  4:33 UTC  (4+ messages)

[PATCH] api-argv-array.txt: Update link to string-list API
 2017-10-06  4:08 UTC  (5+ messages)
  ` [PATCH v2] api-argv-array.txt: Remove broken "

is it "core.excludesfile" or "core.excludesFile"?
 2017-10-06  0:47 UTC  (3+ messages)

[PATCH 0/6] Teach Status options around showing ignored files
 2017-10-05 22:08 UTC  (12+ messages)
` [PATCH 1/6] Teach status "
` [PATCH 2/6] Update documentation for new directory and status logic
` [PATCH 3/6] Add tests for git status `--ignored=matching`
` [PATCH 4/6] Expand support for ignored arguments on status
` [PATCH 5/6] Add tests around status handling of ignored arguments
` [PATCH 6/6] Handle unsupported combination status arguments

[PATCH 1/1] completion: Add forgotten describe options
 2017-10-05 21:45 UTC 

[PATCH/RFC] git-post: the opposite of git-cherry-pick
 2017-10-05 21:22 UTC  (3+ messages)

[ANNOUNCE] Git for Windows 2.14.2(2)
 2017-10-05 20:55 UTC  (3+ messages)
` [git-for-windows] "

[RFC] deprecate git stash save? (was: Re: [PATCH 2/3] http-push: fix construction of hex value from path)
 2017-10-05 20:10 UTC  (2+ messages)
` [PATCH 2/1] mention git stash push first in the man page

[PATCH] .mailmap: normalize name for René Scharfe
 2017-10-05 19:47 UTC  (2+ messages)

[ANNOUNCE] Git v2.15.0-rc0
 2017-10-05 17:28 UTC  (3+ messages)

wildmatch + fnmatch compatibility
 2017-10-05 14:07 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).