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-04-04
Fix switching to a branch with D/F when current branch has file D.
Junio C Hamano
1
-1
/
+112
2007-04-04
Fix twoway_merge that passed d/f conflict marker to merged_entry().
Junio C Hamano
1
-2
/
+8
2007-04-04
Fix read-tree --prefix=dir/.
Junio C Hamano
1
-0
/
+1
2007-04-04
unpack-trees: get rid of *indpos parameter.
Junio C Hamano
2
-9
/
+8
2007-04-04
unpack_trees.c: pass unpack_trees_options structure to keep_entry() as well.
Junio C Hamano
1
-7
/
+7
2007-04-04
add_cache_entry(): removal of file foo does not conflict with foo/bar
Junio C Hamano
1
-9
/
+31
2007-04-04
Merge branch 'jc/bisect'
Junio C Hamano
4
-20
/
+338
2007-04-04
Merge branch 'fl/doc'
Junio C Hamano
2
-3
/
+37
2007-04-04
Merge branch 'post1.5.1/blame.el'
Junio C Hamano
1
-46
/
+92
2007-04-04
Merge branch 'post1.5.1/tcltk'
Junio C Hamano
4
-5
/
+78
2007-04-04
Merge branch 'post1.5.1/p4'
Junio C Hamano
2
-7
/
+53
2007-04-04
Merge branch 'lt/dirwalk'
Junio C Hamano
5
-9
/
+95
2007-04-03
GIT 1.5.1
Junio C Hamano
3
-16
/
+187
2007-04-03
Merge 1.5.0.7 in
Junio C Hamano
3
-4
/
+44
2007-04-03
GIT 1.5.0.7
Junio C Hamano
3
-2
/
+20
2007-04-03
Documentation: A few minor fixes to Git User's Manual
Jakub Narebski
1
-10
/
+10
2007-04-03
Plug memory leak in index-pack collision checking codepath.
Nicolas Pitre
1
-0
/
+1
2007-04-03
rerere should not repeat the earlier hunks in later ones
Junio C Hamano
2
-4
/
+26
2007-04-02
Hopefully final update to the draft Release Notes, preparing for 1.5.1
Junio C Hamano
1
-8
/
+15
2007-03-31
Optional Tck/Tk: ignore generated files.
Junio C Hamano
1
-0
/
+2
2007-03-31
Eliminate checks of user-specified Tcl/Tk interpreter.
Eygene Ryabinkin
1
-3
/
+1
2007-03-31
Rewrite Tcl/Tk interpreter path for the GUI tools.
Eygene Ryabinkin
1
-3
/
+24
2007-03-31
Add --with-tcltk and --without-tcltk to configure.
Eygene Ryabinkin
3
-1
/
+38
2007-03-31
NO_TCLTK
Eygene Ryabinkin
1
-3
/
+18
2007-03-31
Added correct Python path to the RPM specfile.
Eygene Ryabinkin
1
-1
/
+5
2007-03-31
Remove unused WITH_OWN_SUBPROCESS_PY from RPM spec
Brian Gernhardt
1
-5
/
+4
2007-03-31
Added git-p4 package to the list of git RPMs.
Eygene Ryabinkin
1
-4
/
+21
2007-03-31
Add the WITH_P4IMPORT knob to the Makefile.
Eygene Ryabinkin
1
-0
/
+26
2007-03-31
git-blame.el: pick a set of random colors for each git-blame turn
Xavier Maillard
1
-28
/
+55
2007-03-31
git-blame.el: separate git-blame-mode to ease maintenance
Xavier Maillard
1
-18
/
+37
2007-03-31
Optimize directory listing with pathspec limiter.
Linus Torvalds
5
-9
/
+95
2007-03-31
cvsserver: Don't lie about binary mode in asciidoc documentation
Frank Lichtenheld
1
-3
/
+5
2007-03-31
git-svn: fail on rebase if we are unable to find a ref to rebase against
Eric Wong
1
-0
/
+3
2007-03-31
Keep rename/rename conflicts of intermediate merges while doing recursive merge
Alex Riesen
1
-6
/
+31
2007-03-31
contrib/workdir: add a simple script to create a working directory
Julian Phillips
1
-0
/
+57
2007-03-31
Reimplement emailing part of hooks--update in contrib/hooks/post-receive-email
Andy Parkins
2
-0
/
+605
2007-03-31
git-svn: avoid respewing similar error messages for missing paths
Eric Wong
1
-5
/
+11
2007-03-31
Rename warn() to warning() to fix symbol conflicts on BSD and Mac OS
Theodore Ts'o
5
-6
/
+6
2007-03-31
git-mailinfo fixes for patch munging
Don Zickus
2
-12
/
+13
2007-03-31
gitweb: Support comparing blobs (files) with different names
Jakub Narebski
1
-2
/
+2
2007-03-30
Do not bother documenting fetch--tool
Junio C Hamano
1
-1
/
+1
2007-03-30
Update draft release notes for 1.5.1
Junio C Hamano
1
-1
/
+6
2007-03-29
Merge branch 'maint'
Junio C Hamano
2
-9
/
+9
2007-03-29
git-quiltimport /bin/sh-ism fix
Francis Daly
1
-1
/
+1
2007-03-29
Bisect: Improve error message in "bisect_next_check".
Christian Couder
1
-7
/
+9
2007-03-29
Merge branch 'master' of git://repo.or.cz/git/mergetool.git
Junio C Hamano
2
-81
/
+87
2007-03-29
mergetool: Clean up description of files and prompts for merge resolutions
Theodore Ts'o
1
-12
/
+15
2007-03-29
mergetool: Make git-rm quiet when resolving a deleted file conflict
Theodore Ts'o
1
-1
/
+1
2007-03-29
mergetool: Add support for Apple Mac OS X's opendiff command
Theodore Ts'o
1
-2
/
+14
2007-03-29
mergetool: Fix abort command when resolving symlinks and deleted files
Theodore Ts'o
1
-4
/
+4
[next]