index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin
Age
Commit message (
Expand
)
Author
Files
Lines
2015-08-25
Merge branch 'mh/tempfile'
Junio C Hamano
4
-29
/
+20
2015-08-25
Merge branch 'pt/am-builtin-options'
Junio C Hamano
1
-6
/
+36
2015-08-25
Merge branch 'dt/notes-multiple'
Junio C Hamano
1
-0
/
+6
2015-08-19
Merge branch 'jk/git-path'
Junio C Hamano
9
-69
/
+84
2015-08-19
Merge branch 'jc/finalize-temp-file'
Junio C Hamano
1
-2
/
+2
2015-08-19
Merge branch 'ps/guess-repo-name-at-root'
Junio C Hamano
1
-10
/
+52
2015-08-19
Merge branch 'jk/guess-repo-name-regression-fix'
Junio C Hamano
1
-1
/
+2
2015-08-17
Merge branch 'mh/get-remote-group-fix'
Junio C Hamano
1
-8
/
+6
2015-08-17
Merge branch 'kd/pull-rebase-autostash'
Junio C Hamano
1
-1
/
+5
2015-08-12
gc: use tempfile module to handle gc.pid file
Michael Haggerty
1
-20
/
+5
2015-08-12
lock_repo_for_gc(): compute the path to "gc.pid" only once
Michael Haggerty
1
-3
/
+6
2015-08-12
Merge branch 'sb/remove-unused-var-from-builtin-add'
Junio C Hamano
1
-2
/
+0
2015-08-12
Merge branch 'es/worktree-add-cleanup'
Junio C Hamano
2
-116
/
+89
2015-08-12
Merge branch 'pt/am-builtin'
Junio C Hamano
1
-0
/
+2321
2015-08-12
Merge branch 'es/worktree-add'
Junio C Hamano
1
-1
/
+1
2015-08-12
am: let --signoff override --no-signoff
Paul Tan
1
-3
/
+25
2015-08-12
am: let command-line options override saved options
Paul Tan
1
-4
/
+12
2015-08-11
notes: handle multiple worktrees
David Turner
1
-0
/
+6
2015-08-10
memoize common git-path "constant" files
Jeff King
5
-38
/
+37
2015-08-10
get_repo_path: refactor path-allocation
Jeff King
1
-14
/
+29
2015-08-10
remote.c: drop extraneous local variable from migrate_file
Jeff King
1
-5
/
+2
2015-08-10
prefer mkpathdup to mkpath in assignments
Jeff King
1
-11
/
+13
2015-08-10
prefer git_pathdup to git_path in some possibly-dangerous cases
Jeff King
1
-1
/
+3
2015-08-10
lockfile: add accessor get_lock_file_path()
Michael Haggerty
1
-7
/
+8
2015-08-10
sha1_file.c: rename move_temp_to_file() to finalize_object_file()
Junio C Hamano
1
-2
/
+2
2015-08-10
clone: abort if no dir name could be guessed
Patrick Steinhardt
1
-0
/
+4
2015-08-10
clone: do not use port number as dir name
Patrick Steinhardt
1
-0
/
+17
2015-08-10
clone: do not include authentication data in guessed dir
Patrick Steinhardt
1
-10
/
+31
2015-08-10
clone: use computed length in guess_dir_name
Jeff King
1
-1
/
+2
2015-08-04
git-am: add am.threeWay config variable
Remi Lespinet
1
-0
/
+2
2015-08-04
builtin-am: remove redirection to git-am.sh
Paul Tan
1
-15
/
+0
2015-08-04
builtin-am: check for valid committer ident
Paul Tan
1
-0
/
+3
2015-08-04
builtin-am: implement legacy -b/--binary option
Paul Tan
1
-0
/
+7
2015-08-04
builtin-am: implement -i/--interactive
Paul Tan
1
-1
/
+104
2015-08-04
builtin-am: support and auto-detect mercurial patches
Paul Tan
1
-1
/
+73
2015-08-04
builtin-am: support and auto-detect StGit series files
Paul Tan
1
-1
/
+58
2015-08-04
builtin-am: support and auto-detect StGit patches
Paul Tan
1
-1
/
+131
2015-08-04
builtin-am: rerere support
Paul Tan
1
-0
/
+25
2015-08-04
builtin-am: invoke post-applypatch hook
Paul Tan
1
-0
/
+2
2015-08-04
builtin-am: invoke pre-applypatch hook
Paul Tan
1
-0
/
+3
2015-08-04
builtin-am: invoke applypatch-msg hook
Paul Tan
1
-0
/
+24
2015-08-04
builtin-am: support automatic notes copying
Paul Tan
1
-0
/
+60
2015-08-04
builtin-am: invoke post-rewrite hook
Paul Tan
1
-0
/
+55
2015-08-04
builtin-am: implement -S/--gpg-sign, commit.gpgsign
Paul Tan
1
-1
/
+10
2015-08-04
builtin-am: implement --committer-date-is-author-date
Paul Tan
1
-0
/
+8
2015-08-04
builtin-am: implement --ignore-date
Paul Tan
1
-1
/
+5
2015-08-04
builtin-am: pass git-apply's options to git-apply
Paul Tan
1
-0
/
+45
2015-08-04
builtin-am: implement --[no-]scissors
Paul Tan
1
-0
/
+48
2015-08-04
builtin-am: support --keep-cr, am.keepcr
Paul Tan
1
-6
/
+23
2015-08-04
builtin-am: implement --[no-]message-id, am.messageid
Paul Tan
1
-0
/
+13
[next]