Git Distributed Software Revision Control
Date Index
[
Prev Page
][
Next Page
]
Re: Notes on diffcore API
,
(continued)
Re: Notes on diffcore API
,
Johannes Schindelin
Re: CFT: merge-recursive in C
,
Johannes Schindelin
Re: CFT: merge-recursive in C
,
Alex Riesen
Re: CFT: merge-recursive in C
,
Johannes Schindelin
Re: CFT: merge-recursive in C
,
Alex Riesen
Re: CFT: merge-recursive in C
,
Junio C Hamano
Re: CFT: merge-recursive in C
,
Alex Riesen
Re: CFT: merge-recursive in C
,
Johannes Schindelin
Re: CFT: merge-recursive in C
,
Alex Riesen
Re: CFT: merge-recursive in C
,
Uwe Zeisberger
Re: CFT: merge-recursive in C
,
Alex Riesen
Re: CFT: merge-recursive in C
,
Junio C Hamano
Re: CFT: merge-recursive in C
,
Christopher Faylor
Re: CFT: merge-recursive in C
,
Alex Riesen
Re: CFT: merge-recursive in C
,
Christopher Faylor
Solaris 8
,
Uwe Zeisberger
[PATCH] include signal.h for prototype of signal()
,
Uwe Zeisberger
Re: [PATCH] include signal.h for prototype of signal()
,
Uwe Zeisberger
[PATCH] cast pid_t to long for printing
,
Uwe Zeisberger
Re: [PATCH] cast pid_t to long for printing
,
Junio C Hamano
Re: [PATCH] cast pid_t to long for printing
,
Uwe Zeisberger
[PATCH] git-grep: allow patterns starting with -
,
Matthias Lederhofer
Re: [PATCH] git-grep: allow patterns starting with -
,
Timo Hirvonen
[PATCH] correct documentation for git grep
,
Matthias Lederhofer
Re: [PATCH] correct documentation for git grep
,
Johannes Schindelin
[PATCH] correct documentation for git grep
,
Matthias Lederhofer
[PATCH] correct documentation for git grep
,
Matthias Lederhofer
Re: [PATCH] correct documentation for git grep
,
Johannes Schindelin
[PATCH] git-grep: --and to combine patterns with and instead of or
,
Matthias Lederhofer
Re: [PATCH] git-grep: --and to combine patterns with and instead of or
,
Thomas Glanzmann
Re: [PATCH] git-grep: --and to combine patterns with and instead of or
,
Junio C Hamano
Re: [PATCH] git-grep: --and to combine patterns with and instead of or
,
Matthias Lederhofer
Re: [PATCH] git-grep: --and to combine patterns with and instead of or
,
Junio C Hamano
Re: [PATCH] git-grep: --and to combine patterns with and instead of or
,
Matthias Lederhofer
Re: [PATCH] git-grep: --and to combine patterns with and instead of or
,
Junio C Hamano
[PATCH] git-grep: boolean expression on pattern matching.
,
Junio C Hamano
Re: [PATCH] git-grep: boolean expression on pattern matching.
,
Jakub Narebski
Re: [PATCH] git-grep: boolean expression on pattern matching.
,
Junio C Hamano
Re: [PATCH] git-grep: boolean expression on pattern matching.
,
Matthias Lederhofer
Re: [PATCH] git-grep: --and to combine patterns with and instead of or
,
Matthias Lederhofer
Re: [PATCH] git-grep: --and to combine patterns with and instead of or
,
Junio C Hamano
Re: [PATCH] git-grep: --and to combine patterns with and instead of or
,
Matthias Lederhofer
Re: [PATCH] git-grep: --and to combine patterns with and instead of or
,
Junio C Hamano
Re: [PATCH] git-grep: --and to combine patterns with and instead of or
,
Jakub Narebski
Re: [PATCH] git-grep: --and to combine patterns with and instead of or
,
Matthias Lederhofer
Re: [PATCH] git-grep: --and to combine patterns with and instead of or
,
Junio C Hamano
Re: [PATCH] git-grep: --and to combine patterns with and instead of or
,
Matthias Lederhofer
Re: [PATCH] git-grep: --and to combine patterns with and instead of or
,
Jakub Narebski
Re: [PATCH] git-grep: --and to combine patterns with and instead of or
,
Junio C Hamano
Re: [PATCH] git-grep: --and to combine patterns with and instead of or
,
Jakub Narebski
Re: [PATCH] git-grep: --and to combine patterns with and instead of or
,
Junio C Hamano
Re: [PATCH] git-grep: --and to combine patterns with and instead of or
,
Andreas Ericsson
Re: [PATCH] git-grep: allow patterns starting with -
,
Matthias Lederhofer
git-repack -a -d produces unusable packs with 1.4.0
,
Thomas Glanzmann
Re: git-repack -a -d produces unusable packs with 1.4.0
,
Junio C Hamano
[RFC] git --trace: trace command execution
,
Matthias Lederhofer
Re: [RFC] git --trace: trace command execution
,
Junio C Hamano
Re: [RFC] git --trace: trace command execution
,
Matthias Lederhofer
[PATCH] GIT_TRACE: show which built-in/external commands are executed
,
Matthias Lederhofer
Re: [PATCH] GIT_TRACE: show which built-in/external commands are executed
,
Johannes Schindelin
Re: [PATCH] GIT_TRACE: show which built-in/external commands are executed
,
Petr Baudis
Re: [PATCH] GIT_TRACE: show which built-in/external commands are executed
,
Matthias Lederhofer
Re: [PATCH] GIT_TRACE: show which built-in/external commands are executed
,
Johannes Schindelin
Re: [PATCH] GIT_TRACE: show which built-in/external commands are executed
,
Matthias Lederhofer
Re: [RFC] git --trace: trace command execution
,
Jakub Narebski
New web frontend: gitarella
,
Johannes Schindelin
Re: New web frontend: gitarella
,
Marco Costalba
Re: New web frontend: gitarella
,
Johannes Schindelin
[PATCH 1/7] Git.pm: Introduce ident() and ident_person() methods
,
Petr Baudis
[PATCH 2/7] Git.pm: Try to support ActiveState output pipe
,
Petr Baudis
[PATCH 3/7] Git.pm: Swap hash_object() parameters
,
Petr Baudis
[PATCH 4/7] Git.pm: Fix Git->repository("/somewhere/totally/elsewhere")
,
Petr Baudis
[PATCH 5/7] Make it possible to set up libgit directly (instead of from the environment)
,
Petr Baudis
[PATCH 6/7] Git.pm: Introduce fast get_object() method
,
Petr Baudis
[PATCH 7/7] Convert git-annotate to use Git.pm
,
Petr Baudis
Re: [PATCH 7/7] Convert git-annotate to use Git.pm
,
Ryan Anderson
Re: [PATCH 7/7] Convert git-annotate to use Git.pm
,
Petr Baudis
Re: [PATCH 1/7] Git.pm: Introduce ident() and ident_person() methods
,
Petr Baudis
Re: [PATCH 1/7] Git.pm: Introduce ident() and ident_person() methods
,
Junio C Hamano
[PATCH 2/2] format-patch: introduce "--ignore-if-in-upstream"
,
Johannes Schindelin
[PATCH 1/2] add diff_flush_patch_id() to calculate the patch id
,
Johannes Schindelin
[PATCH 0/2] resurrect format-patch's patch id checking
,
Johannes Schindelin
[PATCH 3/2] format-patch: use clear_commit_marks() instead of some adhocery
,
Johannes Schindelin
Re: [PATCH 3/2] format-patch: use clear_commit_marks() instead of some adhocery
,
Junio C Hamano
Re: [PATCH 3/2] format-patch: use clear_commit_marks() instead of some adhocery
,
Johannes Schindelin
Re: [PATCH 3/2] format-patch: use clear_commit_marks() instead of some adhocery
,
Martin Langhoff
Re: [PATCH 3/2] format-patch: use clear_commit_marks() instead of some adhocery
,
Junio C Hamano
Re: [PATCH 3/2] format-patch: use clear_commit_marks() instead of some adhocery
,
Johannes Schindelin
[PATCH] format-patch: use clear_commit_marks() instead of some adhocery
,
Johannes Schindelin
Re: [PATCH 3/2] format-patch: use clear_commit_marks() instead of some adhocery
,
Johannes Schindelin
Re: [PATCH 3/2] format-patch: use clear_commit_marks() instead of some adhocery
,
Martin Langhoff
Re: [PATCH 3/2] format-patch: use clear_commit_marks() instead of some adhocery
,
Johannes Schindelin
Re: [PATCH 3/2] format-patch: use clear_commit_marks() instead of some adhocery
,
Junio C Hamano
[PATCH] format-patch: support really old non-range syntax, with a warning
,
Johannes Schindelin
Re: [PATCH 3/2] format-patch: use clear_commit_marks() instead of some adhocery
,
Martin Langhoff (CatalystIT)
Re: [PATCH 3/2] format-patch: use clear_commit_marks() instead of some adhocery
,
Johannes Schindelin
Re: [PATCH 3/2] format-patch: use clear_commit_marks() instead of some adhocery
,
Johannes Schindelin
Re: [PATCH 3/2] format-patch: use clear_commit_marks() instead of some adhocery
,
Martin Langhoff
Re: [PATCH 3/2] format-patch: use clear_commit_marks() instead of some adhocery
,
Johannes Schindelin
Re: [PATCH 3/2] format-patch: use clear_commit_marks() instead of some adhocery
,
Martin Langhoff
Re: [PATCH 3/2] format-patch: use clear_commit_marks() instead of some adhocery
,
Johannes Schindelin
[PATCH] Git.pm: Support for perl/ being built by a different compiler
,
Petr Baudis
Re: [PATCH] Git.pm: Support for perl/ being built by a different compiler
,
Junio C Hamano
Re: [PATCH] Git.pm: Support for perl/ being built by a different compiler
,
Petr Baudis
Re: [PATCH] Git.pm: Support for perl/ being built by a different compiler
,
Dennis Stosberg
[PATCH] Fix pkt-line.h to compile with a non-GCC compiler
,
Dennis Stosberg
[PATCH] "test" in Solaris' /bin/sh does not support -e
,
Dennis Stosberg
Re: [PATCH] "test" in Solaris' /bin/sh does not support -e
,
Junio C Hamano
Re: [PATCH] "test" in Solaris' /bin/sh does not support -e
,
Dennis Stosberg
Re: [PATCH] "test" in Solaris' /bin/sh does not support -e
,
Dennis Stosberg
Re: [PATCH] "test" in Solaris' /bin/sh does not support -e
,
Junio C Hamano
[PATCH] Makefile fix for Solaris
,
Dennis Stosberg
[PATCH] Add possibility to pass CFLAGS and LDFLAGS specific to the perl subdir
,
Dennis Stosberg
Re: [PATCH] Add possibility to pass CFLAGS and LDFLAGS specific to the perl subdir
,
Petr Baudis
Re: [PATCH] "test" in Solaris' /bin/sh does not support -e
,
Dennis Stosberg
Re: [PATCH] Git.pm: Support for perl/ being built by a different compiler
,
Dennis Stosberg
Re: [PATCH] Git.pm: Support for perl/ being built by a different compiler
,
Thomas Glanzmann
[PATCH] Solaris needs inclusion of signal.h for signal()
,
Dennis Stosberg
Re: [PATCH] Git.pm: Support for perl/ being built by a different compiler
,
Junio C Hamano
Re: [PATCH] Git.pm: Support for perl/ being built by a different compiler
,
Dennis Stosberg
[PATCH 0/7] Rework diff options
,
Timo Hirvonen
[PATCH 4/7] Set default diff output format after parsing command line
,
Timo Hirvonen
[PATCH 2/7] Merge with_raw, with_stat and summary variables to output_format
,
Timo Hirvonen
Re: [PATCH 2/7] Merge with_raw, with_stat and summary variables to output_format
,
Johannes Schindelin
Re: [PATCH 2/7] Merge with_raw, with_stat and summary variables to output_format
,
Timo Hirvonen
Re: [PATCH 2/7] Merge with_raw, with_stat and summary variables to output_format
,
Johannes Schindelin
[PATCH] Add msg_sep to diff_options
,
Timo Hirvonen
Re: [PATCH] Add msg_sep to diff_options
,
Junio C Hamano
[PATCH] whatchanged: Default to DIFF_FORMAT_RAW
,
Timo Hirvonen
Re: [PATCH] whatchanged: Default to DIFF_FORMAT_RAW
,
Junio C Hamano
[PATCH] whatchanged: Default to DIFF_FORMAT_RAW
,
Timo Hirvonen
[PATCH] Don't xcalloc() struct diffstat_t
,
Timo Hirvonen
[PATCH 3/7] Make --raw option available for all diff commands
,
Timo Hirvonen
[PATCH 1/7] Clean up diff.c
,
Timo Hirvonen
[PATCH 5/7] DIFF_FORMAT_RAW is not default anymore
,
Timo Hirvonen
[PATCH 6/7] --name-only, --name-status, --check and -s are mutually exclusive
,
Timo Hirvonen
[PATCH 7/7] Remove awkward compatibility warts
,
Timo Hirvonen
Re: [PATCH 0/7] Rework diff options
,
Junio C Hamano
Re: [PATCH 0/7] Rework diff options
,
Timo Hirvonen
Re: [PATCH 0/7] Rework diff options
,
Junio C Hamano
[RFC] GIT user survey
,
Paolo Ciarrocchi
Re: [RFC] GIT user survey
,
Randal L. Schwartz
Re: [RFC] GIT user survey
,
Paolo Ciarrocchi
Re: [RFC] GIT user survey
,
Randal L. Schwartz
Re: [RFC] GIT user survey
,
Petr Baudis
Re: [RFC] GIT user survey
,
Linus Torvalds
Re: [RFC] GIT user survey
,
Petr Baudis
Re: [RFC] GIT user survey
,
Adrien Beau
Re: [RFC] GIT user survey
,
Matthias Kestenholz
Re: [RFC] GIT user survey
,
Jakub Narebski
Re: [RFC] GIT user survey
,
Martin Langhoff
Re: [RFC] GIT user survey
,
Paolo Ciarrocchi
Re: [RFC] GIT user survey
,
Junio C Hamano
Re: [RFC] GIT user survey
,
Paolo Ciarrocchi
Re: [RFC] GIT user survey
,
Sam Ravnborg
Re: [RFC] GIT user survey
,
Jakub Narebski
Re: [RFC] GIT user survey
,
Pavel Roskin
[PATCH 1/2] Git.pm: Add config() method
,
Petr Baudis
[PATCH 2/2] Convert git-send-email to use Git.pm
,
Petr Baudis
[PATCH] Rename safe_strncpy() to strlcpy().
,
Peter Eriksen
Re: [PATCH] Rename safe_strncpy() to strlcpy().
,
Junio C Hamano
On boolean configuration variables...
,
Junio C Hamano
Re: On boolean configuration variables...
,
Anand Kumria
Re: On boolean configuration variables...
,
Johannes Schindelin
Re: On boolean configuration variables...
,
Anand Kumria
[PATCH] cvsimport: setup indexes correctly for ancestors and incremental imports
,
Martin Langhoff
Re: [PATCH] cvsimport: setup indexes correctly for ancestors and incremental imports
,
Sergey Vlasov
Re: [PATCH] cvsimport: setup indexes correctly for ancestors and incremental imports
,
Johannes Schindelin
Re: [PATCH] cvsimport: setup indexes correctly for ancestors and incremental imports
,
Junio C Hamano
Re: [PATCH] cvsimport: setup indexes correctly for ancestors and incremental imports
,
Petr Baudis
Re: [PATCH] cvsimport: setup indexes correctly for ancestors and incremental imports
,
Junio C Hamano
Re: [PATCH] cvsimport: setup indexes correctly for ancestors and incremental imports
,
Johannes Schindelin
[PATCH] git-repack -- respect -q and be quiet
,
Martin Langhoff
commit triggers.
,
Dave Jones
Re: commit triggers.
,
Junio C Hamano
[PATCH 01/12] Introduce Git.pm (v4)
,
Petr Baudis
[PATCH 02/12] Git.pm: Implement Git::exec_path()
,
Petr Baudis
[PATCH 03/12] Git.pm: Call external commands using execv_git_cmd()
,
Petr Baudis
[PATCH 04/12] Git.pm: Implement Git::version()
,
Petr Baudis
[PATCH 05/12] Customizable error handlers
,
Petr Baudis
[PATCH 06/12] Add Error.pm to the distribution
,
Petr Baudis
[PATCH 07/12] Git.pm: Better error handling
,
Petr Baudis
Re: [PATCH 07/12] Git.pm: Better error handling
,
Junio C Hamano
Re: [PATCH 07/12] Git.pm: Better error handling
,
Petr Baudis
Re: [PATCH 07/12] Git.pm: Better error handling
,
Petr Baudis
Re: [PATCH 07/12] Git.pm: Better error handling
,
Junio C Hamano
[PATCH 08/12] Git.pm: Handle failed commands' output
,
Petr Baudis
[PATCH 09/12] Git.pm: Enhance the command_pipe() mechanism
,
Petr Baudis
[PATCH 10/12] Git.pm: Implement options for the command interface
,
Petr Baudis
[PATCH 11/12] Git.pm: Add support for subdirectories inside of working copies
,
Petr Baudis
[PATCH 12/12] Convert git-mv to use Git.pm
,
Petr Baudis
Re: [PATCH 12/12] Convert git-mv to use Git.pm
,
Petr Baudis
Re: [PATCH 01/12] Introduce Git.pm (v4)
,
Junio C Hamano
Re: [PATCH 01/12] Introduce Git.pm (v4)
,
Petr Baudis
Re: [PATCH 01/12] Introduce Git.pm (v4)
,
Junio C Hamano
Re: [PATCH 01/12] Introduce Git.pm (v4)
,
Petr Baudis
Re: [PATCH 01/12] Introduce Git.pm (v4)
,
Petr Baudis
Re: [PATCH 01/12] Introduce Git.pm (v4)
,
Junio C Hamano
Re: [PATCH 01/12] Introduce Git.pm (v4)
,
Petr Baudis
Re: [PATCH 01/12] Introduce Git.pm (v4)
,
Junio C Hamano
[Patch] trap: exit: invalid signal specification
,
S.Çağlar Onur
Re: [Patch] trap: exit: invalid signal specification
,
Junio C Hamano
Re: [Patch] trap: exit: invalid signal specification
,
S.Çağlar Onur
Re: [Patch] trap: exit: invalid signal specification
,
Matthias Lederhofer
Message not available
Re: [Patch] trap: exit: invalid signal specification
,
S.Çağlar Onur
[PATCH 0/5] Rework diff options
,
Timo Hirvonen
Re: [PATCH 0/5] Rework diff options
,
Johannes Schindelin
Re: [PATCH 0/5] Rework diff options
,
Timo Hirvonen
Re: [PATCH 0/5] Rework diff options
,
Johannes Schindelin
Re: [PATCH 0/5] Rework diff options
,
Junio C Hamano
Re: [PATCH 0/5] Rework diff options
,
Johannes Schindelin
Re: [PATCH 0/5] Rework diff options
,
Junio C Hamano
Re: [PATCH 0/5] Rework diff options
,
Linus Torvalds
[PATCH 4/5] Make --raw option available for all diff commands
,
Timo Hirvonen
[PATCH 5/5] Add --patch option for diff-*
,
Timo Hirvonen
[PATCH 3/5] Set default diff output format after parsing command line
,
Timo Hirvonen
[PATCH 2/5] Rework diff options
,
Timo Hirvonen
Re: [PATCH 2/5] Rework diff options
,
Timo Hirvonen
Re: [PATCH 2/5] Rework diff options
,
Junio C Hamano
Re: [PATCH 2/5] Rework diff options
,
Timo Hirvonen
[PATCH 1/5] git-merge: Don't use -p when outputting summary
,
Timo Hirvonen
[PATCH] git-commit: filter out log message lines only when editor was run.
,
Yann Dirson
Re: [PATCH] git-commit: filter out log message lines only when editor was run.
,
Junio C Hamano
<Possible follow-ups>
Re: [PATCH] git-commit: filter out log message lines only when editor was run.
,
Yann Dirson
Re: [PATCH] git-commit: filter out log message lines only when editor was run.
,
Marco Costalba
Re: [PATCH] git-commit: filter out log message lines only when editor was run.
,
Yann Dirson
x86 asm SHA1 (draft)
,
linux
Re: x86 asm SHA1 (draft)
,
Junio C Hamano
Re: x86 asm SHA1 (draft)
,
linux
Re: x86 asm SHA1 (draft)
,
Junio C Hamano
From b65bc21e7d8dc8cafc70dfa6354cb66b8874b2d9 Mon Sep 17 00:00:00 2001
,
Junio C Hamano
Re: From b65bc21e7d8dc8cafc70dfa6354cb66b8874b2d9 Mon Sep 17 00:00:00 2001 [PATCH] Makefile: add framework to verify and bench sha1 implementations.
,
linux
Re: From b65bc21e7d8dc8cafc70dfa6354cb66b8874b2d9 Mon Sep 17 00:00:00 2001 [PATCH] Makefile: add framework to verify and bench sha1 implementations.
,
Junio C Hamano
PPC SHA-1 Updates in "pu"
,
Junio C Hamano
Re: PPC SHA-1 Updates in "pu"
,
Linus Torvalds
Re: PPC SHA-1 Updates in "pu"
,
Junio C Hamano
Re: PPC SHA-1 Updates in "pu"
,
Linus Torvalds
Re: PPC SHA-1 Updates in "pu"
,
Junio C Hamano
Re: PPC SHA-1 Updates in "pu"
,
Petr Baudis
[PATCH] Git.pm build: Fix quoting and missing GIT-CFLAGS dependency
,
Petr Baudis
Re: [PATCH] Git.pm build: Fix quoting and missing GIT-CFLAGS dependency
,
Junio C Hamano
Re: [PATCH] Git.pm build: Fix quoting and missing GIT-CFLAGS dependency
,
Petr Baudis
Re: [PATCH] Git.pm build: Fix quoting and missing GIT-CFLAGS dependency
,
Junio C Hamano
[POOL] Who likes running Git without make install?
,
Petr Baudis
Re: [POOL] Who likes running Git without make install?
,
Junio C Hamano
Re: [POOL] Who likes running Git without make install?
,
Petr Baudis
Re: [POOL] Who likes running Git without make install?
,
Junio C Hamano
Re: [POOL] Who likes running Git without make install?
,
Junio C Hamano
Re: [POLL] Who likes running Git without make install?
,
Junio C Hamano
Re: [POLL] Who likes running Git without make install?
,
Petr Baudis
Re: [POLL] Who likes running Git without make install?
,
Junio C Hamano
Re: [POLL] Who likes running Git without make install?
,
Petr Baudis
Re: [POLL] Who likes running Git without make install?
,
Johannes Schindelin
Re: PPC SHA-1 Updates in "pu"
,
Petr Baudis
Re: PPC SHA-1 Updates in "pu"
,
Junio C Hamano
Re: PPC SHA-1 Updates in "pu"
,
Petr Baudis
Re: PPC SHA-1 Updates in "pu"
,
Johannes Schindelin
Re: PPC SHA-1 Updates in "pu"
,
Petr Baudis
Re: PPC SHA-1 Updates in "pu"
,
Junio C Hamano
Re: PPC SHA-1 Updates in "pu"
,
Johannes Schindelin
Re: PPC SHA-1 Updates in "pu"
,
Randal L. Schwartz
Re: PPC SHA-1 Updates in "pu"
,
Johannes Schindelin
perl profiling (was: PPC SHA-1 Updates in "pu")
,
Jeff King
Re: PPC SHA-1 Updates in "pu"
,
Junio C Hamano
GIt.xs merge status
,
Junio C Hamano
Re: GIt.xs merge status
,
Pavel Roskin
Re: Git.xs merge status
,
Junio C Hamano
Re: Git.xs merge status
,
Pavel Roskin
Re: GIt.xs merge status
,
Johannes Schindelin
Re: GIt.xs merge status
,
Junio C Hamano
Re: x86 asm SHA1 (draft)
,
linux
Is anybody actually using git-cherry.sh?
,
Johannes Schindelin
Re: Is anybody actually using git-cherry.sh?
,
Jeff King
Re: Is anybody actually using git-cherry.sh?
,
Johannes Schindelin
CVS import broken?
,
Johannes Schindelin
[PATCH] cvsimport - streamline temp index file creation and avoid creating empty tmpfiles
,
Martin Langhoff
Re: [PATCH] cvsimport - streamline temp index file creation and avoid creating empty tmpfiles
,
Junio C Hamano
Re: [PATCH] cvsimport - streamline temp index file creation and avoid creating empty tmpfiles
,
Johannes Schindelin
Re: [PATCH] cvsimport - streamline temp index file creation and avoid creating empty tmpfiles
,
Junio C Hamano
Re: [PATCH] cvsimport - streamline temp index file creation and avoid creating empty tmpfiles
,
Martin Langhoff
Re: [PATCH] cvsimport - streamline temp index file creation and avoid creating empty tmpfiles
,
Junio C Hamano
Re: [PATCH] cvsimport - streamline temp index file creation and avoid creating empty tmpfiles
,
Johannes Schindelin
Re: [PATCH] cvsimport - streamline temp index file creation and avoid creating empty tmpfiles
,
Martin Langhoff
[PATCH] patch-id: "diff-tree" => "commit"
,
Johannes Schindelin
Re: [PATCH] patch-id: "diff-tree" => "commit"
,
Linus Torvalds
Re: [PATCH] patch-id: "diff-tree" => "commit"
,
Johannes Schindelin
[PATCH] git-commit: allow -e option anywhere on command line
,
Jeff King
Re: [PATCH] git-commit: allow -e option anywhere on command line
,
Junio C Hamano
[PATCH] Customizable error handlers
,
Petr Baudis
Re: [PATCH] Customizable error handlers
,
Petr Baudis
Re: [PATCH] Customizable error handlers
,
Junio C Hamano
Re: [PATCH] Customizable error handlers
,
Petr Baudis
[PATCH] git-merge --squash
,
Junio C Hamano
Re: [PATCH] git-merge --squash
,
Junio C Hamano
Re: [PATCH] git-merge --squash
,
Thomas Glanzmann
Re: [PATCH] git-merge --squash
,
Johannes Schindelin
Re: [PATCH] git-merge --squash
,
Thomas Glanzmann
Re: [PATCH] git-merge --squash
,
Junio C Hamano
git-format-patch builtin isn't using git-cherry?
,
Martin Langhoff
Re: git-format-patch builtin isn't using git-cherry?
,
Johannes Schindelin
Re: git-format-patch builtin isn't using git-cherry?
,
Timo Hirvonen
Re: git-format-patch builtin isn't using git-cherry?
,
Johannes Schindelin
[FYI/PATCH] diff: add diff_flush_patch_id()
,
Johannes Schindelin
[PATCH] Git.pm: Implement Git::version()
,
Petr Baudis
[PATCH] Git.pm: Call external commands using execv_git_cmd()
,
Petr Baudis
Re: [PATCH] Git.pm: Call external commands using execv_git_cmd()
,
Junio C Hamano
Resurrecting symlink problem
,
dormando
[PATCH] Git.pm: Implement Git::exec_path()
,
Petr Baudis
stgit: bunch of bugreports/wishes
,
Yann Dirson
Re: stgit: bunch of bugreports/wishes
,
Catalin Marinas
Re: stgit: bunch of bugreports/wishes
,
Yann Dirson
Re: stgit: bunch of bugreports/wishes
,
Catalin Marinas
[PATCH] Introduce Git.pm (v3)
,
Petr Baudis
Re: [PATCH] Introduce Git.pm (v3)
,
Junio C Hamano
Re: [PATCH] Introduce Git.pm (v3)
,
Petr Baudis
Re: [PATCH] Introduce Git.pm (v3)
,
Junio C Hamano
Re: [PATCH] Introduce Git.pm (v3)
,
Petr Baudis
Re: [PATCH] Introduce Git.pm (v3)
,
Junio C Hamano
Re: [PATCH] Introduce Git.pm (v3)
,
Jakub Narebski
Re: [PATCH] Introduce Git.pm (v3)
,
Nguyễn Thái Ngọc Duy
Re: [PATCH] Introduce Git.pm (v3)
,
Petr Baudis
Re: [PATCH] Introduce Git.pm (v3)
,
Jakub Narebski
Re: [PATCH] Introduce Git.pm (v3)
,
Junio C Hamano
Re: [PATCH] Introduce Git.pm (v3)
,
Eric W. Biederman
Re: [PATCH] Introduce Git.pm (v3)
,
Petr Baudis
Re: [PATCH] Introduce Git.pm (v3)
,
Junio C Hamano
Re: [PATCH] Introduce Git.pm (v3)
,
Junio C Hamano
Re: [PATCH] Introduce Git.pm (v3)
,
Junio C Hamano
Re: [PATCH] Introduce Git.pm (v3)
,
Johannes Schindelin
Re: [PATCH] Introduce Git.pm (v3)
,
Junio C Hamano
Re: [PATCH] Introduce Git.pm (v3)
,
Johannes Schindelin
Re: [PATCH] Introduce Git.pm (v3)
,
Junio C Hamano
[PATCH] add GIT-CFLAGS to .gitignore
,
Matthias Kestenholz
Re: [GIT PATCH] USB patches for 2.6.17
,
Sam Ravnborg
Re: [GIT PATCH] USB patches for 2.6.17
,
Petr Baudis
Re: [GIT PATCH] USB patches for 2.6.17
,
Linus Torvalds
Re: [GIT PATCH] USB patches for 2.6.17
,
Linus Torvalds
What's in git.git and announcing v1.4.1-rc1
,
Junio C Hamano
Re: What's in git.git and announcing v1.4.1-rc1
,
Junio C Hamano
Re: What's in git.git and announcing v1.4.1-rc1
,
Paolo Ciarrocchi
Re: What's in git.git and announcing v1.4.1-rc1
,
Linus Torvalds
Re: What's in git.git and announcing v1.4.1-rc1
,
Petr Baudis
Re: What's in git.git and announcing v1.4.1-rc1
,
Linus Torvalds
Re: What's in git.git and announcing v1.4.1-rc1
,
Jakub Narebski
Re: What's in git.git and announcing v1.4.1-rc1
,
Petr Baudis
Re: What's in git.git and announcing v1.4.1-rc1
,
Johannes Schindelin
Re: What's in git.git and announcing v1.4.1-rc1
,
Junio C Hamano
Re: What's in git.git and announcing v1.4.1-rc1
,
Junio C Hamano
Re: What's in git.git and announcing v1.4.1-rc1
,
Johannes Schindelin
Re: What's in git.git and announcing v1.4.1-rc1
,
Pádraig Brady
Re: What's in git.git and announcing v1.4.1-rc1
,
Johannes Schindelin
Re: What's in git.git and announcing v1.4.1-rc1
,
Linus Torvalds
[PATCH] diff --color: use $GIT_DIR/config
,
Junio C Hamano
Re: [PATCH] diff --color: use $GIT_DIR/config
,
Johannes Schindelin
[PATCH] diff --color: use reset sequence when we mean reset.
,
Junio C Hamano
[PATCH 3/3] Teach diff about whitespace options.
,
Junio C Hamano
[PATCH 2/3] xdiffi.c: squelch compiler warnings.
,
Junio C Hamano
[PATCH 1/3] Optionally emit function names in the hunk headers.
,
Junio C Hamano
libxdiff patches
,
Junio C Hamano
gitweb refactoring
,
Jakub Narebski
Re: gitweb refactoring
,
Jakub Narebski
Added macro support to qgit
,
Marco Costalba
Re: Added macro support to qgit
,
Pavel Roskin
Re: Added macro support to qgit
,
Marco Costalba
Re: Added macro support to qgit
,
Pavel Roskin
[PATCH] Make -p --stat and --stat -p behave like --patch-with-stat
,
Timo Hirvonen
Re: [PATCH] Make -p --stat and --stat -p behave like --patch-with-stat
,
Junio C Hamano
Re: [PATCH] Make -p --stat and --stat -p behave like --patch-with-stat
,
Timo Hirvonen
git pull w/o checkout?
,
Kumar Gala
Re: git pull w/o checkout?
,
Jeff King
Re: git pull w/o checkout?
,
Kumar Gala
Re: git pull w/o checkout?
,
Jeff King
Re: git pull w/o checkout?
,
Kumar Gala
Re: git pull w/o checkout?
,
Jakub Narebski
Re: git pull w/o checkout?
,
Matthias Kestenholz
Re: git pull w/o checkout?
,
Kumar Gala
Re: git pull w/o checkout?
,
Jeff King
Re: git pull w/o checkout?
,
Kumar Gala
Re: git pull w/o checkout?
,
Jeff King
Re: git pull w/o checkout?
,
Mathieu Chouquet-Stringer
Tracking CVS
,
Jon Smirl
Re: Tracking CVS
,
Petr Baudis
Re: Tracking CVS
,
Jon Smirl
Re: Tracking CVS
,
Petr Baudis
Re: Tracking CVS
,
Junio C Hamano
Re: Tracking CVS
,
Jakub Narebski
Re: Tracking CVS
,
Junio C Hamano
Re: Tracking CVS
,
Jon Smirl
Re: Tracking CVS
,
Jon Smirl
Re: Tracking CVS
,
Petr Baudis
Re: Tracking CVS
,
Jon Smirl
Incremental CVS update
,
Jon Smirl
Re: Incremental CVS update
,
Martin Langhoff
Re: Incremental CVS update
,
Jon Smirl
[PATCH] rebase --merge: fix for rebasing more than 7 commits.
,
Junio C Hamano
Re: [PATCH] rebase --merge: fix for rebasing more than 7 commits.
,
Junio C Hamano
Re: [PATCH] rebase --merge: fix for rebasing more than 7 commits.
,
Eric Wong
Re: [PATCH] rebase --merge: fix for rebasing more than 7 commits.
,
Junio C Hamano
[PATCH 0/3] rebase --merge improvements and fixes
,
Eric Wong
[PATCH 1/3] rebase: allow --merge option to handle patches merged upstream
,
Eric Wong
Re: [PATCH 1/3] rebase: allow --merge option to handle patches merged upstream
,
Johannes Schindelin
Re: [PATCH 1/3] rebase: allow --merge option to handle patches merged upstream
,
Eric Wong
[PATCH 2/3] rebase: cleanup rebasing with --merge
,
Eric Wong
[PATCH 3/3] rebase: allow --skip to work with --merge
,
Eric Wong
[PATCH] git-svn: fix commit --edit flag when using SVN:: libraries
,
Eric Wong
[PATCH] Pass -DDEFAULT_GIT_TEMPLATE_DIR only where actually used.
,
Yakov Lerner
Re: [PATCH] Pass -DDEFAULT_GIT_TEMPLATE_DIR only where actually used.
,
Junio C Hamano
Re: [PATCH] Pass -DDEFAULT_GIT_TEMPLATE_DIR only where actually used.
,
Timo Hirvonen
Re: [PATCH] Pass -DDEFAULT_GIT_TEMPLATE_DIR only where actually used.
,
Junio C Hamano
Re: [PATCH] Pass -DDEFAULT_GIT_TEMPLATE_DIR only where actually used.
,
Petr Baudis
Re: [PATCH] Pass -DDEFAULT_GIT_TEMPLATE_DIR only where actually used.
,
Junio C Hamano
Re: [PATCH] Pass -DDEFAULT_GIT_TEMPLATE_DIR only where actually used.
,
Petr Baudis
Re: [PATCH] Pass -DDEFAULT_GIT_TEMPLATE_DIR only where actually used.
,
Junio C Hamano
[PATCH] [RFC] Introduce Git.pm
,
Petr Baudis
Re: [PATCH] [RFC] Introduce Git.pm
,
Junio C Hamano
Re: [PATCH] [RFC] Introduce Git.pm
,
Alex Riesen
Re: [PATCH] [RFC] Introduce Git.pm
,
Petr Baudis
Re: [PATCH] [RFC] Introduce Git.pm
,
Eric Wong
Re: [PATCH] [RFC] Introduce Git.pm
,
Jakub Narebski
Re: [PATCH] [RFC] Introduce Git.pm
,
Junio C Hamano
[PATCH] gitweb: Add title attribute with full first line of tag comment if it is needed
,
Jakub Narebski
Re: [PATCH] gitweb: Add title attribute with full first line of tag comment if it is needed
,
Junio C Hamano
Re: [PATCH] gitweb: Add title attribute with full first line of tag comment if it is needed
,
Jakub Narebski
[PATCH] gitweb: Make use of $PATH_INFO for project parameter
,
Jakub Narebski
[PATCH (amend)] gitweb: Make use of $PATH_INFO for project parameter
,
Jakub Narebski
[PATCH] gitweb: Make use of $PATH_INFO for project parameter
,
Jakub Narebski
[PATCH] Check and document the options to prevent mistakes.
,
Eric W. Biederman
Re: [PATCH] Check and document the options to prevent mistakes.
,
Junio C Hamano
Re: [PATCH] Check and document the options to prevent mistakes.
,
Eric W. Biederman
Re: [PATCH] Check and document the options to prevent mistakes.
,
Junio C Hamano
gitk lower pane (commit and files view) scrollbar extends past gitk window
,
Jakub Narebski
Re: gitk lower pane (commit and files view) scrollbar extends past gitk window
,
Edgar Toernig
[PATCH] gitweb: whitespace cleanup around '='
,
Jakub Narebski
Re: [PATCH] gitweb: whitespace cleanup around '='
,
Jakub Narebski
Re: [PATCH] gitweb: whitespace cleanup around '='
,
Junio C Hamano
Re: [PATCH] gitweb: whitespace cleanup around '='
,
Jakub Narebski
Re: [PATCH] gitweb: whitespace cleanup around '='
,
Junio C Hamano
Re: [PATCH] gitweb: whitespace cleanup around '='
,
Jakub Narebski
Re: [PATCH] gitweb: whitespace cleanup around '='
,
Junio C Hamano
Re: [PATCH] gitweb: whitespace cleanup around '='
,
Jakub Narebski
Re: [PATCH] gitweb: whitespace cleanup around '='
,
Santi Béjar
Re: gitk lower pane (commit and files view) scrollbar extends past gitk window
,
Alex Riesen
[WORKAROUND] gitk lower pane scrollbar extends past gitk window
,
Jakub Narebski
Re: [WORKAROUND] gitk lower pane scrollbar extends past gitk window
,
Jakub Narebski
[PATCH 4/4] upload-pack/fetch-pack: support side-band communication
,
Junio C Hamano
Re: [PATCH 4/4] upload-pack/fetch-pack: support side-band communication
,
Junio C Hamano
Re: [PATCH 4/4] upload-pack/fetch-pack: support side-band communication
,
Jon Loeliger
Re: [PATCH 0/3] Minor gitweb modifications and cleanups
,
Junio C Hamano
[PATCH] send-email: Use setlocale in addition to $ENV{LC_ALL} to set locale
,
Jakub Narebski
Re: [PATCH] send-email: Use setlocale in addition to $ENV{LC_ALL} to set locale
,
Jakub Narebski
Re: [PATCH] send-email: Use setlocale in addition to $ENV{LC_ALL} to set locale
,
Eric Wong
Re: [PATCH] send-email: Use setlocale in addition to $ENV{LC_ALL} to set locale
,
Jakub Narebski
Re: [PATCH] send-email: Use setlocale in addition to $ENV{LC_ALL} to set locale
,
Junio C Hamano
<Possible follow-ups>
[PATCH 0/3] Minor gitweb modifications and cleanups
,
Jakub Narebski
[PATCH 1/3] gitweb: whitespace cleanup
,
Jakub Narebski
[PATCH 2/3] Add git version to gitweb output
,
Jakub Narebski
[PATCH 3/3] Move $gitbin earlier in gitweb.cgi
,
Jakub Narebski
[PATCH 3/4] Retire git-clone-pack
,
Junio C Hamano
[PATCH 2/4] upload-pack: prepare for sideband message support.
,
Junio C Hamano
[PATCH 1/4] upload-pack: avoid sending an incomplete pack upon failure
,
Junio C Hamano
Re: [PATCH 1/3] gitweb: whitespace cleanup
,
Jakub Narebski
Odd behavior with git and cairo-devel repo
,
Art Haas
Re: Odd behavior with git and cairo-devel repo
,
Andre Noll
Re: Odd behavior with git and cairo-devel repo
,
Junio C Hamano
Re: Odd behavior with git and cairo-devel repo
,
Art Haas
Re: Odd behavior with git and cairo-devel repo
,
Andre Noll
Re: Odd behavior with git and cairo-devel repo
,
Linus Torvalds
Re: Odd behavior with git and cairo-devel repo
,
Junio C Hamano
[PATCH] gitweb.cgi: whitespace cleanup
,
Jakub Narebski
[PATCH 1/2 (resend)] gitweb: Add filename to page title if it is set
,
Jakub Narebski
[PATCH 2/2 (resend)] gitweb: add '/' to the end of filename in page title for trees
,
Jakub Narebski
[RFC] gitweb wishlist and TODO list
,
Jakub Narebski
Re: [RFC] gitweb wishlist and TODO list
,
Carl Worth
Re: [RFC] gitweb wishlist and TODO list
,
Jakub Narebski
Re: [RFC] gitweb wishlist and TODO list
,
Petr Baudis
Re: [RFC] gitweb wishlist and TODO list
,
Jakub Narebski
Re: [RFC] gitweb wishlist and TODO list
,
Petr Baudis
Re: [RFC] gitweb wishlist and TODO list
,
Jakub Narebski
Re: [RFC] gitweb wishlist and TODO list
,
Martin Langhoff
Re: [RFC] gitweb wishlist and TODO list
,
Jakub Narebski
Re: [RFC] gitweb wishlist and TODO list
,
Martin Langhoff
Re: [RFC] gitweb wishlist and TODO list
,
Paul Mackerras
Re: [RFC] gitweb wishlist and TODO list
,
Dennis Stosberg
[PATCH 1/3] gitweb: Declare global variables with "our"
,
Dennis Stosberg
[PATCH 2/3] Add a parameter to specify the repository path
,
Dennis Stosberg
[PATCH 3/3] gitweb: Use --git-dir parameter instead of setting $ENV{'GIT_DIR'}
,
Dennis Stosberg
Re: [PATCH 3/3] gitweb: Use --git-dir parameter instead of setting $ENV{'GIT_DIR'}
,
Timo Hirvonen
Re: [PATCH 3/3] gitweb: Use --git-dir parameter instead of setting $ENV{'GIT_DIR'}
,
Jakub Narebski
Re: [RFC] gitweb wishlist and TODO list
,
Jakub Narebski
Re: [RFC] gitweb wishlist and TODO list
,
Dennis Stosberg
Re: [RFC] gitweb wishlist and TODO list
,
Ryan Anderson
Re: [RFC] gitweb wishlist and TODO list
,
Ryan Anderson
Re: [RFC] gitweb wishlist and TODO list
,
Jakub Narebski
Re: [RFC] gitweb wishlist and TODO list
,
Junio C Hamano
Re: [RFC] gitweb wishlist and TODO list
,
Petr Baudis
Re: [RFC] gitweb wishlist and TODO list
,
Jakub Narebski
Re: [RFC] gitweb wishlist and TODO list
,
Petr Baudis
Re: [RFC] gitweb wishlist and TODO list
,
Thomas Glanzmann
Re: [RFC] gitweb wishlist and TODO list
,
Josef Weidendorfer
Re: [RFC] gitweb wishlist and TODO list
,
Jakub Narebski
Re: [RFC] gitweb wishlist and TODO list
,
Josef Weidendorfer
Re: [RFC] gitweb wishlist and TODO list
,
Jakub Narebski
Message not available
Re: [RFC] gitweb wishlist and TODO list
,
Jakub Narebski
Re: [RFC] gitweb wishlist and TODO list
,
Josef Weidendorfer
Re: [RFC] gitweb wishlist and TODO list
,
Jakub Narebski
Re: [RFC] gitweb wishlist and TODO list
,
Junio C Hamano
<Possible follow-ups>
[RFC] gitweb wishlist and TODO list
,
Jakub Narebski
Re: [RFC] gitweb wishlist and TODO list
,
Marco Costalba
Re: [RFC] gitweb wishlist and TODO list
,
Jakub Narebski
Re: [RFC] gitweb wishlist and TODO list
,
Marco Costalba
Re: [RFC] gitweb wishlist and TODO list
,
Jakub Narebski
Re: [RFC] gitweb wishlist and TODO list
,
Marco Costalba
Re: [RFC] gitweb wishlist and TODO list
,
Jakub Narebski
Re: [RFC] gitweb wishlist and TODO list
,
Jakub Narebski
Re: [RFC] gitweb wishlist and TODO list
,
Junio C Hamano
Re: [RFC] gitweb wishlist and TODO list
,
Jakub Narebski
Re: [RFC] gitweb wishlist and TODO list
,
Jakub Narebski
Re: [RFC] gitweb wishlist and TODO list
,
Marco Costalba
Re: [RFC] gitweb wishlist and TODO list
,
Jakub Narebski
[RFC] gitweb wishlist and TODO list
,
Jakub Narebski
Re: [RFC] gitweb wishlist and TODO list
,
Luben Tuikov
Re: [RFC] gitweb wishlist and TODO list
,
Jakub Narebski
Re: [RFC] gitweb wishlist and TODO list
,
Junio C Hamano
Re: [RFC] gitweb wishlist and TODO list
,
Jakub Narebski
Re: [RFC] gitweb wishlist and TODO list
,
Junio C Hamano
Re: [RFC] gitweb wishlist and TODO list
,
Jakub Narebski
Re: [RFC] gitweb wishlist and TODO list
,
Jakub Narebski
[RFC] Ideas for new "stats" view in gitweb
,
Jakub Narebski
Re: [RFC] gitweb wishlist and TODO list
,
Jakub Narebski
git grep in .
,
Uwe Zeisberger
[PATCH] Fix possible out-of-bounds array access
,
Uwe Zeisberger
Re: [PATCH] Fix possible out-of-bounds array access
,
Junio C Hamano
[PATCH] Add git version to gitweb output
,
Jakub Narebski
[PATCH] gitweb: style done with stylesheet
,
Jakub Narebski
[PATCH] Log peer address when git-daemon called from inetd
,
David Woodhouse
Re: [PATCH] Log peer address when git-daemon called from inetd
,
Junio C Hamano
[PATCH] gitweb: Start search from HEAD
,
Timo Hirvonen
Re: [PATCH] gitweb: Start search from HEAD
,
Junio C Hamano
[PATCH] gitweb: Use $hash_base as $search_hash if possible
,
Timo Hirvonen
upload-pack is unsafe in corrupt repository
,
Junio C Hamano
[PATCH/RFC] gitweb: Add title attribute with unshortened value for table cells
,
Jakub Narebski
Re: [PATCH/RFC] gitweb: Add title attribute with unshortened value for table cells
,
Junio C Hamano
Re: [PATCH/RFC] gitweb: Add title attribute with unshortened value for table cells
,
Timo Hirvonen
Re: [PATCH/RFC] gitweb: Add title attribute with unshortened value for table cells
,
Jakub Narebski
Re: [PATCH/RFC] gitweb: Add title attribute with unshortened value for table cells
,
Timo Hirvonen
Re: [PATCH/RFC] gitweb: Add title attribute with unshortened value for table cells
,
Jakub Narebski
Re: [PATCH/RFC] gitweb: Add title attribute with unshortened value for table cells
,
David Woodhouse
Apologies for the 2 late-night bugs
,
Johannes Schindelin
[PATCH] git_config: access() returns 0 on success, not > 0
,
Johannes Schindelin
[PATCH] repo-config: Fix late-night bug
,
Johannes Schindelin
wrong check condition in patch-delta.c?
,
Nguyễn Thái Ngọc Duy
Re: wrong check condition in patch-delta.c?
,
Marco Roeland
Re: wrong check condition in patch-delta.c?
,
Nicolas Pitre
[PATCH] Fix: Support for the standard mime.types map in gitweb
,
Jakub Narebski
[PATCH 0/2] gitweb: Enhance page title
,
Jakub Narebski
[PATCH 1/2] gitweb: add '/' to the end of filename in page title for trees
,
Jakub Narebski
Re: [PATCH 1/2] gitweb: add '/' to the end of filename in page title for trees
,
Jakub Narebski
[PATCH 1/2] gitweb: Add filename to page title if set
,
Jakub Narebski
packs and trees
,
Jon Smirl
Re: packs and trees
,
Martin Langhoff
Re: packs and trees
,
Jon Smirl
Re: packs and trees
,
Keith Packard
Re: packs and trees
,
Jon Smirl
Re: packs and trees
,
Nicolas Pitre
Re: packs and trees
,
Martin Langhoff
Re: packs and trees
,
Nicolas Pitre
Re: packs and trees
,
Linus Torvalds
Re: packs and trees
,
David Lang
[PATCH] gitweb: add type="text/css" to stylesheet link
,
Jakub Narebski
Add "named object array" concept
,
Linus Torvalds
Packing empty subtrees: good/bad/indifferent?
,
Shawn Pearce
[Q] what to do when waitpid() returns ECHILD under signal(SIGCHLD, SIG_IGN)?
,
Junio C Hamano
Re: [Q] what to do when waitpid() returns ECHILD under signal(SIGCHLD, SIG_IGN)?
,
Linus Torvalds
Re: [Q] what to do when waitpid() returns ECHILD under signal(SIGCHLD, SIG_IGN)?
,
Junio C Hamano
Re: [Q] what to do when waitpid() returns ECHILD under signal(SIGCHLD, SIG_IGN)?
,
Linus Torvalds
[PATCH] Restore SIGCHLD to SIG_DFL where we care about waitpid().
,
Junio C Hamano
Re: [PATCH] Restore SIGCHLD to SIG_DFL where we care about waitpid().
,
Petr Baudis
Re: [Q] what to do when waitpid() returns ECHILD under signal(SIGCHLD, SIG_IGN)?
,
Edgar Toernig
[PATCH] Read configuration also from $HOME/.gitconfig
,
Johannes Schindelin
git-svn: don't use the --rmdir feature with SVN libs
,
Eric Wong
Re: git-svn: don't use the --rmdir feature with SVN libs
,
Eric Wong
[PATCH] git-svn: fix --rmdir when using SVN:: libraries
,
Eric Wong
[PATCH (fixed)] git-svn: fix --rmdir when using SVN:: libraries
,
Eric Wong
Re: [PATCH (fixed)] git-svn: fix --rmdir when using SVN:: libraries
,
Junio C Hamano
Re: [PATCH (fixed)] git-svn: fix --rmdir when using SVN:: libraries
,
Eric Wong
[PATCH] Initialize lock_file struct to all zero.
,
Johannes Schindelin
Re: [PATCH] Initialize lock_file struct to all zero.
,
Junio C Hamano
[PATCH] Fix setting config variables with an alternative GIT_CONFIG
,
Johannes Schindelin
Re: [PATCH] Fix setting config variables with an alternative GIT_CONFIG
,
Johannes Schindelin
[PATCH] Make CSS file gitweb/gitweb.css more readable
,
Jakub Narebski
Re: [PATCH] Make CSS file gitweb/gitweb.css more readable
,
Junio C Hamano
Re: [PATCH] Make CSS file gitweb/gitweb.css more readable
,
Jakub Narebski
Re: [PATCH] Make CSS file gitweb/gitweb.css more readable
,
Jakub Narebski
[PATCH] Make CSS file gitweb/gitweb.css more readable
,
Jakub Narebski
Add specialized object allocator
,
Linus Torvalds
Re: Add specialized object allocator
,
Linus Torvalds
Re: Add specialized object allocator
,
Junio C Hamano
Re: Add specialized object allocator
,
Linus Torvalds
Re: Add specialized object allocator
,
Junio C Hamano
Re: [PATCH 1/7] Remove ranges from switch statements.
,
linux
Re: Broken PPC sha1.. (Re: Figured out how to get Mozilla into git)
,
linux
Re: Broken PPC sha1.. (Re: Figured out how to get Mozilla into git)
,
Johannes Schindelin
Fixed PPC SHA1
,
linux
Re: Fixed PPC SHA1
,
linux
Re: Fixed PPC SHA1
,
Benjamin Herrenschmidt
simple use case scenario for --read-tree and --write-tree with --prefix option
,
Aneesh Kumar
Re: simple use case scenario for --read-tree and --write-tree with --prefix option
,
Junio C Hamano
Re: simple use case scenario for --read-tree and --write-tree with --prefix option
,
Aneesh Kumar
Re: simple use case scenario for --read-tree and --write-tree with --prefix option
,
Petr Baudis
Re: simple use case scenario for --read-tree and --write-tree with --prefix option
,
Aneesh Kumar
[PATCH] Make t8001-annotate and t8002-blame more portable
,
Dennis Stosberg
Re: [PATCH] Make t8001-annotate and t8002-blame more portable
,
Junio C Hamano
Re: [PATCH] Make t8001-annotate and t8002-blame more portable
,
Dennis Stosberg
Re: [PATCH] Make t8001-annotate and t8002-blame more portable
,
Junio C Hamano
Re: [PATCH] Make t8001-annotate and t8002-blame more portable
,
Alex Riesen
[PATCH] Fix t8001-annotate and t8002-blame for ActiveState Perl
,
Dennis Stosberg
Remove "refs" field from "struct object"
,
Linus Torvalds
Re: Remove "refs" field from "struct object"
,
Linus Torvalds
Is there such a thing as a git:// proxy?
,
linux
Re: Is there such a thing as a git:// proxy?
,
Linus Torvalds
git 1.4.0 usability problem
,
Jeff Garzik
Re: git 1.4.0 usability problem
,
Ryan Anderson
Re: git 1.4.0 usability problem
,
Ryan Anderson
Re: git 1.4.0 usability problem
,
Junio C Hamano
Re: git 1.4.0 usability problem
,
Junio C Hamano
Re: git 1.4.0 usability problem
,
Jeff Garzik
Re: git 1.4.0 usability problem
,
Junio C Hamano
Re: git 1.4.0 usability problem
,
Jeff Garzik
Re: git 1.4.0 usability problem
,
Ryan Anderson
Re: git 1.4.0 usability problem
,
Junio C Hamano
[PATCH] checkout -f: do not leave untracked working tree files.
,
Junio C Hamano
Re: [PATCH] checkout -f: do not leave untracked working tree files.
,
Santi Béjar
Re: [PATCH] checkout -f: do not leave untracked working tree files.
,
Junio C Hamano
Re: [PATCH] checkout -f: do not leave untracked working tree files.
,
Alexander Litvinov
Re: [PATCH] checkout -f: do not leave untracked working tree files.
,
Junio C Hamano
Re: [PATCH] checkout -f: do not leave untracked working tree files.
,
Alexander Litvinov
Re: [PATCH] checkout -f: do not leave untracked working tree files.
,
Carl Worth
[PATCH] Make release tarballs friendlier to older tar versions
,
Rene Scharfe
[PATCH 3/3] git-tar-tree: no more void pointer arithmetic
,
Rene Scharfe
[PATCH 1/3] git-tar-tree: Simplify write_trailer()
,
Rene Scharfe
[PATCH 2/3] git-tar-tree: documentation update
,
Rene Scharfe
Re: [PATCH 2/3] git-tar-tree: documentation update
,
Rene Scharfe
[PATCH] Fix git to be (more) ANSI C99 compliant.
,
Florian Forster
Re: [PATCH] Fix git to be (more) ANSI C99 compliant.
,
Timo Hirvonen
Re: [PATCH] Fix git to be (more) ANSI C99 compliant.
,
Thomas Glanzmann
Re: [PATCH] Fix git to be (more) ANSI C99 compliant.
,
Florian Forster
Re: [PATCH] Fix git to be (more) ANSI C99 compliant.
,
Timo Hirvonen
Re: [PATCH] Fix git to be (more) ANSI C99 compliant.
,
Rene Scharfe
Re: [PATCH] Fix git to be (more) ANSI C99 compliant.
,
Florian Forster
[PATCH 0/7] Improve ANSI C99 compliance
,
Florian Forster
[PATCH 1/7] Remove ranges from switch statements.
,
Florian Forster
[PATCH 2/7] Initialize FAMs using `FLEX_ARRAY'.
,
Florian Forster
[PATCH 3/7] Don't instantiate structures with FAMs.
,
Florian Forster
[PATCH 4/7] Cast pointers to `void *' when used in a format.
,
Florian Forster
[PATCH 5/7] Don't use empty structure initializers.
,
Florian Forster
[PATCH 6/7] Change types used in bitfields to be `int's.
,
Florian Forster
[PATCH 7/7] Remove all void-pointer arithmetic.
,
Florian Forster
Re: [PATCH 1/7] Remove ranges from switch statements.
,
Junio C Hamano
Re: [PATCH 1/7] Remove ranges from switch statements.
,
Timo Hirvonen
Re: [PATCH] Fix git to be (more) ANSI C99 compliant.
,
Junio C Hamano
Re: [PATCH] Fix git to be (more) ANSI C99 compliant.
,
Linus Torvalds
Re: [PATCH] Fix git to be (more) ANSI C99 compliant.
,
Florian Forster
Re: [PATCH] Fix git to be (more) ANSI C99 compliant.
,
Junio C Hamano
Re: [PATCH] Fix git to be (more) ANSI C99 compliant.
,
Rene Scharfe
Re: [PATCH] Fix git to be (more) ANSI C99 compliant.
,
Junio C Hamano
Re: [PATCH] Fix git to be (more) ANSI C99 compliant.
,
Junio C Hamano
[Index of Archives]
[Linux Kernel]
[LKML Kernel FAQ]
[IETF Annouce]
[Security]
[Bugtraq]