Code

git.git
2007-09-29 Junio C HamanoGIT 1.5.3.3 v1.5.3.3
2007-09-29 Linus TorvaldsFix revision log diff setup, avoid unnecessary diff...
2007-09-29 Miklos Vajnagit-bundle: fix commandline examples in the manpage
2007-09-29 Junio C HamanoMerge branch 'mergetool' of git://repo.or.cz/git/merget...
2007-09-29 Theodore Ts'omergetool: Fix typo in options passed to kdiff3
2007-09-29 Theodore Ts'omergetool: fix emerge when running in a subdirectory
2007-09-29 Junio C HamanoMergetool generating blank files (1.5.3)
2007-09-27 Dan Nicholsonquiltimport: Skip non-existent patches
2007-09-26 Johannes Schindelinapply: get rid of --index-info in favor of --build...
2007-09-26 Carlos RicaMove make_cache_entry() from merge-recursive.c into...
2007-09-26 Randy Dunlapcore-tutorial: correct URL
2007-09-26 Shawn BohrerFix spelling of overridden in documentation
2007-09-26 Johannes Sixtgitattributes.txt: Be more to the point in the filter...
2007-09-26 Johannes Sixtgitattributes.txt: Remove a duplicated paragraph about...
2007-09-26 Michael Smithuser-manual: Explain what submodules are good for.
2007-09-25 Junio C HamanoMerge branch 'jn/web' into maint
2007-09-25 Jim MeyeringDo not over-quote the -f envelopesender value.
2007-09-25 Jim Meyeringunexpected Make output (e.g. from --debug) causes build...
2007-09-25 Glenn RempeFixed minor typo in t/t9001-send-email.sh test command...
2007-09-24 Jakub Narebskigitweb: No difftree output for trivial merge
2007-09-24 Jakub Narebskigitweb: Remove parse_from_to_diffinfo code from git_pat...
2007-09-24 Junio C HamanoMerge branch 'maint' of git://linux-nfs.org/~bfields...
2007-09-24 Eric Wonggit-svn: don't attempt to spawn pager if we don't want one
2007-09-23 David KastrupSupplant the "while case ... break ;; esac" idiom
2007-09-23 Miklos VajnaUser Manual: add a chapter for submodules
2007-09-23 J. Bruce Fieldsuser-manual: don't assume refs are stored under .git...
2007-09-22 David BrownDetect exec bit in more cases.
2007-09-21 Matt KraaiConjugate "search" correctly in the git-prune-packed...
2007-09-21 Matt KraaiMove the paragraph specifying where the .idx and .pack...
2007-09-21 Junio C HamanoDocumentation/git-lost-found.txt: drop unnecessarily...
2007-09-19 Junio C HamanoGIT 1.5.3.2 v1.5.3.2
2007-09-19 Väinö JärveläFixed update-hook example allow-users format.
2007-09-19 Eric WongDocumentation/git-svn: updated design philosophy notes
2007-09-18 Junio C Hamanot/t4014: test "am -3" with mode-only change.
2007-09-18 Pierre HabouzitFix lapsus in builtin-apply.c
2007-09-18 Jeff Kinggit-push: documentation and tests for pushing only...
2007-09-18 Matthias Urlichsgit-svnimport: Use separate arguments in the pipe for...
2007-09-18 Junio C HamanoDocument ls-files --with-tree=<tree-ish>
2007-09-18 Junio C Hamanogit-commit: partial commit of paths only removed from...
2007-09-18 Junio C Hamanogit-commit: Allow partial commit of file removal.
2007-09-18 Junio C HamanoMerge branch 'jc/grep-c' into maint
2007-09-18 Junio C HamanoMerge branch 'maint' of git://repo.or.cz/git-gui into...
2007-09-18 Junio C Hamanosend-email: make message-id generation a bit more robust
2007-09-17 J. Bruce Fieldsgit-apply: fix whitespace stripping
2007-09-17 Shawn O. Pearcegit-gui: Disable native platform text selection in... gitgui-0.8.3
2007-09-17 Johannes Schindelinapply --index-info: fall back to current index for...
2007-09-16 Junio C HamanoMerge branch 'maint' of git://linux-nfs.org/~bfields...
2007-09-16 J. Bruce Fieldscore-tutorial: minor cleanup
2007-09-16 J. Bruce Fieldsdocumentation: replace Discussion section by link to...
2007-09-16 J. Bruce Fieldsuser-manual: todo updates and cleanup
2007-09-16 J. Bruce Fieldsuser-manual: fix introduction to packfiles
2007-09-16 J. Bruce Fieldsuser-manual: move packfile and dangling object discussion
2007-09-16 J. Bruce Fieldsuser-manual: rewrite object database discussion
2007-09-16 J. Bruce Fieldsuser-manual: reorder commit, blob, tree discussion
2007-09-16 J. Bruce Fieldsuser-manual: rewrite index discussion
2007-09-16 J. Bruce Fieldsuser-manual: create new "low-level git operations"...
2007-09-16 J. Bruce Fieldsuser-manual: rename "git internals" to "git concepts"
2007-09-16 J. Bruce Fieldsuser-manual: move object format details to hacking...
2007-09-16 J. Bruce Fieldsuser-manual: adjust section levels in "git internals"
2007-09-15 Johannes Schindelinrevision walker: --cherry-pick is a limited operation
2007-09-15 Junio C Hamanogit-sh-setup: typofix in comments
2007-09-14 Junio C HamanoSplit grep arguments in a way that does not requires...
2007-09-14 Junio C HamanoDocumentation/git-config.txt: AsciiDoc tweak to avoid...
2007-09-14 Benoit SigoureAdd test to check recent fix to "git add -u"
2007-09-14 Jari AaltoDocumentation/git-archive.txt: a couple of clarifications.
2007-09-14 Linus TorvaldsFix the rename detection limit checking
2007-09-14 Junio C Hamanodiff --no-index: do not forget to run diff_setup_done()
2007-09-14 Junio C Hamanogit-format-patch --in-reply-to: accept <message@id...
2007-09-14 Junio C Hamanogit-add -u: do not barf on type changes
2007-09-14 Ulrik SverdrupRemove duplicate note about removing commits with git...
2007-09-14 Gerrit Papegit-clone: improve error message if curl program is...
2007-09-14 Alexandre Julliardhooks--update: Explicitly check for all zeros for a...
2007-09-14 Shawn O. Pearcegit-gui: Paper bag fix "Commit->Revert" format arguments
2007-09-14 Shawn O. Pearcegit-gui: Provide 'uninstall' Makefile target to undo...
2007-09-13 Shawn O. Pearcegit-gui: Font chooser to handle a large number of font...
2007-09-13 Shawn O. Pearcegit-gui: Make backporting changes from i18n version...
2007-09-12 Junio C HamanoMerge branch 'sp/maint-no-thin' into maint
2007-09-12 Jean-Luc Herrenstash: end index commit log with a newline
2007-09-12 Dmitry V. Levingit-commit: Disallow amend if it is going to produce...
2007-09-12 David Kastrupgit-send-email.perl: Add angle brackets to In-Reply...
2007-09-12 Ramsay JonesFix a test failure (t9500-*.sh) on cygwin
2007-09-11 Shawn O. Pearcegit-gui: Don't delete send on Windows as it doesn't...
2007-09-10 Shawn O. PearceMake --no-thin the default in git-push to save server...
2007-09-10 Nicolas Pitrefix doc for --compression argument to pack-objects
2007-09-10 Carlos Ricagit-tag -s must fail if gpg cannot sign the tag.
2007-09-10 Shawn O. Pearcegit-gui: Trim trailing slashes from untracked submodule...
2007-09-10 Shawn O. Pearcegit-gui: Assume untracked directories are Git submodules
2007-09-09 Michele Ballabiogit-gui: handle "deleted symlink" diff marker
2007-09-09 Michele Ballabiogit-gui: show unstaged symlinks in diff viewer
2007-09-09 Eric Wonggit-svn: understand grafts when doing dcommit
2007-09-09 Sven Verdoolaegegit-diff: don't squelch the new SHA1 in submodule diffs
2007-09-09 Shawn O. Pearcegit-gui: Avoid use of libdir in Makefile
2007-09-09 Shawn O. Pearcegit-gui: Disable Tk send in all git-gui sessions
2007-09-09 Gerrit Papegit-gui: lib/index.tcl: handle files with % in the...
2007-09-08 Eric Wonggit-svn: fix "Malformed network data" with svn:// servers
2007-09-08 Michael Smith(cvs|svn)import: Ask git-tag to overwrite old tags.
2007-09-08 Mike RalphsonDocumentation / grammer nit
2007-09-06 Shawn O. PearceInclude a git-push example for creating a remote branch
2007-09-06 Shawn O. PearceCleanup unnecessary file modifications in t1400-update-ref
2007-09-06 Dmitry V. LevinMakefile: Add cache-tree.h to the headers list
next