git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2014-03-12 18:51:48 to 2014-03-15 16:57:25 UTC [more...]

[PATCH 0/6] Fix misuses of "nor"
 2014-03-15 16:56 UTC  (9+ messages)
` [PATCH 1/6] Documentation: "
` [PATCH 2/6] contrib: "
` [PATCH 3/6] l10n: "
` [PATCH 4/6] Fix misuses of "nor" in comments
` [PATCH 5/6] Fix misuses of "nor" outside comments
` [PATCH 6/6] Tests: Fix misuses of "nor"

[PATCH v3 0/1] general style: replaces memcmp() with starts_with()
 2014-03-15 16:39 UTC  (2+ messages)
` [PATCH v3 1/1] "

[GSOC] Git Configuration API improvements
 2014-03-15 16:30 UTC  (5+ messages)

git submodule update "checkout" update mode
 2014-03-15 16:21 UTC 

[PATCH V2 0/7] fix hunk editing with 'commit -p -m'
 2014-03-15 16:11 UTC  (5+ messages)
` [PATCH 3/7] test patch hunk editing with "commit -p -m"

[PATCH] builtin/mv: fix out of bounds write
 2014-03-15 16:05 UTC  (5+ messages)
` [PATCH] mv: prevent mismatched data when ignoring errors

[PATCH] add: Use struct argv_array in run_add_interactive()
 2014-03-15 12:41 UTC  (2+ messages)

What's cooking in git.git (Mar 2014, #03; Fri, 14)
 2014-03-15 12:34 UTC  (3+ messages)

[PATCH] test-lib.sh: use printf instead of echo
 2014-03-15  8:59 UTC  (3+ messages)

[PATCH] Rewrite diff-no-index.c:read_directory() to use is_dot_or_dotdot() and rename it to read_dir()
 2014-03-15  6:44 UTC 

[PATCH] shallow: verify shallow file after taking lock
 2014-03-15  3:47 UTC 

[PATCH] [GSoC] Use strchrnul to save additional scan of string
 2014-03-15  2:49 UTC  (2+ messages)

[PATCH] pack-objects: turn off bitmaps when skipping objects
 2014-03-15  2:38 UTC 

[PATCH 0/2] pack-bitmap progress meters
 2014-03-15  2:26 UTC  (3+ messages)
` [PATCH 1/2] pack-objects: show progress for reused packfiles
` [PATCH 2/2] pack-objects: show reused packfile objects in "Counting objects"

Kitchen Designer London
 2014-03-15  2:21 UTC 

[PATCH] t5541: don't call start_httpd after sourcing lib-terminal.sh
 2014-03-15  1:55 UTC  (7+ messages)
    ` [PATCH] t/lib-terminal: make TTY a lazy prerequisite

[PATCH v3 0/8] Hiding refs
 2014-03-15  1:23 UTC  (19+ messages)

[PATCH/RFC] t3404: test autosquash for fixup! commits with funny messages
 2014-03-14 23:58 UTC 

[PATCH v2] rebase -i: replace an echo command by printf
 2014-03-14 23:56 UTC 

No progress from push when using bitmaps
 2014-03-14 23:53 UTC  (10+ messages)

Corner case bug caused by shell dependent behavior
 2014-03-14 23:53 UTC  (5+ messages)

Apply commits from one branch to another branch (tree structure is different)
 2014-03-14 21:57 UTC  (7+ messages)

[PATCH 0/3] Make git more user-friendly during a merge conflict
 2014-03-14 21:35 UTC  (8+ messages)
` [PATCH 1/3] wt-status: Make status messages more consistent with others
` [PATCH 2/3] merge: Advise user to use "git merge --abort" to abort merges
` [PATCH 3/3] reset: Print a warning when user uses "git reset" during a merge

[PATCH][GSOC2014] install_branch_config: change logical chain to lookup table
 2014-03-14 21:30 UTC  (3+ messages)

RFC GSoC idea: new "git config" features
 2014-03-14 21:00 UTC  (7+ messages)

bug report: regression in git subtree add
 2014-03-14 20:49 UTC 

[PATCH] microproject for GSOC
 2014-03-14 18:59 UTC  (5+ messages)
  `  "

Git Config pushInsteadOf is not working
 2014-03-14 18:42 UTC 

[PATCH] general style: replaces memcmp() with proper starts_with()
 2014-03-14 16:56 UTC  (22+ messages)

[PATCH] SoC 2014 MicroProject No.8:change multiple if-else statement to table-driven approach
 2014-03-14 16:54 UTC  (4+ messages)
` [PATCH] GSoC Change multiple if-else statements to be table-driven

[PATCH] general style: replaces memcmp() with starts_with()
 2014-03-14 16:32 UTC  (9+ messages)

question about: Facebook makes Mercurial faster than Git
 2014-03-14 12:58 UTC  (3+ messages)

Committing a change from one branch another branch
 2014-03-14  9:34 UTC  (4+ messages)

[RFC/PATCH] diff: simplify cpp funcname regex
 2014-03-14  6:56 UTC  (6+ messages)

GSoC proposal: port pack bitmap support to libgit2
 2014-03-14  4:34 UTC  (3+ messages)

[PATCH] simplifying branch.c:install_branch_config() if()
 2014-03-14  4:22 UTC  (3+ messages)

What's cooking in git.git (Mar 2014, #01; Tue, 4)
 2014-03-14  4:16 UTC  (3+ messages)

Proposal: Write git subtree info to .git/config
 2014-03-14  0:46 UTC  (4+ messages)

Microproject idea: new OPT_* macros for PARSE_OPT_NONEG
 2014-03-13 23:34 UTC  (7+ messages)

[PATCH v4] install_branch_config: simplify verbose messages logic
 2014-03-13 22:45 UTC  (7+ messages)

[PATCH v5] install_branch_config: simplify verbose messages logic
 2014-03-13 22:36 UTC  (2+ messages)

[RFC PATCH 2/1] Make request-pull able to take a refspec of form local:remote
 2014-03-13 21:22 UTC  (12+ messages)
          ` Re* "

[PATCH v3 0/2] GSoC micro project, rewrite fsck_commit() to use skip_prefix()
 2014-03-13 19:42 UTC  (6+ messages)
` [PATCH v3 1/2] fsck.c: Change the type of fsck_ident()'s first argument
` [PATCH v3 2/2] fsck.c: Rewrite fsck_commit() to use skip_prefix()

An idea for "git bisect" and a GSoC enquiry
 2014-03-13 18:47 UTC  (10+ messages)

git: problematic git status output with some translations (such as fr_FR)
 2014-03-13 18:01 UTC  (7+ messages)
      ` [PATCH] wt-status: i18n of section labels

[PATCH] connect.c: SP after "}", not TAB
 2014-03-13 17:54 UTC  (2+ messages)

New GSoC microproject ideas
 2014-03-13 17:06 UTC  (8+ messages)

[PATCH 0/2] Fix possible buffer overflow in remove_subtree()
 2014-03-13 13:44 UTC  (6+ messages)
` [PATCH 1/2] checkout_entry(): use the strbuf throughout the function
` [PATCH 2/2] entry.c: fix possible buffer overflow in remove_subtree()

[PATCH v2 0/2] GSoC micro project, use skip_prefix() in fsck_commit()
 2014-03-13  4:29 UTC  (6+ messages)
` [PATCH v2 1/2] fsck.c: Change the type of fsck_ident()'s first argument
` [PATCH v2 2/2] fsck.c: Rewrite fsck_commit() to use skip_prefix()

[PATCH] implement submodule config cache for lookup of submodule names
 2014-03-13  0:46 UTC  (4+ messages)
  `  "

[PATCH v2 0/4] status: allow label strings to be translated
 2014-03-12 21:19 UTC  (5+ messages)
` [PATCH v2 1/4] wt-status: make full label string to be subject to l10n
` [PATCH v2 2/4] wt-status: extract the code to compute width for labels
` [PATCH v2 3/4] wt-status: i18n of section labels
` [PATCH v2 4/4] wt-status: lift the artificual "at least 20 columns" floor

[PATCH] status merge: guarentee space between msg and path
 2014-03-12 20:43 UTC  (5+ messages)
` [PATCH v2] "

[PATCH] submodule: add verbose mode for add/update
 2014-03-12 20:19 UTC  (2+ messages)

What's cooking in git.git (Mar 2014, #02; Tue, 11)
 2014-03-12 20:06 UTC  (6+ messages)
    ` [PATCH 1/2] cat-file: restore warn_on_object_refname_ambiguity flag
    ` [PATCH 2/2] rev-list: disable object/refname ambiguity check with --stdin

[PATCH] submodule: add verbose mode for add/update
 2014-03-12 20:00 UTC  (3+ messages)

[PATCH][GSoC] parse-options: Add OPT_SET_INT_NONEG
 2014-03-12 19:02 UTC  (5+ messages)


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