]> asedeno.scripts.mit.edu Git - git.git/shortlog
git.git
2007-10-29 Junio C Hamanomerge-recursive.c: mrtree in merge() is not used before set
2007-10-29 Junio C Hamanosha1_file.c: avoid gcc signed overflow warnings
2007-10-29 Benoit Sigourecore-tutorial: Catch up with current Git
2007-10-29 Benoit SigoureFix a small memory leak in builtin-add
2007-10-28 Aurelien Bompardhonor the http.sslVerify option in shell scripts
2007-10-28 Alexandre Julliardgit.el: Run git-gc --auto after commits.
2007-10-28 Alexandre Julliardgit.el: Refresh only the changed file marks when markin...
2007-10-28 Alexandre Julliardgit.el: Fix typo in git-update-saved-file error handling.
2007-10-28 Alexandre Julliardgit.el: Fix typo in "Reverted file" message.
2007-10-28 Junio C Hamanogit-fetch: do not fail when remote branch disappears
2007-10-28 Junio C HamanoMerge branch 'master' of git://git.kernel.org/pub/scm...
2007-10-27 Paul Mackerrasgitk: Use the UI font for the diff/old version/new...
2007-10-27 Paul MackerrasMerge branch 'dev'
2007-10-27 Paul Mackerrasgitk: Simplify the code for finding commits
2007-10-27 Christian CouderBisect run: "skip" current commit if script exit code...
2007-10-27 Christian CouderBisect: add a "bisect replay" test case.
2007-10-27 Christian CouderBisect: add "bisect skip" to the documentation.
2007-10-27 Christian CouderBisect: refactor "bisect_{bad,good,skip}" into "bisect_...
2007-10-27 Christian CouderBisect: refactor some logging into "bisect_write".
2007-10-27 Christian CouderBisect: refactor "bisect_write_*" functions.
2007-10-27 Christian CouderBisect: implement "bisect skip" to mark untestable...
2007-10-27 Christian CouderBisect: fix some white spaces and empty lines breakages.
2007-10-27 Christian Couderrev-list documentation: add "--bisect-all".
2007-10-27 Christian Couderrev-list: implement --bisect-all
2007-10-27 Junio C HamanoMerge branch 'ja/shorthelp'
2007-10-27 Junio C Hamanohelp: remove extra blank line after "See 'git --help...
2007-10-27 Linus TorvaldsDo the fuzzy rename detection limits with the exact...
2007-10-27 Linus TorvaldsFix ugly magic special case in exact rename detection
2007-10-27 Linus TorvaldsDo exact rename detection regardless of rename limits
2007-10-27 Linus TorvaldsDo linear-time/space rename logic for exact renames
2007-10-27 Linus Torvaldscopy vs rename detection: avoid unnecessary O(n*m) loops
2007-10-27 Linus TorvaldsRef-count the filespecs used by diffcore
2007-10-27 Linus TorvaldsSplit out "exact content match" phase of rename detection
2007-10-27 Linus TorvaldsAdd 'diffcore.h' to LIB_H
2007-10-27 Junio C HamanoMerge branch 'maint'
2007-10-27 Christian CouderTest suite: reset TERM to its previous value after testing.
2007-10-27 Junio C HamanoMerge branch 'ph/color-test'
2007-10-27 Jim Meyeringhooks-pre-commit: use \t, rather than a literal TAB...
2007-10-26 Alex RiesenFix generation of perl/perl.mak
2007-10-26 Pierre Habouzitfast-import.c: fix regression due to strbuf conversion
2007-10-25 Pierre HabouzitSupport a --quiet option in the test-suite.
2007-10-25 Pierre HabouzitAdd some fancy colors in the test library when terminal...
2007-10-25 David Symondsgitweb: Use chop_and_escape_str in more places.
2007-10-25 David Symondsgitweb: Refactor abbreviation-with-title-attribute code.
2007-10-25 Junio C HamanoMerge branch 'db/fetch-pack'
2007-10-25 Miklos Vajnagit-send-email: add a new sendemail.to configuration...
2007-10-25 Junio C Hamanogit-remote: fix "Use of uninitialized value in string ne"
2007-10-24 Paul Mackerrasgitk: Fix a couple more bugs in the path limiting
2007-10-23 Junio C Hamanok.org git toppage: Add link to 1.5.3 release notes.
2007-10-23 Paul MackerrasMerge branch 'master' into dev
2007-10-23 Paul Mackerrasgitk: Fix some bugs with path limiting in the diff display
2007-10-23 Paul Mackerrasgitk: Use the status window for other functions
2007-10-23 Paul Mackerrasgitk: Integrate the reset progress bar in the main frame
2007-10-23 Paul Mackerrasgitk: Ensure tabstop setting gets restored by Cancel button
2007-10-23 Paul Mackerrasgitk: Limit diff display to listed paths by default
2007-10-22 Jari AaltoOn error, do not list all commands, but point to -...
2007-10-22 David Symondsgitweb: Provide title attributes for abbreviated author...
2007-10-22 Ralf Wildenhuesgit-cherry-pick: improve description of -x.
2007-10-22 René ScharfeCorrect some sizeof(size_t) != sizeof(unsigned long...
2007-10-21 Shawn O. PearceUse PRIuMAX instead of 'unsigned long long' in show-index
2007-10-21 Shawn O. PearceMerge branch 'maint'
2007-10-21 Shawn O. PearceDescribe more 1.5.3.5 fixes in release notes
2007-10-21 Linus TorvaldsFix diffcore-break total breakage
2007-10-21 Linus TorvaldsFix directory scanner to correctly ignore files without...
2007-10-21 Shawn O. PearceImproved const correctness for strings
2007-10-21 Johannes SixtUse the asyncronous function infrastructure to run...
2007-10-21 Johannes SixtAvoid a dup2(2) in apply_filter() - start_command(...
2007-10-21 Johannes Sixtt0021-conversion.sh: Test that the clean filter really...
2007-10-21 Johannes Sixtupload-pack: Run rev-list in an asynchronous function.
2007-10-21 Johannes Sixtupload-pack: Move the revision walker into a separate...
2007-10-21 Johannes SixtUse the asyncronous function infrastructure in builtin...
2007-10-21 Johannes SixtAdd infrastructure to run a function asynchronously.
2007-10-21 Johannes Sixtupload-pack: Use start_command() to run pack-objects...
2007-10-21 Johannes SixtHave start_command() create a pipe to read the stderr...
2007-10-21 Johannes SixtUse start_comand() in builtin-fetch-pack.c instead...
2007-10-21 Johannes SixtUse run_command() to spawn external diff programs inste...
2007-10-21 Johannes SixtUse start_command() to run content filters instead...
2007-10-21 Johannes SixtUse start_command() in git_connect() instead of explici...
2007-10-21 Johannes SixtChange git_connect() to return a struct child_process...
2007-10-21 Shawn O. PearceMerge git://git.kernel.org/pub/scm/gitk/gitk
2007-10-21 Shawn O. PearceMerge branch 'maint' of git://repo.or.cz/git-gui into maint
2007-10-21 Paul Mackerrasgitk: Fix "can't unset prevlines(...)" Tcl error
2007-10-21 Shawn O. PearceDefine compat version of mkdtemp for systems lacking it
2007-10-21 Johannes SchindelinDeduce exec_path also from calls to git with a relative...
2007-10-21 Joakim TjernlundImprove receive-pack error message about funny ref creation
2007-10-21 Julian Phillipsfast-import: Fix argument order to die in file_change_m
2007-10-21 Shawn O. Pearcegit-gui: Don't display CR within console windows gitgui-0.8.4
2007-10-21 Shawn O. Pearcegit-gui: Handle progress bars from newer gits
2007-10-20 Chris Pettittgit-p4 support for perforce renames.
2007-10-20 Simon Hausmanngit-p4: When skipping a patch as part of "git-p4 submit...
2007-10-20 Paul Mackerrasgitk: Avoid an error when cherry-picking if HEAD has...
2007-10-20 Paul Mackerrasgitk: Check that we are running on at least Tcl/Tk 8.4
2007-10-20 Shawn O. Pearcegit-gui: Correctly report failures from git-write-tree
2007-10-20 Ralf Wildenhuesgitk.txt: Fix markup.
2007-10-20 Johannes Sixtgitk: Do not pick up file names of "copy from" lines
2007-10-20 Jonathan del Strothergitk: Add support for OS X mouse wheel
2007-10-20 Jeff Kingsend-pack: respect '+' on wildcard refspecs
2007-10-19 Paul Mackerrasgitk: Fix Tcl error: can't unset findcurline
2007-10-19 Shawn O. PearceAvoid scary errors about tagged trees/blobs during...
2007-10-19 Shawn O. PearceMerge branch 'maint'
next