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
2009-06-06
Documentation: refer to gitworkflows(7) from tutorial and git(1)
Thomas Rast
2
-1
/
+8
2009-06-06
daemon: Strictly parse the "extra arg" part of the command
Shawn O. Pearce
2
-5
/
+10
2009-06-03
GIT 1.6.3.2
Junio C Hamano
2
-8
/
+6
2009-06-03
grep: fix empty word-regexp matches
René Scharfe
1
-1
/
+5
2009-06-03
blame: correctly handle a path that used to be a directory
Junio C Hamano
2
-8
/
+33
2009-06-03
add -i: do not dump patch during application
Thomas Rast
1
-1
/
+0
2009-06-02
Update draft release notes for 1.6.3.2
Junio C Hamano
1
-14
/
+26
2009-06-02
Merge branch 'cb/maint-1.6.0-xdl-merge-fix' into maint
Junio C Hamano
2
-16
/
+21
2009-06-02
Merge branch 'rs/maint-grep-word-regexp-fix' into maint
Junio C Hamano
2
-1
/
+11
2009-06-02
Merge branch 'sb/maint-1.6.2-opt-filename-fix' into maint
Junio C Hamano
6
-0
/
+93
2009-06-02
Merge branch 'jc/maint-add-p-coalesce-fix' into maint
Junio C Hamano
2
-1
/
+133
2009-06-02
Merge branch 'tr/maint-doc-stash-pop' into maint
Junio C Hamano
2
-16
/
+18
2009-06-01
grep: fix colouring of matches with zero length
René Scharfe
1
-0
/
+2
2009-05-28
Documentation: teach stash/pop workflow instead of stash/apply
Thomas Rast
2
-16
/
+18
2009-05-27
fix segfault showing an empty remote
Clemens Buchacher
2
-4
/
+14
2009-05-25
Prepare for 1.6.3.2
Junio C Hamano
2
-1
/
+52
2009-05-25
Merge branch 'js/maint-no-ln-across-libexec-and-bin' into maint
Junio C Hamano
1
-0
/
+4
2009-05-25
Merge branch 'lt/maint-diff-reduce-lstat' into maint
Junio C Hamano
2
-3
/
+3
2009-05-25
Merge branch 'jm/format-patch-no-auto-n-when-k-is-given' into maint
Junio C Hamano
2
-1
/
+20
2009-05-25
Merge branch 'do/maint-merge-recursive-fix' into maint
Junio C Hamano
2
-5
/
+101
2009-05-25
Merge branch 'jk/maint-1.6.0-trace-argv' into maint
Junio C Hamano
1
-4
/
+4
2009-05-25
Merge branch 'np/push-delta' into maint
Junio C Hamano
3
-8
/
+23
2009-05-25
Merge branch 'ar/merge-one-file-diag' into maint
Junio C Hamano
0
-0
/
+0
2009-05-25
Merge branch 'ar/unlink-err' into maint
Junio C Hamano
26
-50
/
+68
2009-05-25
Merge branch 'jk/maint-add-empty' into maint
Junio C Hamano
1
-1
/
+1
2009-05-25
fix cat-file usage message and documentation
Jeff King
2
-4
/
+4
2009-05-25
fetch: report ref storage DF errors more accurately
Jeff King
1
-3
/
+8
2009-05-25
lock_ref: inform callers of unavailable ref
Jeff King
1
-1
/
+3
2009-05-25
t3701: ensure correctly set up repository after skipped tests
Johannes Sixt
1
-0
/
+6
2009-05-25
merge-options.txt: Clarify merge --squash
Michael J Gruber
1
-1
/
+2
2009-05-24
Change xdl_merge to generate output even for null merges
Charles Bailey
2
-17
/
+16
2009-05-24
t6023: merge-file fails to output anything for a degenerate merge
Charles Bailey
1
-0
/
+6
2009-05-24
Merge branch 'maint-1.6.2' into maint
Junio C Hamano
1
-1
/
+2
2009-05-24
Merge branch 'maint-1.6.1' into maint-1.6.2
Junio C Hamano
1
-1
/
+2
2009-05-24
Merge branch 'maint-1.6.0' into maint-1.6.1
Junio C Hamano
1
-1
/
+2
2009-05-24
http-push.c::remove_locks(): fix use after free
Alex Riesen
1
-1
/
+2
2009-05-23
grep: fix word-regexp at the beginning of lines
René Scharfe
2
-1
/
+9
2009-05-23
apply, fmt-merge-msg: use relative filenames
Stephen Boyd
4
-0
/
+79
2009-05-23
commit: -F overrides -t
Stephen Boyd
2
-0
/
+14
2009-05-20
grep: fix word-regexp colouring
René Scharfe
1
-0
/
+5
2009-05-20
completion: use git rev-parse to detect bare repos
Giuseppe Bilotta
1
-1
/
+1
2009-05-20
Cope better with a _lot_ of packs
Johannes Schindelin
1
-0
/
+6
2009-05-20
for-each-ref: fix segfault in copy_email
Jeff King
1
-2
/
+5
2009-05-17
show-branch: Fix die message in parse_reflog_param()
Stephen Boyd
1
-1
/
+1
2009-05-16
completion: add missing options to show-branch and show
Stephen Boyd
1
-2
/
+2
2009-05-16
dir.c: clean up handling of 'path' parameter in read_directory_recursive()
Linus Torvalds
1
-1
/
+1
2009-05-16
Fix type-punning issues
Dan McGee
2
-2
/
+5
2009-05-16
test: checkout shouldn't say that HEAD has moved if it didn't
Nanako Shiraishi
1
-0
/
+8
2009-05-16
completion: enhance "current branch" display
Junio C Hamano
1
-2
/
+13
2009-05-16
completion: simplify "current branch" in __git_ps1()
Junio C Hamano
1
-7
/
+8
[next]