summaryrefslogtreecommitdiffstats
path: root/sha1_name.c (unfollow)
Commit message (Expand)AuthorFilesLines
2007-10-30Correct handling of upload-pack in builtin-fetch-packDaniel Barkalow1-3/+4
2007-10-30Speedup scanning for excluded files.Lars Knoll2-16/+50
2007-10-29RelNotes-1.5.4: describe recent updatesJunio C Hamano2-2/+27
2007-10-29Teach git-pull about --[no-]ff, --no-squash and --commitLars Hjemli1-3/+11
2007-10-29Remove outdated references to cogito in documentationDan McGee1-1/+4
2007-10-29RelNotes-1.5.3.5: describe recent fixesJunio C Hamano1-0/+21
2007-10-29merge-recursive.c: mrtree in merge() is not used before setJunio C Hamano1-1/+1
2007-10-29sha1_file.c: avoid gcc signed overflow warningsJunio C Hamano1-7/+9
2007-10-29core-tutorial: Catch up with current GitBenoit Sigoure1-16/+10
2007-10-29Fix a small memory leak in builtin-addBenoit Sigoure1-0/+2
2007-10-28honor the http.sslVerify option in shell scriptsAurelien Bompard2-4/+6
2007-10-28git.el: Run git-gc --auto after commits.Alexandre Julliard1-0/+1
2007-10-28git.el: Refresh only the changed file marks when marking/unmarking all.Alexandre Julliard1-2/+5
2007-10-28git.el: Fix typo in git-update-saved-file error handling.Alexandre Julliard1-1/+1
2007-10-28git.el: Fix typo in "Reverted file" message.Alexandre Julliard1-1/+1
2007-10-28git-fetch: do not fail when remote branch disappearsJunio C Hamano3-18/+33
2007-10-27gitk: Use the UI font for the diff/old version/new version radio buttonsPaul Mackerras1-3/+3
2007-10-27gitk: Simplify the code for finding commitsPaul Mackerras1-152/+54
2007-10-27help: remove extra blank line after "See 'git --help'" messageJunio C Hamano1-1/+1
2007-10-27Test suite: reset TERM to its previous value after testing.Christian Couder1-0/+4
2007-10-27hooks-pre-commit: use \t, rather than a literal TAB in regexpJim Meyering1-1/+1
2007-10-27Fix generation of perl/perl.makAlex Riesen1-5/+1
2007-10-27fast-import.c: fix regression due to strbuf conversionPierre Habouzit1-0/+1
2007-10-25Support a --quiet option in the test-suite.Pierre Habouzit1-1/+4
2007-10-25Add some fancy colors in the test library when terminal supports it.Pierre Habouzit1-17/+45
2007-10-25git-send-email: add a new sendemail.to configuration variableMiklos Vajna2-0/+4
2007-10-25git-remote: fix "Use of uninitialized value in string ne"Junio C Hamano1-1/+2
2007-10-24gitk: Fix a couple more bugs in the path limitingPaul Mackerras1-18/+29
2007-10-23k.org git toppage: Add link to 1.5.3 release notes.Junio C Hamano1-1/+2
2007-10-23gitk: Fix some bugs with path limiting in the diff displayPaul Mackerras1-1/+5
2007-10-23gitk: Use the status window for other functionsPaul Mackerras1-6/+6
2007-10-23gitk: Integrate the reset progress bar in the main framePaul Mackerras1-21/+27
2007-10-23gitk: Ensure tabstop setting gets restored by Cancel buttonPaul Mackerras1-7/+7
2007-10-23gitk: Limit diff display to listed paths by defaultPaul Mackerras1-10/+86
2007-10-22On error, do not list all commands, but point to --help optionJari Aalto1-2/+1
2007-10-22git-cherry-pick: improve description of -x.Ralf Wildenhues1-5/+6
2007-10-22Correct some sizeof(size_t) != sizeof(unsigned long) typing errorsRené Scharfe4-5/+13
2007-10-21Use PRIuMAX instead of 'unsigned long long' in show-indexShawn O. Pearce1-1/+1
2007-10-21Describe more 1.5.3.5 fixes in release notesShawn O. Pearce1-0/+15
2007-10-21Fix diffcore-break total breakageLinus Torvalds2-4/+8
2007-10-21Fix directory scanner to correctly ignore files without d_typeLinus Torvalds1-14/+38
2007-10-21Improved const correctness for stringsShawn O. Pearce4-5/+5
2007-10-21gitk: Fix "can't unset prevlines(...)" Tcl errorPaul Mackerras1-16/+5
2007-10-21Define compat version of mkdtemp for systems lacking itShawn O. Pearce3-0/+21
2007-10-21Deduce exec_path also from calls to git with a relative pathJohannes Schindelin1-2/+3
2007-10-21Improve receive-pack error message about funny ref creationJoakim Tjernlund1-1/+1
2007-10-21fast-import: Fix argument order to die in file_change_mJulian Phillips1-1/+1
2007-10-21git-gui: Don't display CR within console windowsgitgui-0.8.4Shawn O. Pearce1-1/+1
2007-10-21git-gui: Handle progress bars from newer gitsShawn O. Pearce1-1/+4
2007-10-20git-p4 support for perforce renames.Chris Pettitt1-1/+11