Code

git.git
2009-07-15 Junio C HamanoRevert "mailinfo: Remove only one set of square brackets" v1.6.4-rc1
2009-07-14 Linus TorvaldsFix extraneous lstat's in 'git checkout -f'
2009-07-14 Linus TorvaldsImprove on the 'invalid object' error message at commit...
2009-07-14 Linus TorvaldsMake 'git show' more useful
2009-07-13 SZEDER Gáborbash: add '--merges' to common 'git log' options
2009-07-13 SZEDER GáborDocument 'git (rev-list|log) --merges'
2009-07-13 Wincent Colaiutagitweb: update Git homepage URL
2009-07-11 Eric Wonggit svn: allow uppercase UUIDs from SVN
2009-07-11 Mattias Nisslergit-svn: Fix branch detection when repository root...
2009-07-11 Mattias Nisslergit-svn: Always duplicate paths returned from get_log
2009-07-11 Johan Herlandquickfetch(): Prevent overflow of the rev-list command...
2009-07-11 Brandon CaseyMakefile: update IRIX64 section
2009-07-11 Brandon CaseyMakefile: add section for SGI IRIX 6.5
2009-07-11 Brandon CaseyMakefile: add NEEDS_LIBGEN to optionally add -lgen...
2009-07-11 Brandon Caseygit-compat-util.h: adjust for SGI IRIX 6.5
2009-07-11 Brandon Caseyunpack-trees.c: work around run-time array initializati...
2009-07-11 Junio C HamanoMerge branch 'lt/dir-cleanup'
2009-07-11 Junio C HamanoMerge branch 'ae/maint-mailinfo-rm-only-one-patch-marker'
2009-07-11 Junio C HamanoMakefile: keep "git" when bindir is execdir
2009-07-10 Linus TorvaldsMake index preloading check the whole path to the file
2009-07-10 Linus TorvaldsExport thread-safe version of 'has_symlink_leading_path()'
2009-07-10 Linus TorvaldsPrepare symlink caching for thread-safety
2009-07-10 Linus TorvaldsAvoid using 'lstat()' to figure out directories
2009-07-09 Jeff KingMakefile: install 'git' in execdir v1.6.4-rc0
2009-07-09 Linus TorvaldsAvoid doing extra 'lstat()'s for d_type if we have...
2009-07-09 Linus TorvaldsSimplify read_directory[_recursive]() arguments
2009-07-09 Linus TorvaldsAdd 'fill_directory()' helper function for directory...
2009-07-09 Junio C HamanoMerge branch 'ld/push-porcelain-output-format'
2009-07-09 Junio C HamanoMerge branch 'gb/gitweb-avatar'
2009-07-09 Junio C HamanoMerge branch 'ml/http'
2009-07-09 Junio C HamanoMerge branch 'rs/grep-p'
2009-07-09 Junio C HamanoMerge branch 'js/run-command-updates' (early part)
2009-07-08 Andreas Ericssonmailinfo: Remove only one set of square brackets
2009-07-08 Yann Dirsongit-svn.txt: fix description of fetch flags accepted...
2009-07-08 Yann Dirsongit-svn.txt: fix fetch flags incorrectly documented...
2009-07-08 Yann Dirsongit-svn.txt: make formatting more consistent.
2009-07-08 Yann Dirsongit-svn.txt: stop using dash-form of commands.
2009-07-08 Junio C HamanoMerge branch 'maint'
2009-07-08 Junio C HamanoMerge branch 'cb/maint-fetch-refspec-wo-dst' into maint
2009-07-08 Junio C HamanoMerge branch 'cf/maint-remote-uploadpack-useconfig...
2009-07-08 Sitaram ChamartyDocumentation: update description of shell aliases
2009-07-06 Stephen Boydcompletion: __git_config_get_set_variables() handle...
2009-07-06 Junio C HamanoMerge branch 'tr/die_errno'
2009-07-06 Junio C HamanoMerge branch 'cb/maint-fetch-refspec-wo-dst'
2009-07-06 Junio C HamanoMerge branch 'sb/show-ref-parse-options'
2009-07-06 Junio C HamanoMerge branch 'gb/am-foreign'
2009-07-06 Junio C HamanoMerge branch 'jk/use-our-regexp'
2009-07-06 Junio C HamanoMerge branch 'uk/rev-parse-parse-opt'
2009-07-06 Nick WoolleyAvoid generating a warning if $fullname{$file} is undefined
2009-07-06 Nick WoolleyRemove archaic use of regex capture \1 in favour of $1
2009-07-06 Todd Zullingercompletion: Add --full-diff to log options
2009-07-06 Eric WongAllow the Unix epoch to be a valid commit date
2009-07-06 Hunter, D.... http-push: fix xml_entities() string parsing overrun
2009-07-05 Johannes SixtMinGW: truncate exit()'s argument to lowest 8 bits
2009-07-03 René Scharfegrep: simplify -p output
2009-07-02 Martin RenoldRemove filename from conflict markers
2009-07-02 Junio C HamanoMerge branch 'cc/bisect'
2009-07-02 Junio C HamanoMerge branch 'js/daemon-log'
2009-07-02 Junio C HamanoMerge branch 'cf/maint-remote-uploadpack-useconfig...
2009-07-02 Junio C HamanoMerge branch 'sb/quiet-porcelains'
2009-07-02 Junio C HamanoMerge branch 'ne/maint-1.6.0-diff-tree-t-r-show-directory'
2009-07-02 Junio C HamanoMerge branch 'maint'
2009-07-02 René Scharfegrep -p: support user defined regular expressions
2009-07-02 René Scharfegrep: add option -p/--show-function
2009-07-02 René Scharfegrep: handle pre context lines on demand
2009-07-02 René Scharfegrep: print context hunk marks between files
2009-07-02 René Scharfegrep: move context hunk mark handling into show_line()
2009-07-02 René Scharfeuserdiff: add xdiff_clear_find_func()
2009-07-01 Michal Marekrequest-pull: really really disable pager
2009-07-01 Jeff Kinglog-tree: fix confusing comment
2009-06-30 Junio C HamanoMerge branch 'maint'
2009-06-30 René Scharfeattr: plug minor memory leak
2009-06-30 Brandon Caseygit.c: avoid allocating one-too-many elements for new...
2009-06-30 Junio C Hamanorequest-pull: really disable pager
2009-06-30 Johannes Sixtgit-mv: fix directory separator treatment on Windows
2009-06-30 Stephen Boydcompletion: add missing config variables
2009-06-30 Thadeu Lima... Makes some cleanup/review in gittutorial
2009-06-30 Johannes SixtMakefile: git.o depends on library headers
2009-06-30 Miklos Vajnagit-submodule documentation: fix foreach example
2009-06-30 Giuseppe Bilottagitweb: add empty alt text to avatar img
2009-06-30 Giuseppe Bilottagitweb: picon avatar provider
2009-06-30 Giuseppe Bilottagitweb: gravatar url cache
2009-06-30 Giuseppe Bilottagitweb: (gr)avatar support
2009-06-30 Giuseppe Bilottagitweb: use git_print_authorship_rows in 'tag' view too
2009-06-30 Giuseppe Bilottagitweb: uniform author info for commit and commitdiff
2009-06-30 Giuseppe Bilottagitweb: refactor author name insertion
2009-06-29 Linus Torvaldsgit log: add '--merges' flag to match '--no-merges'
2009-06-28 Larry D'Annaadd --porcelain option to git-push
2009-06-28 Junio C HamanoMerge git://git.bogomips.org/git-svn
2009-06-27 Marc Branchaudgit svn: Doc update for multiple branch and tag paths
2009-06-27 Marc Branchaudgit svn: cleanup t9138-multiple-branches
2009-06-27 Junio C HamanoMerge branch 'pb/send-email-cccmd-fix'
2009-06-27 Junio C HamanoMerge branch 'maint'
2009-06-27 Giuseppe Bilottagitweb/README: fix AliasMatch in example
2009-06-27 Thomas RastTest grep --and/--or/--not
2009-06-27 Thomas RastTest git archive --remote
2009-06-27 Thomas RastUse die_errno() instead of die() when checking syscalls
2009-06-27 Thomas RastConvert existing die(..., strerror(errno)) to die_errno()
2009-06-27 Junio C Hamanodie_errno(): double % in strerror() output just in...
2009-06-27 Thomas RastIntroduce die_errno() that appends strerror(errno)...
next