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
2017-05-08
merge: convert checkout_fast_forward to struct object_id
brian m. carlson
2
-4
/
+4
2017-05-08
builtin/ls-files: convert overlay_tree_on_cache to object_id
brian m. carlson
1
-3
/
+3
2017-05-08
builtin/read-tree: convert to struct object_id
brian m. carlson
1
-5
/
+5
2017-05-08
revision: rename add_pending_sha1 to add_pending_oid
brian m. carlson
2
-3
/
+3
2017-05-08
Convert the verify_pack callback to struct object_id
brian m. carlson
1
-3
/
+3
2017-05-08
Convert lookup_tag to struct object_id
brian m. carlson
3
-5
/
+5
2017-05-08
Convert lookup_tree to struct object_id
brian m. carlson
4
-5
/
+5
2017-05-08
builtin/reflog: convert tree_is_complete to take struct object_id
brian m. carlson
1
-5
/
+5
2017-05-08
Convert lookup_blob to struct object_id
brian m. carlson
5
-5
/
+5
2017-05-08
Convert remaining callers of lookup_blob to object_id
brian m. carlson
2
-19
/
+19
2017-05-08
builtin/unpack-objects: convert to struct object_id
brian m. carlson
1
-32
/
+32
2017-05-08
pack: convert struct pack_idx_entry to struct object_id
brian m. carlson
2
-40
/
+56
2017-05-08
Convert lookup_commit* to struct object_id
brian m. carlson
24
-53
/
+54
2017-05-08
builtin/tag: convert to struct object_id
brian m. carlson
1
-33
/
+33
2017-05-08
shallow: convert shallow registration functions to object_id
brian m. carlson
2
-4
/
+4
2017-05-08
builtin/verify-commit: convert to struct object_id
brian m. carlson
1
-6
/
+6
2017-05-08
reflog_expire: convert to struct object_id
brian m. carlson
1
-11
/
+11
2017-05-02
builtin/rev-parse: convert to struct object_id
brian m. carlson
1
-28
/
+28
2017-05-02
builtin/blame: convert static function to struct object_id
brian m. carlson
1
-3
/
+3
2017-05-02
builtin/prune: convert to struct object_id
brian m. carlson
1
-3
/
+3
2017-05-02
builtin/name-rev: convert to struct object_id
brian m. carlson
1
-14
/
+14
2017-05-02
Convert struct cache_tree to use struct object_id
brian m. carlson
2
-3
/
+3
2017-05-02
Clean up outstanding object_id transforms.
brian m. carlson
1
-1
/
+1
2017-05-01
Merge branch 'jk/submodule-init-segv-fix'
Junio C Hamano
1
-3
/
+3
2017-04-26
Merge branch 'nd/worktree-add-lock'
Junio C Hamano
1
-4
/
+11
2017-04-26
Merge branch 'jk/war-on-git-path'
Junio C Hamano
6
-20
/
+17
2017-04-26
Merge branch 'nd/conditional-config-in-early-config'
Junio C Hamano
1
-9
/
+12
2017-04-26
Merge branch 'gb/rebase-signoff'
Junio C Hamano
1
-21
/
+18
2017-04-24
submodule_init: die cleanly on submodules without url defined
Jeff King
1
-3
/
+3
2017-04-23
Merge branch 'dt/xgethostname-nul-termination'
Junio C Hamano
2
-6
/
+10
2017-04-23
Merge branch 'jk/ls-files-recurse-submodules-fix'
Junio C Hamano
1
-1
/
+8
2017-04-23
Merge branch 'rs/misc-cppcheck-fixes'
Junio C Hamano
1
-2
/
+6
2017-04-23
Merge branch 'jk/snprintf-cleanups'
Junio C Hamano
1
-0
/
+1
2017-04-23
Merge branch 'jk/quarantine-received-objects'
Junio C Hamano
1
-1
/
+0
2017-04-23
Merge branch 'jh/verify-index-checksum-only-in-fsck'
Junio C Hamano
1
-0
/
+1
2017-04-23
Merge branch 'nd/conditional-config-include'
Junio C Hamano
2
-2
/
+2
2017-04-20
am: drop "dir" parameter from am_state_init
Jeff King
1
-6
/
+4
2017-04-20
replace strbuf_addstr(git_path()) with git_path_buf()
Jeff King
1
-4
/
+2
2017-04-20
replace xstrdup(git_path(...)) with git_pathdup(...)
Jeff King
1
-2
/
+3
2017-04-20
use git_path_* helper functions
Jeff King
2
-5
/
+5
2017-04-20
branch: add edit_description() helper
Jeff King
1
-3
/
+3
2017-04-20
worktree add: add --lock option
Nguyễn Thái Ngọc Duy
1
-4
/
+11
2017-04-19
Merge branch 'ab/grep-plug-pathspec-leak'
Junio C Hamano
1
-0
/
+1
2017-04-19
Merge branch 'nd/files-backend-git-dir'
Junio C Hamano
1
-1
/
+1
2017-04-19
Merge branch 'bw/submodule-is-active'
Junio C Hamano
1
-1
/
+1
2017-04-19
Merge branch 'bw/push-options-recursively-to-submodules'
Junio C Hamano
2
-2
/
+48
2017-04-19
Merge branch 'bc/object-id'
Junio C Hamano
14
-169
/
+169
2017-04-18
xgethostname: handle long hostnames
David Turner
2
-2
/
+2
2017-04-18
use HOST_NAME_MAX to size buffers for gethostname(2)
René Scharfe
2
-4
/
+8
2017-04-18
ls-files: fix path used when recursing into submodules
Jacob Keller
1
-1
/
+4
[next]