Code

git.git
2007-12-13 Junio C HamanoGIT 1.5.4-rc0 v1.5.4-rc0
2007-12-13 Junio C HamanoMerge branch 'cc/help'
2007-12-13 Junio C HamanoRPM spec: Adjust htmldir
2007-12-13 Junio C Hamanogit-help -w: do not require to be in git repository
2007-12-13 Junio C HamanoMerge branch 'jc/shortlog-e'
2007-12-13 Junio C HamanoMerge branch 'ew/svn-rev-db'
2007-12-13 Junio C HamanoMerge branch 'jc/merge-recursive-gitlink'
2007-12-13 Junio C HamanoMerge branch 'jk/svn-color'
2007-12-12 Junio C Hamanogit.spec.in: remove python_path
2007-12-12 Junio C HamanoDocumentation: rename git.texi to user-manual.texi
2007-12-12 Junio C Hamanodisable t9119 for now.
2007-12-12 Wincent ColaiutaFix "diff --check" whitespace detection
2007-12-12 Junio C Hamanogit-diff --numstat -z: make it machine readable
2007-12-12 Wincent ColaiutaDocumentation: minor grammar fix for "git apply"
2007-12-12 Wincent ColaiutaUse "whitespace" consistently
2007-12-12 Mike HommeyFix XML parser leaks in http-push
2007-12-12 Mike HommeyFix small memory leaks induced by diff_tree_setup_paths
2007-12-12 Alex RiesenFix git-fast-export for zero-sized blobs
2007-12-12 Charles BaileyFix clone not to ignore depth when performing a local...
2007-12-12 Junio C Hamanoshortlog: default to HEAD when the standard input is...
2007-12-12 Junio C Hamanoblame: drop blob data after passing blame to the parent
2007-12-11 Jeff Kinggit-clone: print an error message when trying to clone...
2007-12-11 Pierre HabouzitInvert numbers and names in the git-shortlog summary...
2007-12-11 Jeff Kingshortlog: document -e option
2007-12-11 Alexandre Julliardgit.el: Added a menu for git-status-mode.
2007-12-11 Johannes SixtFix a typo in checkout.sh and cleanup one-line help...
2007-12-11 Jeff Kinggit-svn: get color config from --get-colorbool
2007-12-11 Jeff KingSupport GIT_PAGER_IN_USE environment variable
2007-12-11 Junio C HamanoSupport a merge with conflicting gitlink change
2007-12-11 Junio C Hamanocommit: do not add extra LF at the end of the summary.
2007-12-11 Linus Torvalds"git tag -u keyname" broken
2007-12-11 Junio C Hamanosend-email: do not muck with initial-reply-to when...
2007-12-11 Gerrit PapeDon't cache DESTDIR in perl/perl.mak.
2007-12-11 Jakub Narebskiautoconf: Check asciidoc version to automatically set...
2007-12-11 Eric Wonggit-svn: reinstate old rev_db optimization in new rev_map
2007-12-11 Eric Wonggit-svn: replace .rev_db with a more space-efficient...
2007-12-11 Nicolas Pitrepack-objects: more threaded load balancing fix with...
2007-12-10 Daniel BarkalowAdd more checkout tests
2007-12-10 Jeff KingAdd git-browse-help to .gitignore
2007-12-10 Eyvind BernhardsenFix mis-markup of the -p, --patch option in git-add(1)
2007-12-10 Junio C Hamanogit-help -i: show info documentation from matching...
2007-12-10 Junio C Hamanogit-help -i: invoke info with document and node name
2007-12-10 Junio C HamanoDocumentation: add gitman.info target
2007-12-10 Junio C HamanoMerge branch 'master' into cc/help
2007-12-10 Junio C HamanoUpdate draft Release Notes for 1.5.4
2007-12-10 Wincent ColaiutaStyle fixes for pre-commit hook tests
2007-12-10 Wincent ColaiutaInteractive editor tests for commit-msg hook
2007-12-09 Junio C HamanoRe-fix ls-remote
2007-12-09 Mike HommeyCleanup variables in http.[ch]
2007-12-09 Mike Hommeygit-send-email.perl: Really add angle brackets to In...
2007-12-09 Jeff Kingdon't mention index refreshing side effect in git-statu...
2007-12-09 Nguyễn Thái... Remove repo version check from setup_git_directory
2007-12-09 Junio C HamanoMerge branch 'jc/spht'
2007-12-09 Christian CouderDocumentation: describe -w/--web option to "git-help".
2007-12-09 Christian CouderUse {web,instaweb,help}.browser config options.
2007-12-09 Christian Coudergit-help: add -w|--web option to display html man page...
2007-12-09 Junio C HamanoMerge branch 'pr/mergetool'
2007-12-09 Junio C HamanoMerge branch 'maint'
2007-12-09 Junio C HamanoRe-fix "builtin-commit: fix --signoff"
2007-12-09 Wincent ColaiutaAdd tests for pre-commit and commit-msg hooks
2007-12-09 Junio C HamanoFix commit-msg hook to allow editing
2007-12-09 Wincent ColaiutaDocumentation: fix --no-verify documentation for "git...
2007-12-09 Wincent ColaiutaAllow --no-verify to bypass commit-msg hook
2007-12-09 Junio C Hamanols-remote: resurrect pattern limit support
2007-12-08 Jim Meyeringconfig.c:store_write_pair(): don't read the byte before...
2007-12-08 Junio C Hamanogit-shortlog -e: show e-mail address as well
2007-12-08 Junio C Hamanoshortlog: code restructuring and clean-up
2007-12-08 Junio C Hamanomailmap: fix bogus for() loop that happened to be safe...
2007-12-08 Nicolas Pitrepack-objects: fix threaded load balancing
2007-12-08 Nicolas Pitrepack-objects: reverse the delta search sort list
2007-12-08 Nicolas Pitrepack-objects: fix delta cache size accounting
2007-12-08 Jeff Kinggit-status: documentation improvements
2007-12-08 Jeff Kingadd status.relativePaths config variable
2007-12-08 Jeff Kingwt-status.c:quote_path(): convert empty path to "./"
2007-12-08 Junio C Hamanogit-bisect visualize: work in non-windowed environments...
2007-12-08 Wincent ColaiutaTeach "git add -i" to colorize whitespace errors
2007-12-08 Sergei OrganovLet git-help prefer man-pages installed with this versi...
2007-12-07 Junio C HamanoUpdate draft release notes to 1.5.4
2007-12-07 Junio C HamanoMerge branch 'master' of git://repo.or.cz/git-gui
2007-12-07 Junio C HamanoMerge branch 'mw/cvsserver'
2007-12-07 Junio C HamanoMerge branch 'kh/fetch-optparse'
2007-12-07 Junio C HamanoMerge branch 'jc/git-log-doc'
2007-12-07 Junio C HamanoMerge branch 'jc/addi-color'
2007-12-07 Junio C HamanoMerge branch 'jc/docmake-perl'
2007-12-07 Junio C HamanoMerge branch 'jc/clean-fix'
2007-12-07 Jakub Narebskiautoconf: Add test for OLD_ICONV (squelching compiler...
2007-12-07 Wincent ColaiutaSilence iconv warnings on Leopard
2007-12-07 Junio C HamanoMerge branch 'maint'
2007-12-07 David SymondsChange from using email.com to example.com as example...
2007-12-06 Junio C Hamanogit-status documentation: mention subdirectory behaviour
2007-12-06 Junio C Hamanodo not discard status in fetch_refs_via_pack()
2007-12-06 Johannes Sixtfor-each-ref: Fix quoting style constants.
2007-12-06 Junio C Hamanohg-to-git: handle an empty dir in hg.
2007-12-06 Junio C HamanoUse gitattributes to define per-path whitespace rule
2007-12-06 Junio C Hamanoconfig --get-colorbool: diff.color is a deprecated...
2007-12-06 Jeff Kingt7300: add test for clean with wildcard pathspec
2007-12-06 Pini ReznikOpen external merge tool with original file extensions...
2007-12-06 Junio C Hamanogit-clean: Honor pathspec.
2007-12-06 Junio C HamanoColor support for "git-add -i"
2007-12-06 Junio C Hamanogit config --get-colorbool
next