index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
git-cvsimport.perl
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-09-07
notes: simplify default operation mode arguments check
SZEDER Gábor
1
-4
/
+7
2022-09-07
test-parse-options.c: fix style of comparison with zero
SZEDER Gábor
1
-2
/
+2
2022-09-07
test-parse-options.c: don't use for loop initial declaration
SZEDER Gábor
1
-1
/
+2
2022-09-07
t0040-parse-options: remove leftover debugging
SZEDER Gábor
1
-2
/
+0
2022-08-25
remote: run "remote rm" argv through parse_options()
Jeff King
1
-3
/
+5
2022-08-25
maintenance: add parse-options boilerplate for subcommands
Jeff King
1
-1
/
+42
2022-08-25
pass subcommand "prefix" arguments to parse_options()
Jeff King
4
-22
/
+26
2022-08-19
builtin/worktree.c: let parse-options parse subcommands
SZEDER Gábor
2
-20
/
+13
2022-08-19
builtin/stash.c: let parse-options parse subcommands
SZEDER Gábor
2
-30
/
+25
2022-08-19
builtin/sparse-checkout.c: let parse-options parse subcommands
SZEDER Gábor
1
-28
/
+16
2022-08-19
builtin/remote.c: let parse-options parse subcommands
SZEDER Gábor
2
-40
/
+32
2022-08-19
builtin/reflog.c: let parse-options parse subcommands
SZEDER Gábor
1
-30
/
+11
2022-08-19
builtin/notes.c: let parse-options parse subcommands
SZEDER Gábor
1
-26
/
+17
2022-08-19
builtin/multi-pack-index.c: let parse-options parse subcommands
SZEDER Gábor
1
-29
/
+22
2022-08-19
builtin/hook.c: let parse-options parse subcommands
SZEDER Gábor
1
-8
/
+4
2022-08-19
builtin/gc.c: let parse-options parse 'git maintenance's subcommands
SZEDER Gábor
3
-26
/
+28
2022-08-19
builtin/commit-graph.c: let parse-options parse subcommands
SZEDER Gábor
2
-19
/
+15
2022-08-19
builtin/bundle.c: let parse-options parse subcommands
SZEDER Gábor
1
-18
/
+7
2022-08-19
parse-options: add support for parsing subcommands
SZEDER Gábor
9
-9
/
+419
2022-08-19
parse-options: drop leading space from '--git-completion-helper' output
SZEDER Gábor
1
-1
/
+2
2022-08-19
parse-options: clarify the limitations of PARSE_OPT_NODASH
SZEDER Gábor
1
-1
/
+2
2022-08-19
parse-options: PARSE_OPT_KEEP_UNKNOWN only applies to --options
SZEDER Gábor
17
-31
/
+33
2022-08-19
api-parse-options.txt: fix description of OPT_CMDMODE
SZEDER Gábor
1
-1
/
+1
2022-08-19
t0040-parse-options: test parse_options() with various 'parse_opt_flags'
SZEDER Gábor
4
-0
/
+138
2022-08-19
t5505-remote.sh: check the behavior without a subcommand
SZEDER Gábor
1
-0
/
+20
2022-08-19
t3301-notes.sh: check that default operation mode doesn't take arguments
SZEDER Gábor
1
-0
/
+5
2022-08-19
git.c: update NO_PARSEOPT markings
SZEDER Gábor
1
-5
/
+5
2022-07-23
The sixth batch
Junio C Hamano
1
-1
/
+16
2022-07-20
The fifth batch
Junio C Hamano
1
-0
/
+24
2022-07-18
The fourth batch
Junio C Hamano
1
-0
/
+34
2022-07-15
mingw: avoid mktemp() in mkstemp() implementation
René Scharfe
1
-4
/
+1
2022-07-15
setup.c: create `safe.bareRepository`
Glen Choo
3
-1
/
+129
2022-07-15
safe.directory: use git_protected_config()
Glen Choo
3
-18
/
+14
2022-07-15
config: learn `git_protected_config()`
Glen Choo
4
-11
/
+82
2022-07-15
Documentation: define protected configuration
Glen Choo
2
-3
/
+16
2022-07-15
Documentation/git-config.txt: add SCOPES section
Glen Choo
1
-23
/
+59
2022-07-15
The third batch
Junio C Hamano
1
-2
/
+22
2022-07-14
shortlog: use a stable sort
Johannes Schindelin
1
-1
/
+1
2022-07-14
mergetool(vimdiff): allow paths to contain spaces again
Johannes Schindelin
1
-4
/
+35
2022-07-14
tests: fix incorrect --write-junit-xml code
Johannes Schindelin
1
-5
/
+5
2022-07-13
The second batch
Junio C Hamano
1
-0
/
+35
2022-07-12
t5330: remove run_with_limited_processses()
Han Xin
1
-24
/
+1
2022-07-12
diff-files: move misplaced cleanup label
Jeff King
1
-1
/
+1
2022-07-12
fsck: do not dereference NULL while checking resolve-undo data
Junio C Hamano
1
-0
/
+1
2022-07-12
The first batch after Git 2.37
Junio C Hamano
1
-0
/
+31
2022-07-11
ref-filter: disable save_commit_buffer while traversing
Jeff King
1
-0
/
+5
2022-07-11
clone: move unborn head creation to update_head()
Jeff King
1
-12
/
+15
2022-07-11
remote-curl: send Accept-Language header to server
Li Linchao
6
-8
/
+51
2022-07-11
gpg-interface: add function for converting trust level to string
Jaydeep Das
3
-23
/
+31
2022-07-10
multi-pack-index: simplify handling of unknown --options
SZEDER Gábor
1
-4
/
+4
[next]