index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
path.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-05-22
is_hfs_dotgit: match other .git files
Jeff King
2
-12
/
+51
2018-05-22
is_ntfs_dotgit: use a size_t for traversing string
Jeff King
1
-1
/
+1
2018-05-22
submodule-config: verify submodule names as paths
Jeff King
5
-0
/
+143
2018-05-22
submodule: add --dissociate option to add/update commands
Casey Fitzpatrick
4
-5
/
+48
2018-05-22
submodule: add --progress option to add command
Casey Fitzpatrick
3
-1
/
+27
2018-05-22
submodule: clean up substitutions in script
Casey Fitzpatrick
1
-4
/
+4
2018-05-22
unpack_trees_options: free messages when done
Martin Ågren
5
-4
/
+26
2018-05-22
argv-array: return the pushed string from argv_push*()
Junio C Hamano
2
-4
/
+6
2018-05-21
travis-ci: run gcc-8 on linux-gcc jobs
Nguyễn Thái Ngọc Duy
2
-0
/
+6
2018-05-21
regex: do not call `regfree()` if compilation fails
Martin Ågren
2
-3
/
+0
2018-05-21
config: let `config_store_data_clear()` handle `key`
Martin Ågren
1
-7
/
+3
2018-05-21
config: let `config_store_data_clear()` handle `value_regex`
Martin Ågren
1
-11
/
+6
2018-05-21
config: free resources of `struct config_store_data`
Martin Ågren
1
-0
/
+9
2018-05-21
t5300: abstract away SHA-1-specific constants
brian m. carlson
1
-3
/
+5
2018-05-21
t4208: abstract away SHA-1-specific constants
brian m. carlson
1
-1
/
+2
2018-05-21
t4045: abstract away SHA-1-specific constants
brian m. carlson
1
-2
/
+4
2018-05-21
t4042: abstract away SHA-1-specific constants
brian m. carlson
1
-6
/
+10
2018-05-21
t4205: sort log output in a hash-independent way
brian m. carlson
1
-4
/
+4
2018-05-21
t/lib-diff-alternative: abstract away SHA-1-specific constants
brian m. carlson
1
-4
/
+8
2018-05-21
t4030: abstract away SHA-1-specific constants
brian m. carlson
1
-2
/
+3
2018-05-21
t4029: abstract away SHA-1-specific constants
brian m. carlson
1
-1
/
+6
2018-05-21
t4029: fix test indentation
brian m. carlson
1
-17
/
+16
2018-05-21
t4022: abstract away SHA-1-specific constants
brian m. carlson
1
-2
/
+4
2018-05-21
t4020: abstract away SHA-1-specific constants
brian m. carlson
1
-2
/
+8
2018-05-21
t4014: abstract away SHA-1-specific constants
brian m. carlson
1
-3
/
+6
2018-05-21
t4008: abstract away SHA-1-specific constants
brian m. carlson
1
-27
/
+32
2018-05-21
t4007: abstract away SHA-1-specific constants
brian m. carlson
1
-8
/
+9
2018-05-21
t3905: abstract away SHA-1-specific constants
brian m. carlson
1
-4
/
+7
2018-05-21
t3702: abstract away SHA-1-specific constants
brian m. carlson
1
-4
/
+3
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
fmt_with_err: add a comment that truncation is OK
Jeff King
1
-0
/
+1
2018-05-21
shorten_unambiguous_ref: use xsnprintf
Jeff King
1
-2
/
+2
2018-05-21
fsmonitor: use internal argv_array of struct child_process
René Scharfe
1
-10
/
+4
2018-05-21
log_write_email_headers: use strbufs
Jeff King
1
-6
/
+10
2018-05-21
http: use strbufs instead of fixed buffers
Jeff King
2
-32
/
+38
2018-05-21
config: die when --blob is used outside a repository
Jeff King
2
-0
/
+7
2018-05-21
get_main_ref_store: BUG() when outside a repository
Jeff King
1
-0
/
+3
2018-05-21
t9902-completion: exercise __git_complete_index_file() directly
SZEDER Gábor
1
-107
/
+118
[prev]
[next]