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
2013-06-26
test: run testcases with POSIX absolute paths on Windows
Jiang Xin
2
-21
/
+28
2013-06-26
test: add t7301 for git-clean--interactive
Jiang Xin
1
-0
/
+439
2013-06-26
git-clean: add documentation for interactive git-clean
Jiang Xin
1
-2
/
+63
2013-06-26
git-clean: add ask each interactive action
Jiang Xin
1
-0
/
+36
2013-06-26
git-clean: add select by numbers interactive action
Jiang Xin
1
-0
/
+39
2013-06-26
git-clean: add filter by pattern interactive action
Jiang Xin
1
-0
/
+68
2013-06-26
git-clean: use a git-add-interactive compatible UI
Jiang Xin
1
-29
/
+427
2013-06-26
git-clean: add colors to interactive git-clean
Jiang Xin
2
-9
/
+81
2013-06-26
git-clean: show items of del_list in columns
Jiang Xin
2
-9
/
+44
2013-06-26
git-clean: add support for -i/--interactive
Jiang Xin
2
-7
/
+60
2013-06-26
git-clean: refactor git-clean into two phases
Jiang Xin
1
-19
/
+45
2013-06-26
write_name{_quoted_relative,}(): remove redundant parameters
Jiang Xin
3
-13
/
+10
2013-06-26
quote_path_relative(): remove redundant parameter
Jiang Xin
6
-29
/
+24
2013-06-26
quote.c: substitute path_relative with relative_path
Jiang Xin
2
-55
/
+9
2013-06-26
path.c: refactor relative_path(), not only strip prefix
Jiang Xin
5
-51
/
+111
2013-06-26
test: add test cases for relative_path
Jiang Xin
2
-0
/
+62
2013-06-26
column doc: rewrite documentation for column.ui
Ramkumar Ramachandra
1
-3
/
+17
2013-06-25
.mailmap: Map "H.Merijn Brand" to "H. Merijn Brand"
Stefan Beller
1
-0
/
+1
2013-06-25
diff: demote core.safecrlf=true to core.safecrlf=warn
Junio C Hamano
2
-1
/
+17
2013-06-24
Update draft release notes to 1.8.4
Junio C Hamano
1
-4
/
+14
2013-06-24
Merge branch 'rr/am-quit-empty-then-abort-fix'
Junio C Hamano
2
-17
/
+40
2013-06-24
Merge branch 'rt/cherry-pick-continue-advice-in-status'
Junio C Hamano
2
-4
/
+8
2013-06-24
Merge branch 'nk/config-local-doc'
Junio C Hamano
1
-0
/
+9
2013-06-24
Merge branch 'jk/mergetool-lib-refactor'
Junio C Hamano
1
-47
/
+35
2013-06-24
Merge branch 'jk/doc-build-move-infordir-def'
Junio C Hamano
1
-22
/
+22
2013-06-24
Merge branch 'fg/submodule-fixup'
Junio C Hamano
1
-2
/
+2
2013-06-24
Merge branch 'dk/version-gen-gitdir'
Junio C Hamano
1
-1
/
+1
2013-06-24
Merge branch 'dk/maint-t5150-dirname'
Junio C Hamano
1
-1
/
+1
2013-06-24
Merge branch 'rs/unpack-trees-tree-walk-conflict-field'
Junio C Hamano
2
-16
/
+4
2013-06-24
Merge branch 'rr/rebase-sha1-by-string-query'
Junio C Hamano
4
-2
/
+36
2013-06-24
Merge branch 'mm/rm-coalesce-errors'
Junio C Hamano
5
-19
/
+184
2013-06-24
Merge branch 'jh/libify-note-handling'
Junio C Hamano
8
-189
/
+203
2013-06-24
Merge branch 'fc/sequencer-plug-leak'
Junio C Hamano
1
-7
/
+11
2013-06-24
status/commit: make sure --porcelain is not affected by user-facing config
Junio C Hamano
3
-22
/
+61
2013-06-24
commit: make it work with status.short
Ramkumar Ramachandra
1
-0
/
+1
2013-06-24
status: introduce status.branch to enable --branch by default
Jorge Juan Garcia Garcia
3
-0
/
+35
2013-06-24
status: introduce status.short to enable --short by default
Jorge Juan Garcia Garcia
3
-0
/
+41
2013-06-24
t/t5528-push-default: test pushdefault workflows
Ramkumar Ramachandra
1
-0
/
+57
2013-06-24
t/t5528-push-default: generalize test_push_*
Ramkumar Ramachandra
1
-2
/
+4
2013-06-24
push: change `simple` to accommodate triangular workflows
Ramkumar Ramachandra
2
-15
/
+38
2013-06-24
bash prompt: mention that PROMPT_COMMAND mode is faster
SZEDER Gábor
1
-5
/
+5
2013-06-24
bash prompt: avoid command substitution when finalizing gitstring
SZEDER Gábor
1
-1
/
+5
2013-06-24
bash prompt: avoid command substitution when checking for untracked files
SZEDER Gábor
1
-1
/
+1
2013-06-24
bash prompt: use bash builtins to check stash state
SZEDER Gábor
2
-2
/
+4
2013-06-24
bash prompt: use bash builtins to check for unborn branch for dirty state
SZEDER Gábor
1
-1
/
+1
2013-06-24
bash prompt: combine 'git rev-parse' for detached head
SZEDER Gábor
2
-4
/
+20
2013-06-24
bash prompt: combine 'git rev-parse' executions in the main code path
SZEDER Gábor
1
-5
/
+13
2013-06-24
bash prompt: use bash builtins to find out current branch
SZEDER Gábor
1
-18
/
+33
2013-06-24
bash prompt: use bash builtins to find out rebase state
SZEDER Gábor
1
-6
/
+6
2013-06-24
bash prompt: run 'git rev-parse --git-dir' directly instead of __gitdir()
SZEDER Gábor
2
-27
/
+1
[prev]
[next]