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
2012-04-26
Merge branch 'jc/push-upstream-sanity' into maint
Junio C Hamano
1
-8
/
+18
2012-04-26
Merge branch 'jk/diff-no-rename-empty' into maint
Junio C Hamano
1
-1
/
+1
2012-04-26
Merge branch 'jc/commit-unedited-template' into maint
Junio C Hamano
1
-19
/
+43
2012-04-26
Merge branch 'jc/commit-hook-authorship' into maint
Junio C Hamano
1
-3
/
+19
2012-04-05
push: error out when the "upstream" semantics does not make sense
Junio C Hamano
1
-8
/
+18
2012-04-02
Sync with 1.7.9.6
Junio C Hamano
1
-4
/
+1
2012-04-02
Merge branch 'jc/maint-merge-autoedit' into maint
Junio C Hamano
1
-1
/
+28
2012-03-30
commit: rephrase the error when user did not touch templated log message
Junio C Hamano
1
-19
/
+41
2012-03-30
commit: do not trigger bogus "has templated message edited" check
Junio C Hamano
1
-0
/
+2
2012-03-28
config: remove useless assignment
René Scharfe
1
-2
/
+0
2012-03-23
drop casts from users EMPTY_TREE_SHA1_BIN
Jeff King
1
-1
/
+1
2012-03-20
Merge branch 'maint-1.7.8' into maint
Junio C Hamano
1
-5
/
+4
2012-03-20
merge: backport GIT_MERGE_AUTOEDIT support
Junio C Hamano
1
-1
/
+28
2012-03-20
Merge branch 'jc/advise-i18n' into maint-1.7.8
Junio C Hamano
1
-5
/
+4
2012-03-12
Merge branch 'az/verify-tag-use-gpg-config'
Junio C Hamano
1
-1
/
+9
2012-03-11
commit: pass author/committer info to hooks
Junio C Hamano
1
-3
/
+19
2012-03-08
verify-tag: Parse GPG configuration options.
Alex Zepeda
1
-1
/
+9
2012-03-08
Merge branch 'kb/maint-prune-rmdir-closedir'
Junio C Hamano
2
-3
/
+3
2012-03-07
fix deletion of .git/objects sub-directories in git-prune/repack
Karsten Blees
2
-3
/
+3
2012-03-06
Merge branch 'zj/diff-stat-dyncol'
Junio C Hamano
3
-0
/
+10
2012-03-04
Merge branch 'jk/symbolic-ref-short'
Junio C Hamano
1
-3
/
+8
2012-03-04
Merge branch 'cn/maint-branch-with-bad' into maint
Junio C Hamano
1
-0
/
+4
2012-03-04
Merge branch 'nd/maint-verify-objects' into maint
Junio C Hamano
1
-22
/
+16
2012-03-01
Merge branch 'cb/fsck-squelch-dangling'
Junio C Hamano
1
-2
/
+5
2012-03-01
Merge branch 'rs/no-no-no-parseopt'
Junio C Hamano
2
-6
/
+3
2012-03-01
Merge branch 'nd/maint-verify-objects'
Junio C Hamano
1
-22
/
+16
2012-03-01
Merge branch 'cn/maint-branch-with-bad'
Junio C Hamano
1
-0
/
+4
2012-03-01
diff --stat: add config option to limit graph width
Zbigniew Jędrzejewski-Szmek
3
-1
/
+4
2012-03-01
merge --stat: use the full terminal width
Zbigniew Jędrzejewski-Szmek
1
-0
/
+1
2012-03-01
log --stat: use the full terminal width
Zbigniew Jędrzejewski-Szmek
1
-0
/
+1
2012-03-01
show --stat: use the full terminal width
Zbigniew Jędrzejewski-Szmek
1
-0
/
+2
2012-03-01
diff --stat: use the full terminal width
Zbigniew Jędrzejewski-Szmek
1
-0
/
+3
2012-02-28
fsck: --no-dangling omits "dangling object" information
Junio C Hamano
1
-2
/
+5
2012-02-28
parse-options: remove PARSE_OPT_NEGHELP
René Scharfe
2
-5
/
+3
2012-02-28
rev-list: fix --verify-objects --quiet becoming --objects
Nguyễn Thái Ngọc Duy
1
-11
/
+15
2012-02-28
rev-list: remove BISECT_SHOW_TRIED flag
Nguyễn Thái Ngọc Duy
1
-11
/
+1
2012-02-27
symbolic-ref --short: abbreviate the output unambiguously
Jan Krüger
1
-3
/
+8
2012-02-27
Merge branch 'pj/remote-set-branches-usage-fix' into maint
Junio C Hamano
1
-1
/
+1
2012-02-27
Merge branch 'tr/merge-edit-guidance' into maint
Junio C Hamano
1
-0
/
+10
2012-02-27
branch: don't assume the merge filter ref exists
Carlos Martín Nieto
1
-0
/
+4
2012-02-26
Merge branch 'fc/push-prune'
Junio C Hamano
1
-0
/
+2
2012-02-26
pack-objects: Fix compilation with NO_PTHREDS
Michał Kiedrowicz
1
-1
/
+1
2012-02-23
Merge branch 'jk/config-include'
Junio C Hamano
1
-33
/
+63
2012-02-23
Merge branch 'pj/remote-set-branches-usage-fix'
Junio C Hamano
1
-1
/
+1
2012-02-23
merge: do not trust fstat(2) too much when checking interactiveness
Junio C Hamano
1
-1
/
+1
2012-02-22
push: add '--prune' option
Felipe Contreras
1
-0
/
+2
2012-02-21
Merge branch 'cb/receive-pack-keep-errors' into maint
Junio C Hamano
1
-7
/
+17
2012-02-21
Merge branch 'cb/transfer-no-progress' into maint
Junio C Hamano
5
-16
/
+18
2012-02-21
Merge branch 'jk/git-dir-lookup' into maint
Junio C Hamano
1
-2
/
+2
2012-02-21
Merge branch 'cb/maint-rev-list-verify-object' into maint
Junio C Hamano
1
-2
/
+2
[next]