git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2015-04-02 20:16:17 to 2015-04-06 13:55:09 UTC [more...]

[PATCH v2 00/25] list-files redesign
 2015-04-06 13:52 UTC  (24+ messages)
` [PATCH 01/25] ls_colors.c: add $LS_COLORS parsing code
` [PATCH 02/25] ls_colors.c: parse color.ls.* from config file
` [PATCH 03/25] ls_colors.c: add a function to color a file name
` [PATCH 04/25] ls_colors.c: highlight submodules like directories
` [PATCH 05/25] list-files: command skeleton
` [PATCH 06/25] list-files: show paths relative to cwd
` [PATCH 07/25] list-files: add tag to each entry, filter duplicate tags
` [PATCH 08/25] list-files: add --[no-]column, -C and -1
` [PATCH 09/25] list-files: add --max-depth, -R and default to --max-depth=0
` [PATCH 10/25] list-files: show directories as well as files
` [PATCH 11/25] list-files: add --color
` [PATCH 12/25] list-files: add -F/--classify
` [PATCH 13/25] list-files: new indicator '&' for submodules when -F is used
` [PATCH 14/25] list-files: add --cached and --others
` [PATCH 15/25] list-files: add --ignored
` [PATCH 16/25] list-files: add --unmerged
` [PATCH 17/25] list-files: add file modification options -[admADM]
` [PATCH 18/25] list-files: delete redundant cached entries
` [PATCH 19/25] list-files: make alias 'ls' default to 'list-files'
` [PATCH 20/25] list-files: preload index
` [PATCH 21/25] list-files: reduce match_pathspec calls in matched()
` [PATCH 22/25] list-files: only do diff that is actually useful
` [PATCH 23/25] pathspec: move getenv() code out of prefix_pathspec()

[Feature REQ]Add CURLOPT_SSL_CIPHER_LIST to git for allowing custom cipher usages
 2015-04-06 12:27 UTC 

Feature request: implement '--follow' option for `git blame`
 2015-04-06 12:12 UTC 

[PATCH 0/3] Improving performance of git clean
 2015-04-06 11:48 UTC  (4+ messages)
` [PATCH 1/3] t7300: add tests to document behavior of clean and nested git
` [PATCH 2/3] p7300: added performance tests for clean
` [PATCH 3/3] clean: improve performance when removing lots of directories

rev-list pretty format behavior
 2015-04-06 11:05 UTC  (3+ messages)

[PATCH v2] gitk: Remove mc parameter from proc show_error
 2015-04-06  5:06 UTC 

[PATCH 0/6] address packed-refs speed regressions
 2015-04-06  5:05 UTC  (22+ messages)
` [PATCH 1/6] strbuf_getwholeline: use getc macro
` [PATCH 2/6] git-compat-util: add fallbacks for unlocked stdio
` [PATCH 3/6] strbuf_getwholeline: use getc_unlocked
` [PATCH 4/6] strbuf: add an optimized 1-character strbuf_grow
` [PATCH 5/6] t1430: add another refs-escape test
` [PATCH 6/6] refname_is_safe: avoid expensive normalize_path_copy call

[PATCH 0/2] Tweaking the gitk window title
 2015-04-06  4:38 UTC  (5+ messages)
` [RFC PATCH 2/2] gitk: Show the rev(s) the user specified on the command line in the "
` [PATCH 1/2] gitk: Rearrange window title to be more conventional

[PATCH] gitk: sv.po: Update Swedish translation (305t0f0u)
 2015-04-06  3:54 UTC  (2+ messages)

[PATCH] gitk: Remove mc parameter from proc show_error
 2015-04-06  3:33 UTC  (2+ messages)

[PATCH] gitk: Fix bad English grammar "Matches none Commit Info"
 2015-04-06  3:46 UTC  (2+ messages)

gitk drawing bug
 2015-04-06  3:11 UTC  (4+ messages)

Why can't I stash submodule changes?
 2015-04-06  2:15 UTC 

[PATCH 0/2] git-p4: Improve client path detection
 2015-04-05 23:08 UTC  (8+ messages)
` [PATCH] t9814: Guarantee only one source exists in git-p4 copy tests
        ` [PATCH V3] "

[ANNOUNCE] Git Merge Contributors Summit, April 8th, Paris
 2015-04-05 22:48 UTC  (2+ messages)

[PATCH v2 1/5] revision: add --merges={show|only|hide} option
 2015-04-05 21:41 UTC  (7+ messages)
  ` [PATCH v2 2/5] log: honor log.merges= option
  ` [PATCH v2 3/5] Documentation: add git-log --merges= option and log.merges config. var
  ` [PATCH v2 4/5] t4202-log: add tests for --merges=
  ` [PATCH v2 5/5] bash-completion: add support for git-log --merges= and log.merges

How to send a warning message from git hosting server?
 2015-04-05 20:18 UTC  (2+ messages)

[PATCH v7 0/4] cat-file: teach cat-file a '--literally' option
 2015-04-05 19:57 UTC  (11+ messages)
` [PATCH v7 1/4] sha1_file.c: support reading from a loose object of unknown type
` [PATCH v7 2/4] cat-file: teach cat-file a '--literally' option
` [PATCH v7 3/4] cat-file: add documentation for "
` [PATCH v7 4/4] t1006: add tests for git cat-file --literally

how do I ignore a directory for diff
 2015-04-05 14:58 UTC  (4+ messages)

Feature request: Update remote url if it is redirected
 2015-04-05 10:44 UTC 

git clean performance issues
 2015-04-04 20:48 UTC  (4+ messages)

Freeing struct lock_file?
 2015-04-04 20:36 UTC  (7+ messages)
    ` C99 (Was: Re: Freeing struct lock_file?)
      ` C99

[PATCH] diff-highlight: Fix broken multibyte string
 2015-04-04 14:47 UTC  (13+ messages)
        ` [PATCH v3] diff-highlight: do not split multibyte characters

[PATCH v2 0/3] git-p4: updated locked file handling patch series
 2015-04-04  8:46 UTC  (4+ messages)
` [PATCH v2 1/3] git-p4: fix small bug in locked test scripts
` [PATCH v2 2/3] git-p4: small fix for locked-file-move-test
` [PATCH v2 3/3] git-p4: fix filetype detection on files opened exclusively

[PATCH] l10n: de.po: translate one message
 2015-04-04  8:11 UTC 

git 2.3.4, ssh: Could not resolve hostname
 2015-04-04  7:21 UTC  (16+ messages)

[PATCH v6 0/4] cat-file: add a '--literally' option
 2015-04-04  4:13 UTC  (6+ messages)
` [PATCH v6 2/4] cat-file: teach cat-file "

[RFCv5 PATCH] daemon: add systemd support
 2015-04-04  3:22 UTC 

[RFCv4 PATCH] daemon: add systemd support
 2015-04-04  3:19 UTC 

[PATCH] standardize usage strings that were missed the first time
 2015-04-03 23:48 UTC  (4+ messages)

[v3RFC] systemd socket activation support
 2015-04-03 23:06 UTC  (2+ messages)

[PATCH] git-p4: Fetch the proper revision of utf16 files
 2015-04-03 22:49 UTC  (5+ messages)

RFC: git status --amend
 2015-04-03 22:05 UTC  (7+ messages)

[PATCHv2 0/4] git-p4: fix filetype detection on files opened exclusively
 2015-04-03 21:55 UTC  (8+ messages)
` [PATCHv2 1/4] git-p4: fix small bug in locked test scripts
` [PATCHv2 2/4] git-p4: small fix for locked-file-move-test
` [PATCHv2 3/4] git-p4: fix filetype detection on files opened exclusively
` [PATCHv2 4/4] git-p4: update locked test case

What's cooking in git.git (Apr 2015, #01; Thu, 2)
 2015-04-03 21:28 UTC  (3+ messages)

[PATCH] clone: Warn if clone lacks LICENSE or COPYING file
 2015-04-03 21:26 UTC  (4+ messages)

GSoC 2015: students proposals submitted, selection started
 2015-04-03 20:58 UTC  (3+ messages)

[PATCH 0/4] diff --cc: relax path filtering
 2015-04-03 16:29 UTC  (15+ messages)
` [PATCH 1/4] Add test for showing discarded changes with diff --cc
` [PATCH 2/4] combine-diff.c: refactor: extract insert_path()
` [PATCH 3/4] diff --cc: relax too strict paths picking
` [PATCH 4/4] t4059: rewrite to be adaptive to hunk filtering
` [PATCH v2 0/4] diff --cc: relax path filtering
  ` [PATCH v2 1/4] t4059: test 'diff --cc' with a change from only few parents
  ` [PATCH v2 2/4] combine-diff.c: refactor: extract insert_path()
  ` [PATCH v2 3/4] diff --cc: relax too strict paths picking
  ` [PATCH v2 4/4] t4059: rewrite to be adaptive to hunk filtering

[PATCH] improve documentation for some commands that use pathspecs
 2015-04-03 13:57 UTC  (3+ messages)

[PATCH] init: don't set core.worktree when initializing /.git
 2015-04-03 12:14 UTC  (4+ messages)
` [PATCH] t1509: update prepare script to be able to run t1509 in chroot again

[PATCH v2] config.c: split some variables to $GIT_DIR/config.worktree
 2015-04-03 10:30 UTC  (4+ messages)
` [PATCH v3] "

Kickoff for Git 2.4.0 l10n round 2
 2015-04-03  0:57 UTC 

[PATCH] checkout: Say “it” instead of “them” for one commit
 2015-04-02 23:14 UTC  (3+ messages)

[RFC/PATCH 0/3] protocol v2
 2015-04-02 23:14 UTC  (7+ messages)
` [PATCH] protocol upload-pack-v2

[PATCH] push --signed: tighten what the receiving end can ask to sign
 2015-04-02 22:16 UTC  (2+ messages)

[ANNOUNCE] Git v2.4.0-rc1
 2015-04-02 22:08 UTC 

[BUG] 'git merge --quiet' is not always quiet
 2015-04-02 21:39 UTC  (2+ messages)

[PATCH] branch: fix funny-sounding error message
 2015-04-02 21:27 UTC 

[PATCH] git-p4: fix filetype detection on files opened exclusively
 2015-04-02 21:17 UTC  (3+ messages)

Do 2o15 money yourself !!!
 2015-04-02 20:18 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).