summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-22gitweb: Provide title attributes for abbreviated author names.Libravatar David Symonds1-5/+29
2007-10-22git-cherry-pick: improve description of -x.Libravatar Ralf Wildenhues1-5/+6
2007-10-22Correct some sizeof(size_t) != sizeof(unsigned long) typing errorsLibravatar René Scharfe4-5/+13
2007-10-21Use PRIuMAX instead of 'unsigned long long' in show-indexLibravatar Shawn O. Pearce1-1/+1
2007-10-21Merge branch 'maint'Libravatar Shawn O. Pearce13-32/+187
2007-10-21Describe more 1.5.3.5 fixes in release notesLibravatar Shawn O. Pearce1-0/+15
2007-10-21Fix diffcore-break total breakageLibravatar Linus Torvalds2-4/+8
2007-10-21Fix directory scanner to correctly ignore files without d_typeLibravatar Linus Torvalds1-14/+38
2007-10-21Improved const correctness for stringsLibravatar Shawn O. Pearce4-5/+5
2007-10-21Use the asyncronous function infrastructure to run the content filter.Libravatar Johannes Sixt1-33/+28
2007-10-21Avoid a dup2(2) in apply_filter() - start_command() can do it for us.Libravatar Johannes Sixt1-4/+3
2007-10-21t0021-conversion.sh: Test that the clean filter really cleans content.Libravatar Johannes Sixt1-1/+6
2007-10-21upload-pack: Run rev-list in an asynchronous function.Libravatar Johannes Sixt1-28/+18
2007-10-21upload-pack: Move the revision walker into a separate function.Libravatar Johannes Sixt1-33/+37
2007-10-21Use the asyncronous function infrastructure in builtin-fetch-pack.c.Libravatar Johannes Sixt1-21/+18
2007-10-21Add infrastructure to run a function asynchronously.Libravatar Johannes Sixt2-8/+65
2007-10-21upload-pack: Use start_command() to run pack-objects in create_pack_file().Libravatar Johannes Sixt1-61/+44
2007-10-21Have start_command() create a pipe to read the stderr of the child.Libravatar Johannes Sixt2-2/+25
2007-10-21Use start_comand() in builtin-fetch-pack.c instead of explicit fork/exec.Libravatar Johannes Sixt1-40/+16
2007-10-21Use run_command() to spawn external diff programs instead of fork/exec.Libravatar Johannes Sixt1-35/+3
2007-10-21Use start_command() to run content filters instead of explicit fork/exec.Libravatar Johannes Sixt1-23/+7
2007-10-21Use start_command() in git_connect() instead of explicit fork/exec.Libravatar Johannes Sixt1-55/+48
2007-10-21Change git_connect() to return a struct child_process instead of a pid_t.Libravatar Johannes Sixt7-43/+33
2007-10-20Merge git://git.kernel.org/pub/scm/gitk/gitkLibravatar Shawn O. Pearce1-20/+21
2007-10-20Merge branch 'maint' of git://repo.or.cz/git-gui into maintLibravatar Shawn O. Pearce4-11/+73
2007-10-21gitk: Fix "can't unset prevlines(...)" Tcl errorLibravatar Paul Mackerras1-16/+5