git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2015-08-22 11:00:30 to 2015-08-26 02:21:29 UTC [more...]

Bug report: 'git commit --dry-run' corner case: returns error ("nothing to commit") when all conflicts resolved to HEAD
 2015-08-26  2:21 UTC 

[FEATURE REQUEST] Filter-branch extend progress with a simple estimated time remaning
 2015-08-26  2:15 UTC  (8+ messages)

Git's inconsistent command line options
 2015-08-26  1:30 UTC  (7+ messages)

OS X Yosemite make all doc fails
 2015-08-26  0:20 UTC  (3+ messages)

What's cooking in git.git (Aug 2015, #04; Tue, 25)
 2015-08-25 23:38 UTC  (2+ messages)

[RFC PATCH 0/5] Demonstrate new parallel threading API
 2015-08-25 22:50 UTC  (17+ messages)
` [PATCH 1/5] FIXUP submodule: implement `module_clone` as a builtin helper
` [PATCH 2/5] thread-utils: add a threaded task queue
` [PATCH 3/5] submodule: helper to run foreach in parallel
` [PATCH 4/5] index-pack: Use the new worker pool
` [PATCH 5/5] pack-objects: Use "

[RFC] Porting builtin/branch.c to use the printing options of ref-filter.{c,h}
 2015-08-25 20:47 UTC  (4+ messages)

[PATCH 0/2] gitignore, re-inclusion fix
 2015-08-25 20:28 UTC  (4+ messages)
` [PATCH 1/2] dir.c: make last_exclude_matching_from_list() run til the end
` [PATCH 2/2] dir.c: don't exclude whole dir prematurely if neg pattern may match

[PATCH v3] untracked-cache: fix subdirectory handling
 2015-08-25 20:12 UTC  (5+ messages)
` [PATCH v4 0/3] dt/untracked-subdir
  ` [PATCH v4 3/3] untracked cache: fix entry invalidation

[PATCH v13 00/12] port tag.c to use ref-filter APIs
 2015-08-25 19:43 UTC  (36+ messages)
` [PATCH v13 02/12] ref-filter: introduce ref_formatting_state and ref_formatting_stack
` [PATCH v13 04/12] ref-filter: implement an `align` atom
` [PATCH v13 05/12] ref-filter: add option to filter out tags, branches and remotes
` [PATCH v13 11/12] tag.c: implement '--format' option

Minor builtin 'git am' side-effect
 2015-08-25 18:41 UTC  (35+ messages)
  ` [PATCH] am: terminate state files with a newline
            ` [PATCH 0/5] "am" state file fix with write_file() clean-up
              ` [PATCH 1/5] builtin/am: introduce write_state_*() helper functions
              ` [PATCH 2/5] builtin/am: make sure state files are text
              ` [PATCH 3/5] write_file(): introduce an explicit WRITE_FILE_GENTLY request
                    ` [PATCH] setup: update the right file in multiple checkouts
              ` [PATCH 4/5] write_file(): do not leave incomplete line at the end
              ` [PATCH 5/5] write_file(): clean up transitional mess of flag words and terminating LF
                      ` [PATCH v2 0/6] "am" state file fix with write_file() clean-up
                        ` [PATCH v2 1/6] builtin/am: introduce write_state_*() helper functions
                        ` [PATCH v2 2/6] builtin/am: make sure state files are text
                        ` [PATCH v2 3/6] write_file(): drop "fatal" parameter
                        ` [PATCH v2 4/6] write_file_v(): do not leave incomplete line at the end
                        ` [PATCH v2 5/6] write_file(): drop caller-supplied LF from calls to create a one-liner file
                        ` [PATCH v2 6/6] write_file(): drop caller-supplied LF from multi-line file

[PATCH v5] git-p4: Obey core.ignorecase when using P4 client specs
 2015-08-25 18:24 UTC  (9+ messages)

Since gc.autodetach=1 you can end up with auto-gc on every command with no user notification
 2015-08-25 17:49 UTC  (3+ messages)
` [PATCH v3] gc: save log from daemonized gc --auto and print it next time

[PATCH] apply: fix adding new files on i-t-a entries
 2015-08-25 17:39 UTC  (13+ messages)
` [PATCH 0/8] Resurrect "diff-lib.c: adjust position of i-t-a entries in diff"
  ` [PATCH 3/8] apply: fix adding new files on i-t-a entries
  ` [PATCH 4/8] apply: make sure check_preimage() does not leave empty file on error
  ` [PATCH 5/8] checkout(-index): do not checkout i-t-a entries
  ` [PATCH 6/8] grep: make it clear i-t-a entries are ignored
    ` [PATCH 7/8] diff.h: extend "flags" field to 64 bits because we're out of bits

[PATCH] Documentation: read-tree consistent usage of working tree
 2015-08-25 16:31 UTC  (2+ messages)

bug: git branch -d and case-insensitive file-systems
 2015-08-25 15:42 UTC  (3+ messages)
    ` Fwd: "

index file list files not found in working tree
 2015-08-25 14:50 UTC  (4+ messages)

[PATCH] compat/inet_ntop.c: Use INET_ADDRSTRLEN and INET6_ADDRSTRLEN macroses
 2015-08-25 12:13 UTC  (2+ messages)

допоможіть сайту нашої школи http://154school.kiev.ua/ - будь ласка, відкрийте його для перегляду однієї-двох сторінок,
 2015-08-25  4:59 UTC 

git Dockerfile for ppc64le
 2015-08-25  4:37 UTC 

[PATCH v5 0/2] Worktree: for-each function and list command
 2015-08-25  3:01 UTC  (6+ messages)
` [PATCH v5 1/2] worktree: add 'for_each_worktree' function
` [PATCH v5 2/2] worktree: add 'list' command

git-remote-helper behavior on Windows, not recognizing blank line as terminator
 2015-08-25  1:52 UTC  (3+ messages)

[PATCH 1/3] submodule: implement `module_clone` as a builtin helper
 2015-08-24 21:22 UTC  (6+ messages)
` [RFC PATCH 2/3] run-commands: add an async queue processor

[PATCH] describe: make '--always' fallback work after '--exact-match' failed
 2015-08-24 18:47 UTC  (6+ messages)
` [PATCH] describe --contains: default to HEAD when no commit-ish is given
      ` [PATCH v2] "

[PATCH v3 0/8] port the filtering part of ref-filter to branch.c
 2015-08-24 18:10 UTC  (6+ messages)
` [PATCH v3 7/8] branch.c: use 'ref-filter' APIs

Submodule, subtree, or something else?
 2015-08-24 17:53 UTC  (6+ messages)

[PATCH] Fix `git rev-list --show-notes HEAD` when there are no notes
 2015-08-24 14:48 UTC  (7+ messages)
  ` [PATCH] rev-list: make it obvious that we do not support notes

[PATCH v4] git-p4: fix faulty paths for case insensitive systems
 2015-08-24 13:49 UTC  (10+ messages)

Minor bug with help.autocorrect
 2015-08-24  6:36 UTC  (7+ messages)

[BUG/PATCH] t9350-fast-export: Add failing test for symlink-to-directory
 2015-08-24  5:25 UTC  (4+ messages)

Where to report security vulnerabilities in git?
 2015-08-24  4:13 UTC  (2+ messages)

Doc, git-svn, added mention of config key: svn-remote.<name>.include-paths
 2015-08-24  0:23 UTC  (2+ messages)
` [PATCH] "

[PATCH v2] generate-cmdlist: re-implement as shell script
 2015-08-23 21:31 UTC 

List tags for a certain branch
 2015-08-23 18:58 UTC  (4+ messages)

bug: git-archive does not use the zip64 extension for archives with more than 16k entries
 2015-08-23 18:57 UTC  (14+ messages)
    ` [PATCH 1/3] t5004: test ZIP archives with many entries
          ` Eric Sunshine mail delivery failure
    ` [PATCH 2/3] archive-zip: use a local variable to store the creator version
    ` [PATCH 3/3] archive-zip: support more than 65535 entries

(unknown)
 2015-08-22 10:59 UTC  (7+ messages)
` 
    ` Which branch(es) contain certain commits? (was Re: (unknown))


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