index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
dir.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'ab/wildmatch'
Junio C Hamano
2017-07-10
1
-5
/
+3
|
\
|
*
wildmatch: remove unused wildopts parameter
Ævar Arnfjörð Bjarmason
2017-06-24
1
-5
/
+3
*
|
Merge branch 'ab/free-and-null'
Junio C Hamano
2017-06-24
1
-6
/
+3
|
\
\
|
*
|
coccinelle: make use of the "type" FREE_AND_NULL() rule
Ævar Arnfjörð Bjarmason
2017-06-16
1
-6
/
+3
*
|
|
Merge branch 'bw/config-h'
Junio C Hamano
2017-06-24
1
-0
/
+1
|
\
\
\
|
*
|
|
config: don't include config.h by default
Brandon Williams
2017-06-15
1
-0
/
+1
*
|
|
|
Merge branch 'bw/ls-files-sans-the-index'
Junio C Hamano
2017-06-24
1
-1
/
+1
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
convert: convert convert_to_git to take an index
Brandon Williams
2017-06-13
1
-1
/
+1
*
|
|
|
Merge branch 'pc/dir-count-slashes'
Junio C Hamano
2017-06-22
1
-0
/
+9
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
dir: create function count_slashes()
Prathamesh Chavan
2017-06-12
1
-0
/
+9
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'nd/fopen-errors'
Junio C Hamano
2017-06-13
1
-3
/
+3
|
\
\
\
|
*
|
|
wrapper.c: add and use warn_on_fopen_errors()
Nguyễn Thái Ngọc Duy
2017-05-26
1
-3
/
+3
|
|
/
/
*
|
|
Merge branch 'jc/noent-notdir'
Junio C Hamano
2017-06-13
1
-1
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
treewide: use is_missing_file_error() where ENOENT and ENOTDIR are checked
Junio C Hamano
2017-05-30
1
-1
/
+1
*
|
|
Merge branch 'sl/clean-d-ignored-fix'
Junio C Hamano
2017-06-02
1
-4
/
+39
|
\
\
\
|
*
|
|
dir: expose cmp_name() and check_contains()
Samuel Lijin
2017-05-22
1
-5
/
+6
|
*
|
|
dir: hide untracked contents of untracked dirs
Samuel Lijin
2017-05-22
1
-0
/
+31
|
*
|
|
dir: recurse into untracked dirs for ignored files
Samuel Lijin
2017-05-22
1
-1
/
+4
|
|
/
/
*
|
|
dir: convert fill_directory to take an index
Brandon Williams
2017-05-06
1
-2
/
+4
*
|
|
dir: convert read_directory to take an index
Brandon Williams
2017-05-06
1
-8
/
+8
*
|
|
dir: convert read_directory_recursive to take an index
Brandon Williams
2017-05-06
1
-23
/
+29
*
|
|
dir: convert open_cached_dir to take an index
Brandon Williams
2017-05-06
1
-5
/
+7
*
|
|
dir: convert is_excluded to take an index
Brandon Williams
2017-05-06
1
-7
/
+9
*
|
|
dir: convert prep_exclude to take an index
Brandon Williams
2017-05-06
1
-6
/
+8
*
|
|
dir: convert add_excludes to take an index
Brandon Williams
2017-05-06
1
-14
/
+15
*
|
|
dir: convert is_excluded_from_list to take an index
Brandon Williams
2017-05-06
1
-2
/
+3
*
|
|
dir: convert last_exclude_matching_from_list to take an index
Brandon Williams
2017-05-06
1
-5
/
+8
*
|
|
dir: convert dir_add* to take an index
Brandon Williams
2017-05-06
1
-7
/
+11
*
|
|
dir: convert get_dtype to take index
Brandon Williams
2017-05-06
1
-10
/
+13
*
|
|
dir: convert directory_exists_in_index to take index
Brandon Williams
2017-05-06
1
-10
/
+12
*
|
|
dir: convert read_skip_worktree_file_from_index to take an index
Brandon Williams
2017-05-06
1
-6
/
+7
*
|
|
dir: stop using the index compatibility macros
Brandon Williams
2017-05-06
1
-20
/
+21
|
|
/
|
/
|
*
|
Merge branch 'sb/checkout-recurse-submodules'
Junio C Hamano
2017-03-28
1
-11
/
+21
|
\
\
|
*
|
connect_work_tree_and_git_dir: safely create leading directories
Stefan Beller
2017-03-16
1
-11
/
+21
*
|
|
Merge branch 'bw/attr-pathspec'
Junio C Hamano
2017-03-17
1
-3
/
+40
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
pathspec: allow querying for attributes
Brandon Williams
2017-03-13
1
-3
/
+40
|
|
/
*
/
real_pathdup(): fix callsites that wanted it to die on error
Johannes Schindelin
2017-03-08
1
-2
/
+2
|
/
*
dir: avoid allocation in fill_directory()
René Scharfe
2017-02-08
1
-4
/
+3
*
Merge branch 'bw/realpath-wo-chdir'
Junio C Hamano
2017-01-19
1
-2
/
+2
|
\
*
\
Merge branch 'bw/pathspec-cleanup'
Junio C Hamano
2017-01-19
1
-107
/
+84
|
\
\
|
*
|
dir: convert fill_directory to use the pathspec struct interface
Brandon Williams
2017-01-09
1
-4
/
+8
|
*
|
dir: remove struct path_simplify
Brandon Williams
2017-01-09
1
-103
/
+76
|
|
/
*
|
submodule: add absorb-git-dir function
Stefan Beller
2016-12-13
1
-0
/
+12
*
|
move connect_work_tree_and_git_dir to dir.h
Stefan Beller
2016-12-13
1
-0
/
+25
|
/
*
read info/{attributes,exclude} only when in repository
Jeff King
2016-10-26
1
-6
/
+6
*
Merge branch 'bw/ls-files-recurse-submodules'
Junio C Hamano
2016-10-26
1
-2
/
+44
|
\
|
*
ls-files: add pathspec matching for submodules
Brandon Williams
2016-10-10
1
-2
/
+44
*
|
use QSORT
René Scharfe
2016-09-30
1
-2
/
+2
*
|
cache: convert struct cache_entry to use struct object_id
brian m. carlson
2016-09-07
1
-3
/
+4
|
/
*
Merge branch 'rs/use-strbuf-addbuf'
Junio C Hamano
2016-07-25
1
-1
/
+1
|
\
[next]