Code

git.git
2007-08-27 Junio C HamanoMerge branch 'master' of git://repo.or.cz/git-gui
2007-08-26 Brian HetroWhen nothing to git-commit, honor the git-status color...
2007-08-26 Petr Baudisgitweb: Fix searchbox positioning
2007-08-26 Junio C HamanoMerge branch 'master' of git://linux-nfs.org/~bfields/git
2007-08-26 J. Bruce FieldsMerge branch 'maint'
2007-08-26 David KastrupDocumentation/user-manual.txt: fix a few omissions...
2007-08-26 J. Bruce Fieldsuser-manual: fix incorrect header level
2007-08-26 J. Bruce Fieldsuser-manual: use pithier example commit
2007-08-26 J. Bruce Fieldsuser-manual: introduce the word "commit" earlier
2007-08-26 J. Bruce Fieldsuser-manual: minor editing for conciseness
2007-08-26 J. Bruce Fieldsuser-manual: edit "ignoring files" for conciseness
2007-08-26 David KastrupDocumentation/user-manual.txt: fix a few omissions...
2007-08-26 Brian HetroMake usage documentation for git-add consistent.
2007-08-26 Brian HetroMake usage documentation for git-am consistent.
2007-08-25 Shawn O. PearceDon't segfault if we failed to inflate a packed delta
2007-08-25 Junio C Hamanopack-objects: check return value from read_sha1_file()
2007-08-25 Junio C Hamanoblame: check return value from read_sha1_file()
2007-08-25 Shawn O. Pearcegit-gui: Correct 'git gui blame' in a subdirectory gitgui-0.8.2
2007-08-25 Simon Hausmanngit-p4: Fix warnings about non-existant refs/remotes...
2007-08-25 Simon Hausmanngit-p4: Make 'git-p4 branches' work after an initial...
2007-08-25 Brian HetroDocumentation: Correct various misspellings and typos.
2007-08-25 Brian HetroDocumentation: For consistency, use CVS instead of...
2007-08-25 Linus TorvaldsFix racy-git handling in git-write-tree.
2007-08-23 Johannes Schindelinrebase -i: fix squashing corner case
2007-08-23 martin f. krafftInstall man3 manpages to $PREFIX/share/man/man3 even...
2007-08-23 martin f. krafftgit-svn init/clone --stdlayout option to default-init...
2007-08-23 David Kastrupdiff-delta.c: Fix broken skip calculation.
2007-08-23 Shawn O. Pearcegit-gui: Do not offer to stage three-way diff hunks...
2007-08-23 Junio C HamanoMerge branch 'master' of git://repo.or.cz/git/fastimport
2007-08-23 Eric Wonggit-svn: dcommit prints out the URL to be committed to
2007-08-23 Shawn O. Pearcegit-gui: Refactor diff pane popup support for future...
2007-08-23 Shawn O. PearceTeach bash about git-submodule and its subcommands
2007-08-23 Shawn O. PearceTeach bash to complete ref arguments to git-describe
2007-08-23 Shawn O. PearceUpdate bash completion with new 1.5.3 command line...
2007-08-22 Eric Wonggit-svn: update documentation with CAVEATS section
2007-08-22 Sean EstabrooksReset terminal attributes when terminating git send...
2007-08-22 Stefan SperlingDocument -u option in git-svnimport man page
2007-08-22 Quy TonthatFix breakage in git-rev-list.txt
2007-08-22 Alexandre Julliardgit.el: Avoid a lisp error when there's no current...
2007-08-22 Alex RiesenFix git-remote for ActiveState Perl
2007-08-22 René ScharfeDocumentation: update tar.umask default
2007-08-22 Shawn O. PearceSuggest unsetting core.bare when using new-workdir...
2007-08-22 Shawn O. PearceFix new-workdir (again) to work on bare repositories
2007-08-22 Shawn O. Pearcegit-gui: Fix "unoptimized loading" to not cause git...
2007-08-21 Shawn O. Pearcegit-gui: Paper bag fix "Stage Hunk For Commit" in diff...
2007-08-21 Junio C HamanoGIT 1.5.3-rc6 v1.5.3-rc6
2007-08-21 Junio C HamanoMerge branch 'master' of git://git./gitk/gitk
2007-08-21 Alex RiesenAvoid using va_copy in fast-import: it seems to be...
2007-08-20 Junio C Hamanogit clone: do not issue warning while cloning locally...
2007-08-20 Paul Mackerrasgitk: Add a window to list branches, tags and other...
2007-08-20 Dave WatsonFix misspelling of 'suppress' in docs
2007-08-20 Shawn O. Pearcegit-gui: Allow git-merge to use branch names in conflic...
2007-08-20 Steven GrimmDocument what the stage numbers in the :$n:path syntax...
2007-08-20 Shawn O. PearceDon't allow combination of -g and --reverse as it doesn...
2007-08-20 Shawn O. Pearcegit-gui: Fix window manager problems on ion3
2007-08-19 Lukas SandströmAdd the word reflog to Documentation/config.txt:core...
2007-08-19 Matthieu MoyAdd and document a global --no-pager option for git.
2007-08-19 Linus TorvaldsTake binary diffs into account for "git rebase"
2007-08-19 Linus TorvaldsMake thin-pack generation subproject aware.
2007-08-19 Shawn O. PearceCorrect documentation of 'reflog show' to explain it...
2007-08-19 Junio C HamanoMerge branch 'master' of git://repo.or.cz/git-gui
2007-08-19 Junio C HamanoMerge branch 'master' of git://git./gitk/gitk
2007-08-19 Junio C Hamanofast-import pull request
2007-08-19 Shawn O. PearceInclude recent command history in fast-import crash...
2007-08-19 Shawn O. PearceGenerate crash reports on die in fast-import
2007-08-19 Shawn O. PearceAllow frontends to bidirectionally communicate with...
2007-08-19 Shawn O. PearceMake trailing LF optional for all fast-import commands
2007-08-19 Shawn O. PearceMake trailing LF following fast-import `data` commands...
2007-08-19 Shawn O. PearceTeach fast-import to ignore lines starting with '#'
2007-08-19 Shawn O. PearceUse handy ALLOC_GROW macro in fast-import when possible
2007-08-19 Shawn O. PearceActually allow TAG_FIXUP branches in fast-import
2007-08-19 Alex RiesenFix whitespace in "Format of STDIN stream" of fast...
2007-08-19 Mark Levedahlgit-completion.bash - add support for git-bundle
2007-08-17 Mike HommeyClarify commit-tree documentation
2007-08-17 Brian GernhardtMinor clarifications to git-filter-branch usage and doc
2007-08-17 Sean EstabrooksFix small typo in git send-email man page.
2007-08-17 Lars Hjemligit-submodule: re-enable 'status' as the default subcommand
2007-08-17 Johannes Sixt[PATCH] gitk: Handle 'copy from' and 'copy to' in diff...
2007-08-17 Paul Mackerrasgitk: Fix bug in fix for warning when removing a branch
2007-08-17 Junio C HamanoClean-up read-tree error condition.
2007-08-16 Brian DowningClarify actual behavior of 'git add' and ignored files
2007-08-16 Arjen Laarhovent1301-shared-repo.sh: fix 'stat' portability issue
2007-08-16 Junio C HamanoDocumentation/git-rebase: fix an example
2007-08-16 Junio C Hamanogit-clone: allow --bare clone
2007-08-16 Nicolas Pitrepack-objects: remove bogus arguments to delta_cacheable()
2007-08-16 Sven Verdoolaegegit-apply: apply submodule changes
2007-08-16 Junio C HamanoUpdate documentation links for older releases.
2007-08-16 Junio C HamanoMerge branch 'maint' to sync with 1.5.2.5
2007-08-16 Junio C HamanoFix read-tree merging more than 3 trees using 3-way...
2007-08-15 Junio C HamanoGIT 1.5.2.5 v1.5.2.5
2007-08-15 Salikh Zakirovgit-add -u paths... now works from subdirectory
2007-08-15 Junio C HamanoFix "git add -u" data corruption.
2007-08-15 René Scharfepath-list.c: always free strdup'ed paths
2007-08-15 Eric Wonggit-svn: fix log with single revision against a non...
2007-08-15 Junio C HamanoGIT 1.5.3-rc5 v1.5.3-rc5
2007-08-15 Junio C Hamanoattr.c: read .gitattributes from index as well.
2007-08-15 Junio C Hamanoattr.c: refactoring
2007-08-15 Brian DowningAdd read_cache to builtin-check-attr
2007-08-15 René Scharfediff: squelch empty diffs even more
2007-08-15 Luiz Fernando... Use xmkstemp() instead of mkstemp()
next