git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2015-05-03 16:11:24 to 2015-05-06 16:58:39 UTC [more...]

[PATCH] t5540: skip under NO_CURL=NoThanks
 2015-05-06 16:58 UTC 

[PATCH v10 0/4] cat-file: add support for "-allow-unknown-type"
 2015-05-06 13:37 UTC  (18+ messages)
` [PATCH v10 1/4] sha1_file: support reading from a loose object of unknown type
  ` [PATCH v10 3/4] cat-file: teach cat-file a '--allow-unknown-type' option
  ` [PATCH v10 4/4] t1006: add tests for git cat-file --allow-unknown-type

[PATCH] completion: remove credential helpers from porcelain commands
 2015-05-06 10:26 UTC  (5+ messages)

[PATCH] contrib/subtree: fix linefeeds trimming for cmd_split()
 2015-05-06  9:57 UTC  (3+ messages)

[PATCH] branch: -r -d(D) should say "remote-tracking branch"
 2015-05-06  9:46 UTC 

Typo: Remote branch V.S. Remote-tracking branch
 2015-05-06  8:21 UTC 

[PATCH v3 1/7] path.c: implement xdg_config_home()
 2015-05-06  8:01 UTC  (7+ messages)
` [PATCH v3 2/7] attr.c: replace home_config_paths() with xdg_config_home()
` [PATCH v3 3/7] dir.c: "
` [PATCH v3 4/7] credential-store.c: "
` [PATCH v3 5/7] git-commit: replace use of home_config_paths()
` [PATCH v3 6/7] git-config: "
` [PATCH v3 7/7] path.c: remove home_config_paths()

[PATCH 0/3] git help: group common commands by theme
 2015-05-06  7:59 UTC  (9+ messages)
` [PATCH 1/3] command-list.txt: "
` [PATCH 2/3] generate-cmdlist.sh: parse common group commands
` [PATCH 3/3] git help: group common commands by theme

git tag -u feature request
 2015-05-06  7:02 UTC  (2+ messages)

[PATCH 0/7] Improve git-pull test coverage
 2015-05-06  6:30 UTC  (15+ messages)
` [PATCH 2/7] t5520: implement tests for no merge candidates cases
` [PATCH 3/7] t5520: test for failure if index has unresolved entries
` [PATCH 5/7] t5520: test --rebase with multiple branches

forcing a user@ into the URL if not present
 2015-05-06  5:29 UTC  (9+ messages)

GSoC 2015: 2 accepted proposals
 2015-05-06  5:43 UTC  (10+ messages)
` [PATCH 0/6] Make pull a builtin
  ` [PATCH 1/6] merge: tidy up options
  ` [PATCH 2/6] merge: move error message given when a merge needs committing to advice.c
  ` [PATCH 3/6] merge-base: split handle_fork_point to make reuse easier
  ` [PATCH 4/6] pull: reimplement as a builtin in C
  ` [PATCH 5/6] pull: allow interactive rebase
  ` [PATCH 6/6] parse-remote: dismantle git-parse-remote.sh

t5570 - not cloned error
 2015-05-06  0:46 UTC  (5+ messages)

[PATCH] branch: fix funny-sounding error message
 2015-05-05 23:06 UTC  (5+ messages)

[PATCH] upload-pack: Optionally allow fetching reachable sha1
 2015-05-05 22:29 UTC  (7+ messages)
` [PATCH v2] "

Looking for a solution
 2015-05-05 19:58 UTC  (3+ messages)

[PATCH v2 0/12] implement @{push} shorthand
 2015-05-05 19:48 UTC  (8+ messages)
` [PATCH 02/12] remote.c: drop "remote" pointer from "struct branch"
` [PATCH 04/12] remote.c: provide per-branch pushremote name

[PATCH 0/2] Retry attempts to acquire the packed-refs lock
 2015-05-05 19:21 UTC  (7+ messages)
` [PATCH 2/2] lock_packed_refs(): allow retries when acquiring "

multiple source file extensions
 2015-05-05 19:12 UTC  (7+ messages)

[PATCH 0/3] hash-object crash fix and new doc and tests
 2015-05-05 18:49 UTC  (15+ messages)
` [PATCH 1/3] git-hash-object.txt: document --literally option
` [PATCH 2/3] t1007: add hash-object --literally tests
` [PATCH 3/3] write_sha1_file_prepare: fix buffer overrun with extra-long object type
` [PATCH 0/4] "hash-object --literally" fixes
  ` [PATCH 1/4] git-hash-object.txt: document --literally option
  ` [PATCH 2/4] write_sha1_file_prepare: fix buffer overrun with extra-long object type
  ` [PATCH 3/4] t1007: add hash-object --literally tests
  ` [PATCH 4/4] write_sha1_file(): do not use a separate sha1[] array

Re-consideration
 2015-05-05 18:22 UTC 

[PATCH] prefix_path(): Unconditionally free result of prefix_path
 2015-05-05 18:09 UTC  (8+ messages)

[BUG] deamon.c does not compile when NO_IPV6 is used
 2015-05-05 18:07 UTC  (3+ messages)
  ` [PATCH] daemon: unbreak NO_IPV6 build regression

[PATCH 00/18] Improve handling of D/F conflicts
 2015-05-05 16:12 UTC  (9+ messages)
` [PATCH 01/18] t1404: new tests of D/F conflicts within ref transactions
` [PATCH 02/18] is_refname_available(): explain the reason for an early exit

[PATCH v2] completion: remove credential helpers from porcelain commands
 2015-05-05 16:33 UTC 

Compiling 2.4.0 doesn't seem to honour C_INCLUDE_PATH
 2015-05-05 10:00 UTC  (2+ messages)

Case rename not detected
 2015-05-05  6:27 UTC  (3+ messages)

Diffing submodule does not yield complete logs for merge commits
 2015-05-05  5:49 UTC  (8+ messages)

Bug: git-p4 edit_template() and P4EDITOR w/options
 2015-05-05  0:22 UTC  (8+ messages)

[PATCH] fixed translation errors
 2015-05-04 23:38 UTC  (3+ messages)

What's cooking in git.git (May 2015, #01; Mon, 4)
 2015-05-04 22:25 UTC 

[PATCH] Fixed a translation error
 2015-05-04 21:29 UTC  (3+ messages)

[PATCH] contrib/subtree: fix linefeeds trimming for cmd_split()
 2015-05-04 21:14 UTC  (2+ messages)

[PATCH] standardize usage strings that were missed the first time
 2015-05-04 19:23 UTC  (5+ messages)

Unexpected behavior when git-adding files in a pre-commit hook then using "git commit -o"
 2015-05-04 18:03 UTC  (2+ messages)

[PATCH] fix a translation error in diff-tree
 2015-05-04 17:47 UTC  (2+ messages)

[PATCH] Fixed translation error (say(_())) functions
 2015-05-04 15:19 UTC  (2+ messages)

[RFC PATCH 2/2] gitk: Show the rev(s) the user specified on the command line in the window title
 2015-05-04 14:26 UTC  (3+ messages)
` [PATCHv2] gitk: Show the current view's name "

--squash has no effect in git subtree push?
 2015-05-04 13:58 UTC 

[PATCH] fixed translation errors in fetch-pack
 2015-05-04 11:38 UTC 

[PATCH] fixed translation error in fetch
 2015-05-04 11:47 UTC 

[PATCH] fixed translation error-1
 2015-05-03 22:25 UTC 

[PATCH] Fixed a translation error
 2015-05-04 11:16 UTC 

[PATCH] clean: describe --dry-run option in a more clear way in the usage string
 2015-05-04 12:36 UTC 

[PATCH] fixed translation error in fast-export
 2015-05-04 11:33 UTC 

[PATCH] Fixed a translation error(die(_()) function)
 2015-05-03 18:30 UTC 

[PATCH v2 1/3] git help: group common commands by theme
 2015-05-03 22:32 UTC  (19+ messages)
` [PATCH v3 0/4] git help: group common commands by themes
  ` [PATCH v3 2/4] generate-cmdlist.sh: parse common command groups
  ` [PATCH v3 3/4] help.c - group common commands by theme
  ` [PATCH v3 4/4] api-builtin.txt: explain common command groups

[PATCH v2 00/16] Convert parts of refs.c to struct object_id
 2015-05-03 21:45 UTC  (3+ messages)

[Patch] Fixed translation error in advice.c
 2015-05-03 19:49 UTC 

Improving Readability of the entire Codebase
 2015-05-03 19:12 UTC  (5+ messages)

Fixing translation errors in gits error messages
 2015-05-03 19:01 UTC  (3+ messages)

[Patch] Added http-protocol for git in the Documentation folder
 2015-05-03 17:56 UTC  (5+ messages)

Contribute Code to Git
 2015-05-03 17:50 UTC  (3+ messages)

[PATCH v5] blame: CRLF in the working tree and LF in the repo
 2015-05-03 16:38 UTC 

Improving code base readability
 2015-05-03 16:11 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).