git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2014-03-03 21:16:13 to 2014-03-05 19:34:58 UTC [more...]

[PATCH] use strchrnul() in place of strchr() and strlen()
 2014-03-05 19:29 UTC 

[PATCH] disable grafts during fetch/push/bundle
 2014-03-05 19:28 UTC  (12+ messages)

Negation in refspecs
 2014-03-05 19:11 UTC  (2+ messages)

New directory lost by git am
 2014-03-05 19:10 UTC  (10+ messages)

git push first asks for credentials, then checks the branch exists
 2014-03-05 19:04 UTC  (5+ messages)
` [PATCH 0/3] push: detect local refspec errors early
  ` [PATCH 1/3] match_explicit: hoist refspec lhs checks into their own function
  ` [PATCH 2/3] match_explicit_lhs: allow a "verify only" mode
  ` [PATCH 3/3] push: detect local refspec errors early

[PATCH v2] cache_tree_find(): remove redundant checks
 2014-03-05 18:40 UTC  (11+ messages)
` [microproject idea]

[RFC 0/3] Make git more user-friendly during a merge conflict
 2014-03-05 18:35 UTC  (6+ messages)
` [RFC 2/3] merge: Add hints to tell users about "git merge --abort"

[PATCH] submodule : Add --no-separate-git-dir option to add and update command
 2014-03-05 18:13 UTC  (4+ messages)

[PATCH/RFC] git-gui: Add a 'recursive' checkbox in the clone menu
 2014-03-05 18:00 UTC  (2+ messages)

[PATCH v3 0/6] cache_tree_find() workover
 2014-03-05 17:26 UTC  (7+ messages)
` [PATCH v3 1/6] cache_tree_find(): remove redundant checks
` [PATCH v3 2/6] cache_tree_find(): initialize slash using strchrnul()
` [PATCH v3 3/6] cache_tree_find(): fix comment formatting
` [PATCH v3 4/6] cache_tree_find(): remove redundant check
` [PATCH v3 5/6] cache_tree_find(): remove early return
` [PATCH v3 6/6] cache_tree_find(): use path variable when passing over slashes

Bad git log behavior with multiple glob path arguments
 2014-03-05 16:21 UTC  (3+ messages)

[PATCH] i18n: proposed command missing leading dash
 2014-03-05 14:14 UTC  (4+ messages)
` [PATCH v2 1/2] "

[PATCH v2] commit.c: Replace starts_with() with skip_prefix()
 2014-03-05 14:10 UTC  (2+ messages)

Branch Name Case Sensitivity
 2014-03-05 14:02 UTC  (15+ messages)

[PATCH] upload-pack: allow shallow fetching from a read-only repository
 2014-03-05 12:43 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v3 00/25] Support multiple checkouts
 2014-03-05 12:08 UTC  (8+ messages)
` [PATCH v4 00/27] "
  ` [PATCH v4 19/27] wrapper.c: wrapper to open a file, fprintf then close
  ` [PATCH v4 27/27] count-objects: report unused files in $GIT_DIR/repos/

[PATCH v2 00/19] Multiparent diff tree-walker + combine-diff speedup
 2014-03-05  9:31 UTC  (7+ messages)
` [PATCH 17/19] Portable alloca for Git

[PATCH] difftool: support repositories with .git-files
 2014-03-05  9:23 UTC  (2+ messages)
` [PATCH] t7800: add a difftool test for .git-files

(unknown)
 2014-03-05  8:43 UTC 

[PATCH] gitk: replace SHA1 entry field on keyboard paste
 2014-03-05  8:48 UTC  (3+ messages)

difftool sends malformed path to exernal tool on Windows
 2014-03-05  8:25 UTC  (6+ messages)

[RFC/PATCH] diff: simplify cpp funcname regex
 2014-03-05  7:58 UTC  (2+ messages)

[PATCH] [PATCH] commit.c: Replace starts_with() with skip_prefix()
 2014-03-05  7:48 UTC  (7+ messages)

[PATCH v2 1/2] t3200-branch: test setting branch as own upstream
 2014-03-05  7:31 UTC  (3+ messages)
  ` [PATCH] "

git compile with debug symbols
 2014-03-05  6:27 UTC  (8+ messages)

What's cooking in git.git (Mar 2014, #01; Tue, 4)
 2014-03-05  0:10 UTC 

[PATCH v4] commit.c: use skip_prefix() instead of starts_with()
 2014-03-04 22:32 UTC  (4+ messages)

[BUG] Halt during fetch on MacOS
 2014-03-04 22:21 UTC  (7+ messages)

[PATCH v5] commit.c: use skip_prefix() instead of starts_with()
 2014-03-04 22:07 UTC 

[PATCH v2] branch.c: delete size check of newly tracked branch names
 2014-03-04 21:29 UTC 

[PATCH v3] commit.c: use skip_prefix() instead of starts_with()
 2014-03-04 20:38 UTC  (4+ messages)

[PATCH v6 00/11] Add interpret-trailers builtin
 2014-03-04 19:48 UTC  (12+ messages)
` [PATCH v6 01/11] Add data structures and basic functions for commit trailers
` [PATCH v6 02/11] trailer: process trailers from stdin and arguments
` [PATCH v6 03/11] trailer: read and process config information
` [PATCH v6 04/11] trailer: process command line trailer arguments
` [PATCH v6 05/11] trailer: parse trailers from stdin
` [PATCH v6 06/11] trailer: put all the processing together and print
` [PATCH v6 07/11] trailer: add interpret-trailers command
` [PATCH v6 08/11] trailer: add tests for "git interpret-trailers"
` [PATCH v6 09/11] trailer: execute command from 'trailer.<name>.command'
` [PATCH v6 10/11] trailer: add tests for commands in config file
` [PATCH v6 11/11] Documentation: add documentation for 'git interpret-trailers'

[RFC] make --set-upstream work for local branches not in refs/heads
 2014-03-04 19:44 UTC  (3+ messages)
` [PATCH] RFC: make --set-upstream work for branches not in refs/heads/

[PATCH] rev-parse --parseopt: option argument name hints
 2014-03-04 19:22 UTC  (2+ messages)

[PATCH 1/2] test-lib: tests skipped by GIT_SKIP_TESTS say so
 2014-03-04 19:01 UTC  (16+ messages)
` [PATCH 2/2] test-lib: GIT_TEST_ONLY to run only specific tests

[PATCH] implemented strbuf_write_or_die()
 2014-03-04 18:45 UTC  (10+ messages)

[PATCH/RFC] rebase: new convenient option to edit a single commit
 2014-03-04 18:37 UTC  (20+ messages)
` [PATCH 0/3] rebase's convenient options
  ` [PATCH 1/3] rev-parse: support OPT_NUMBER_CALLBACK in --parseopt
  ` [PATCH 2/3] rebase: accept -<number> as another way of saying HEAD~<number>
  ` [PATCH 3/3] rebase: new convenient option to edit a single commit

[PATCH] Setup.c: PATH_MAX is the length including the Nil
 2014-03-04 16:49 UTC  (2+ messages)

[PATCH] git submodule foreach: Skip eval for more than one argument
 2014-03-04 16:04 UTC  (6+ messages)

Confgure option like tagopt=note to notice changed remote tags
 2014-03-04 15:42 UTC 

Rewriting git history during git-svn conversion
 2014-03-04 10:56 UTC  (2+ messages)

[PATCH v3] skip_prefix: rewrite so that prefix is scanned once
 2014-03-04  9:18 UTC  (9+ messages)

My advice for GSoC applicants
 2014-03-04  7:58 UTC  (3+ messages)

[PATCH] git-bisect.sh: fix a few style issues
 2014-03-04  2:30 UTC  (2+ messages)

[PATCH] commit.c: Replace starts_with() with skip_prefix()
 2014-03-03 23:54 UTC  (4+ messages)

[PATCH 1/2] test-lib: tests skipped by GIT_SKIP_TESTS say so
 2014-03-03 23:50 UTC  (3+ messages)

[PATCH V2] commit.c: Use skip_prefix() instead of starts_with()
 2014-03-03 23:45 UTC  (4+ messages)

[PATCH v4 00/14] Use ALLOC_GROW() instead of inline code
 2014-03-03 23:02 UTC  (17+ messages)
` [PATCH v4 01/14] builtin/pack-objects.c: use ALLOC_GROW() in check_pbase_path()
` [PATCH v4 02/14] bundle.c: use ALLOC_GROW() in add_to_ref_list()
` [PATCH v4 03/14] cache-tree.c: use ALLOC_GROW() in find_subtree()
` [PATCH v4 04/14] commit.c: use ALLOC_GROW() in register_commit_graft()
` [PATCH v4 05/14] diff.c: use ALLOC_GROW()
` [PATCH v4 06/14] diffcore-rename.c: "
` [PATCH v4 07/14] patch-ids.c: use ALLOC_GROW() in add_commit()
` [PATCH v4 08/14] replace_object.c: use ALLOC_GROW() in register_replace_object()
` [PATCH v4 09/14] reflog-walk.c: use ALLOC_GROW()
` [PATCH v4 10/14] dir.c: use ALLOC_GROW() in create_simplify()
` [PATCH v4 11/14] attr.c: use ALLOC_GROW() in handle_attr_line()
` [PATCH v4 12/14] builtin/mktree.c: use ALLOC_GROW() in append_to_tree()
` [PATCH v4 13/14] read-cache.c: use ALLOC_GROW() in add_index_entry()
` [PATCH v4 14/14] sha1_file.c: use ALLOC_GROW() in pretend_sha1_file()

[GSoC14][RFC] Proposal Draft: Refactor tempfile handling
 2014-03-03 22:42 UTC  (2+ messages)

Help needed: Tests failed While replacing char array with strbuf in bulk-checkin.c
 2014-03-03 22:14 UTC  (2+ messages)

[PATCH] git-config: document interactive.singlekey requires Term::Readkey
 2014-03-03 21:16 UTC  (4+ messages)
  ` [PATCH v2] git-config: document interactive.singlekey requires Term::ReadKey
  ` [PATCH] git-add--interactive: warn if module for interactive.singlekey is missing


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