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-05-19
Merge branch 'jc/merge'
Junio C Hamano
1
-87
/
+161
2015-05-19
Merge branch 'nd/diff-i-t-a'
Junio C Hamano
1
-0
/
+1
2015-05-19
clone: call transport_set_verbosity before anything else on the newly created...
Mike Hommey
1
-2
/
+2
2015-05-18
clean: only lstat files in pathspec
David Turner
1
-3
/
+3
2015-05-13
Merge branch 'jk/init-core-worktree-at-root' into maint
Junio C Hamano
1
-3
/
+15
2015-05-12
add: check return value of launch_editor
Jeff King
1
-1
/
+2
2015-05-11
Sync with 2.3.8
Junio C Hamano
1
-2
/
+2
2015-05-11
Merge branch 'oh/fix-config-default-user-name-section' into maint-2.3
Junio C Hamano
1
-2
/
+2
2015-05-11
Merge branch 'pt/xdg-config-path'
Junio C Hamano
2
-9
/
+5
2015-05-11
Merge branch 'jc/hash-object'
Junio C Hamano
1
-3
/
+1
2015-05-11
Merge branch 'sb/prefix-path-free-results'
Junio C Hamano
2
-13
/
+10
2015-05-11
Merge branch 'jn/clean-use-error-not-fprintf-on-stderr'
Junio C Hamano
1
-2
/
+2
2015-05-11
Merge branch 'tb/blame-resurrect-convert-to-git'
Junio C Hamano
1
-0
/
+1
2015-05-11
Merge branch 'jc/plug-fmt-merge-msg-leak'
Junio C Hamano
1
-5
/
+11
2015-05-11
Merge branch 'nd/slim-index-pack-memory-usage'
Junio C Hamano
1
-111
/
+179
2015-05-11
Merge branch 'jk/sha1-file-reduce-useless-warnings'
Junio C Hamano
1
-3
/
+1
2015-05-11
Merge branch 'nd/multiple-work-trees'
Junio C Hamano
14
-47
/
+413
2015-05-08
bundle: verify arguments more strictly
Patrick Steinhardt
1
-0
/
+8
2015-05-06
cat-file: teach cat-file a '--allow-unknown-type' option
Karthik Nayak
1
-12
/
+26
2015-05-06
cat-file: make the options mutually exclusive
Karthik Nayak
1
-8
/
+5
2015-05-06
branch: do not call a "remote-tracking branch" a "remote branch"
Danny Lin
1
-3
/
+3
2015-05-06
git-config: replace use of home_config_paths()
Paul Tan
1
-4
/
+2
2015-05-06
git-commit: replace use of home_config_paths()
Paul Tan
1
-5
/
+3
2015-05-05
Merge branch 'oh/fix-config-default-user-name-section'
Junio C Hamano
1
-2
/
+2
2015-05-05
Merge branch 'ts/checkout-advice-plural'
Junio C Hamano
1
-2
/
+9
2015-05-05
Merge branch 'jk/init-core-worktree-at-root'
Junio C Hamano
1
-3
/
+15
2015-05-05
Merge branch 'mh/show-branch-topic'
Junio C Hamano
1
-3
/
+3
2015-05-05
Merge branch 'bc/object-id'
Junio C Hamano
2
-24
/
+24
2015-05-05
prefix_path(): unconditionally free results in the callers
Stefan Beller
2
-13
/
+10
2015-05-05
hash-object --literally: fix buffer overrun with extra-long object type
Eric Sunshine
1
-3
/
+1
2015-05-04
config: use error() instead of fprintf(stderr, ...)
Jonathan Nieder
1
-2
/
+2
2015-05-03
blame, log: format usage strings similarly to those in documentation
Alex Henrie
2
-2
/
+2
2015-05-03
blame: CRLF in the working tree and LF in the repo
Torsten Bögershausen
1
-0
/
+1
2015-04-29
merge: deprecate 'git merge <message> HEAD <commit>' syntax
Junio C Hamano
1
-0
/
+1
2015-04-29
merge: handle FETCH_HEAD internally
Junio C Hamano
1
-34
/
+72
2015-04-29
merge: decide if we auto-generate the message early in collect_parents()
Junio C Hamano
1
-7
/
+9
2015-04-29
merge: make collect_parents() auto-generate the merge message
Junio C Hamano
1
-14
/
+22
2015-04-29
merge: extract prepare_merge_message() logic out
Junio C Hamano
1
-11
/
+15
2015-04-29
merge: narrow scope of merge_names
Junio C Hamano
1
-4
/
+7
2015-04-29
merge: split reduce_parents() out of collect_parents()
Junio C Hamano
1
-16
/
+25
2015-04-29
merge: clarify collect_parents() logic
Junio C Hamano
1
-2
/
+11
2015-04-29
merge: small leakfix and code simplification
Junio C Hamano
1
-2
/
+2
2015-04-29
merge: do not check argc to determine number of remote heads
Junio C Hamano
1
-3
/
+2
2015-04-29
merge: clarify "pulling into void" special case
Junio C Hamano
1
-17
/
+18
2015-04-29
merge: simplify code flow
Junio C Hamano
1
-8
/
+8
2015-04-20
Merge branch 'ps/grep-help-all-callback-arg'
Junio C Hamano
1
-1
/
+1
2015-04-20
fmt-merge-msg: plug small leak of commit buffer
Junio C Hamano
1
-5
/
+11
2015-04-18
index-pack: kill union delta_base to save memory
Nguyễn Thái Ngọc Duy
1
-100
/
+160
2015-04-17
config: fix settings in default_user_config template
Ossi Herrala
1
-2
/
+2
2015-04-16
Revert "merge: pass verbosity flag down to merge-recursive"
Junio C Hamano
1
-4
/
+0
[prev]
[next]