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
/
branch.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-07-09
Merge branch 'nd/switch-and-restore'
Junio C Hamano
1
-2
/
+2
2019-06-13
Merge branch 'nd/merge-quit'
Junio C Hamano
1
-2
/
+7
2019-05-19
Merge branch 'dl/branch-from-3dot-merge-base'
Junio C Hamano
1
-1
/
+1
2019-05-13
merge: remove drop_save() in favor of remove_merge_branch_state()
Nguyễn Thái Ngọc Duy
1
-3
/
+8
2019-05-07
branch: make create_branch accept a merge base rev
Denton Liu
1
-1
/
+1
2019-04-17
commit/reset: try to clean up sequencer state
Phillip Wood
1
-2
/
+2
2019-04-02
checkout: inform the user when removing branch state
Nguyễn Thái Ngọc Duy
1
-4
/
+7
2018-11-12
branch.c: remove the_repository reference
Nguyễn Thái Ngọc Duy
1
-10
/
+11
2018-08-27
Merge branch 'ab/unconditional-free-and-null'
Junio C Hamano
1
-3
/
+1
2018-08-17
refactor various if (x) FREE_AND_NULL(x) to just FREE_AND_NULL(x)
Ævar Arnfjörð Bjarmason
1
-3
/
+1
2018-06-29
commit: add repository argument to lookup_commit_reference
Stefan Beller
1
-1
/
+1
2018-06-29
Merge branch 'sb/object-store-grafts' into sb/object-store-lookup
Junio C Hamano
1
-7
/
+7
2018-05-18
path.c: migrate global git_path_* to take a repository argument
Stefan Beller
1
-7
/
+7
2018-05-18
refspec: rename struct refspec to struct refspec_item
Brandon Williams
1
-3
/
+3
2018-05-18
refspec: move refspec parsing logic into its own file
Brandon Williams
1
-0
/
+1
2017-12-27
Merge branch 'ks/branch-cleanup'
Junio C Hamano
1
-2
/
+2
2017-12-07
branch: group related arguments of create_branch()
Kaartic Sivaraam
1
-1
/
+1
2017-12-07
branch: improve documentation and naming of create_branch() parameters
Kaartic Sivaraam
1
-2
/
+2
2017-11-28
Merge branch 'jc/branch-name-sanity'
Junio C Hamano
1
-14
/
+30
2017-10-16
refs: convert dwim_ref and expand_ref to struct object_id
brian m. carlson
1
-1
/
+1
2017-10-16
refs: update ref transactions to use struct object_id
brian m. carlson
1
-1
/
+1
2017-10-13
branch: split validate_new_branchname() into two
Junio C Hamano
1
-11
/
+23
2017-10-13
branch: streamline "attr_only" handling in validate_new_branchname()
Junio C Hamano
1
-8
/
+12
2017-09-24
refs: pass NULL to resolve_ref_unsafe() if hash is not needed
René Scharfe
1
-2
/
+1
2017-09-10
Merge branch 'nd/worktree-kill-parse-ref'
Junio C Hamano
1
-2
/
+3
2017-08-24
branch: fix branch renaming not updating HEADs correctly
Nguyễn Thái Ngọc Duy
1
-2
/
+3
2017-08-17
branch: quote branch/ref names to improve readability
Kaartic Sivaraam
1
-8
/
+8
2017-06-24
Merge branch 'ab/free-and-null'
Junio C Hamano
1
-2
/
+1
2017-06-24
Merge branch 'bw/config-h'
Junio C Hamano
1
-0
/
+1
2017-06-16
coccinelle: make use of the "type" FREE_AND_NULL() rule
Ævar Arnfjörð Bjarmason
1
-2
/
+1
2017-06-15
config: don't include config.h by default
Brandon Williams
1
-0
/
+1
2017-05-29
Merge branch 'bc/object-id'
Junio C Hamano
1
-8
/
+8
2017-05-16
Merge branch 'nd/worktree-kill-parse-ref'
Junio C Hamano
1
-7
/
+8
2017-05-08
Convert lookup_commit* to struct object_id
brian m. carlson
1
-1
/
+1
2017-05-02
branch: convert to struct object_id
brian m. carlson
1
-8
/
+8
2017-04-24
refs: kill set_worktree_head_symref()
Nguyễn Thái Ngọc Duy
1
-6
/
+6
2017-04-24
worktree.c: kill parse_ref() in favor of refs_resolve_ref_unsafe()
Nguyễn Thái Ngọc Duy
1
-1
/
+2
2017-03-30
create_branch: use xstrfmt for reflog message
Jeff King
1
-5
/
+4
2017-03-30
create_branch: move msg setup closer to point of use
Jeff King
1
-8
/
+9
2017-02-20
branch: record creation of renamed branch in HEAD's log
Kyle Meyer
1
-2
/
+3
2017-01-31
refs: add option core.logAllRefUpdates = always
Cornelius Weig
1
-1
/
+1
2016-11-28
worktree.c: get_worktrees() takes a new flag argument
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2016-11-09
create_branch: drop unused "head" parameter
Jeff King
1
-2
/
+1
2016-04-22
worktree.c: check whether branch is rebased in another worktree
Nguyễn Thái Ngọc Duy
1
-2
/
+2
2016-04-22
worktree.c: make find_shared_symref() return struct worktree *
Nguyễn Thái Ngọc Duy
1
-6
/
+7
2016-04-22
worktree.c: store "id" instead of "git_dir"
Nguyễn Thái Ngọc Duy
1
-1
/
+2
2016-04-04
branch -m: update all per-worktree HEADs
Kazuki Yamaguchi
1
-0
/
+23
2016-02-22
config: rename git_config_set to git_config_set_gently
Patrick Steinhardt
1
-3
/
+3
2016-02-22
branch: report errors in tracking branch setup
Patrick Steinhardt
1
-14
/
+36
2015-11-20
Remove get_object_hash.
brian m. carlson
1
-1
/
+1
[next]