grep.c: remove implicit dependency on the_index
Nguyễn Thái Ngọc Duy committed almost 8 years ago
diff.c: remove the_index dependency in textconv() functions
Nguyễn Thái Ngọc Duy committed almost 8 years ago
blame.c: rename "repo" argument to "r"
Nguyễn Thái Ngọc Duy committed almost 8 years ago
combine-diff.c: remove implicit dependency on the_index
Nguyễn Thái Ngọc Duy committed almost 8 years ago
diff.c: reduce implicit dependency on the_index
Nguyễn Thái Ngọc Duy committed almost 8 years ago
read-cache.c: remove 'const' from index_has_changes()
Nguyễn Thái Ngọc Duy committed almost 8 years ago
completion: support "git fetch --multiple"
Nguyễn Thái Ngọc Duy committed almost 8 years ago
git-describe.1: clarify that "human readable" is also git-readable
Frederick Eaton committed almost 8 years ago
git-column.1: clarify initial description, provide examples
Frederick Eaton committed almost 8 years ago
git-archimport.1: specify what kind of Arch we're talking about
Frederick Eaton committed almost 8 years ago
add: do not accept pathspec magic 'attr'
Nguyễn Thái Ngọc Duy committed almost 8 years ago
Merge branch 'ab/fetch-tags-noclobber'
Junio C Hamano committed almost 8 years ago
Merge branch 'bp/checkout-new-branch-optim'
Junio C Hamano committed almost 8 years ago
merge-recursive: rename merge_file_1() and merge_content()
Elijah Newren committed almost 8 years ago
merge-recursive: remove final remaining caller of merge_file_one()
Elijah Newren committed almost 8 years ago
merge-recursive: avoid wrapper function when unnecessary and wasteful
Elijah Newren committed almost 8 years ago
merge-recursive: set paths correctly when three-way merging content
Elijah Newren committed almost 8 years ago
gc: fix regression in 7b0f229222 impacting --quiet
Ævar Arnfjörð Bjarmason committed almost 8 years ago
git-config.txt: fix 'see: above' note
Martin Ågren committed almost 8 years ago
Doc: use `--type=bool` instead of `--bool`
Martin Ågren committed almost 8 years ago