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-07-14
tutorial: clarify "pull" is "fetch + merge"
Junio C Hamano
1
-1
/
+27
2008-07-14
tutorial: use prompt with user names in example, to clarify who is doing what
Ian Katz
1
-13
/
+13
2008-07-14
bash completion: Resolve git show ref:path<tab> losing ref: portion
Shawn O. Pearce
1
-2
/
+25
2008-07-14
git-rebase: report checkout failure
Junio C Hamano
1
-3
/
+1
2008-07-14
reduce_heads(): protect from duplicate input
Junio C Hamano
2
-2
/
+31
2008-07-13
Update draft release notes for 1.6.0
Junio C Hamano
1
-1
/
+38
2008-07-13
git-mailinfo: use strbuf's instead of fixed buffers
Lukas Sandström
1
-405
/
+352
2008-07-13
bash completion: Append space after file names have been completed
Shawn O. Pearce
1
-1
/
+9
2008-07-13
git-mailinfo: Fix getting the subject from the in-body [PATCH] line
Lukas Sandström
7
-2
/
+104
2008-07-13
Merge branch 'sp/maint-bash-completion-optim'
Junio C Hamano
1
-15
/
+16
2008-07-13
bash completion: Don't offer "a.." as a completion for "a."
Shawn O. Pearce
1
-3
/
+0
2008-07-13
git-request-pull: replace call to deprecated peek-remote
Ramsay Jones
1
-1
/
+1
2008-07-13
Make rebase--interactive use OPTIONS_SPEC
Stephan Beyer
1
-26
/
+51
2008-07-13
t3404: test two "preserve merges with -p" cases
Stephan Beyer
1
-5
/
+21
2008-07-13
git-am/git-mailsplit: correct synopsis for reading from stdin
Stephan Beyer
3
-4
/
+4
2008-07-13
Merge branch 'maint' to sync with 1.5.6.3
Junio C Hamano
8
-22
/
+61
2008-07-13
GIT 1.5.6.3
Junio C Hamano
2
-9
/
+20
2008-07-13
Merge branch 'ph/parseopt-step-blame'
Junio C Hamano
8
-673
/
+788
2008-07-13
Merge branch 'am/stash-branch'
Junio C Hamano
3
-1
/
+99
2008-07-13
Merge branch 'sg/stash-k-i'
Junio C Hamano
3
-6
/
+52
2008-07-13
Merge branch 'jc/report-tracking'
Junio C Hamano
7
-90
/
+244
2008-07-13
Merge branch 'js/pick-root'
Junio C Hamano
2
-10
/
+46
2008-07-13
Merge branch 'ab/bundle'
Junio C Hamano
1
-2
/
+11
2008-07-13
Merge branch 'tr/add-i-e'
Junio C Hamano
3
-100
/
+174
2008-07-13
git-gui: MERGE_RR lives in .git/ directly with newer Git versions
Johannes Schindelin
1
-0
/
+1
2008-07-13
help (Windows): Display HTML in default browser using Windows' shell API
Steffen Prohaska
3
-1
/
+38
2008-07-13
help.c: Add support for htmldir relative to git_exec_path()
Steffen Prohaska
1
-3
/
+5
2008-07-13
Move code interpreting path relative to exec-dir to new function system_path()
Steffen Prohaska
4
-22
/
+15
2008-07-13
Make usage strings dash-less
Stephan Beyer
80
-101
/
+102
2008-07-13
Add some useful functions for strbuf manipulation.
Lukas Sandström
2
-0
/
+76
2008-07-13
Make some strbuf_*() struct strbuf arguments const.
Lukas Sandström
2
-4
/
+4
2008-07-13
reduce_heads(): thinkofix
Sverre Hvammen Johansen
2
-1
/
+12
2008-07-13
Add a new test for git-merge-resolve
Miklos Vajna
1
-0
/
+46
2008-07-13
t6021: add a new test for git-merge-resolve
Miklos Vajna
1
-0
/
+4
2008-07-13
Fix quadratic performance in rewrite_one.
Alexander N. Gavrilov
1
-6
/
+24
2008-07-13
t/: Use "test_must_fail git" instead of "! git"
Stephan Beyer
58
-233
/
+247
2008-07-13
t/test-lib.sh: exit with small negagive int is ok with test_must_fail
Stephan Beyer
1
-1
/
+1
2008-07-13
git-am: Do not exit silently if committer is unset
Stephan Beyer
1
-1
/
+2
2008-07-13
bash completion: Improve responsiveness of git-log completion
Shawn O. Pearce
1
-12
/
+16
2008-07-13
Move MERGE_RR from .git/rr-cache/ into .git/
Johannes Schindelin
3
-5
/
+5
2008-07-12
t0004: fix timing bug
Junio C Hamano
1
-9
/
+10
2008-07-11
Add pretty format %aN which gives the author name, respecting .mailmap
Johannes Schindelin
2
-2
/
+27
2008-07-11
We need to check for msys as well as Windows in add--interactive.
Mike Pape
1
-1
/
+1
2008-07-11
Convert CR/LF to LF in tag signatures
Johannes Schindelin
1
-0
/
+10
2008-07-11
Fixed text file auto-detection: treat EOF character 032 at the end of file as...
Dmitry Kakurin
1
-0
/
+4
2008-07-11
make remove-dashes: apply to scripts and programs as well, not just to builtins
Miklos Vajna
2
-10
/
+10
2008-07-11
git-bisect: use dash-less form on git bisect log
Miklos Vajna
1
-4
/
+8
2008-07-11
t1007-hash-object.sh: use quotes for the test description
Miklos Vajna
1
-1
/
+1
2008-07-11
t0001-init.sh: change confusing directory name
Miklos Vajna
1
-3
/
+3
2008-07-11
git-mailinfo: document the -n option
Lukas Sandström
2
-2
/
+5
[prev]
[next]