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
2018-02-27
Merge branch 'sb/describe-blob'
Junio C Hamano
1
-1
/
+1
2018-02-27
Merge branch 'rs/check-ignore-multi'
Junio C Hamano
1
-1
/
+2
2018-02-27
Merge branch 'js/packet-read-line-check-null'
Junio C Hamano
1
-1
/
+1
2018-02-27
Merge branch 'jc/blame-missing-path'
Junio C Hamano
1
-6
/
+14
2018-02-21
Merge branch 'gs/rebase-allow-empty-message'
Junio C Hamano
1
-0
/
+2
2018-02-21
Merge branch 'nd/format-patch-stat-width'
Junio C Hamano
1
-1
/
+6
2018-02-15
Merge branch 'bc/hash-algo'
Junio C Hamano
3
-92
/
+92
2018-02-15
Merge branch 'tg/reset-hard-show-head-with-pretty'
Junio C Hamano
1
-18
/
+10
2018-02-15
Merge branch 'po/object-id'
Junio C Hamano
15
-41
/
+45
2018-02-15
Merge branch 'sb/pull-rebase-submodule'
Junio C Hamano
1
-0
/
+2
2018-02-15
Merge branch 'jt/fsck-code-cleanup'
Junio C Hamano
1
-1
/
+7
2018-02-15
Merge branch 'jc/worktree-add-short-help'
Junio C Hamano
1
-1
/
+1
2018-02-13
Merge branch 'pw/sequencer-in-process-commit'
Junio C Hamano
3
-263
/
+34
2018-02-13
Merge branch 'nd/trace-with-env'
Junio C Hamano
2
-3
/
+3
2018-02-13
Merge branch 'pc/submodule-helper'
Junio C Hamano
1
-0
/
+340
2018-02-13
Merge branch 'rs/describe-unique-abbrev'
Junio C Hamano
1
-1
/
+1
2018-02-13
Merge branch 'gs/retire-mru'
Junio C Hamano
1
-5
/
+4
2018-02-13
Merge branch 'ot/mru-on-list'
Junio C Hamano
1
-2
/
+3
2018-02-13
Merge branch 'jh/partial-clone'
Junio C Hamano
4
-9
/
+106
2018-02-13
Merge branch 'jh/fsck-promisors'
Junio C Hamano
9
-56
/
+217
2018-02-12
check-ignore: fix mix of directories and other file types
René Scharfe
1
-1
/
+2
2018-02-12
describe: confirm that blobs actually exist
Jeff King
1
-1
/
+1
2018-02-08
correct error messages for NULL packet_read_line()
Jeff King
1
-1
/
+1
2018-02-07
blame: tighten command line parser
Junio C Hamano
1
-6
/
+14
2018-02-07
rebase: add --allow-empty-message option
Genki Sky
1
-0
/
+2
2018-02-02
reset --hard: make use of the pretty machinery
Thomas Gummerer
1
-18
/
+10
2018-02-02
csum-file: rename sha1file to hashfile
brian m. carlson
2
-36
/
+36
2018-02-02
builtin/unpack-objects: switch uses of SHA-1 to the_hash_algo
brian m. carlson
1
-9
/
+9
2018-02-02
builtin/index-pack: improve hash function abstraction
brian m. carlson
1
-45
/
+45
2018-02-02
format-patch: reduce patch diffstat width to 72
Nguyễn Thái Ngọc Duy
1
-0
/
+2
2018-01-30
sha1_file: rename hash_sha1_file_literally
Patryk Obara
1
-1
/
+2
2018-01-30
sha1_file: convert force_object_loose to object_id
Patryk Obara
1
-1
/
+1
2018-01-30
sha1_file: convert write_sha1_file to object_id
Patryk Obara
8
-24
/
+27
2018-01-30
commit: convert commit_tree* to object_id
Patryk Obara
4
-10
/
+11
2018-01-30
sha1_file: convert hash_sha1_file to object_id
Patryk Obara
3
-5
/
+4
2018-01-25
builtin/pull: respect verbosity settings in submodules
Stefan Beller
1
-0
/
+2
2018-01-25
format-patch: keep cover-letter diffstat wrapped in 72 columns
Nguyễn Thái Ngọc Duy
1
-1
/
+4
2018-01-24
sequencer: run 'prepare-commit-msg' hook
Phillip Wood
1
-2
/
+0
2018-01-24
mru: Replace mru.[ch] with list.h implementation
Gargi Sharma
1
-5
/
+4
2018-01-23
Merge branch 'ab/commit-m-with-fixup'
Junio C Hamano
1
-3
/
+5
2018-01-23
Merge branch 'sb/diff-blobfind-pickaxe'
Junio C Hamano
1
-2
/
+2
2018-01-23
Merge branch 'jk/abort-clone-with-existing-dest'
Junio C Hamano
1
-7
/
+24
2018-01-23
Merge branch 'rs/lose-leak-pending'
Junio C Hamano
1
-12
/
+1
2018-01-23
Merge branch 'nd/ita-wt-renames-in-status'
Junio C Hamano
1
-1
/
+1
2018-01-23
Merge branch 'dk/describe-all-output-fix'
Junio C Hamano
1
-2
/
+5
2018-01-23
fsck: fix leak when traversing trees
Eric Wong
1
-1
/
+7
2018-01-17
worktree: say that "add" takes an arbitrary commit in short-help
Junio C Hamano
1
-1
/
+1
2018-01-16
describe: use strbuf_add_unique_abbrev() for adding short hashes
René Scharfe
1
-1
/
+1
2018-01-16
sq_quote_argv: drop maxlen parameter
Jeff King
2
-3
/
+3
2018-01-16
submodule: port submodule subcommand 'deinit' from shell to C
Prathamesh Chavan
1
-0
/
+147
[next]