index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin
/
repack.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-06-22
Tenth batch for 2.14
Junio C Hamano
1
-0
/
+28
2017-06-21
grep: fix erroneously copy/pasted variable in check/assert pattern
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2017-06-19
Ninth batch for 2.14
Junio C Hamano
1
-0
/
+29
2017-06-19
mergetools/meld: improve compatibiilty with Meld on macOS X
David Aguilar
1
-1
/
+1
2017-06-16
*.[ch] refactoring: make use of the FREE_AND_NULL() macro
Ævar Arnfjörð Bjarmason
12
-49
/
+23
2017-06-16
coccinelle: make use of the "expression" FREE_AND_NULL() rule
Ævar Arnfjörð Bjarmason
2
-4
/
+2
2017-06-16
coccinelle: add a rule to make "expression" code use FREE_AND_NULL()
Ævar Arnfjörð Bjarmason
1
-0
/
+7
2017-06-16
coccinelle: make use of the "type" FREE_AND_NULL() rule
Ævar Arnfjörð Bjarmason
37
-142
/
+71
2017-06-16
coccinelle: add a rule to make "type" code use FREE_AND_NULL()
Ævar Arnfjörð Bjarmason
1
-0
/
+8
2017-06-16
wildmatch test: cover a blind spot in "/" matching
Ævar Arnfjörð Bjarmason
1
-0
/
+2
2017-06-15
git-compat-util: add a FREE_AND_NULL() wrapper around free(ptr); ptr = NULL
Ævar Arnfjörð Bjarmason
1
-0
/
+6
2017-06-15
docs/pretty-formats: stress that %- removes all preceding line-feeds
SZEDER Gábor
1
-2
/
+2
2017-06-15
date: use localtime() for "-local" time formats
Jeff King
2
-2
/
+13
2017-06-15
t0006: check --date=format zone offsets
Jeff King
1
-2
/
+7
2017-06-15
strbuf: let strbuf_addftime handle %z and %Z itself
René Scharfe
5
-8
/
+54
2017-06-15
sub-process: correct path to API docs in a comment
Christian Couder
1
-1
/
+1
2017-06-15
configure.ac: loosen FREAD_READS_DIRECTORIES test program
Jeff King
2
-3
/
+4
2017-06-15
doc: git-reset: fix a trivial typo
Štěpán Němec
1
-1
/
+1
2017-06-15
config: don't implicitly use gitdir or commondir
Brandon Williams
3
-24
/
+29
2017-06-15
config: respect commondir
Brandon Williams
2
-4
/
+8
2017-06-15
setup: teach discover_git_directory to respect the commondir
Brandon Williams
3
-16
/
+26
2017-06-15
config: don't include config.h by default
Brandon Williams
146
-1
/
+145
2017-06-15
config: remove git_config_iter
Brandon Williams
1
-1
/
+0
2017-06-15
config: create config.h
Brandon Williams
2
-189
/
+195
2017-06-15
alias: use the early config machinery to expand aliases
Johannes Schindelin
3
-59
/
+26
2017-06-15
t7006: demonstrate a problem with aliases in subdirectories
Johannes Schindelin
1
-0
/
+11
2017-06-15
t1308: relax the test verifying that empty alias values are disallowed
Johannes Schindelin
1
-1
/
+3
2017-06-15
help: use early config when autocorrecting aliases
Johannes Schindelin
1
-1
/
+1
2017-06-15
config: report correct line number upon error
Johannes Schindelin
2
-1
/
+8
2017-06-15
discover_git_directory(): avoid setting invalid git_dir
Johannes Schindelin
1
-0
/
+1
2017-06-15
diff-highlight: split code into module
Jeff King
5
-19
/
+82
2017-06-15
pretty: recalculate duplicate short hashes
René Scharfe
3
-45
/
+0
2017-06-15
doc: do not use `rm .git/index` when normalizing line endings
Andreas Heiduk
1
-1
/
+1
2017-06-15
t: move "git add submodule" into test blocks
Jeff King
3
-9
/
+15
2017-06-15
add: warn when adding an embedded repository
Jeff King
7
-3
/
+98
2017-06-15
git-svn: document special options for commit-diff
Andreas Heiduk
1
-0
/
+15
2017-06-13
Eighth batch for 2.14
Junio C Hamano
1
-14
/
+21
2017-06-13
Prepare for 2.13.2
Junio C Hamano
2
-1
/
+38
2017-06-13
ls-files: factor out tag calculation
Brandon Williams
1
-16
/
+25
2017-06-13
ls-files: factor out debug info into a function
Brandon Williams
1
-9
/
+14
2017-06-13
ls-files: convert show_files to take an index
Brandon Williams
1
-15
/
+15
2017-06-13
ls-files: convert show_ce_entry to take an index
Brandon Williams
1
-5
/
+6
2017-06-13
ls-files: convert prune_cache to take an index
Brandon Williams
1
-7
/
+8
2017-06-13
ls-files: convert ce_excluded to take an index
Brandon Williams
1
-4
/
+5
2017-06-13
ls-files: convert show_ru_info to take an index
Brandon Williams
1
-4
/
+4
2017-06-13
ls-files: convert show_other_files to take an index
Brandon Williams
1
-3
/
+4
2017-06-13
ls-files: convert show_killed_files to take an index
Brandon Williams
1
-10
/
+11
2017-06-13
ls-files: convert write_eolinfo to take an index
Brandon Williams
1
-7
/
+6
2017-06-13
ls-files: convert overlay_tree_on_cache to take an index
Brandon Williams
3
-9
/
+12
2017-06-13
tree: convert read_tree to take an index parameter
Brandon Williams
3
-12
/
+21
[next]