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-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
2015-08-04
builtin-am: implement -k/--keep, --keep-non-patch
Paul Tan
1
-0
/
+50
2015-08-04
builtin-am: implement -u/--utf8
Paul Tan
1
-0
/
+11
2015-08-04
builtin-am: handle stray state directory
Paul Tan
1
-0
/
+17
2015-08-04
builtin-am: bypass git-mailinfo when --rebasing
Paul Tan
1
-1
/
+133
2015-08-04
builtin-am: implement --rebasing mode
Paul Tan
1
-4
/
+26
2015-08-04
builtin-am: implement --3way
Paul Tan
1
-4
/
+150
2015-08-04
builtin-am: implement -s/--signoff
Paul Tan
1
-0
/
+12
2015-08-04
builtin-am: exit with user friendly message on failure
Paul Tan
1
-4
/
+26
2015-08-04
builtin-am: implement -q/--quiet
Paul Tan
1
-3
/
+28
2015-08-04
builtin-am: reject patches when there's a session in progress
Paul Tan
1
-0
/
+15
2015-08-04
builtin-am: implement --abort
Paul Tan
1
-3
/
+100
2015-08-04
builtin-am: implement --skip
Paul Tan
1
-2
/
+121
2015-08-04
builtin-am: don't parse mail when resuming
Paul Tan
1
-9
/
+25
2015-08-04
builtin-am: implement --resolved/--continue
Paul Tan
1
-1
/
+71
2015-08-04
builtin-am: refuse to apply patches if index is dirty
Paul Tan
1
-0
/
+45
2015-08-04
builtin-am: implement committing applied patch
Paul Tan
1
-4
/
+51
2015-08-04
builtin-am: apply patch with git-apply
Paul Tan
1
-1
/
+71
2015-08-04
builtin-am: extract patch and commit info with git-mailinfo
Paul Tan
1
-0
/
+317
2015-08-04
builtin-am: auto-detect mbox patches
Paul Tan
1
-0
/
+109
2015-08-04
builtin-am: split out mbox/maildir patches with git-mailsplit
Paul Tan
1
-3
/
+104
2015-08-04
builtin-am: implement patch queue mechanism
Paul Tan
1
-0
/
+177
2015-08-04
builtin-am: implement skeletal builtin am
Paul Tan
1
-0
/
+29
2015-08-03
Merge branch 'jk/date-mode-format'
Junio C Hamano
5
-11
/
+15
2015-08-03
Merge branch 'ib/scripted-parse-opt-better-hint-string'
Junio C Hamano
1
-27
/
+30
2015-08-03
Merge branch 'dt/log-follow-config'
Junio C Hamano
1
-0
/
+16
2015-08-03
Merge branch 'jk/cat-file-batch-all'
Junio C Hamano
1
-35
/
+97
2015-08-03
Merge branch 'js/fsck-opt'
Junio C Hamano
4
-36
/
+99
2015-08-03
Merge branch 'mh/init-delete-refs-api'
Junio C Hamano
10
-48
/
+59
2015-08-03
Merge branch 'pt/pull-builtin'
Junio C Hamano
1
-0
/
+882
2015-08-03
Merge branch 'ee/clean-remove-dirs'
Junio C Hamano
1
-4
/
+26
2015-08-03
Merge branch 'cb/parse-magnitude'
Junio C Hamano
1
-21
/
+4
2015-08-03
Merge branch 'bc/gpg-verify-raw'
Junio C Hamano
2
-20
/
+35
2015-08-03
Merge branch 'kn/for-each-ref'
Junio C Hamano
1
-1094
/
+19
2015-08-03
Merge branch 'mh/replace-refs'
Junio C Hamano
1
-3
/
+3
2015-08-03
for-each-ref: introduce filter_refs()
Karthik Nayak
1
-10
/
+11
2015-08-03
ref-filter: move code from 'for-each-ref'
Karthik Nayak
1
-1074
/
+0
2015-07-15
rev-parse --parseopt: allow [*=?!] in argument hints
Ilya Bobyr
1
-27
/
+30
2015-07-13
Merge branch 'es/worktree-add'
Junio C Hamano
2
-153
/
+199
2015-07-13
Merge branch 'nd/multiple-work-trees'
Junio C Hamano
4
-112
/
+145
2015-07-13
Merge branch 'ss/clone-guess-dir-name-simplify'
Junio C Hamano
1
-13
/
+6
2015-07-12
Revert "checkout: retire --ignore-other-worktrees in favor of --force"
Junio C Hamano
2
-4
/
+6
2015-07-10
Merge branch 'ls/hint-rev-list-count'
Junio C Hamano
1
-0
/
+1
2015-07-10
Merge branch 'jk/rev-list-no-bitmap-while-pruning'
Junio C Hamano
1
-1
/
+1
2015-07-09
Merge branch 'jc/fix-alloc-sortbuf-in-index-pack'
Junio C Hamano
1
-8
/
+8
2015-07-09
clone: simplify string handling in guess_dir_name()
Sebastian Schuberth
1
-13
/
+6
2015-07-09
log: add "log.follow" configuration variable
David Turner
1
-0
/
+16
2015-07-07
checkout: retire --ignore-other-worktrees in favor of --force
Eric Sunshine
2
-6
/
+4
2015-07-07
worktree: add: auto-vivify new branch when <branch> is omitted
Eric Sunshine
1
-2
/
+6
[next]