index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-21
Add infrastructure to run a function asynchronously.
Johannes Sixt
2
-8
/
+65
2007-10-21
upload-pack: Use start_command() to run pack-objects in create_pack_file().
Johannes Sixt
1
-61
/
+44
2007-10-21
Have start_command() create a pipe to read the stderr of the child.
Johannes Sixt
2
-2
/
+25
2007-10-21
Use start_comand() in builtin-fetch-pack.c instead of explicit fork/exec.
Johannes Sixt
1
-40
/
+16
2007-10-21
Use run_command() to spawn external diff programs instead of fork/exec.
Johannes Sixt
1
-35
/
+3
2007-10-21
Use start_command() to run content filters instead of explicit fork/exec.
Johannes Sixt
1
-23
/
+7
2007-10-21
Use start_command() in git_connect() instead of explicit fork/exec.
Johannes Sixt
1
-55
/
+48
2007-10-21
Change git_connect() to return a struct child_process instead of a pid_t.
Johannes Sixt
7
-43
/
+33
2007-10-20
Merge git://git.kernel.org/pub/scm/gitk/gitk
Shawn O. Pearce
1
-20
/
+21
2007-10-20
Merge branch 'maint' of git://repo.or.cz/git-gui into maint
Shawn O. Pearce
4
-11
/
+73
2007-10-21
gitk: Fix "can't unset prevlines(...)" Tcl error
Paul Mackerras
1
-16
/
+5
2007-10-20
Define compat version of mkdtemp for systems lacking it
Shawn O. Pearce
3
-0
/
+21
2007-10-20
Deduce exec_path also from calls to git with a relative path
Johannes Schindelin
1
-2
/
+3
2007-10-20
Improve receive-pack error message about funny ref creation
Joakim Tjernlund
1
-1
/
+1
2007-10-20
fast-import: Fix argument order to die in file_change_m
Julian Phillips
1
-1
/
+1
2007-10-20
git-gui: Don't display CR within console windows
Shawn O. Pearce
1
-1
/
+1
2007-10-20
git-gui: Handle progress bars from newer gits
Shawn O. Pearce
1
-1
/
+4
2007-10-20
git-p4 support for perforce renames.
Chris Pettitt
1
-1
/
+11
2007-10-20
git-p4: When skipping a patch as part of "git-p4 submit" make sure we correct...
Simon Hausmann
1
-0
/
+4
2007-10-20
gitk: Avoid an error when cherry-picking if HEAD has moved on
Paul Mackerras
1
-1
/
+1
2007-10-20
gitk: Check that we are running on at least Tcl/Tk 8.4
Paul Mackerras
1
-0
/
+7
2007-10-20
git-gui: Correctly report failures from git-write-tree
Shawn O. Pearce
1
-1
/
+1
2007-10-19
gitk.txt: Fix markup.
Ralf Wildenhues
1
-1
/
+1
2007-10-19
gitk: Do not pick up file names of "copy from" lines
Johannes Sixt
1
-2
/
+1
2007-10-19
gitk: Add support for OS X mouse wheel
Jonathan del Strother
1
-0
/
+6
2007-10-19
send-pack: respect '+' on wildcard refspecs
Jeff King
2
-0
/
+50
2007-10-19
gitk: Fix Tcl error: can't unset findcurline
Paul Mackerras
1
-2
/
+2
2007-10-19
Avoid scary errors about tagged trees/blobs during git-fetch
Shawn O. Pearce
1
-3
/
+3
2007-10-19
Merge branch 'maint'
Shawn O. Pearce
1
-1
/
+1
2007-10-19
Paper bag fix diff invocation in 'git stash show'
Shawn O. Pearce
1
-1
/
+1
2007-10-19
Merge branch 'maint'
Shawn O. Pearce
7
-8
/
+43
2007-10-19
Further 1.5.3.5 fixes described in release notes
Shawn O. Pearce
1
-3
/
+13
2007-10-19
Stop displaying "Pack pack-$ID created." during git-gc
Shawn O. Pearce
1
-3
/
+0
2007-10-19
Teach prune-packed to use the standard progress meter
Shawn O. Pearce
1
-4
/
+11
2007-10-18
Change 'Deltifying objects' to 'Compressing objects'
Shawn O. Pearce
1
-1
/
+1
2007-10-18
Documentation/git-gc: improve description of --auto
Jeff King
1
-12
/
+17
2007-10-18
Documentation/git-gc: explain --auto in description
Jeff King
1
-1
/
+2
2007-10-18
git-gc: improve wording of --auto notification
Jeff King
1
-3
/
+3
2007-10-18
Avoid invoking diff drivers during git-stash
Shawn O. Pearce
1
-3
/
+3
2007-10-18
attr: fix segfault in gitattributes parsing code
Steffen Prohaska
2
-1
/
+11
2007-10-18
Define NI_MAXSERV if not defined by operating system
Patrick Welche
1
-0
/
+4
2007-10-18
Ensure we add directories in the correct order
Alex Bennee
1
-0
/
+11
2007-10-18
Avoid scary errors about tagged trees/blobs during git-fetch
Linus Torvalds
1
-1
/
+1
2007-10-18
mergetool: avoid misleading message "Resetting to default..."
Steffen Prohaska
1
-1
/
+1
2007-10-18
mergetool: add support for ECMerge
Steffen Prohaska
2
-2
/
+12
2007-10-18
mergetool: use path to mergetool in config var mergetool.<tool>.path
Steffen Prohaska
2
-43
/
+60
2007-10-18
Fixing path quoting in git-rebase
Jonathan del Strother
1
-13
/
+13
2007-10-18
t5516: test update of local refs on push
Jeff King
1
-0
/
+28
2007-10-18
send-pack: don't update tracking refs on error
Jeff King
1
-16
/
+34
2007-10-18
Merge branch 'jc/am-quiet'
Shawn O. Pearce
1
-4
/
+0
[prev]
[next]