summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-10-28git.el: Fix typo in git-update-saved-file error handling.Libravatar Alexandre Julliard1-1/+1
2007-10-28git.el: Fix typo in "Reverted file" message.Libravatar Alexandre Julliard1-1/+1
2007-10-28git-fetch: do not fail when remote branch disappearsLibravatar Junio C Hamano3-18/+33
2007-10-28Merge branch 'master' of git://git.kernel.org/pub/scm/gitk/gitkLibravatar Junio C Hamano1-1091/+1744
2007-10-27gitk: Use the UI font for the diff/old version/new version radio buttonsLibravatar Paul Mackerras1-3/+3
2007-10-27Merge branch 'dev'Libravatar Paul Mackerras1-1076/+1638
2007-10-27gitk: Simplify the code for finding commitsLibravatar Paul Mackerras1-152/+54
2007-10-26revert/cherry-pick: work on merge commits as wellLibravatar Junio C Hamano4-9/+64
2007-10-26Bisect run: "skip" current commit if script exit code is 125.Libravatar Christian Couder3-4/+57
2007-10-26Bisect: add a "bisect replay" test case.Libravatar Christian Couder1-0/+7
2007-10-26Bisect: add "bisect skip" to the documentation.Libravatar Christian Couder1-2/+17
2007-10-26Bisect: refactor "bisect_{bad,good,skip}" into "bisect_state".Libravatar Christian Couder1-51/+31
2007-10-26Bisect: refactor some logging into "bisect_write".Libravatar Christian Couder1-33/+14
2007-10-26Bisect: refactor "bisect_write_*" functions.Libravatar Christian Couder1-26/+20
2007-10-26Bisect: implement "bisect skip" to mark untestable revisions.Libravatar Christian Couder2-6/+190
2007-10-26Bisect: fix some white spaces and empty lines breakages.Libravatar Christian Couder1-9/+8
2007-10-26rev-list documentation: add "--bisect-all".Libravatar Christian Couder1-0/+16
2007-10-26rev-list: implement --bisect-allLibravatar Christian Couder3-15/+88
2007-10-26Merge branch 'ja/shorthelp'Libravatar Junio C Hamano1-2/+1
2007-10-26help: remove extra blank line after "See 'git --help'" messageLibravatar Junio C Hamano1-1/+1
2007-10-26Do the fuzzy rename detection limits with the exact renames removedLibravatar Linus Torvalds1-14/+18
2007-10-26Fix ugly magic special case in exact rename detectionLibravatar Linus Torvalds1-13/+14
2007-10-26Do exact rename detection regardless of rename limitsLibravatar Linus Torvalds1-6/+6
2007-10-26Do linear-time/space rename logic for exact renamesLibravatar Linus Torvalds4-65/+303
2007-10-26copy vs rename detection: avoid unnecessary O(n*m) loopsLibravatar Linus Torvalds3-75/+35
2007-10-26Ref-count the filespecs used by diffcoreLibravatar Linus Torvalds3-14/+19
2007-10-26Split out "exact content match" phase of rename detectionLibravatar Linus Torvalds1-34/+56
2007-10-26Add 'diffcore.h' to LIB_HLibravatar Linus Torvalds1-2/+1
2007-10-26Merge branch 'maint'Libravatar Junio C Hamano2-6/+3
2007-10-26Test suite: reset TERM to its previous value after testing.Libravatar Christian Couder1-0/+4
2007-10-26Merge branch 'ph/color-test'Libravatar Junio C Hamano1-17/+48
2007-10-26hooks-pre-commit: use \t, rather than a literal TAB in regexpLibravatar Jim Meyering1-1/+1
2007-10-26Fix generation of perl/perl.makLibravatar Alex Riesen1-5/+1
2007-10-26fast-import.c: fix regression due to strbuf conversionLibravatar Pierre Habouzit1-0/+1
2007-10-24Support a --quiet option in the test-suite.Libravatar Pierre Habouzit1-1/+4
2007-10-24Add some fancy colors in the test library when terminal supports it.Libravatar Pierre Habouzit1-17/+45
2007-10-24gitweb: Use chop_and_escape_str in more places.Libravatar David Symonds1-3/+3
2007-10-24gitweb: Refactor abbreviation-with-title-attribute code.Libravatar David Symonds1-24/+21
2007-10-24Merge branch 'db/fetch-pack'Libravatar Junio C Hamano58-1575/+2953
2007-10-24git-send-email: add a new sendemail.to configuration variableLibravatar Miklos Vajna2-0/+4
2007-10-24git-remote: fix "Use of uninitialized value in string ne"Libravatar Junio C Hamano1-1/+2
2007-10-24gitk: Fix a couple more bugs in the path limitingLibravatar Paul Mackerras1-18/+29
2007-10-23k.org git toppage: Add link to 1.5.3 release notes.Libravatar Junio C Hamano1-1/+2
2007-10-23Merge branch 'master' into devLibravatar Paul Mackerras1-33/+115
2007-10-23gitk: Fix some bugs with path limiting in the diff displayLibravatar Paul Mackerras1-1/+5
2007-10-23gitk: Use the status window for other functionsLibravatar Paul Mackerras1-6/+6
2007-10-23gitk: Integrate the reset progress bar in the main frameLibravatar Paul Mackerras1-21/+27
2007-10-23gitk: Ensure tabstop setting gets restored by Cancel buttonLibravatar Paul Mackerras1-7/+7
2007-10-23gitk: Limit diff display to listed paths by defaultLibravatar Paul Mackerras1-10/+86
2007-10-22On error, do not list all commands, but point to --help optionLibravatar Jari Aalto1-2/+1