index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2018-05-21
completion: allow to customize the completable command list
Nguyễn Thái Ngọc Duy
6
-2
/
+47
2018-05-21
completion: add and use --list-cmds=alias
Nguyễn Thái Ngọc Duy
6
-81
/
+40
2018-05-21
completion: add and use --list-cmds=nohelpers
Nguyễn Thái Ngọc Duy
3
-17
/
+20
2018-05-21
Move declaration for alias.c to alias.h
Nguyễn Thái Ngọc Duy
10
-5
/
+17
2018-05-21
completion: reduce completable command list
Nguyễn Thái Ngọc Duy
1
-9
/
+9
2018-05-21
completion: let git provide the completable command list
Nguyễn Thái Ngọc Duy
3
-119
/
+58
2018-05-21
command-list.txt: documentation and guide line
Nguyễn Thái Ngọc Duy
1
-0
/
+45
2018-05-21
help: use command-list.txt for the source of guides
Nguyễn Thái Ngọc Duy
10
-45
/
+54
2018-05-21
help: add "-a --verbose" to list all commands with synopsis
Nguyễn Thái Ngọc Duy
5
-1
/
+37
2018-05-21
git: support --list-cmds=list-<category>
Nguyễn Thái Ngọc Duy
5
-1
/
+51
2018-05-21
completion: implement and use --list-cmds=main,others
Nguyễn Thái Ngọc Duy
5
-2
/
+43
2018-05-21
git --list-cmds: collect command list in a string_list
Nguyễn Thái Ngọc Duy
1
-5
/
+17
2018-05-21
git.c: convert --list-* to --list-cmds=*
Nguyễn Thái Ngọc Duy
4
-8
/
+39
2018-05-21
get_main_ref_store: BUG() when outside a repository
Jeff King
1
-0
/
+3
2018-05-18
object.c: clear replace map before freeing it
Stefan Beller
1
-0
/
+2
2018-05-15
t7005-editor: get rid of the SPACES_IN_FILENAMES prereq
SZEDER Gábor
1
-9
/
+3
2018-05-14
t5512: run git fetch inside test
René Scharfe
1
-1
/
+1
2018-05-13
column: fix off-by-one default width
Nguyễn Thái Ngọc Duy
2
-2
/
+1
2018-05-13
pager: set COLUMNS to term_columns()
Jeff King
1
-3
/
+8
2018-05-13
pack-format.txt: more details on pack file format
Nguyễn Thái Ngọc Duy
2
-0
/
+97
2018-05-11
apply: clarify "-p" documentation
Jeff King
1
-2
/
+4
2018-05-11
t5516-fetch-push: fix broken &&-chain
SZEDER Gábor
1
-1
/
+1
2018-05-11
t5516-fetch-push: fix 'push with dry-run' test
SZEDER Gábor
1
-4
/
+4
2018-05-11
t5310-pack-bitmaps: make JGit tests work with GIT_TEST_SPLIT_INDEX
SZEDER Gábor
1
-4
/
+4
2018-05-11
doc: fix config API documentation about config_with_options
Antonio Ospite
1
-8
/
+10
2018-05-10
Remove common-cmds.h
Nguyễn Thái Ngọc Duy
3
-55
/
+9
2018-05-10
help: use command-list.h for common command list
Nguyễn Thái Ngọc Duy
5
-50
/
+122
2018-05-10
generate-cmds.sh: export all commands to command-list.h
Nguyễn Thái Ngọc Duy
4
-10
/
+75
2018-05-10
generate-cmds.sh: factor out synopsis extract code
Nguyễn Thái Ngọc Duy
1
-7
/
+11
2018-05-10
replace-object.c: remove the_repository from prepare_replace_object
Stefan Beller
1
-1
/
+1
2018-05-10
object.c: free replace map in raw_object_store_clear
Stefan Beller
1
-0
/
+1
2018-05-08
merge-recursive: fix check for skipability of working tree updates
Elijah Newren
4
-23
/
+39
2018-05-08
merge-recursive: make "Auto-merging" comment show for other merges
Elijah Newren
1
-26
/
+39
2018-05-08
merge-recursive: fix remainder of was_dirty() to use original index
Elijah Newren
1
-3
/
+3
2018-05-08
merge-recursive: fix was_tracked() to quit lying with some renamed paths
Elijah Newren
2
-24
/
+68
2018-05-08
t6046: testcases checking whether updates can be skipped in a merge
Elijah Newren
1
-0
/
+761
2018-05-08
merge-recursive: avoid triggering add_cacheinfo error with dirty mod
Elijah Newren
2
-2
/
+2
2018-05-08
merge-recursive: move more is_dirty handling to merge_content
Elijah Newren
1
-18
/
+12
2018-05-08
merge-recursive: improve add_cacheinfo error handling
Elijah Newren
2
-9
/
+11
2018-05-08
merge-recursive: avoid spurious rename/rename conflict from dir renames
Elijah Newren
2
-32
/
+27
2018-05-08
directory rename detection: new testcases showcasing a pair of bugs
Elijah Newren
1
-0
/
+296
2018-05-08
merge-recursive: fix remaining directory rename + dirty overwrite cases
Elijah Newren
2
-7
/
+26
2018-05-08
merge-recursive: fix overwriting dirty files involved in renames
Elijah Newren
7
-24
/
+77
2018-05-08
merge-recursive: avoid clobbering untracked files with directory renames
Elijah Newren
2
-5
/
+43
2018-05-08
merge-recursive: apply necessary modifications for directory renames
Elijah Newren
2
-26
/
+211
2018-05-08
merge-recursive: when comparing files, don't include trees
Elijah Newren
1
-6
/
+21
2018-05-08
merge-recursive: check for file level conflicts then get new name
Elijah Newren
4
-9
/
+199
2018-05-08
merge-recursive: add computation of collisions due to dir rename & merging
Elijah Newren
2
-3
/
+150
2018-05-08
merge-recursive: check for directory level conflicts
Elijah Newren
1
-0
/
+119
2018-05-08
merge-recursive: add get_directory_renames()
Elijah Newren
2
-3
/
+239
[prev]
[next]