git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2015-03-14 10:57:09 to 2015-03-17 16:09:59 UTC [more...]

[PATCH v3] rev-list: refuse --first-parent combined with --bisect
 2015-03-17 16:09 UTC  (12+ messages)
` [PATCH v4] "

[PATCH 00/14] numparse module: systematically tighten up integer parsing
 2015-03-17 16:00 UTC  (15+ messages)
` [PATCH 01/14] numparse: new module for parsing integral numbers
` [PATCH 02/14] cacheinfo_callback(): use convert_ui() when handling "--cacheinfo"
` [PATCH 03/14] write_subdirectory(): use convert_ui() for parsing mode
` [PATCH 04/14] handle_revision_opt(): use skip_prefix() in many places
` [PATCH 05/14] handle_revision_opt(): use convert_i() when handling "-<digit>"
` [PATCH 06/14] strtoul_ui(), strtol_i(): remove functions
` [PATCH 07/14] handle_revision_opt(): use convert_ui() when handling "--abbrev="
` [PATCH 08/14] builtin_diff(): detect errors when parsing --unified argument
` [PATCH 09/14] opt_arg(): val is always non-NULL
` [PATCH 10/14] opt_arg(): use convert_i() in implementation
` [PATCH 11/14] opt_arg(): report errors parsing option values
` [PATCH 12/14] opt_arg(): simplify pointer handling
` [PATCH 13/14] diff_opt_parse(): use convert_i() when handling "-l<num>"
` [PATCH 14/14] diff_opt_parse(): use convert_i() when handling --abbrev=<num>

[PATCH/RFC 0/2] Bug fixes regarding diff and "git add -N"
 2015-03-17 14:07 UTC  (11+ messages)
` [PATCH 1/2] diff --cached: do not report i-t-a entries as "new"
  ` [PATCH v2] diff-lib.c: adjust position of i-t-a entries in diff
` [PATCH 2/2] diff-files: mark i-t-a paths as "new"
` [PATCH] t2203,t4011: adjust to changed intent-to-add treatment

[PATCH v4 0/2] cat-file: add a '--literally' option
 2015-03-17 13:59 UTC  (5+ messages)
` [PATCH v4 1/2] cat-file: teach cat-file "
` [PATCH v4 2/2] sha1_file: refactor sha1_file.c to support 'cat-file --literally'

[PATCH/RFC/GSOC] make git-pull a builtin
 2015-03-17 13:57 UTC 

[PATCH/GSoC/RFC] fetch: git fetch --deepen
 2015-03-17 12:00 UTC  (11+ messages)

[GSoC] Applying for conversion scripts to builtins
 2015-03-17 11:56 UTC  (5+ messages)

Dr. Henry Cheng Kar-shun
 2015-03-17  9:07 UTC 

Promoting Git developers (was: Bashing freelancers)
 2015-03-17  9:43 UTC  (23+ messages)
    ` Promoting Git developers

[RFC] git submodule purge
 2015-03-17  8:25 UTC  (6+ messages)

[PATCH 0/5] not making corruption worse
 2015-03-17  7:37 UTC  (7+ messages)
` [PATCH 1/5] t5312: test object deletion code paths in a corrupted repository
` [PATCH 2/5] refs: introduce a "ref paranoia" flag
` [PATCH 3/5] prune: turn on ref_paranoia flag
` [PATCH 4/5] repack: turn on "ref paranoia" when doing a destructive repack
` [PATCH 5/5] refs.c: drop curate_packed_refs

[PATCH/RFC 0/2][GSoC] revision.c: Allow "-" as stand-in for "@{-1}" everywhere a branch is allowed
 2015-03-17  6:49 UTC  (5+ messages)
` [PATCH 1/2] "-" and "@{-1}" on various programs
` [PATCH 2/2] Add revision range support on "-" and "@{-1}"

[PATCH] refs.c: get_ref_cache: use a bucket hash
 2015-03-17  5:48 UTC  (7+ messages)

[PATCH] show-branch: show all local heads when only giving one rev along --topics
 2015-03-16 23:50 UTC  (2+ messages)

Slow git pushes: sitting 1 minute in pack-objects
 2015-03-16 22:15 UTC  (4+ messages)

[PATCH] [RFC] Add a new config. option for skipping merges in git-log
 2015-03-16 21:58 UTC  (8+ messages)

[PATCH/RFC][GSoC] make "git diff --no-index $directory $file" DWIM better
 2015-03-16 19:20 UTC  (13+ messages)

[PATCH v3] log: forbid log --graph --no-walk
 2015-03-16 19:15 UTC  (7+ messages)

[BUG] git svn's --localtime seems to corrupt time zones
 2015-03-16 17:31 UTC 

git-svn: Fetch svn branches only and have git recognize them as branches?
 2015-03-16 14:27 UTC  (4+ messages)

Bug in git-verify-pack or in its documentation?
 2015-03-16 13:18 UTC  (3+ messages)

[PATCH v5 1/2] reset: enable '-' short-hand for previous branch
 2015-03-16 11:40 UTC  (6+ messages)
` [PATCH v5 2/2] t7102: add 'reset -' tests

What is XDG_CONFIG_HOME for exactly?
 2015-03-16  9:31 UTC  (4+ messages)

[PATCH RFC 1/3] add: add new --exclude option to git add
 2015-03-16  7:11 UTC  (16+ messages)
` [PATCH 2/3] Documentation/git-add.txt: describe --exclude option
` [PATCH 3/3] t3700-add: added test for "

fatal: Unable to mark file .ruby-version
 2015-03-16  5:29 UTC  (6+ messages)

Bug in fetch-pack.c, please confirm
 2015-03-16  1:13 UTC  (5+ messages)

[PATCH 1/3 v2] add: introduce new --exclude option
 2015-03-16  0:56 UTC  (7+ messages)
` [PATCH 2/3 v2] Documentation/git-add.txt: describe "
` [PATCH 3/3 v2] t3700-add: added test for "

[PATCH v2] git prompt: Use toplevel to find untracked files
 2015-03-16  0:54 UTC 

[PATCH 00/16] nd/list-files redesign
 2015-03-15 23:41 UTC  (10+ messages)
` [PATCH 02/16] list-files: make :(glob) pathspec default
` [PATCH 03/16] list-files: show paths relative to cwd

[PATCH v2] git prompt: Use toplevel to find untracked files
 2015-03-15 21:18 UTC  (3+ messages)

[PATCH/RFC] completion: filter sources of git scripts from available commands
 2015-03-15 20:45 UTC 

[PATCH] [GSoC] Add configuration options for some commonly used command-line options
 2015-03-15 20:24 UTC  (3+ messages)

[PATCH v3 0/4] git-credential-store: XDG user-specific config file support
 2015-03-15 20:03 UTC  (9+ messages)
` [PATCH v3 1/4] git-credential-store: support multiple credential files

[PATCH] git.c: two memory leak fixes
 2015-03-15 11:53 UTC  (3+ messages)

GSoC 2015. Microprojects
 2015-03-15  2:59 UTC  (2+ messages)

[PATCH v2 00/10] Use a structure for object IDs
 2015-03-15  2:32 UTC  (14+ messages)
` [PATCH v2 01/10] Define "

[PATCH] contrib/completion: escape the forward slash in __git_match_ctag
 2015-03-15  1:58 UTC  (2+ messages)

[GSoC][PATCH v2] log: forbid log --graph --no-walk
 2015-03-15  0:04 UTC  (4+ messages)

[PATCH] forbid log --graph --no-walk
 2015-03-14 22:42 UTC  (2+ messages)

[PATCH 0/3] cleaner bit-setting in cmd_push
 2015-03-14 22:08 UTC  (6+ messages)
` [PATCH 3/3] push: allow --follow-tags to be set by config push.followTags

[PATCH] forbid log --graph --no-walk
 2015-03-14 21:35 UTC 

protect branches against deletion from remote
 2015-03-14 18:28 UTC 

[PATCH] userdiff: funcname and word patterns for sh
 2015-03-14 17:19 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v2 00/10] Use a structure for object IDs
 2015-03-14 14:16 UTC  (2+ messages)

Want to work on Git in GSoc 2015
 2015-03-14 10:34 UTC 

[PATCH 01/16] list-files: command skeleton
 2015-03-14 11:13 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).