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
/
worktree.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-12-07
worktree: invoke post-checkout hook (unless --no-checkout)
Eric Sunshine
1
-6
/
+16
2017-12-06
add worktree.guessRemote config option
Thomas Gummerer
1
-2
/
+12
2017-12-06
worktree: add --guess-remote flag to add subcommand
Thomas Gummerer
1
-0
/
+10
2017-11-27
worktree: make add <path> <branch> dwim
Thomas Gummerer
1
-0
/
+16
2017-11-27
worktree: add --[no-]track option to the add subcommand
Thomas Gummerer
1
-0
/
+8
2017-10-16
worktree: convert struct worktree to object_id
brian m. carlson
1
-3
/
+3
2017-09-27
worktree: check the result of read_in_full()
Jeff King
1
-1
/
+18
2017-09-27
worktree: use xsize_t to access file size
Jeff King
1
-2
/
+3
2017-09-08
add UNLEAK annotation for reducing leak false positives
Jeff King
1
-0
/
+2
2017-06-24
Merge branch 'ab/free-and-null'
Junio C Hamano
1
-4
/
+2
2017-06-24
Merge branch 'bw/config-h'
Junio C Hamano
1
-0
/
+1
2017-06-16
*.[ch] refactoring: make use of the FREE_AND_NULL() macro
Ævar Arnfjörð Bjarmason
1
-4
/
+2
2017-06-15
config: don't include config.h by default
Brandon Williams
1
-0
/
+1
2017-05-29
Merge branch 'js/plug-leaks'
Junio C Hamano
1
-3
/
+5
2017-05-16
Merge branch 'js/larger-timestamps'
Junio C Hamano
1
-2
/
+2
2017-05-08
show_worktree(): plug memory leak
Johannes Schindelin
1
-3
/
+5
2017-04-27
timestamp_t: a new data type for timestamps
Johannes Schindelin
1
-2
/
+2
2017-04-26
Merge branch 'nd/worktree-add-lock'
Junio C Hamano
1
-4
/
+11
2017-04-26
Merge branch 'jk/war-on-git-path'
Junio C Hamano
1
-4
/
+2
2017-04-20
replace strbuf_addstr(git_path()) with git_path_buf()
Jeff King
1
-4
/
+2
2017-04-20
worktree add: add --lock option
Nguyễn Thái Ngọc Duy
1
-4
/
+11
2017-03-21
prefix_filename: return newly allocated string
Jeff King
1
-1
/
+2
2017-03-21
prefix_filename: drop length parameter
Jeff King
1
-1
/
+1
2017-02-10
Merge branch 'ps/worktree-prune-help-fix'
Junio C Hamano
1
-2
/
+2
2017-02-06
worktree: fix option descriptions for `prune`
Patrick Steinhardt
1
-2
/
+2
2016-11-28
worktree list: keep the list sorted
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2016-11-28
worktree.c: get_worktrees() takes a new flag argument
Nguyễn Thái Ngọc Duy
1
-3
/
+3
2016-11-28
get_worktrees() must return main worktree as first item even on error
Nguyễn Thái Ngọc Duy
1
-2
/
+4
2016-11-28
worktree: reorder an if statement
Nguyễn Thái Ngọc Duy
1
-3
/
+3
2016-09-27
worktree: honor configuration variables
Junio C Hamano
1
-0
/
+2
2016-08-05
use CHILD_PROCESS_INIT to initialize automatic variables
René Scharfe
1
-4
/
+2
2016-07-28
Merge branch 'nd/worktree-lock'
Junio C Hamano
1
-0
/
+66
2016-07-08
worktree: add "unlock" command
Nguyễn Thái Ngọc Duy
1
-0
/
+28
2016-07-08
worktree: add "lock" command
Nguyễn Thái Ngọc Duy
1
-0
/
+38
2016-07-08
avoid using sha1_to_hex output as printf format
Jeff King
1
-1
/
+1
2016-07-06
Merge branch 'nd/worktree-cleanup-post-head-protection'
Junio C Hamano
1
-4
/
+6
2016-05-31
worktree: allow "-" short-hand for @{-1} in add command
Jordan DE GEA
1
-0
/
+3
2016-05-24
worktree: simplify prefixing paths
Nguyễn Thái Ngọc Duy
1
-1
/
+3
2016-05-24
worktree: avoid 0{40}, too many zeroes, hard to read
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2016-05-24
worktree.c: use is_dot_or_dotdot()
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2016-05-24
git-worktree.txt: keep subcommand listing in alphabetical order
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2016-05-23
Merge branch 'nd/worktree-various-heads'
Junio C Hamano
1
-2
/
+2
2016-05-17
Merge branch 'nd/error-errno'
Junio C Hamano
1
-1
/
+1
2016-05-09
builtin/worktree.c: use error_errno()
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2016-04-22
worktree.c: check whether branch is rebased in another worktree
Nguyễn Thái Ngọc Duy
1
-2
/
+2
2016-03-29
worktree: add: introduce --checkout option
Ray Zhang
1
-11
/
+18
2016-02-26
Merge branch 'jk/tighten-alloc'
Junio C Hamano
1
-1
/
+1
2016-02-22
use xmallocz to avoid size arithmetic
Jeff King
1
-1
/
+1
2016-02-15
worktree add -B: do the checkout test before update branch
Nguyễn Thái Ngọc Duy
1
-1
/
+10
2016-02-15
worktree: fix "add -B"
Nguyễn Thái Ngọc Duy
1
-3
/
+1
[prev]
[next]