index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin
Age
Commit message (
Expand
)
Author
Files
Lines
2014-12-05
Merge branch 'jh/empty-notes'
Junio C Hamano
1
-123
/
+135
2014-12-05
Merge branch 'jk/checkout-from-tree'
Junio C Hamano
1
-0
/
+18
2014-12-01
receive-pack: refactor updateInstead codepath
Junio C Hamano
1
-25
/
+28
2014-12-01
ls-tree: disable negative pathspec because it's not supported
Nguyễn Thái Ngọc Duy
1
-1
/
+2
2014-12-01
ls-tree: remove path filtering logic in show_tree
Nguyễn Thái Ngọc Duy
1
-7
/
+7
2014-12-01
tree.c: update read_tree_recursive callback to pass strbuf as base
Nguyễn Thái Ngọc Duy
3
-9
/
+10
2014-12-01
checkout: do not fail if target is an empty directory
Max Kirillov
1
-1
/
+1
2014-12-01
checkout: don't require a work tree when checking out into a new one
Dennis Kaarsemaker
1
-0
/
+3
2014-12-01
count-objects: report unused files in $GIT_DIR/worktrees/...
Nguyễn Thái Ngọc Duy
1
-1
/
+3
2014-12-01
gc: support prune --worktrees
Nguyễn Thái Ngọc Duy
1
-0
/
+10
2014-12-01
gc: factor out gc.pruneexpire parsing code
Nguyễn Thái Ngọc Duy
1
-10
/
+12
2014-12-01
gc: style change -- no SP before closing parenthesis
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2014-12-01
checkout: clean up half-prepared directories in --to mode
Nguyễn Thái Ngọc Duy
1
-0
/
+48
2014-12-01
checkout: reject if the branch is already checked out elsewhere
Nguyễn Thái Ngọc Duy
1
-2
/
+84
2014-12-01
prune: strategies for linked checkouts
Nguyễn Thái Ngọc Duy
2
-2
/
+112
2014-12-01
checkout: support checking out into a new working directory
Nguyễn Thái Ngọc Duy
1
-2
/
+93
2014-12-01
use new wrapper write_file() for simple file writing
Nguyễn Thái Ngọc Duy
2
-9
/
+2
2014-12-01
setup.c: support multi-checkout repo setup
Nguyễn Thái Ngọc Duy
1
-0
/
+4
2014-12-01
commit: use SEQ_DIR instead of hardcoding "sequencer"
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2014-12-01
reflog: avoid constructing .lock path with git_path
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2014-12-01
git_path(): be aware of file relocation in $GIT_DIR
Nguyễn Thái Ngọc Duy
1
-0
/
+7
2014-12-01
git_snpath(): retire and replace with strbuf_git_path()
Nguyễn Thái Ngọc Duy
1
-5
/
+8
2014-12-01
path.c: make get_pathname() call sites return const char *
Nguyễn Thái Ngọc Duy
7
-14
/
+18
2014-11-30
for-each-ref: correct spelling of Tcl in option description
Ralf Thielow
1
-1
/
+1
2014-11-30
push: truly use "simple" as default, not "upstream"
Jeff King
1
-4
/
+4
2014-11-30
receive-pack: add another option for receive.denyCurrentBranch
Johannes Schindelin
1
-2
/
+91
2014-11-30
system_path(): always return free'able memory to the caller
Junio C Hamano
2
-7
/
+17
2014-11-25
git-mailinfo: add --message-id
Paolo Bonzini
1
-1
/
+21
2014-11-25
sort_string_list(): rename to string_list_sort()
Michael Haggerty
4
-9
/
+9
2014-11-25
prune_remote(): iterate using for_each_string_list_item()
Michael Haggerty
1
-8
/
+6
2014-11-25
prune_remote(): rename local variable
Michael Haggerty
1
-6
/
+6
2014-11-25
repack_without_refs(): make the refnames argument a string_list
Michael Haggerty
1
-12
/
+2
2014-11-25
prune_remote(): sort delete_refs_list references en masse
Michael Haggerty
1
-1
/
+2
2014-11-25
prune_remote(): initialize both delete_refs lists in a single loop
Michael Haggerty
1
-6
/
+9
2014-11-25
prune_remote(): exit early if there are no stale references
Michael Haggerty
1
-18
/
+21
2014-11-21
init-db: improve the filemode trustability check
Torsten Bögershausen
1
-0
/
+2
2014-11-21
add: ignore only ignored files
Michael J Gruber
1
-1
/
+1
2014-11-20
config: fix parsing of "git config --get-color some.key -1"
Jeff King
1
-14
/
+13
2014-11-18
builtin/push.c: fix description of --recurse-submodules option
Ralf Thielow
1
-1
/
+1
2014-11-18
create_default_files(): don't set u+x bit on $GIT_DIR/config
Michael Haggerty
1
-1
/
+2
2014-11-17
apply: fix typo in an error message
Slavomir Vlcek
1
-1
/
+1
2014-11-17
cmd_config(): make a copy of path obtained from git_path()
Michael Haggerty
1
-2
/
+5
2014-11-17
use labs() for variables of type long instead of abs()
René Scharfe
1
-1
/
+1
2014-11-13
checkout $tree: do not throw away unchanged index entries
Jeff King
1
-0
/
+18
2014-11-12
builtin/notes: add --allow-empty, to allow storing empty notes
Johan Herland
1
-6
/
+11
2014-11-12
builtin/notes: split create_note() to clarify add vs. remove logic
Johan Herland
1
-49
/
+54
2014-11-12
builtin/notes: simplify early exit code in add()
Johan Herland
1
-18
/
+17
2014-11-11
Merge branch 'rs/clean-menu-item-defn' into maint
Junio C Hamano
1
-1
/
+1
2014-11-10
builtin/notes: refactor note file path into struct note_data
Johan Herland
1
-17
/
+21
2014-11-10
builtin/notes: improve naming
Johan Herland
1
-55
/
+54
[prev]
[next]