12120 Commits (ae3e76c2991ddd5fd72cff22cd39d5d297e63504)
 

Author SHA1 Message Date
Johannes Sixt 21edd3f197 upload-pack: Run rev-list in an asynchronous function. 17 years ago
Johannes Sixt 80ccaa78a8 upload-pack: Move the revision walker into a separate function. 17 years ago
Johannes Sixt 088fab5fc4 Use the asyncronous function infrastructure in builtin-fetch-pack.c. 17 years ago
Johannes Sixt 2d22c20830 Add infrastructure to run a function asynchronously. 17 years ago
Johannes Sixt cc41fa8da9 upload-pack: Use start_command() to run pack-objects in create_pack_file(). 17 years ago
Johannes Sixt f3b33f1d22 Have start_command() create a pipe to read the stderr of the child. 17 years ago
Johannes Sixt 477822c35d Use start_comand() in builtin-fetch-pack.c instead of explicit fork/exec. 17 years ago
Johannes Sixt d5535ec75c Use run_command() to spawn external diff programs instead of fork/exec. 17 years ago
Johannes Sixt dc1bfdcd1a Use start_command() to run content filters instead of explicit fork/exec. 17 years ago
Johannes Sixt f364cb8823 Use start_command() in git_connect() instead of explicit fork/exec. 17 years ago
Johannes Sixt 98158e9cfd Change git_connect() to return a struct child_process instead of a pid_t. 17 years ago
Shawn O. Pearce 6e863d6d12 Merge git://git.kernel.org/pub/scm/gitk/gitk 17 years ago
Shawn O. Pearce 7468c297fa Merge branch 'maint' of git://repo.or.cz/git-gui into maint 17 years ago
Paul Mackerras e5ef6f952a gitk: Fix "can't unset prevlines(...)" Tcl error 17 years ago
Shawn O. Pearce ca5bb5d539 Define compat version of mkdtemp for systems lacking it 17 years ago
Johannes Schindelin 43db492a8e Deduce exec_path also from calls to git with a relative path 17 years ago
Joakim Tjernlund 0b8293f677 Improve receive-pack error message about funny ref creation 17 years ago
Julian Phillips 2005dbe2a4 fast-import: Fix argument order to die in file_change_m 17 years ago
Shawn O. Pearce bbbadf6e58 git-gui: Don't display CR within console windows 17 years ago
Shawn O. Pearce bea6878be2 git-gui: Handle progress bars from newer gits 17 years ago
Chris Pettitt d9a5f25b67 git-p4 support for perforce renames. 17 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". 17 years ago
Paul Mackerras 3ebba3c724 gitk: Avoid an error when cherry-picking if HEAD has moved on 17 years ago
Paul Mackerras 5d7589d4c4 gitk: Check that we are running on at least Tcl/Tk 8.4 17 years ago
Shawn O. Pearce 8af52d7a83 git-gui: Correctly report failures from git-write-tree 17 years ago
Ralf Wildenhues 1d5bf7fcee gitk.txt: Fix markup. 17 years ago
Johannes Sixt 5e85ec4cd0 gitk: Do not pick up file names of "copy from" lines 17 years ago
Jonathan del Strother 5dd57d5122 gitk: Add support for OS X mouse wheel 17 years ago
Jeff King 5eb7358167 send-pack: respect '+' on wildcard refspecs 17 years ago
Paul Mackerras eb33a67f21 gitk: Fix Tcl error: can't unset findcurline 17 years ago
Shawn O. Pearce cfa5b2b7fa Avoid scary errors about tagged trees/blobs during git-fetch 17 years ago
Shawn O. Pearce 7840ce6cb2 Merge branch 'maint' 17 years ago
Shawn O. Pearce e7187e4e0f Paper bag fix diff invocation in 'git stash show' 17 years ago
Shawn O. Pearce f5bf6feb05 Merge branch 'maint' 17 years ago
Shawn O. Pearce bbaf63f2f1 Further 1.5.3.5 fixes described in release notes 17 years ago
Shawn O. Pearce 0e30404370 Stop displaying "Pack pack-$ID created." during git-gc 17 years ago
Shawn O. Pearce b5d72f0a4c Teach prune-packed to use the standard progress meter 17 years ago
Shawn O. Pearce 9c60a966f2 Change 'Deltifying objects' to 'Compressing objects' 17 years ago
Jeff King d7e56dbc4f Documentation/git-gc: improve description of --auto 17 years ago
Jeff King 08fbb136f7 Documentation/git-gc: explain --auto in description 17 years ago
Jeff King dd8b883ab9 git-gc: improve wording of --auto notification 17 years ago
Shawn O. Pearce 89d750bf6f Avoid invoking diff drivers during git-stash 17 years ago
Steffen Prohaska d7b0a09316 attr: fix segfault in gitattributes parsing code 17 years ago
Patrick Welche 415e7b877c Define NI_MAXSERV if not defined by operating system 17 years ago
Alex Bennee fd0b9594d0 Ensure we add directories in the correct order 17 years ago
Linus Torvalds 42a32174b6 Avoid scary errors about tagged trees/blobs during git-fetch 17 years ago
Steffen Prohaska d279fc1a76 mergetool: avoid misleading message "Resetting to default..." 17 years ago
Steffen Prohaska ca8e6b7a55 mergetool: add support for ECMerge 17 years ago
Steffen Prohaska e3fa2c761f mergetool: use path to mergetool in config var mergetool.<tool>.path 17 years ago
Jonathan del Strother 889a50e909 Fixing path quoting in git-rebase 17 years ago