]> asedeno.scripts.mit.edu Git - git.git/shortlog
git.git
2008-02-23 Junio C HamanoAdd merge-subtree back
2008-02-21 Junio C Hamanocheckout: updates to tracking report
2008-02-21 Daniel Barkalowbuiltin-checkout.c: Remove unused prefix arguments...
2008-02-21 Junio C Hamanocheckout: work from a subdirectory
2008-02-20 Junio C Hamanocheckout: tone down the "forked status" diagnostic messages
2008-02-19 Daniel BarkalowClean up reporting differences on branch switch
2008-02-19 Jay Soffianbuiltin-checkout.c: fix possible usage segfault
2008-02-17 Junio C Hamanocheckout: notice when the switched branch is behind...
2008-02-16 Daniel BarkalowBuild in checkout
2008-02-10 Daniel BarkalowMove code to clean up after a branch change to branch.c
2008-02-10 Daniel BarkalowLibrary function to check for unmerged index entries
2008-02-10 Daniel BarkalowUse diff -u instead of diff in t7201
2008-02-10 Daniel BarkalowMove create_branch into a library file
2008-02-10 Daniel BarkalowBuild-in merge-recursive
2008-02-10 Daniel BarkalowAdd "skip_unmerged" option to unpack_trees.
2008-02-10 Daniel BarkalowDiscard "deleted" cache entries after using them to...
2008-02-10 Daniel BarkalowSend unpack-trees debugging output to stderr
2008-02-10 Daniel BarkalowAdd flag to make unpack_trees() not print errors.
2008-02-10 Daniel BarkalowAllow callers of unpack_trees() to handle failure
2008-01-23 Junio C Hamanolazy index hashing
2008-01-23 Linus TorvaldsCreate pathname-based hash-table lookup into index
2008-01-23 Junio C Hamanoread-cache.c: introduce is_racy_timestamp() helper
2008-01-23 Junio C Hamanoread-cache.c: fix a couple more CE_REMOVE conversion
2008-01-21 Johannes SchindelinAlso use unpack_trees() in do_diff_cache()
2008-01-21 Linus TorvaldsMake run_diff_index() use unpack_trees(), not read_tree()
2008-01-21 Junio C HamanoAvoid running lstat(2) on the same cache entry.
2008-01-21 Junio C Hamanoindex: be careful when handling long names
2008-01-21 Linus TorvaldsMake on-disk index representation separate from in-core one
2008-01-21 Junio C HamanoGIT 1.5.4-rc4 v1.5.4-rc4
2008-01-21 Junio C HamanoMerge git://repo.or.cz/git-gui
2008-01-21 Junio C HamanoMerge git://git.kernel.org/pub/scm/gitk/gitk
2008-01-20 Grégoire Barbierhttp-push and http-fetch: handle URLs without trailing /
2008-01-20 Junio C Hamanohttp-push: clarify the reason of error from the initial...
2008-01-20 Grégoire Barbierhttp-push: fail when info/refs exists and is already locked
2008-01-20 Grégoire Barbierhttp-push: fix webdav lock leak.
2008-01-20 Martin Koeglerparse_commit_buffer: tighten checks while parsing
2008-01-20 Dan McGeeUpdate git-completion for new 'remote rm' option
2008-01-19 Jim Meyeringdoc typo: s/prior committing/prior to committing/
2008-01-18 Miklos VajnaInclude rev-list options in git-log manpage.
2008-01-18 Grégoire Barbierhttp-push: disable http-push without USE_CURL_MULTI
2008-01-18 Jeff Kingsend-email: add no-validate option
2008-01-18 Jeff Kingsend-email: validate patches before sending anything
2008-01-18 Jeff Kingsend-email: detect invocation errors earlier
2008-01-18 Jim Meyeringfast-import: Don't use a maybe-clobbered errno value
2008-01-18 Lars HjemliMove sha1_file_to_archive into libgit
2008-01-18 Jeff Kingcolor unchanged lines as "plain" in "diff --color-words"
2008-01-18 Jakub Narebskiautoconf: Add checking for unsetenv function
2008-01-18 Thomas Zandercore-tutorial typofix
2008-01-18 Junio C HamanoOfficially deprecate repo-config.
2008-01-18 Shawn O. PearceFix random fast-import errors when compiled with NO_MMAP
2008-01-18 Brandon Caseyfast-import.c: don't try to commit marks file if write...
2008-01-18 Mark Levedahlgit-gui: Makefile - Handle $DESTDIR on Cygwin
2008-01-18 Christian Coudergit-gui: add french glossary: glossary/fr.po
2008-01-16 Brandon Caseyrefs.c: rework ref_locks by abstracting from underlying...
2008-01-16 Brandon CaseyImprove use of lockfile API
2008-01-16 Brandon Caseyclose_lock_file(): new function in the lockfile API
2008-01-16 Junio C HamanoDocument lockfile API
2008-01-16 Linus TorvaldsBe more careful about updating refs
2008-01-16 Bill LearCorrect spelling in diff.c comment
2008-01-16 Dave PeticolasDocumentation: fix and clarify grammar in git-merge docs.
2008-01-16 Linus TorvaldsMake 'git fsck' complain about non-commit branches
2008-01-16 Linus TorvaldsMake builtin-commit.c more careful about parenthood
2008-01-16 Dmitry Potapovtreat any file with NUL as binary
2008-01-16 Shawn O. Pearcegit-gui: Refresh file status description after hunk...
2008-01-16 Shawn O. Pearcegit-gui: Allow 'Create New Repository' on existing...
2008-01-16 Christian Coudergit-gui: Initial french translation
2008-01-16 Christian Stimminggit-gui: Improve German translation.
2008-01-16 Peter Karlssongit-gui: Updated Swedish translation after mailing...
2008-01-16 Christian Stimminggit-gui: Fix broken revert confirmation.
2008-01-16 Christian Stimminggit-gui: Update German translation
2008-01-16 Christian Stimminggit-gui: Update glossary: add term "hunk"
2008-01-16 Kristian Høgsberggit-commit: fix double close(2) that can close a wrong...
2008-01-16 Mark Dragohg-to-git: improve popen calls
2008-01-16 Miklos Vajnals-remote: add -t and -h options.
2008-01-15 Junio C HamanoSquelch bogus progress output from git-rebase--interactive
2008-01-15 Miklos VajnaAdd using merge subtree How-To
2008-01-15 Junio C HamanoFix git-rerere documentation
2008-01-14 Junio C HamanoRevert "builtin-commit.c: remove useless check added...
2008-01-14 Jean-Luc HerrenMake default pre-commit hook less noisy
2008-01-14 Dan McGeecvsimport: remove last use of repo-config from git...
2008-01-14 Dan McGeeRemove usage of git- (dash) commands from email hook
2008-01-13 Junio C Hamanobuiltin-commit.c: remove useless check added by faulty...
2008-01-13 Johannes Schindelin[PATCH] gitk: make Ctrl "+" really increase the font size
2008-01-13 Linus TorvaldsFix performance regression for partial commits
2008-01-12 Jeff Kinggit-clean: fix off-by-one memory access when given...
2008-01-12 Eric Wonggit-svn: handle leading/trailing whitespace from svnsyn...
2008-01-12 Junio C HamanoGIT 1.5.4-rc3 v1.5.4-rc3
2008-01-12 Junio C HamanoRPM spec: include gitk message files.
2008-01-12 Brandon Caseygit-relink.txt: describe more clearly how hard linking...
2008-01-12 Michele BallabioDocument some default values in config.txt
2008-01-11 Junio C HamanoMerge ../gitk
2008-01-11 Christian Stimminggitk: Update German translation.
2008-01-11 Christian Stimminggitk: Fix typo in user message.
2008-01-11 Charles Baileygitk: Fix the Makefile to cope with systems lacking msgfmt
2008-01-11 Junio C Hamanopack-objects: remove redundant and wrong call to deflat...
2008-01-10 Jim Meyeringbundle, fast-import: detect write failure
2008-01-09 Kevin BallardTrim leading / off of paths in git-svn prop_walk
2008-01-09 Johannes Schindelinshortlog: mention the "-e" option in the usage
2008-01-09 Florian La RocheChange git-gc documentation to reflect gc.packrefs...
2008-01-09 Johannes Sixtrecv_sideband: Do not use ANSI escape sequence on dumb...
next