index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
tree: convert parse_tree_indirect to struct object_id
brian m. carlson
2017-05-08
9
-17
/
+17
*
diff-lib: convert do_diff_cache to struct object_id
brian m. carlson
2017-05-08
3
-5
/
+5
*
builtin/ls-tree: convert to struct object_id
brian m. carlson
2017-05-08
1
-3
/
+3
*
merge: convert checkout_fast_forward to struct object_id
brian m. carlson
2017-05-08
2
-4
/
+4
*
builtin/ls-files: convert overlay_tree_on_cache to object_id
brian m. carlson
2017-05-08
1
-3
/
+3
*
builtin/read-tree: convert to struct object_id
brian m. carlson
2017-05-08
1
-5
/
+5
*
revision: rename add_pending_sha1 to add_pending_oid
brian m. carlson
2017-05-08
2
-3
/
+3
*
Convert the verify_pack callback to struct object_id
brian m. carlson
2017-05-08
1
-3
/
+3
*
Convert lookup_tag to struct object_id
brian m. carlson
2017-05-08
3
-5
/
+5
*
Convert lookup_tree to struct object_id
brian m. carlson
2017-05-08
4
-5
/
+5
*
builtin/reflog: convert tree_is_complete to take struct object_id
brian m. carlson
2017-05-08
1
-5
/
+5
*
Convert lookup_blob to struct object_id
brian m. carlson
2017-05-08
5
-5
/
+5
*
Convert remaining callers of lookup_blob to object_id
brian m. carlson
2017-05-08
2
-19
/
+19
*
builtin/unpack-objects: convert to struct object_id
brian m. carlson
2017-05-08
1
-32
/
+32
*
pack: convert struct pack_idx_entry to struct object_id
brian m. carlson
2017-05-08
2
-40
/
+56
*
Convert lookup_commit* to struct object_id
brian m. carlson
2017-05-08
24
-53
/
+54
*
builtin/tag: convert to struct object_id
brian m. carlson
2017-05-08
1
-33
/
+33
*
shallow: convert shallow registration functions to object_id
brian m. carlson
2017-05-08
2
-4
/
+4
*
builtin/verify-commit: convert to struct object_id
brian m. carlson
2017-05-08
1
-6
/
+6
*
reflog_expire: convert to struct object_id
brian m. carlson
2017-05-08
1
-11
/
+11
*
builtin/rev-parse: convert to struct object_id
brian m. carlson
2017-05-02
1
-28
/
+28
*
builtin/blame: convert static function to struct object_id
brian m. carlson
2017-05-02
1
-3
/
+3
*
builtin/prune: convert to struct object_id
brian m. carlson
2017-05-02
1
-3
/
+3
*
builtin/name-rev: convert to struct object_id
brian m. carlson
2017-05-02
1
-14
/
+14
*
Convert struct cache_tree to use struct object_id
brian m. carlson
2017-05-02
2
-3
/
+3
*
Clean up outstanding object_id transforms.
brian m. carlson
2017-05-02
1
-1
/
+1
*
Merge branch 'jk/submodule-init-segv-fix'
Junio C Hamano
2017-05-01
1
-3
/
+3
|
\
|
*
submodule_init: die cleanly on submodules without url defined
Jeff King
2017-04-25
1
-3
/
+3
*
|
Merge branch 'nd/worktree-add-lock'
Junio C Hamano
2017-04-26
1
-4
/
+11
|
\
\
|
*
|
worktree add: add --lock option
Nguyễn Thái Ngọc Duy
2017-04-21
1
-4
/
+11
*
|
|
Merge branch 'jk/war-on-git-path'
Junio C Hamano
2017-04-26
6
-20
/
+17
|
\
\
\
|
*
|
|
am: drop "dir" parameter from am_state_init
Jeff King
2017-04-21
1
-6
/
+4
|
*
|
|
replace strbuf_addstr(git_path()) with git_path_buf()
Jeff King
2017-04-21
1
-4
/
+2
|
*
|
|
replace xstrdup(git_path(...)) with git_pathdup(...)
Jeff King
2017-04-21
1
-2
/
+3
|
*
|
|
use git_path_* helper functions
Jeff King
2017-04-21
2
-5
/
+5
|
*
|
|
branch: add edit_description() helper
Jeff King
2017-04-21
1
-3
/
+3
*
|
|
|
Merge branch 'nd/conditional-config-in-early-config'
Junio C Hamano
2017-04-26
1
-9
/
+12
|
\
\
\
\
|
*
|
|
|
config: prepare to pass more info in git_config_with_options()
Nguyễn Thái Ngọc Duy
2017-04-18
1
-9
/
+12
*
|
|
|
|
Merge branch 'gb/rebase-signoff'
Junio C Hamano
2017-04-26
1
-21
/
+18
|
\
\
\
\
\
|
*
|
|
|
|
builtin/am: fold am_signoff() into am_append_signoff()
Giuseppe Bilotta
2017-04-17
1
-18
/
+15
|
*
|
|
|
|
builtin/am: honor --signoff also when --rebasing
Giuseppe Bilotta
2017-04-17
1
-3
/
+3
*
|
|
|
|
|
Merge branch 'dt/xgethostname-nul-termination'
Junio C Hamano
2017-04-24
2
-6
/
+10
|
\
\
\
\
\
\
|
*
|
|
|
|
|
xgethostname: handle long hostnames
David Turner
2017-04-19
2
-2
/
+2
|
*
|
|
|
|
|
use HOST_NAME_MAX to size buffers for gethostname(2)
René Scharfe
2017-04-19
2
-4
/
+8
*
|
|
|
|
|
|
Merge branch 'jk/ls-files-recurse-submodules-fix'
Junio C Hamano
2017-04-24
1
-1
/
+8
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
ls-files: fix path used when recursing into submodules
Jacob Keller
2017-04-19
1
-1
/
+4
|
*
|
|
|
|
|
|
ls-files: fix recurse-submodules with nested submodules
Jacob Keller
2017-04-18
1
-0
/
+4
|
|
|
_
|
/
/
/
/
|
|
/
|
|
|
|
|
*
|
|
|
|
|
|
Merge branch 'rs/misc-cppcheck-fixes'
Junio C Hamano
2017-04-24
1
-2
/
+6
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
am: close stream on error, but not stdin
René Scharfe
2017-04-17
1
-2
/
+6
|
|
|
_
|
_
|
/
/
/
|
|
/
|
|
|
|
|
*
|
|
|
|
|
|
Merge branch 'jk/snprintf-cleanups'
Junio C Hamano
2017-04-24
1
-0
/
+1
|
\
\
\
\
\
\
\
[next]