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
2019-04-10
Merge branch 'ms/worktree-add-atomic-mkdir'
Junio C Hamano
1
-5
/
+7
2019-04-08
refs.c: remove the_repo from read_ref_at()
Nguyễn Thái Ngọc Duy
1
-2
/
+4
2019-04-08
builtin rebase: use oideq()
SZEDER Gábor
1
-1
/
+1
2019-04-08
builtin rebase: use FREE_AND_NULL
SZEDER Gábor
1
-2
/
+1
2019-04-08
blame: default to HEAD in a bare repo when no start commit is given
SZEDER Gábor
1
-0
/
+13
2019-04-08
ls-files: use correct format string
Thomas Gummerer
1
-5
/
+5
2019-04-08
Use 'unsigned short' for mode, like diff_filespec does
Elijah Newren
2
-2
/
+2
2019-04-05
tag: fix formatting
Denton Liu
1
-4
/
+5
2019-04-02
switch: make --orphan switch to an empty tree
Nguyễn Thái Ngọc Duy
1
-8
/
+31
2019-04-02
switch: reject if some operation is in progress
Nguyễn Thái Ngọc Duy
1
-0
/
+40
2019-04-02
switch: no worktree status unless real branch switch happens
Nguyễn Thái Ngọc Duy
1
-126
/
+8
2019-04-02
switch: implicit dwim, use --no-guess to disable it
Nguyễn Thái Ngọc Duy
1
-8
/
+8
2019-04-02
switch: add short option for --detach
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2019-04-02
switch: only allow explicit detached HEAD
Nguyễn Thái Ngọc Duy
1
-0
/
+34
2019-04-02
switch: reject "do nothing" case
Nguyễn Thái Ngọc Duy
1
-0
/
+9
2019-04-02
switch: stop accepting pathspec
Nguyễn Thái Ngọc Duy
1
-5
/
+15
2019-04-02
switch: remove -l
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2019-04-02
switch: add --discard-changes
Nguyễn Thái Ngọc Duy
1
-2
/
+10
2019-04-02
switch: better names for -b and -B
Nguyễn Thái Ngọc Duy
1
-11
/
+21
2019-04-02
checkout: split part of it to new command 'switch'
Nguyễn Thái Ngọc Duy
1
-12
/
+48
2019-04-02
checkout: split options[] array in three pieces
Nguyễn Thái Ngọc Duy
1
-23
/
+59
2019-04-02
checkout: move 'confict_style' and 'dwim_..' to checkout_opts
Nguyễn Thái Ngọc Duy
1
-7
/
+10
2019-04-02
checkout: make "opts" in cmd_checkout() a pointer
Nguyễn Thái Ngọc Duy
1
-57
/
+58
2019-04-02
checkout: factor out some code in parse_branchname_arg()
Nguyễn Thái Ngọc Duy
1
-20
/
+31
2019-04-02
checkout: keep most #include sorted
Nguyễn Thái Ngọc Duy
1
-17
/
+17
2019-04-02
checkout: inform the user when removing branch state
Nguyễn Thái Ngọc Duy
5
-6
/
+6
2019-04-01
index-pack: show progress while checking objects
SZEDER Gábor
1
-1
/
+9
2019-04-01
gc: handle & check gc.reflogExpire config
Ævar Arnfjörð Bjarmason
1
-0
/
+17
2019-04-01
commit-graph verify: detect inability to read the graph
Ævar Arnfjörð Bjarmason
1
-1
/
+3
2019-04-01
commit-graph: don't pass filename to load_commit_graph_one_fd_st()
Ævar Arnfjörð Bjarmason
1
-2
/
+2
2019-04-01
commit-graph: don't early exit(1) on e.g. "git status"
Ævar Arnfjörð Bjarmason
1
-4
/
+17
2019-04-01
builtin/difftool: use parse_oid_hex
brian m. carlson
1
-6
/
+4
2019-04-01
builtin/get-tar-commit-id: make hash size independent
brian m. carlson
1
-1
/
+2
2019-04-01
get-tar-commit-id: parse comment record
Rene Scharfe
1
-2
/
+11
2019-04-01
builtin/pull: make hash-size independent
brian m. carlson
1
-5
/
+6
2019-04-01
builtin/am: make hash size independent
brian m. carlson
1
-4
/
+5
2019-04-01
builtin/name-rev: make hash-size independent
brian m. carlson
1
-6
/
+8
2019-04-01
object-store: rename and expand packed_git's sha1 member
brian m. carlson
1
-1
/
+1
2019-04-01
pack-bitmap: switch hash tables to use struct object_id
brian m. carlson
1
-3
/
+3
2019-03-24
am: avoid diff_opt_parse()
Nguyễn Thái Ngọc Duy
1
-2
/
+2
2019-03-24
diff --no-index: use parse_options() instead of diff_opt_parse()
Nguyễn Thái Ngọc Duy
1
-18
/
+3
2019-03-24
range-diff: use parse_options() instead of diff_opt_parse()
Nguyễn Thái Ngọc Duy
1
-20
/
+6
2019-03-24
checkout: prevent losing staged changes with --merge
Nguyễn Thái Ngọc Duy
1
-1
/
+10
2019-03-24
read-tree: add --quiet
Nguyễn Thái Ngọc Duy
1
-0
/
+1
2019-03-24
unpack-trees: rename "gently" flag to "quiet"
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2019-03-22
commit: improve error message in "-a <paths>" case
Nguyễn Thái Ngọc Duy
1
-1
/
+2
2019-03-22
trace2:data: add trace2 data to midx
Jeff Hostetler
1
-0
/
+3
2019-03-21
checkout.txt: note about losing staged changes with --merge
Nguyễn Thái Ngọc Duy
1
-0
/
+9
2019-03-21
parse_opt_ref_sorting: always use with NONEG flag
Jeff King
4
-8
/
+4
2019-03-21
stash: setup default diff output format if necessary
Thomas Gummerer
1
-0
/
+4
[prev]
[next]