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-10-17
tag: respect color.ui config
Jeff King
1
-1
/
+1
2017-10-17
Revert "color: check color.ui in git_default_config()"
Jeff King
4
-4
/
+5
2017-10-17
Merge branch 'jk/ui-color-always-to-auto-maint' (early part) into jk/ref-filt...
Junio C Hamano
2
-0
/
+2
2017-10-17
upload-pack, receive-pack: introduce protocol version 1
Brandon Williams
1
-0
/
+17
2017-10-16
refs: convert resolve_ref_unsafe to struct object_id
brian m. carlson
1
-1
/
+1
2017-10-16
worktree: convert struct worktree to object_id
brian m. carlson
1
-3
/
+3
2017-10-16
refs: convert resolve_gitlink_ref to struct object_id
brian m. carlson
1
-2
/
+2
2017-10-16
refs: convert reflog_expire parameter to struct object_id
brian m. carlson
1
-3
/
+3
2017-10-16
refs: convert read_ref_at to struct object_id
brian m. carlson
1
-2
/
+2
2017-10-16
refs: convert peel_ref to struct object_id
brian m. carlson
3
-4
/
+4
2017-10-16
builtin/pack-objects: convert to struct object_id
brian m. carlson
1
-67
/
+68
2017-10-16
pack-bitmap: convert traverse_bitmap_commit_list to object_id
brian m. carlson
2
-6
/
+6
2017-10-16
refs: convert dwim_log to struct object_id
brian m. carlson
1
-2
/
+2
2017-10-16
builtin/reflog: convert remaining unsigned char uses to object_id
brian m. carlson
1
-9
/
+9
2017-10-16
refs: convert dwim_ref and expand_ref to struct object_id
brian m. carlson
6
-6
/
+6
2017-10-16
refs: convert read_ref and read_ref_full to object_id
brian m. carlson
6
-12
/
+12
2017-10-16
refs: convert resolve_refdup and refs_resolve_refdup to struct object_id
brian m. carlson
9
-13
/
+13
2017-10-16
Convert check_connected to use struct object_id
brian m. carlson
3
-9
/
+9
2017-10-16
refs: update ref transactions to use struct object_id
brian m. carlson
7
-13
/
+13
2017-10-16
refs: convert update_ref and refs_update_ref to use struct object_id
brian m. carlson
8
-31
/
+30
2017-10-16
refs: convert delete_ref and refs_delete_ref to struct object_id
brian m. carlson
5
-5
/
+5
2017-10-13
branch: split validate_new_branchname() into two
Junio C Hamano
2
-9
/
+9
2017-10-13
pull: pass --signoff/--no-signoff to "git merge"
W. Trevor King
1
-0
/
+6
2017-10-11
merge-ours: do not use cmd_*() as a subroutine
Junio C Hamano
1
-9
/
+7
2017-10-11
describe: do not use cmd_*() as a subroutine
Junio C Hamano
1
-4
/
+11
2017-10-11
Merge branch 'ds/avoid-overflow-in-midpoint-computation'
Junio C Hamano
3
-4
/
+4
2017-10-10
cleanup: fix possible overflow errors in binary search
Derrick Stolee
3
-4
/
+4
2017-10-07
submodule: port submodule subcommand 'status' from shell to C
Prathamesh Chavan
1
-0
/
+198
2017-10-07
submodule--helper: introduce for_each_listed_submodule()
Prathamesh Chavan
1
-5
/
+35
2017-10-07
Merge branch 'ks/branch-tweak-error-message-for-extra-args'
Junio C Hamano
1
-3
/
+3
2017-10-07
Merge branch 'jk/ui-color-always-to-auto'
Junio C Hamano
2
-0
/
+2
2017-10-07
Merge branch 'ma/builtin-unleak'
Junio C Hamano
5
-4
/
+11
2017-10-07
Merge branch 'sb/branch-avoid-repeated-strbuf-release'
Junio C Hamano
1
-2
/
+3
2017-10-07
read-cache: leave lock in right state in `write_locked_index()`
Martin Ågren
1
-1
/
+0
2017-10-07
read-cache: drop explicit `CLOSE_LOCK`-flag
Martin Ågren
1
-5
/
+5
2017-10-06
bisect--helper: `is_expected_rev` & `check_expected_revs` shell function in C
Pranit Bauva
1
-1
/
+33
2017-10-06
bisect--helper: `bisect_clean_state` shell function in C
Pranit Bauva
1
-1
/
+9
2017-10-06
bisect--helper: `write_terms` shell function in C
Pranit Bauva
1
-7
/
+29
2017-10-06
bisect--helper: rewrite `check_term_format` shell function in C
Pranit Bauva
1
-1
/
+59
2017-10-06
bisect--helper: use OPT_CMDMODE instead of OPT_BOOL
Pranit Bauva
1
-6
/
+11
2017-10-06
apply: move lockfile into `apply_state`
Martin Ågren
2
-5
/
+2
2017-10-06
checkout-index: simplify locking logic
Martin Ågren
1
-5
/
+3
2017-10-06
treewide: prefer lockfiles on the stack
Martin Ågren
4
-29
/
+23
2017-10-05
Merge branch 'rs/cleanup-strbuf-users'
Junio C Hamano
1
-1
/
+1
2017-10-05
Merge branch 'rs/resolve-ref-optional-result'
Junio C Hamano
2
-4
/
+2
2017-10-04
branch: reset instead of release a strbuf
Stefan Beller
1
-2
/
+3
2017-10-04
branch: change the error messages to be more meaningful
Kaartic Sivaraam
1
-3
/
+3
2017-10-04
Merge branch 'jk/ui-color-always-to-auto-maint' into jk/ui-color-always-to-auto
Junio C Hamano
2
-0
/
+2
2017-10-04
provide --color option for all ref-filter users
Jeff King
2
-0
/
+2
2017-10-03
Merge branch 'jk/read-in-full'
Junio C Hamano
2
-5
/
+25
[prev]
[next]