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
2008-03-14
t6000lib: re-fix tr portability
Jeff King
1
-4
/
+7
2008-03-13
t7505: use SHELL_PATH in hook
Jeff King
1
-2
/
+3
2008-03-13
t9112: add missing #!/bin/sh header
Jeff King
1
-0
/
+2
2008-03-13
filter-branch: use $SHELL_PATH instead of 'sh'
Jeff King
2
-1
/
+2
2008-03-13
filter-branch: don't use xargs -0
Jeff King
1
-1
/
+1
2008-03-13
add NO_EXTERNAL_GREP build option
Jeff King
2
-2
/
+16
2008-03-13
t6000lib: tr portability fix
Jeff King
1
-1
/
+4
2008-03-13
t4020: don't use grep -a
Jeff King
2
-1
/
+2
2008-03-13
add test_cmp function for test scripts
Jeff King
40
-115
/
+133
2008-03-13
remove use of "tail -n 1" and "tail -1"
Jeff King
7
-20
/
+20
2008-03-13
grep portability fix: don't use "-e" or "-q"
Jeff King
9
-43
/
+42
2008-03-13
more tr portability test script fixes
Jeff King
10
-17
/
+17
2008-03-13
t0050: perl portability fix
Jeff King
1
-2
/
+2
2008-03-12
tr portability fixes
Jeff King
4
-6
/
+9
2008-03-11
Merge git://repo.or.cz/git-gui
Junio C Hamano
9
-573
/
+724
2008-03-12
git-gui: Simplify MSGFMT setting in Makefile
Junio C Hamano
1
-6
/
+1
2008-03-11
Merge branch 'js/remote'
Junio C Hamano
12
-3
/
+795
2008-03-11
Merge branch 'lt/unpack-trees'
Junio C Hamano
15
-452
/
+503
2008-03-11
"remote update": print remote name being fetched from
Samuel Tardieu
1
-0
/
+1
2008-03-11
Merge branch 'maint'
Junio C Hamano
4
-3
/
+37
2008-03-11
git-svn: fix find-rev error message when missing arg
Marc-Andre Lureau
1
-1
/
+2
2008-03-11
t0021: tr portability fix for Solaris
Jeff King
1
-1
/
+3
2008-03-11
launch_editor(): allow spaces in the filename
Johannes Schindelin
2
-1
/
+32
2008-03-11
git rebase --abort: always restore the right commit
Mike Hommey
2
-3
/
+73
2008-03-11
Merge branch 'jc/cherry-pick' (early part)
Junio C Hamano
6
-389
/
+449
2008-03-11
Merge branch 'maint'
Junio C Hamano
1
-0
/
+2
2008-03-11
Merge branch 'kb/maint-filter-branch-disappear' into maint
Junio C Hamano
2
-1
/
+34
2008-03-11
Merge branch 'aw/maint-shortlog-blank-lines' into maint
Junio C Hamano
1
-2
/
+3
2008-03-10
unpack_trees(): fix diff-index regression.
Linus Torvalds
2
-2
/
+18
2008-03-10
update 'git rebase' documentation
SZEDER Gábor
2
-4
/
+2
2008-03-10
bash: fix long option with argument double completion
SZEDER Gábor
1
-7
/
+15
2008-03-10
bash: Add more long options to be completed with "git --<TAB>"
Teemu Likonen
1
-0
/
+3
2008-03-10
bash: use __gitdir when completing 'git rebase' options
SZEDER Gábor
1
-2
/
+2
2008-03-10
bash: Remove completion of core.legacyheaders option
Shawn O. Pearce
1
-1
/
+0
2008-03-10
bash: add 'git svn' subcommands and options
SZEDER Gábor
1
-1
/
+80
2008-03-10
bash: add new 'git stash' subcommands
SZEDER Gábor
1
-1
/
+1
2008-03-10
bash: refactor searching for subcommands on the command line
SZEDER Gábor
1
-39
/
+32
2008-03-10
bash: remove unnecessary conditions when checking for subcommands
SZEDER Gábor
1
-4
/
+4
2008-03-10
bash: Properly quote the GIT_DIR at all times to fix subdirectory paths with ...
Kevin Ballard
1
-4
/
+4
2008-03-10
traverse_trees_recursive(): propagate merge errors up
Junio C Hamano
1
-3
/
+4
2008-03-10
git-pull documentation: warn about the option order
Junio C Hamano
1
-0
/
+2
2008-03-09
unpack_trees(): minor memory leak fix in unused destination index
Linus Torvalds
1
-0
/
+1
2008-03-09
Make 'unpack_trees()' have a separate source and destination index
Linus Torvalds
8
-153
/
+102
2008-03-09
Make 'unpack_trees()' take the index to work on as an argument
Linus Torvalds
7
-39
/
+52
2008-03-09
Add 'const' where appropriate to index handling functions
Linus Torvalds
4
-16
/
+16
2008-03-09
Fix tree-walking compare_entry() in the presense of --prefix
Linus Torvalds
1
-0
/
+3
2008-03-09
Move 'unpack_trees()' over to 'traverse_trees()' interface
Linus Torvalds
1
-281
/
+249
2008-03-09
Make 'traverse_trees()' traverse conflicting DF entries in parallel
Linus Torvalds
3
-4
/
+9
2008-03-09
Add return value to 'traverse_tree()' callback
Linus Torvalds
3
-13
/
+22
2008-03-09
Make 'traverse_tree()' use linked structure rather than 'const char *base'
Linus Torvalds
3
-28
/
+78
[next]