git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2014-03-28 07:25:54 to 2014-04-01 00:29:18 UTC [more...]

What's cooking in git.git (Mar 2014, #08; Mon, 31)
 2014-04-01  0:29 UTC 

git commit vs. ignore-submodules
 2014-03-31 23:35 UTC  (21+ messages)
    ` [PATCH 1/2] commit: add --ignore-submodules[=<when>] parameter
        ` [PATCH v2] "
          ` [PATCH v2.1] "
    ` [PATCH 2/2] status: don't ignore submodules added to index
  ` [WIP/PATCH] status/commit: always show staged submodules regardless of ignore config

[PATCH v5 1/4] Documentation: Fix misuses of "nor"
 2014-03-31 23:19 UTC  (6+ messages)
` [PATCH v5 2/4] contrib: "
` [PATCH v5 3/4] Fix misuses of "nor" in comments
` [PATCH v5 4/4] Fix misuses of "nor" outside comments and in tests

[PATCH] MSVC: fix t0040-parse-options
 2014-03-31 22:54 UTC  (17+ messages)
  ` [PATCH v2] MSVC: fix t0040-parse-options crash
` [PATCH v3] "
    ` [PATCH v4 0/3] Take four on fixing OPT_SET_PTR issues
    ` [PATCH v4 1/3] MSVC: fix t0040-parse-options crash
    ` [PATCH v4 2/3] parse-options: add cast to correct pointer type to OPT_SET_PTR
    ` [PATCH v4 3/3] parse-options: remove unused OPT_SET_PTR

git am oddity
 2014-03-31 22:38 UTC  (3+ messages)

[PATCH v2 00/27] Clean up update-refs --stdin and implement ref_transaction
 2014-03-31 22:38 UTC  (24+ messages)
` [PATCH v2 01/27] t1400: Fix name and expected result of one test
` [PATCH v2 02/27] t1400: Provide more usual input to the command
` [PATCH v2 03/27] parse_arg(): Really test that argument is properly terminated
` [PATCH v2 06/27] update_refs(): Fix constness
` [PATCH v2 13/27] t1400: Test that stdin -z update treats empty <newvalue> as zeros
` [PATCH v2 15/27] update-ref --stdin -z: Deprecate interpreting the empty string "
` [PATCH v2 16/27] t1400: Test one mistake at a time
` [PATCH v2 18/27] update-ref --stdin: Harmonize error messages

[PATCH v3 1/3] patch-id: make it stable against hunk reordering
 2014-03-31 22:05 UTC  (12+ messages)
` [PATCH v3 2/3] patch-id: document new behaviour
` [PATCH v3 3/3] patch-id-test: test --stable and --unstable flags

What's cooking in git.git (Mar 2014, #07; Fri, 28)
 2014-03-31 22:04 UTC  (8+ messages)

[PATCH 3/4] Fix misuses of "nor" in comments. (v3)
 2014-03-31 22:00 UTC  (4+ messages)

fetches with bitmaps enabled can cause accesses to already GC'd objects
 2014-03-31 21:48 UTC  (3+ messages)
` [PATCH] add `ignore_missing_links` mode to revwalk

Bug report: git add . -p "Argument list too long"
 2014-03-31 21:38 UTC  (2+ messages)

[PATCH 3/6] Fix misuses of "nor" in comments
 2014-03-31 21:05 UTC  (2+ messages)

socket_perror() "bug"?
 2014-03-31 20:50 UTC  (2+ messages)

Re: Possible regression in master? (submodules without a "master" branch)
 2014-03-31 20:45 UTC  (12+ messages)
` [RFC] submodule: change submodule.<name>.branch default from master to HEAD

[RFC/PATCH] Better control of the tests run by a test suite
 2014-03-31 19:35 UTC  (15+ messages)
` [PATCH 1/3] test-lib: Document short options in t/README
` [RFC/PATCH v2] Better control of the tests run by a test suite
  ` [PATCH 3/3] test-lib: '--run' to run only specific tests

Odd "git diff" breakage
 2014-03-31 19:14 UTC  (6+ messages)
` [PATCH] diff-no-index: correctly diagnose error return from diff_opt_parse()

Bug report: Git 1.8 on Ubuntu 13.10 refs not valid
 2014-03-31 18:57 UTC  (5+ messages)

[RFC][GSOC] Proposal Draft for GSoC, Suggest Changes
 2014-03-31 18:04 UTC  (3+ messages)

AIX fixes
 2014-03-31 17:35 UTC  (6+ messages)
` [PATCH 1/2] Remove inline from git_fnmatch in dir.c
` [PATCH 2/2] Don't rely on strerror text when testing rmdir failure

Git feature request: Option to force Git to abort a checkout if working directory is dirty (i.e. disregarding the check for conflicts)
 2014-03-31 17:13 UTC  (4+ messages)

[PATCH] gitweb: Improve diffs when filenames contain problem characters
 2014-03-31  2:05 UTC 

[PATCH v2 00/17] git-ls
 2014-03-30 13:56 UTC  (20+ messages)
` [PATCH v3 00/18] git-ls
  ` [PATCH v3 01/18] ls_colors.c: add $LS_COLORS parsing code
  ` [PATCH v3 02/18] ls_colors.c: parse color.ls.* from config file
  ` [PATCH v3 03/18] ls_colors.c: add a function to color a file name
  ` [PATCH v3 04/18] ls_colors.c: highlight submodules like directories
  ` [PATCH v3 05/18] ls-files: buffer full item in strbuf before printing
  ` [PATCH v3 06/18] ls-files: add --color to highlight file names
  ` [PATCH v3 07/18] ls-files: add --column
  ` [PATCH v3 08/18] ls-files: support --max-depth
  ` [PATCH v3 09/18] Add git-list-files, a user friendly version of ls-files and more
  ` [PATCH v3 10/18] list-files: -u does not imply showing stages
  ` [PATCH v3 11/18] list-files: add -R/--recursive short for --max-depth=-1
  ` [PATCH v3 12/18] list-files: add -1 short for --no-column
  ` [PATCH v3 13/18] list-files: add -t back
  ` [PATCH v3 14/18] list-files: sort output and remove duplicates
  ` [PATCH v3 15/18] list-files: do not show duplicate cached entries
  ` [PATCH v3 16/18] list-files: show directories as well as files
  ` [PATCH v3 17/18] list-files: add -F/--classify
  ` [PATCH v3 18/18] list-files -F: show submodules with the new indicator '&'

[PATCH] Enable index-pack threading in msysgit
 2014-03-30 13:44 UTC  (2+ messages)
` [BUG] 'pread' : macro redefinition

[PATCH v2 1/3] patch-id: make it stable against hunk reordering
 2014-03-30 10:52 UTC  (8+ messages)
` [PATCH v2 2/3] patch-id: document new behaviour
` [PATCH v2 3/3] patch-id-test: test new --stable and --unstable flags

[PATCH 000/144] Use the $( ... ) construct for command substitution instead of using the back-quotes
 2014-03-29 23:50 UTC  (3+ messages)
` [PATCH 099/144] t9101-git-svn-props.sh: use the $( ... ) construct for command substitution

[PATCH 0/4] Fix misuses of "nor" (v2)
 2014-03-29  1:52 UTC  (6+ messages)
` [PATCH 3/4] Fix misuses of "nor" in comments

[PATCHv3 0/19] pkt-line cleanups and fixes
 2014-03-28 20:35 UTC  (14+ messages)
` [PATCH v3 08/19] write_or_die: raise SIGPIPE when we get EPIPE
  ` [BUG] MSVC: error box when interrupting `gitlog` by quitting less
            ` [PATCH] MSVC: link in invalidcontinue.obj for better POSIX compatibility
                  ` [PATCH v2] "

Problems with git 1.8.5.3 on HP-UX 11.11
 2014-03-28 20:02 UTC  (5+ messages)

[PATCH 5/5] log: do not segfault on gmtime errors
 2014-03-28 19:30 UTC  (16+ messages)
    ` [PATCH] t4212: handle systems with post-apocalyptic gmtime

[PATCH v2 00/19] Multiparent diff tree-walker + combine-diff speedup
 2014-03-28 19:27 UTC  (15+ messages)
` [PATCH v2 14/19] tree-diff: rework diff_tree interface to be sha1 based

[PATCH] gitweb: gpg signature status indication for commits
 2014-03-28 19:14 UTC  (3+ messages)

[PATCH v8 00/12] Add interpret-trailers builtin
 2014-03-28 18:50 UTC  (11+ messages)
` [PATCH v8 03/12] Move lower case functions into wrapper.c

SSL_CTX leak?
 2014-03-28 17:23 UTC  (3+ messages)

Borrowing objects from nearby repositories
 2014-03-28 17:02 UTC  (8+ messages)

[PATCH] Documentation/submodule: Fix submodule.<name> -> .<path> typos
 2014-03-28 17:01 UTC  (5+ messages)

[PATCH/RFC 0/8] git-ls
 2014-03-28 14:38 UTC  (7+ messages)
` [PATCH 7/8] ls-files: support --max-depth

[PATCH v2 16/17] ls: do not show duplicate cached entries
 2014-03-28 13:18 UTC  (2+ messages)
` [PATCH] ls-files: do not trust stat info if lstat() fails

[PATCH 00/10] [RFC] pickaxe for function names
 2014-03-28 11:45 UTC  (5+ messages)
` [PATCH 09/10] t4213: test --function-name option

[PATCH] MSVC: added missing include so `make INLINE=__inline` is no longer required
 2014-03-28  7:33 UTC  (2+ messages)
` [PATCH v2] MSVC: define INLINE=__inline so simple `make MSVC=1` actually works


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