index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Documentation
/
git-web--browse.txt
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-03-28
builtin/pull: convert to struct object_id
brian m. carlson
1
-36
/
+36
2017-03-28
submodule: convert check_for_new_submodule_commits to object_id
brian m. carlson
3
-6
/
+6
2017-03-28
sha1_name: convert disambiguate_hint_fn to take object_id
brian m. carlson
1
-30
/
+34
2017-03-28
sha1_name: convert struct disambiguate_state to object_id
brian m. carlson
1
-11
/
+11
2017-03-28
test-sha1-array: convert most code to struct object_id
brian m. carlson
1
-5
/
+5
2017-03-28
parse-options-cb: convert sha1_array_append caller to struct object_id
brian m. carlson
1
-3
/
+3
2017-03-28
fsck: convert init_skiplist to struct object_id
brian m. carlson
1
-5
/
+6
2017-03-28
builtin/receive-pack: convert portions to struct object_id
brian m. carlson
1
-49
/
+49
2017-03-27
builtin/pull: convert portions to struct object_id
brian m. carlson
1
-3
/
+3
2017-03-27
builtin/diff: convert to struct object_id
brian m. carlson
1
-17
/
+17
2017-03-27
Convert GIT_SHA1_RAWSZ used for allocation to GIT_MAX_RAWSZ
brian m. carlson
8
-10
/
+10
2017-03-27
Convert GIT_SHA1_HEXSZ used for allocation to GIT_MAX_HEXSZ
brian m. carlson
10
-14
/
+14
2017-03-27
Define new hash-size constants for allocating memory
brian m. carlson
1
-1
/
+5
2017-03-24
Seventh batch for 2.13
Junio C Hamano
1
-9
/
+29
2017-03-24
Git 2.12.2
v2.12.2
Junio C Hamano
3
-2
/
+25
2017-03-24
mailmap: use Michael J Gruber's new address
Michael J Gruber
1
-1
/
+2
2017-03-23
sequencer: fix missing newline
Brandon Williams
1
-1
/
+1
2017-03-21
Sixth batch for 2.13
Junio C Hamano
1
-17
/
+23
2017-03-21
Prepare for 2.12.2
Junio C Hamano
2
-1
/
+62
2017-03-20
Git 2.12.1
v2.12.1
Junio C Hamano
1
-1
/
+2
2017-03-20
push: mention "push.default=tracking" in the documentation
Ævar Arnfjörð Bjarmason
1
-0
/
+2
2017-03-20
git-commit.txt: list post-rewrite in HOOKS section
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2017-03-20
doc: change erroneous --[no]-whatever into --[no-]whatever
Ævar Arnfjörð Bjarmason
2
-2
/
+2
2017-03-18
pickaxe: fix segfault with '-S<...> --pickaxe-regex'
SZEDER Gábor
2
-2
/
+10
2017-03-18
run-command: fix segfault when cleaning forked async process
Jeff King
1
-1
/
+1
2017-03-18
shortlog: don't set after_subject to an empty string
René Scharfe
1
-1
/
+0
2017-03-18
tests: make the 'test_pause' helper work in non-verbose mode
SZEDER Gábor
1
-7
/
+2
2017-03-18
tests: create an interactive gdb session with the 'debug' helper
SZEDER Gábor
2
-1
/
+2
2017-03-18
revision: remove declaration of path_name()
René Scharfe
1
-2
/
+0
2017-03-18
http-push: don't check return value of lookup_unknown_object()
René Scharfe
1
-5
/
+3
2017-03-18
receive-pack: simplify run_update_post_hook()
René Scharfe
1
-8
/
+5
2017-03-17
Fifth batch for 2.13
Junio C Hamano
1
-9
/
+54
2017-03-17
credential-cache: add tests for XDG functionality
Devin Lehmacher
1
-0
/
+93
2017-03-17
credential-cache: use XDG_CACHE_HOME for socket
Devin Lehmacher
2
-5
/
+21
2017-03-17
Makefile: make DC_SHA1 the default
Junio C Hamano
1
-6
/
+10
2017-03-17
t0013: add a basic sha1 collision detection test
Jeff King
3
-0
/
+20
2017-03-17
Makefile: add DC_SHA1 knob
Jeff King
4
-0
/
+47
2017-03-17
wt-status: simplify by using for_each_string_list_item
Stefan Beller
1
-15
/
+5
2017-03-17
sequencer: drop "warning:" when stopping for edit
Jeff King
1
-1
/
+2
2017-03-16
sha1dc: disable safe_hash feature
Jeff King
1
-1
/
+1
2017-03-16
sha1dc: adjust header includes for git
Jeff King
4
-13
/
+9
2017-03-16
sha1dc: add collision-detecting sha1 implementation
Jeff King
5
-0
/
+2336
2017-03-16
Preparing for 2.12.1
Junio C Hamano
3
-2
/
+43
2017-03-16
index-pack: make pointer-alias fallbacks safer
Jeff King
1
-8
/
+12
2017-03-16
replace snprintf with odb_pack_name()
Jeff King
2
-31
/
+24
2017-03-16
odb_pack_keep(): stop generating keepfile name
Jeff King
4
-12
/
+12
2017-03-16
sha1_file.c: make pack-name helper globally accessible
Jeff King
2
-11
/
+15
2017-03-16
move odb_* declarations out of git-compat-util.h
Jeff King
2
-2
/
+12
2017-03-15
rev-parse: simplify parsing of ref options
Jeff King
1
-29
/
+16
2017-03-15
rev-parse: add helper for parsing "--foo/--foo="
Jeff King
1
-10
/
+28
[next]