index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
pack-bitmap.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-04-09
git config --unset: remove empty sections (in the common case)
Johannes Schindelin
2
-4
/
+93
2018-04-09
git_config_set: make use of the config parser's event stream
Johannes Schindelin
1
-89
/
+81
2018-04-09
git_config_set: do not use a state machine
Johannes Schindelin
1
-30
/
+29
2018-04-09
config_set_store: rename some fields for consistency
Johannes Schindelin
1
-32
/
+31
2018-04-09
config: avoid using the global variable `store`
Johannes Schindelin
1
-53
/
+66
2018-04-09
config: introduce an optional event stream while parsing
Johannes Schindelin
2
-12
/
+114
2018-04-09
t1300: `--unset-all` can leave an empty section behind (bug)
Johannes Schindelin
1
-0
/
+11
2018-04-09
t1300: add a few more hairy examples of sections becoming empty
Johannes Schindelin
1
-1
/
+44
2018-04-06
t1300: remove unreasonable expectation from TODO
Johannes Schindelin
1
-1
/
+20
2018-04-06
t1300: avoid relying on a bug
Johannes Schindelin
1
-0
/
+2
2018-04-06
config --replace-all: avoid extra line breaks
Johannes Schindelin
2
-1
/
+2
2018-04-06
t1300: demonstrate that --replace-all can "invent" newlines
Johannes Schindelin
1
-0
/
+21
2018-04-06
t1300: rename it to reflect that `repo-config` was deprecated
Johannes Schindelin
1
-0
/
+0
2018-04-06
git_config_set: fix off-by-two
Johannes Schindelin
1
-1
/
+1
2018-03-22
Git 2.16.3
v2.16.3
Junio C Hamano
3
-2
/
+51
2018-02-22
Documentation/gitsubmodules.txt: avoid non-ASCII apostrophes
Motoki Seki
1
-7
/
+7
2018-02-22
revision: drop --show-all option
Jeff King
3
-42
/
+0
2018-02-22
commit: drop uses of get_cached_commit_buffer()
Jeff King
2
-4
/
+1
2018-02-16
git-worktree.txt: fix indentation of example and text of 'add' command
Eric Sunshine
1
-0
/
+1
2018-02-16
git-worktree.txt: fix missing ")" typo
Eric Sunshine
1
-2
/
+2
2018-02-16
test-lib.sh: unset XDG_CACHE_HOME
Genki Sky
1
-0
/
+1
2018-02-16
Git 2.16.2
v2.16.2
Junio C Hamano
3
-2
/
+32
2018-02-15
Documentation/git-status: clarify status table for porcelain mode
Stefan Beller
1
-2
/
+2
2018-02-14
Correct mispellings of ".gitmodule" to ".gitmodules"
Robert P. J. Day
4
-5
/
+5
2018-02-14
t/: correct obvious typo "detahced"
Robert P. J. Day
1
-1
/
+1
2018-02-14
fsmonitor: update documentation to remove reference to invalid config settings
Ben Peart
1
-2
/
+2
2018-02-13
docs/interpret-trailers: fix agreement error
brian m. carlson
1
-1
/
+1
2018-02-12
Makefile: suppress a sparse warning for pack-revindex.c
Ramsay Jones
1
-0
/
+2
2018-02-12
config.mak.uname: remove SPARSE_FLAGS setting for cygwin
Ramsay Jones
1
-1
/
+0
2018-02-12
t: document 'test_must_fail ok=<signal-name>'
SZEDER Gábor
2
-2
/
+22
2018-02-08
t: make 'test_i18ngrep' more informative on failure
SZEDER Gábor
1
-4
/
+20
2018-02-08
t: validate 'test_i18ngrep's parameters
SZEDER Gábor
1
-0
/
+12
2018-02-08
t: move 'test_i18ncmp' and 'test_i18ngrep' to 'test-lib-functions.sh'
SZEDER Gábor
2
-26
/
+26
2018-02-08
t5536: let 'test_i18ngrep' read the file without redirection
SZEDER Gábor
1
-1
/
+1
2018-02-08
t5510: consolidate 'grep' and 'test_i18ngrep' patterns
SZEDER Gábor
1
-6
/
+3
2018-02-08
t4001: don't run 'git status' upstream of a pipe
SZEDER Gábor
1
-3
/
+8
2018-02-08
t6022: don't run 'git merge' upstream of a pipe
SZEDER Gábor
1
-2
/
+4
2018-02-08
t5812: add 'test_i18ngrep's missing filename parameter
SZEDER Gábor
1
-4
/
+1
2018-02-08
t5541: add 'test_i18ngrep's missing filename parameter
SZEDER Gábor
1
-1
/
+1
2018-02-08
git-sh-i18n: check GETTEXT_POISON before USE_GETTEXT_SCHEME
Jeff King
1
-4
/
+4
2018-02-08
t0205: drop redundant test
Jeff King
1
-4
/
+0
2018-02-07
mv: remove unneeded 'if (!show_only)'
Stefan Moch
1
-2
/
+1
2018-02-07
t7001: add test case for --dry-run
Stefan Moch
1
-0
/
+6
2018-02-02
cocci: simplify check for trivial format strings
René Scharfe
1
-16
/
+1
2018-02-02
gitignore.txt: elaborate shell glob syntax
Duy Nguyen
1
-6
/
+5
2018-01-30
git-svn: control destruction order to avoid segfault
Eric Wong
1
-0
/
+5
2018-01-30
doc: mention 'git show' defaults to HEAD
Todd Zullinger
1
-2
/
+2
2018-01-26
completion: fix completing merge strategies on non-C locales
Duy Nguyen
1
-1
/
+1
2018-01-25
daemon: fix length computation in newline stripping
Jeff King
2
-4
/
+17
2018-01-25
t/lib-git-daemon: add network-protocol helpers
Jeff King
2
-1
/
+58
[next]