summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-10-28git.el: Run git-gc --auto after commits.Alexandre Julliard
2007-10-28git.el: Refresh only the changed file marks when marking/unmarking all.Alexandre Julliard
2007-10-28git.el: Fix typo in git-update-saved-file error handling.Alexandre Julliard
2007-10-28git.el: Fix typo in "Reverted file" message.Alexandre Julliard
2007-10-28git-fetch: do not fail when remote branch disappearsJunio C Hamano
2007-10-28Merge branch 'master' of git://git.kernel.org/pub/scm/gitk/gitkJunio C Hamano
2007-10-27gitk: Use the UI font for the diff/old version/new version radio buttonsPaul Mackerras
2007-10-27Merge branch 'dev'Paul Mackerras
2007-10-27gitk: Simplify the code for finding commitsPaul Mackerras
2007-10-27Merge branch 'ja/shorthelp'Junio C Hamano
2007-10-27help: remove extra blank line after "See 'git --help'" messageJunio C Hamano
2007-10-27Merge branch 'maint'Junio C Hamano
2007-10-27Test suite: reset TERM to its previous value after testing.Christian Couder
2007-10-27Merge branch 'ph/color-test'Junio C Hamano
2007-10-27hooks-pre-commit: use \t, rather than a literal TAB in regexpJim Meyering
2007-10-26Fix generation of perl/perl.makAlex Riesen
2007-10-26fast-import.c: fix regression due to strbuf conversionPierre Habouzit
2007-10-25Support a --quiet option in the test-suite.Pierre Habouzit
2007-10-25Add some fancy colors in the test library when terminal supports it.Pierre Habouzit
2007-10-25Merge branch 'db/fetch-pack'Junio C Hamano
2007-10-25git-send-email: add a new sendemail.to configuration variableMiklos Vajna
2007-10-25git-remote: fix "Use of uninitialized value in string ne"Junio C Hamano
2007-10-24gitk: Fix a couple more bugs in the path limitingPaul Mackerras
2007-10-23k.org git toppage: Add link to 1.5.3 release notes.Junio C Hamano
2007-10-23Merge branch 'master' into devPaul Mackerras
2007-10-23gitk: Fix some bugs with path limiting in the diff displayPaul Mackerras
2007-10-23gitk: Use the status window for other functionsPaul Mackerras
2007-10-23gitk: Integrate the reset progress bar in the main framePaul Mackerras
2007-10-23gitk: Ensure tabstop setting gets restored by Cancel buttonPaul Mackerras
2007-10-23gitk: Limit diff display to listed paths by defaultPaul Mackerras
2007-10-22On error, do not list all commands, but point to --help optionJari Aalto
2007-10-22git-cherry-pick: improve description of -x.Ralf Wildenhues
2007-10-22Correct some sizeof(size_t) != sizeof(unsigned long) typing errorsRené Scharfe
2007-10-21Use PRIuMAX instead of 'unsigned long long' in show-indexShawn O. Pearce
2007-10-21Merge branch 'maint'Shawn O. Pearce
2007-10-21Describe more 1.5.3.5 fixes in release notesShawn O. Pearce
2007-10-21Fix diffcore-break total breakageLinus Torvalds
2007-10-21Fix directory scanner to correctly ignore files without d_typeLinus Torvalds
2007-10-21Improved const correctness for stringsShawn O. Pearce
2007-10-21Merge git://git.kernel.org/pub/scm/gitk/gitkShawn O. Pearce
2007-10-21Merge branch 'maint' of git://repo.or.cz/git-gui into maintShawn O. Pearce
2007-10-21gitk: Fix "can't unset prevlines(...)" Tcl errorPaul Mackerras
2007-10-21Define compat version of mkdtemp for systems lacking itShawn O. Pearce
2007-10-21Deduce exec_path also from calls to git with a relative pathJohannes Schindelin
2007-10-21Improve receive-pack error message about funny ref creationJoakim Tjernlund
2007-10-21fast-import: Fix argument order to die in file_change_mJulian Phillips
2007-10-21git-gui: Don't display CR within console windowsgitgui-0.8.4Shawn O. Pearce
2007-10-21git-gui: Handle progress bars from newer gitsShawn O. Pearce
2007-10-20git-p4 support for perforce renames.Chris Pettitt
2007-10-20git-p4: When skipping a patch as part of "git-p4 submit" make sure we correct...Simon Hausmann