index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
prompt.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-03-27
refs.c: kill register_ref_store(), add register_submodule_ref_store()
Nguyễn Thái Ngọc Duy
1
-25
/
+20
2017-03-27
refs.c: flatten get_ref_store() a bit
Nguyễn Thái Ngọc Duy
1
-10
/
+13
2017-03-27
refs: rename lookup_ref_store() to lookup_submodule_ref_store()
Nguyễn Thái Ngọc Duy
1
-9
/
+4
2017-03-27
refs.c: introduce get_main_ref_store()
Nguyễn Thái Ngọc Duy
1
-4
/
+9
2017-03-27
files-backend: remove the use of git_path()
Nguyễn Thái Ngọc Duy
1
-5
/
+38
2017-03-27
files-backend: add and use files_ref_path()
Nguyễn Thái Ngọc Duy
1
-24
/
+23
2017-03-27
files-backend: add and use files_reflog_path()
Nguyễn Thái Ngọc Duy
1
-56
/
+86
2017-03-27
files-backend: move "logs/" out of TMP_RENAMED_LOG
Nguyễn Thái Ngọc Duy
1
-5
/
+5
2017-03-27
files-backend: convert git_path() to strbuf_git_path()
Nguyễn Thái Ngọc Duy
1
-33
/
+97
2017-03-27
files-backend: make sure files_rename_ref() always reach the end
Nguyễn Thái Ngọc Duy
1
-14
/
+28
2017-03-27
files-backend: add and use files_packed_refs_path()
Nguyễn Thái Ngọc Duy
1
-11
/
+18
2017-03-27
files-backend: delete dead code in files_init_db()
Nguyễn Thái Ngọc Duy
1
-4
/
+0
2017-03-27
files-backend.c: delete dead code in files_ref_iterator_begin()
Nguyễn Thái Ngọc Duy
1
-3
/
+0
2017-03-27
files-backend: make files_log_ref_write() static
Nguyễn Thái Ngọc Duy
2
-7
/
+6
2017-03-18
refs.h: add forward declaration for structs used in this file
Nguyễn Thái Ngọc Duy
1
-0
/
+4
2017-03-17
Fifth batch for 2.13
Junio C Hamano
1
-9
/
+54
2017-03-16
Preparing for 2.12.1
Junio C Hamano
3
-2
/
+43
2017-03-15
cherry-pick: detect bogus arguments to --mainline
Jeff King
2
-1
/
+29
2017-03-15
hash.h: move SHA-1 implementation selection into a header file
brian m. carlson
3
-8
/
+20
2017-03-14
Fourth batch after 2.12
Junio C Hamano
1
-0
/
+42
2017-03-14
setup.c: mention unresolved problems
Johannes Schindelin
1
-0
/
+2
2017-03-14
t1309: document cases where we would want early config not to die()
Johannes Schindelin
1
-0
/
+24
2017-03-14
setup_git_directory_gently_1(): avoid die()ing
Johannes Schindelin
1
-8
/
+17
2017-03-14
t1309: test read_early_config()
Johannes Schindelin
2
-0
/
+65
2017-03-14
read_early_config(): really discover .git/
Johannes Schindelin
2
-23
/
+16
2017-03-14
read_early_config(): avoid .git/config hack when unneeded
Johannes Schindelin
1
-2
/
+3
2017-03-14
setup: make read_early_config() reusable
Johannes Schindelin
3
-31
/
+32
2017-03-14
setup: introduce the discover_git_directory() function
Johannes Schindelin
2
-0
/
+50
2017-03-14
setup_git_directory_1(): avoid changing global state
Johannes Schindelin
1
-75
/
+118
2017-03-14
setup: prepare setup_discovered_git_dir() for the root directory
Johannes Schindelin
1
-2
/
+4
2017-03-14
add--interactive: do not expand pathspecs with ls-files
Jeff King
2
-11
/
+45
2017-03-14
git-status: make porcelain more robust
Michael J Gruber
1
-4
/
+4
2017-03-13
pathspec: allow escaped query values
Brandon Williams
2
-4
/
+67
2017-03-13
pathspec: allow querying for attributes
Brandon Williams
7
-9
/
+382
2017-03-13
http-walker: fix buffer underflow processing remote alternates
Jeff King
1
-4
/
+7
2017-03-13
Third batch after 2.12
Junio C Hamano
1
-0
/
+39
2017-03-12
blame: move blame_entry duplication to add_blame_entry()
René Scharfe
1
-17
/
+8
2017-03-10
t/interop: add test of old clients against modern git-daemon
Jeff King
2
-1
/
+43
2017-03-10
t: add an interoperability test harness
Jeff King
6
-0
/
+227
2017-03-10
Second batch after 2.12
Junio C Hamano
1
-0
/
+65
2017-03-10
ref-filter: use separate cache for contains_tag_algo
Jeff King
1
-20
/
+35
2017-03-10
ref-filter: die on parse_commit errors
Jeff King
1
-3
/
+1
2017-03-10
ref-filter: use contains_result enum consistently
Jeff King
1
-8
/
+8
2017-03-10
ref-filter: move ref_cbdata definition into ref-filter.c
Jeff King
2
-5
/
+5
2017-03-10
branch: honor --abbrev/--no-abbrev in --list mode
Junio C Hamano
2
-4
/
+40
2017-03-09
rev-parse: add --show-superproject-working-tree
Stefan Beller
5
-0
/
+117
2017-03-08
real_pathdup(): fix callsites that wanted it to die on error
Johannes Schindelin
9
-18
/
+18
2017-03-08
t1501: demonstrate NULL pointer access with invalid GIT_WORK_TREE
Johannes Schindelin
1
-0
/
+8
2017-03-08
setup_git_directory(): use is_dir_sep() helper
Johannes Schindelin
1
-1
/
+3
2017-03-07
send-pack: report signal death of pack-objects
Jeff King
1
-1
/
+14
[next]