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-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-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-05
Merge branch 'ew/empty-merge-with-dirty-index'
Junio C Hamano
1
-37
/
+0
2018-01-04
diff: introduce DIFF_PICKAXE_KINDS_MASK
Stefan Beller
1
-2
/
+2
2018-01-03
clone: do not clean up directories we didn't create
Jeff King
1
-4
/
+16
2018-01-03
clone: factor out dir_exists() helper
Jeff King
1
-3
/
+8
2017-12-28
Merge branch 'sb/describe-blob'
Junio C Hamano
1
-27
/
+94
2017-12-28
Merge branch 'hi/merge-verify-sig-config'
Junio C Hamano
1
-0
/
+2
2017-12-28
Merge branch 'jt/transport-hide-vtable'
Junio C Hamano
2
-6
/
+0
2017-12-28
Merge branch 'cc/skip-to-optional-val'
Junio C Hamano
1
-8
/
+3
2017-12-28
checkout: avoid using the rev_info flag leak_pending
René Scharfe
1
-12
/
+1
2017-12-27
Use DIFF_DETECT_RENAME for detect_rename assignments
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2017-12-27
Merge branch 'ot/pretty'
Junio C Hamano
3
-3
/
+3
2017-12-27
Merge branch 'bw/submodule-sans-cache-compat'
Junio C Hamano
3
-3
/
+5
2017-12-27
Merge branch 'es/clone-shared-worktree'
Junio C Hamano
1
-1
/
+2
2017-12-27
Merge branch 'jt/decorate-api'
Junio C Hamano
1
-1
/
+1
2017-12-27
Merge branch 'ks/branch-cleanup'
Junio C Hamano
2
-7
/
+14
2017-12-27
Merge branch 'rs/fmt-merge-msg-string-leak-fix'
Junio C Hamano
1
-1
/
+2
2017-12-27
Merge branch 'rs/am-builtin-leakfix'
Junio C Hamano
1
-3
/
+7
2017-12-27
Merge branch 'es/worktree-checkout-hook'
Junio C Hamano
1
-6
/
+16
2017-12-27
Merge branch 'lb/rebase-i-short-command-names'
Junio C Hamano
1
-10
/
+19
2017-12-27
Merge branch 'jh/object-filtering'
Junio C Hamano
2
-3
/
+173
2017-12-27
describe: prepend "tags/" when describing tags with embedded name
Daniel Knittl-Frank
1
-2
/
+5
2017-12-22
commit: add support for --fixup <commit> -m"<extra message>"
Ævar Arnfjörð Bjarmason
1
-3
/
+5
2017-12-22
Merge branch 'ew/empty-merge-with-dirty-index-maint' into ew/empty-merge-with...
Junio C Hamano
1
-37
/
+0
2017-12-22
move index_has_changes() from builtin/am.c to merge.c for reuse
Elijah Newren
1
-37
/
+0
2017-12-19
Merge branch 'ar/unconfuse-three-dots'
Junio C Hamano
1
-2
/
+8
2017-12-19
Merge branch 'tg/worktree-create-tracking'
Junio C Hamano
2
-41
/
+46
2017-12-19
Merge branch 'bw/submodule-config-cleanup'
Junio C Hamano
1
-0
/
+2
2017-12-19
Merge branch 'bw/pathspec-match-submodule-boundary'
Junio C Hamano
1
-0
/
+1
2017-12-19
builtin/describe.c: describe a blob
Stefan Beller
1
-5
/
+57
2017-12-14
clone, fetch: remove redundant transport check
Jonathan Tan
2
-6
/
+0
2017-12-13
Merge branch 'pc/submodule-helper'
Junio C Hamano
1
-1
/
+1
2017-12-13
Merge branch 'ra/decorate-limit-refs'
Junio C Hamano
1
-1
/
+9
2017-12-13
Merge branch 'bc/hash-algo'
Junio C Hamano
4
-4
/
+4
2017-12-12
submodule: convert get_next_submodule to not rely on the_index
Brandon Williams
1
-1
/
+3
2017-12-12
submodule: convert stage_updated_gitmodules to take a struct index_state
Brandon Williams
2
-2
/
+2
2017-12-12
merge: add config option for verifySignatures
Hans Jerry Illikainen
1
-0
/
+2
2017-12-12
format: create pretty.h file
Olga Telezhnaya
3
-3
/
+3
2017-12-11
index-pack: use skip_to_optional_arg()
Christian Couder
1
-8
/
+3
2017-12-11
clone: support 'clone --shared' from a worktree
Eric Sunshine
1
-1
/
+2
2017-12-08
decorate: clean up and document API
Jonathan Tan
1
-1
/
+1
2017-12-07
builtin/branch: strip refs/heads/ using skip_prefix
Kaartic Sivaraam
1
-4
/
+11
[next]