git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2012-06-17 13:46:20 to 2012-06-20 18:32:35 UTC [more...]

git version statistics
 2012-06-20 18:32 UTC  (39+ messages)
` [PATCH 2/4] version: add git_user_agent function
        ` [PATCH 1/3] Makefile: apply dependencies consistently to sparse/asm targets
        ` [PATCH 2/3] Makefile: split GIT_USER_AGENT from GIT-CFLAGS
        ` [PATCH 3/3] Makefile: split prefix flags "
                ` [PATCHv2 0/8] makefile cleanups
                  ` [PATCHv2 1/8] Makefile: apply dependencies consistently to sparse/asm targets
                              ` [PATCHv3 01/11] Makefile: sort LIB_H list
                              ` [PATCHv3 02/11] Makefile: fold MISC_H into LIB_H
                              ` [PATCHv3 03/11] Makefile: do not have git.o depend on common-cmds.h
                              ` [PATCHv3 04/11] Makefile: apply dependencies consistently to sparse/asm targets
                              ` [PATCHv3 05/11] Makefile: do not replace @@GIT_USER_AGENT@@ in scripts
                              ` [PATCHv3 06/11] Makefile: split GIT_USER_AGENT from GIT-CFLAGS
                              ` [PATCHv3 07/11] Makefile: split prefix flags "
                              ` [PATCHv3 09/11] Makefile: update scripts when build-time parameters change
                              ` [PATCHv3 10/11] Makefile: build instaweb similar to other scripts
                  ` [PATCHv2 2/8] Makefile: do not replace @@GIT_USER_AGENT@@ in scripts
                  ` [PATCHv2 3/8] Makefile: split GIT_USER_AGENT from GIT-CFLAGS
                  ` [PATCHv2 4/8] Makefile: split prefix flags "
                  ` [PATCHv2 5/8] Makefile: do not replace @@GIT_VERSION@@ in shell scripts
                  ` [PATCHv2 6/8] Makefile: update scripts when build-time parameters change
                  ` [PATCHv2 7/8] Makefile: build instaweb similar to other scripts
                  ` [PATCHv2 8/8] Makefile: move GIT-VERSION-FILE dependencies closer to use

Editing the root commit
 2012-06-20 18:25 UTC  (6+ messages)

What's cooking in git.git (Jun 2012, #05; Tue, 19)
 2012-06-20 18:24 UTC  (4+ messages)
` [PATCH] push: start warning upcoming default change for push.default

[PATCH 0/2] submodule add + autocrlf + safecrlf
 2012-06-20 18:09 UTC  (7+ messages)
` [PATCH 1/2] submodule: Demonstrate failure to add with auto/safecrlf
` [PATCH 2/2] submodule: Tolerate auto/safecrlf when adding .gitmodules

'git branch' when origin branch with same name exists
 2012-06-20 18:07 UTC  (19+ messages)

git commit-tree documentation incorrect parameter sequence
 2012-06-20 17:58 UTC  (3+ messages)

[PATCH 1/2] Demonstrate git-show is broken with ranges
 2012-06-20 17:47 UTC  (7+ messages)
` [PATCH 2/2] Fix ranges with git-show

[PATCH] Try harder to find a remote when on a detached HEAD or non-tracking branch
 2012-06-20 17:42 UTC  (20+ messages)

[PATCH v3] diff-no-index: exit(1) if 'diff --quiet <repo file> <external file>' finds changes
 2012-06-20 16:06 UTC  (8+ messages)

git pre-push hook to restrict master branch push !!!
 2012-06-20 12:39 UTC  (4+ messages)

Is the textconv filter called for each line ? or once for the file ?
 2012-06-20 12:17 UTC  (2+ messages)

workflow clarification: sha1/merge/patch/diff ws smudge/clean
 2012-06-20 12:13 UTC 

[PATCH 0/9] Extending the shelf life of "git describe" output
 2012-06-20  7:40 UTC  (14+ messages)
` [PATCH 1/9] sha1_name.c: indentation fix
` [PATCH 2/9] sha1_name.c: clarify what "fake" is for in find_short_object_filename()
` [PATCH 3/9] sha1_name.c: rename "now" to "current"
` [PATCH 4/9] sha1_name.c: refactor find_short_packed_object()
` [PATCH 5/9] sha1_name.c: teach find_short_object_filename() a commit-only option
` [PATCH 6/9] sha1_name.c: teach find_short_packed_object() "
` [PATCH 7/9] sha1_name.c: allow get_short_sha1() to take other flags
` [PATCH 8/9] sha1_name.c: teach get_short_sha1() a commit-only option
` [PATCH 9/9] sha1_name.c: get_describe_name() by definition groks only commits

git on 64bit windows - state of the art?
 2012-06-20  6:57 UTC  (11+ messages)

Blaming differences
 2012-06-20  2:45 UTC  (4+ messages)

A note from the maintainer
 2012-06-19 23:53 UTC 

Inconsistency in --work-tree behaviors
 2012-06-19 23:26 UTC 

git add hangs
 2012-06-19 22:31 UTC 

[PATCH 0/3] sync German translation of git-gui with git-core
 2012-06-19 22:27 UTC  (6+ messages)
` [PATCH 1/3] git-gui: de.po: consistently add untranslated hook names within braces
` [PATCH 2/3] git-gui: de.po: translate "bare" as "bloß"
` [PATCH 3/3] git-gui: de.po: translate "remote" as "extern"

git-svn v1 layout migration even though there was no git-svn layout
 2012-06-19 19:43 UTC 

[PATCH] Documentation: spelling fixes
 2012-06-19 18:35 UTC  (2+ messages)

[PATCH] lessen the impression of unexpectedness on remote hangup
 2012-06-19 18:24 UTC  (6+ messages)
  ` [PATCH] remove the impression of unexpectedness when access is denied
        ` [PATCH v2] "

[PATCH] symbolic-ref: check format of given reference
 2012-06-19 14:56 UTC  (8+ messages)

"Detailed diagnosis" perhaps broken
 2012-06-19 11:17 UTC  (16+ messages)
  ` [PATCH 1/2] sha1_name: don't trigger detailed diagnosis for file arguments
    ` [PATCH 2/2 RFC] verify_filename: ask the caller to chose the kind of diagnosis
            ` [PATCH 1/2 v2] sha1_name: don't trigger detailed diagnosis for file arguments
              ` [PATCH 2/2 v2] verify_filename: ask the caller to chose the kind of diagnosis

[PATCH v7 0/5] git log -L, all new and shiny
 2012-06-19 10:33 UTC  (7+ messages)

MERGE_RR droppings
 2012-06-18 23:05 UTC  (2+ messages)

Transparently encrypt repository contents with GPG
 2012-06-18 20:03 UTC  (4+ messages)

[PATCH] rebase -i -p: use rerere to resolve conflicts if enabled
 2012-06-18 19:06 UTC  (12+ messages)

[GSoC] Designing a faster index format - Progress report week 9
 2012-06-18 18:46 UTC 

[PATCH] diff: exit(1) if 'diff --quiet <repo file> <external file>' finds changes
 2012-06-18 18:00 UTC  (7+ messages)

unable to index file UsrClass.dat
 2012-06-18 13:49 UTC  (3+ messages)

[ANNOUNCE] Git v1.7.10.5
 2012-06-17 22:24 UTC 

[ANNOUNCE] Git v1.7.11
 2012-06-17 22:24 UTC 

[PATCH] t: Replace 'perl' by $PERL_PATH
 2012-06-17 22:23 UTC  (5+ messages)

Push to a branch breaks origin, requires a manual gc to fix
 2012-06-17 15:07 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).