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
2013-01-15
reset.c: share call to die_if_unmerged_cache()
Martin von Zweigbergk
1
-8
/
+6
2013-01-15
reset.c: extract function for updating {ORIG_,}HEAD
Martin von Zweigbergk
1
-16
/
+23
2013-01-15
reset.c: remove unnecessary variable 'i'
Martin von Zweigbergk
1
-17
/
+16
2013-01-15
reset.c: extract function for parsing arguments
Martin von Zweigbergk
1
-32
/
+38
2013-01-15
reset: don't allow "git reset -- $pathspec" in bare repo
Martin von Zweigbergk
1
-2
/
+4
2013-01-15
reset.c: pass pathspec around instead of (prefix, argv) pair
Martin von Zweigbergk
1
-17
/
+10
2013-01-15
reset $pathspec: exit with code 0 if successful
Martin von Zweigbergk
1
-5
/
+3
2013-01-15
reset $pathspec: no need to discard index
Martin von Zweigbergk
1
-15
/
+1
2013-01-14
hooks: Add function to check if a hook exists
Aaron Schrab
2
-18
/
+13
2013-01-14
git-clean: Display more accurate delete messages
Zoltan Klinger
1
-29
/
+125
2013-01-14
Merge branch 'jc/blame-no-follow'
Junio C Hamano
1
-1
/
+5
2013-01-14
Merge branch 'jl/interrupt-clone-remove-separate-git-dir' into maint
Junio C Hamano
1
-1
/
+3
2013-01-14
Merge branch 'jc/maint-fmt-merge-msg-no-edit-lose-credit' into maint
Junio C Hamano
2
-7
/
+15
2013-01-14
Merge branch 'jc/apply-trailing-blank-removal' into maint
Junio C Hamano
1
-6
/
+17
2013-01-11
Merge branch 'jc/merge-blobs'
Junio C Hamano
2
-37
/
+59
2013-01-11
Merge branch 'jc/format-patch-reroll'
Junio C Hamano
1
-9
/
+24
2013-01-11
Merge branch 'ap/merge-stop-at-prepare-commit-msg-failure' into maint
Junio C Hamano
1
-2
/
+3
2013-01-11
clone: do not export and unexport GIT_CONFIG
Junio C Hamano
1
-9
/
+0
2013-01-11
fetch: add --unshallow for turning shallow repo into complete one
Nguyễn Thái Ngọc Duy
1
-1
/
+16
2013-01-10
clone: forbid --bare --separate-git-dir <dir>
Nguyễn Thái Ngọc Duy
1
-0
/
+2
2013-01-10
Merge branch 'sp/shortlog-missing-lf' into maint
Junio C Hamano
1
-3
/
+2
2013-01-10
Merge branch 'jl/interrupt-clone-remove-separate-git-dir'
Junio C Hamano
1
-1
/
+3
2013-01-10
Merge branch 'as/dir-c-cleanup'
Junio C Hamano
2
-2
/
+2
2013-01-10
Merge branch 'jc/maint-fmt-merge-msg-no-edit-lose-credit'
Junio C Hamano
2
-7
/
+15
2013-01-10
log: add log.mailmap configuration option
Antoine Pelisse
1
-0
/
+7
2013-01-10
log: add --use-mailmap option
Antoine Pelisse
1
-1
/
+8
2013-01-10
mailmap: simplify map_user() interface
Antoine Pelisse
2
-95
/
+93
2013-01-10
commit: make default of "cleanup" option configurable
Ralf Thielow
1
-1
/
+3
2013-01-09
Merge branch 'nd/maint-branch-desc-doc'
Junio C Hamano
2
-14
/
+24
2013-01-09
Merge branch 'ap/merge-stop-at-prepare-commit-msg-failure'
Junio C Hamano
1
-2
/
+3
2013-01-07
Use split_ident_line to parse author and committer
Antoine Pelisse
2
-64
/
+31
2013-01-06
Merge branch 'jc/apply-trailing-blank-removal'
Junio C Hamano
1
-6
/
+17
2013-01-06
add git-check-ignore sub-command
Adam Spiers
1
-0
/
+173
2013-01-06
add.c: extract new die_if_path_beyond_symlink() for reuse
Adam Spiers
1
-4
/
+6
2013-01-06
add.c: extract check_path_for_gitlink() from treat_gitlinks() for reuse
Adam Spiers
1
-18
/
+6
2013-01-06
pathspec.c: rename newly public functions for clarity
Adam Spiers
1
-2
/
+2
2013-01-06
add.c: move pathspec matchers into new pathspec.c for reuse
Adam Spiers
1
-33
/
+1
2013-01-06
add.c: remove unused argument from validate_pathspec()
Adam Spiers
1
-3
/
+3
2013-01-06
dir.c: keep track of where patterns came from
Adam Spiers
2
-4
/
+5
2013-01-06
dir.c: use a single struct exclude_list per source of excludes
Adam Spiers
2
-4
/
+7
2013-01-05
Merge branch 'cr/push-force-tag-update'
Junio C Hamano
2
-14
/
+27
2013-01-05
Merge branch 'fc/fast-export-fixes'
Junio C Hamano
1
-8
/
+19
2013-01-05
Merge branch 'nd/pathspec-wildcard'
Junio C Hamano
2
-2
/
+2
2013-01-05
clone: support atomic operation with --separate-git-dir
Jens Lehmann
1
-1
/
+3
2013-01-03
format-patch: give --reroll-count a short synonym -v
Junio C Hamano
1
-1
/
+1
2013-01-03
merge: Honor prepare-commit-msg return code
Antoine Pelisse
1
-2
/
+3
2013-01-03
format-patch: pick up branch description when no ref is specified
Nguyễn Thái Ngọc Duy
1
-3
/
+16
2013-01-03
format-patch: pick up correct branch name from symbolic ref
Nguyễn Thái Ngọc Duy
1
-12
/
+9
2013-01-03
branch: delete branch description if it's empty
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2013-01-02
Merge branch 'sp/shortlog-missing-lf'
Junio C Hamano
1
-3
/
+2
[prev]
[next]