12148 Commits (bd6ba4d28bf75b0857b3c81aa8bca8e454d9e79e)
 

Author SHA1 Message Date
Pierre Habouzit 1ece127467 Support a --quiet option in the test-suite. 18 years ago
Pierre Habouzit 55db1df0c8 Add some fancy colors in the test library when terminal supports it. 18 years ago
David Symonds d3cd249565 gitweb: Use chop_and_escape_str in more places. 18 years ago
David Symonds ce58ec9158 gitweb: Refactor abbreviation-with-title-attribute code. 18 years ago
Junio C Hamano d90a7fda35 Merge branch 'db/fetch-pack' 18 years ago
Miklos Vajna 2db9b49c6c git-send-email: add a new sendemail.to configuration variable 18 years ago
Junio C Hamano 59b2023fbb git-remote: fix "Use of uninitialized value in string ne" 18 years ago
Paul Mackerras 74a40c7110 gitk: Fix a couple more bugs in the path limiting 18 years ago
Junio C Hamano 8d863c98b2 k.org git toppage: Add link to 1.5.3 release notes. 18 years ago
Paul Mackerras 3de07118f0 Merge branch 'master' into dev 18 years ago
Paul Mackerras bd8f677e1c gitk: Fix some bugs with path limiting in the diff display 18 years ago
Paul Mackerras 4570b7e9d7 gitk: Use the status window for other functions 18 years ago
Paul Mackerras a137a90f49 gitk: Integrate the reset progress bar in the main frame 18 years ago
Paul Mackerras 94503918e4 gitk: Ensure tabstop setting gets restored by Cancel button 18 years ago
Paul Mackerras 7a39a17a87 gitk: Limit diff display to listed paths by default 18 years ago
Jari Aalto b5d21a4b68 On error, do not list all commands, but point to --help option 18 years ago
David Symonds e076a0e71f gitweb: Provide title attributes for abbreviated author names. 18 years ago
Ralf Wildenhues dd8175f83c git-cherry-pick: improve description of -x. 18 years ago
René Scharfe c32f749fec Correct some sizeof(size_t) != sizeof(unsigned long) typing errors 18 years ago
Shawn O. Pearce 5be507fc95 Use PRIuMAX instead of 'unsigned long long' in show-index 18 years ago
Shawn O. Pearce 8a37e21dab Merge branch 'maint' 18 years ago
Shawn O. Pearce 2ee52eb17c Describe more 1.5.3.5 fixes in release notes 18 years ago
Linus Torvalds 6dd4b66fde Fix diffcore-break total breakage 18 years ago
Linus Torvalds 07134421fc Fix directory scanner to correctly ignore files without d_type 18 years ago
Shawn O. Pearce 538dfe7397 Improved const correctness for strings 18 years ago
Johannes Sixt 546bb58232 Use the asyncronous function infrastructure to run the content filter. 18 years ago
Johannes Sixt 7683b6e81f Avoid a dup2(2) in apply_filter() - start_command() can do it for us. 18 years ago
Johannes Sixt a0ae35ae2d t0021-conversion.sh: Test that the clean filter really cleans content. 18 years ago
Johannes Sixt 21edd3f197 upload-pack: Run rev-list in an asynchronous function. 18 years ago
Johannes Sixt 80ccaa78a8 upload-pack: Move the revision walker into a separate function. 18 years ago
Johannes Sixt 088fab5fc4 Use the asyncronous function infrastructure in builtin-fetch-pack.c. 18 years ago
Johannes Sixt 2d22c20830 Add infrastructure to run a function asynchronously. 18 years ago
Johannes Sixt cc41fa8da9 upload-pack: Use start_command() to run pack-objects in create_pack_file(). 18 years ago
Johannes Sixt f3b33f1d22 Have start_command() create a pipe to read the stderr of the child. 18 years ago
Johannes Sixt 477822c35d Use start_comand() in builtin-fetch-pack.c instead of explicit fork/exec. 18 years ago
Johannes Sixt d5535ec75c Use run_command() to spawn external diff programs instead of fork/exec. 18 years ago
Johannes Sixt dc1bfdcd1a Use start_command() to run content filters instead of explicit fork/exec. 18 years ago
Johannes Sixt f364cb8823 Use start_command() in git_connect() instead of explicit fork/exec. 18 years ago
Johannes Sixt 98158e9cfd Change git_connect() to return a struct child_process instead of a pid_t. 18 years ago
Shawn O. Pearce 6e863d6d12 Merge git://git.kernel.org/pub/scm/gitk/gitk 18 years ago
Shawn O. Pearce 7468c297fa Merge branch 'maint' of git://repo.or.cz/git-gui into maint 18 years ago
Paul Mackerras e5ef6f952a gitk: Fix "can't unset prevlines(...)" Tcl error 18 years ago
Shawn O. Pearce ca5bb5d539 Define compat version of mkdtemp for systems lacking it 18 years ago
Johannes Schindelin 43db492a8e Deduce exec_path also from calls to git with a relative path 18 years ago
Joakim Tjernlund 0b8293f677 Improve receive-pack error message about funny ref creation 18 years ago
Julian Phillips 2005dbe2a4 fast-import: Fix argument order to die in file_change_m 18 years ago
Shawn O. Pearce bbbadf6e58 git-gui: Don't display CR within console windows 18 years ago
Shawn O. Pearce bea6878be2 git-gui: Handle progress bars from newer gits 18 years ago
Chris Pettitt d9a5f25b67 git-p4 support for perforce renames. 18 years ago
Simon Hausmann 209471493a git-p4: When skipping a patch as part of "git-p4 submit" make sure we correctly revert to the previous state of the files using "p4 revert". 18 years ago