summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-20Define compat version of mkdtemp for systems lacking itLibravatar Shawn O. Pearce3-0/+21
2007-10-20Deduce exec_path also from calls to git with a relative pathLibravatar Johannes Schindelin1-2/+3
2007-10-20Improve receive-pack error message about funny ref creationLibravatar Joakim Tjernlund1-1/+1
2007-10-20fast-import: Fix argument order to die in file_change_mLibravatar Julian Phillips1-1/+1
2007-10-20git-gui: Don't display CR within console windowsLibravatar Shawn O. Pearce1-1/+1
2007-10-20git-gui: Handle progress bars from newer gitsLibravatar Shawn O. Pearce1-1/+4
2007-10-20git-p4 support for perforce renames.Libravatar Chris Pettitt1-1/+11
2007-10-20git-p4: When skipping a patch as part of "git-p4 submit" make sure we correct...Libravatar Simon Hausmann1-0/+4
2007-10-20gitk: Avoid an error when cherry-picking if HEAD has moved onLibravatar Paul Mackerras1-1/+1
2007-10-20gitk: Check that we are running on at least Tcl/Tk 8.4Libravatar Paul Mackerras1-0/+7
2007-10-20git-gui: Correctly report failures from git-write-treeLibravatar Shawn O. Pearce1-1/+1