index
:
pub/scm/git/git.git
jch
main
maint
master
next
seen
todo
Git source code mirror
Junio C Hamano
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-13
remove_all_fetch_refspecs(): drop unused "remote" parameter
Jeff King
1
-2
/
+2
2019-05-13
receive-pack: drop unused "commands" from prepare_shallow_update()
Jeff King
1
-3
/
+2
2019-05-13
pack-objects: drop unused rev_info parameters
Jeff King
1
-4
/
+4
2019-05-13
name-rev: drop unused parameters from is_better_name()
Jeff King
1
-4
/
+1
2019-05-13
mktree: drop unused length parameter
Jeff King
1
-2
/
+2
2019-05-13
wt-status: drop unused status parameter
Jeff King
1
-4
/
+2
2019-05-13
read-cache: drop unused parameter from threaded load
Jeff King
1
-2
/
+2
2019-05-13
clone: drop dest parameter from copy_alternates()
Jeff King
1
-3
/
+2
2019-05-13
submodule: drop unused prefix parameter from some functions
Jeff King
4
-13
/
+9
2019-05-13
builtin: consistently pass cmd_* prefix to parse_options
Jeff King
5
-5
/
+5
2019-05-13
cmd_{read,write}_tree: rename "unused" variable that is used
Jeff King
2
-8
/
+8
2019-05-13
commit-graph: fix the_repository reference
Derrick Stolee
1
-1
/
+1
2019-05-13
check-non-portable-shell: support Perl versions older than 5.10
Eric Sunshine
1
-4
/
+5
2019-05-13
merge: remove drop_save() in favor of remove_merge_branch_state()
Nguyễn Thái Ngọc Duy
3
-15
/
+19
2019-05-13
git-format-patch.txt: document --no-notes option
Denton Liu
1
-1
/
+3
2019-05-13
mingw: enable DEP and ASLR
İsmail Dönmez
1
-0
/
+6
2019-05-13
mingw: do not let ld strip relocations
İsmail Dönmez
1
-0
/
+2
2019-05-10
trace2: fix up a missing "leave" entry point
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2019-05-09
difftool --no-index: error out on --dir-diff (and don't crash)
Johannes Schindelin
1
-1
/
+2
2019-05-09
tag: fix typo in nested tagging hint
Denton Liu
2
-2
/
+2
2019-05-09
diff-highlight: use correct /dev/null for UNIX and Windows
Chris. Webster
1
-1
/
+6
2019-05-09
The eighth batch
Junio C Hamano
1
-2
/
+88
2019-05-09
Merge branch 'vk/autoconf-gettext'
Junio C Hamano
1
-3
/
+13
2019-05-09
Merge branch 'cc/aix-has-fileno-as-a-macro'
Junio C Hamano
1
-0
/
+1
2019-05-09
Merge branch 'jt/submodule-repo-is-with-worktree'
Junio C Hamano
2
-4
/
+34
2019-05-09
Merge branch 'jk/untracked-cache-more-fixes'
Junio C Hamano
1
-23
/
+18
2019-05-09
Merge branch 'jk/prune-optim'
Junio C Hamano
1
-0
/
+8
2019-05-09
Merge branch 'js/misc-doc-fixes'
Junio C Hamano
15
-51
/
+99
2019-05-09
Merge branch 'dr/ref-filter-push-track-fix'
Junio C Hamano
5
-28
/
+66
2019-05-09
Merge branch 'ss/msvc-path-utils-fix'
Junio C Hamano
2
-0
/
+2
2019-05-09
Merge branch 'jt/clone-server-option'
Junio C Hamano
5
-1
/
+67
2019-05-09
Merge branch 'tb/unexpected'
Junio C Hamano
8
-16
/
+152
2019-05-09
Merge branch 'nd/sha1-name-c-wo-the-repository'
Junio C Hamano
19
-242
/
+408
2019-05-09
Merge branch 'cc/replace-graft-peel-tags'
Junio C Hamano
2
-10
/
+41
2019-05-09
Merge branch 'js/trace2-to-directory'
Junio C Hamano
3
-2
/
+81
2019-05-09
Merge branch 'dl/merge-cleanup-scissors-fix'
Junio C Hamano
18
-132
/
+484
2019-05-09
Merge branch 'pw/sequencer-cleanup-with-signoff-x-fix'
Junio C Hamano
3
-7
/
+38
2019-05-09
Merge branch 'jk/pack-objects-reports-num-objects-to-trace2'
Junio C Hamano
1
-0
/
+2
2019-05-09
Merge branch 'tz/git-svn-doc-markup-fix'
Junio C Hamano
1
-3
/
+3
2019-05-09
Merge branch 'km/empty-repo-is-still-a-repo'
Junio C Hamano
7
-4
/
+88
2019-05-09
Merge branch 'dl/warn-tagging-a-tag'
Junio C Hamano
5
-6
/
+33
2019-05-09
Merge branch 'en/merge-directory-renames'
Junio C Hamano
19
-1018
/
+1360
2019-05-08
submodule--helper: add a missing \n
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2019-05-08
format-patch: make --base patch-id output stable
Stephen Boyd
8
-34
/
+42
2019-05-08
format-patch: inform user that patch-id generation is unstable
Stephen Boyd
2
-6
/
+32
2019-05-08
coccicheck: make batch size of 0 mean "unlimited"
Jeff King
1
-1
/
+7
2019-05-08
t6500(mingw): use the Windows PID of the shell
Johannes Schindelin
1
-1
/
+9
2019-05-08
t/lib-httpd: pass LSAN_OPTIONS through apache
Jeff King
1
-0
/
+1
2019-05-08
Make fread/fwrite-like functions in http.c more like fread/fwrite.
Mike Hommey
1
-6
/
+6
2019-05-08
fsmonitor: force a refresh after the index was discarded
Johannes Schindelin
4
-5
/
+6
[prev]
[next]