git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2014-03-20 00:17:26 to 2014-03-21 17:58:30 UTC [more...]

[PATCH 0/4] Fix misuses of "nor" (v2)
 2014-03-21 17:58 UTC  (9+ messages)
` [PATCH 1/4] Documentation: Fix misuses of "nor"
` [PATCH 2/4] contrib: "
` [PATCH 3/4] Fix misuses of "nor" in comments
` [PATCH 4/4] Fix misuses of "nor" outside comments and in tests

Configuring a third-party git hook
 2014-03-21 17:48 UTC  (11+ messages)

[RFC] [GSoC] Draft of Proposal for GSoC
 2014-03-21 17:45 UTC  (5+ messages)

Bug? git status --porcelain --branch is translated
 2014-03-21 17:38 UTC  (5+ messages)
` [PATCH] status: disable translation when --porcelain is used

Git server memory requirements
 2014-03-21 17:38 UTC 

What's cooking in git.git (Mar 2014, #04; Thu, 20)
 2014-03-21 17:20 UTC  (5+ messages)

[PATCH][GSOC] Selection of the verbose message is replaced with generated message in install_branch_config()
 2014-03-21 17:09 UTC  (7+ messages)

[PATCH] rev-parse --parseopt: option argument name hints
 2014-03-21 17:04 UTC  (17+ messages)
                  ` [PATCH v3] "

File extension conflict when working with git and latex
 2014-03-21 17:01 UTC  (4+ messages)

[PATCH v5] use starts_with() instead of !memcmp()
 2014-03-21 16:53 UTC  (3+ messages)

[PATCHv2] branch.c: simplify chain of if statements
 2014-03-21 16:50 UTC  (7+ messages)

[PATCH v2] Rewrite fsck.c:fsck_commit() replace memcmp() with starts_with()
 2014-03-21 16:37 UTC 

Want to start using Git on my windows 7 system
 2014-03-21 16:09 UTC  (2+ messages)

[PATCH v5] commit.c: use skip_prefix() instead of starts_with()
 2014-03-21 15:53 UTC  (3+ messages)

[PATCH] GSoC Miniproject 15. Rewrite fsck.c:fsck_commit()
 2014-03-21 15:42 UTC  (3+ messages)

[PATCH] doc: status, remove leftover statement about '#' prefix
 2014-03-21 14:10 UTC 

[GSOC 2014]idea:Git Configuration API Improvement
 2014-03-21 13:42 UTC  (7+ messages)
  `  "

[PATCH/RFC 0/8] git-ls
 2014-03-21 11:54 UTC  (16+ messages)
` [PATCH 1/8] Import $LS_COLORS parsing code from coreutils
` [PATCH 2/8] ls_colors.c: a bit of document on print_color_indicator input
` [PATCH 3/8] ls_colors.c: enable coloring on u+x files
` [PATCH 4/8] ls_colors.c: new color descriptors
` [PATCH 5/8] ls-files: add --color to highlight based on $LS_COLORS
` [PATCH 6/8] ls-files: add --column
` [PATCH 7/8] ls-files: support --max-depth
` [PATCH 8/8] Add git-ls, a user friendly version of ls-files and more

[PATCH v3] remote-hg: do not fail on invalid bookmarks
 2014-03-21 11:36 UTC 

[PATCH] builtin/apply.c: use iswspace() to detect line-ending-like chars
 2014-03-21 11:14 UTC  (3+ messages)

[PATCH v2] Bump core.deltaBaseCacheLimit to 128MiB
 2014-03-21  8:11 UTC  (14+ messages)

[GUILT 00/28] Teach guilt import-commit how create legal patch names, and more
 2014-03-21  7:57 UTC  (30+ messages)
` [GUILT 01/28] The tests should not fail if guilt.diffstat is set
` [GUILT 02/28] Allow "guilt delete -f" to run from a dir which contains spaces
` [GUILT 03/28] Added test case for "guilt delete -f"
` [GUILT 04/28] Allow "guilt import-commit" to run from a dir which contains spaces
` [GUILT 05/28] "guilt new": Accept more than 4 arguments
` [GUILT 06/28] Fix and simplify the do_get_patch function
` [GUILT 07/28] Added test cases for "guilt fold"
` [GUILT 08/28] Added more test cases for "guilt new": empty patches
` [GUILT 09/28] Test suite: properly check the exit status of commands
` [GUILT 10/28] Run test_failed if the exit status of a test script is bad
` [GUILT 11/28] test suite: remove pointless redirection
` [GUILT 12/28] "guilt header": more robust header selection
` [GUILT 13/28] Check that "guilt header '.*'" fails
` [GUILT 14/28] Use "git check-ref-format" to validate patch names
` [GUILT 15/28] Produce legal patch names in guilt-import-commit
` [GUILT 16/28] Fix backslash handling when creating names of imported patches
` [GUILT 17/28] "guilt graph" no longer loops when no patches are applied
` [GUILT 18/28] guilt-graph: Handle commas in branch names
` [GUILT 19/28] Check that "guilt graph" works when working on a branch with a comma
` [GUILT 20/28] "guilt graph": Handle patch names containing quotes
` [GUILT 21/28] The log.decorate setting should not influence import-commit
` [GUILT 22/28] The log.decorate setting should not influence patchbomb
` [GUILT 23/28] The log.decorate setting should not influence guilt rebase
` [GUILT 24/28] disp no longer processes backslashes
` [GUILT 25/28] "guilt push" now fails when there are no more patches to push
` [GUILT 26/28] "guilt pop" now fails when there are no more patches to pop
` [GUILT 27/28] Minor testsuite fix
` [GUILT 28/28] Added guilt.reusebranch configuration option

[PATCH] builtin/apply.c: fuzzy_matchlines:trying to fix some inefficiencies
 2014-03-21  6:32 UTC  (2+ messages)

[PATCH] Rewritten fetch-pack.c:filter_refs() using starts_with() instead of memcmp()
 2014-03-21  6:27 UTC  (2+ messages)

[PATCH] Enable index-pack threading in msysgit
 2014-03-21  5:35 UTC  (9+ messages)

git log omits deleting merges
 2014-03-21  5:23 UTC  (4+ messages)

[GSoC] Inquiry about writing config file to disk
 2014-03-21  5:19 UTC  (2+ messages)

[PATCH] Rewritten fsck.c:fsck_commit() through using starts_with() instead of memcmp()
 2014-03-21  4:18 UTC  (2+ messages)

[PATCH v2] log: add --nonlinear-barrier to help see non-linear history
 2014-03-21  1:02 UTC  (5+ messages)
` [PATCH v3 1/2] object.h: centralize object flag allocation
  ` [PATCH v3 2/2] log: add --show-linear-break to help see non-linear history

[PATCH] disable grafts during fetch/push/bundle
 2014-03-21  0:49 UTC  (11+ messages)

[PATCHv2] fsck.c:fsck_commit() use skip_prefix() and starts_with()
 2014-03-21  0:24 UTC  (2+ messages)

[GSoc PATCH 1/3] diff-no-index.c: rename read_directory()
 2014-03-20 23:53 UTC  (2+ messages)

[BUG] Segfault on git describe
 2014-03-20 23:33 UTC  (4+ messages)

[PATCH v3][GSOC] fsck: use bitwise-or assignment operator to set flag
 2014-03-20 23:27 UTC  (4+ messages)

[PATCH v2] tests: set temp variables using 'env' in test function instead of subshell
 2014-03-20 23:23 UTC  (19+ messages)
            ` [PATCH 0/12] GIT_CONFIG in the test suite
              ` [PATCH 01/12] t/Makefile: stop setting GIT_CONFIG
              ` [PATCH 02/12] t/test-lib: drop redundant unset of GIT_CONFIG
              ` [PATCH 03/12] t: drop useless sane_unset GIT_* calls
              ` [PATCH 04/12] t: stop using GIT_CONFIG to cross repo boundaries
              ` [PATCH 05/12] t: prefer "git config --file" to GIT_CONFIG with test_must_fail
              ` [PATCH 06/12] t: prefer "git config --file" to GIT_CONFIG
              ` [PATCH 07/12] t0001: make symlink reinit test more careful
              ` [PATCH 08/12] t0001: use test_path_is_*
              ` [PATCH 09/12] t0001: use test_config_global
              ` [PATCH 10/12] t0001: use test_must_fail
              ` [PATCH 11/12] t0001: drop useless subshells
              ` [PATCH 12/12] t0001: drop subshells just for "cd"

[PATCH] Make XDF_NEED_MINIMAL default in blame
 2014-03-20 21:21 UTC  (3+ messages)

[PATCH] configure.ac: link with -liconv for locale_charset()
 2014-03-20 21:12 UTC  (4+ messages)

Lost commit during rebase!
 2014-03-20 19:41 UTC  (2+ messages)

[PATCH v4] tests: use "env" to run commands with temporary env-var settings
 2014-03-20 19:25 UTC  (2+ messages)

[PATCH v3] Documentation/gitk: Document new config file location
 2014-03-20 18:01 UTC  (2+ messages)

[PATCH] diff: optimise parse_dirstat_params() to only compare strings when necessary
 2014-03-20 17:18 UTC  (2+ messages)

[PATCH 00/26] Clean up update-refs --stdin and implement ref_transaction
 2014-03-20 17:01 UTC  (7+ messages)
` [PATCH 03/26] t1400: Pass a legitimate <newvalue> to update command

[PATCH] test-lib.sh: use printf instead of echo
 2014-03-20 16:42 UTC  (7+ messages)

[RFC][GSOC] Proposal Draft for GSoC, Suggest Changes
 2014-03-20 16:36 UTC 

[GSoC 2014] Replacing object loading/writing layer by libgit2
 2014-03-20 15:37 UTC 

GSoC proposal: port pack bitmap support to libgit2
 2014-03-20 13:38 UTC  (3+ messages)

[PATCH] builtin/apply.c: fuzzy_matchlines:trying to fix some inefficiencies
 2014-03-20 10:58 UTC  (3+ messages)

git 1.9.1 tarball
 2014-03-20  7:18 UTC  (3+ messages)

[GSoC] Choosing a Project Proposal
 2014-03-20  2:32 UTC 

[PATCH 0/4] Better "gc --aggressive"
 2014-03-20  1:31 UTC  (6+ messages)
` [PATCH 4/4] gc --aggressive: three phase repacking

[PATCH] Enable index-pack threading in msysgit
 2014-03-20  1:25 UTC  (2+ 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).