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
/
git.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-07-06
Merge branch 'tr/die_errno'
Junio C Hamano
1
-3
/
+3
2009-07-06
run_command: report failure to execute the program, but optionally don't
Johannes Sixt
1
-1
/
+1
2009-07-06
run_command: report system call errors instead of returning error codes
Johannes Sixt
1
-5
/
+1
2009-07-05
run_command: return exit code as positive value
Johannes Sixt
1
-2
/
+2
2009-07-05
MinGW: truncate exit()'s argument to lowest 8 bits
Johannes Sixt
1
-1
/
+1
2009-06-30
git.c: avoid allocating one-too-many elements for new argv array
Brandon Casey
1
-2
/
+1
2009-06-27
Convert existing die(..., strerror(errno)) to die_errno()
Thomas Rast
1
-3
/
+3
2009-05-31
Add new "git replace" command
Christian Couder
1
-0
/
+1
2009-05-10
build-in git-mktree
Junio C Hamano
1
-0
/
+1
2009-05-01
Fix a bunch of pointer declarations (codestyle)
Felipe Contreras
1
-4
/
+4
2009-04-22
Fix typos / spelling in comments
Mike Ralphson
1
-1
/
+1
2009-04-12
Merge branch 'cc/bisect-filter'
Junio C Hamano
1
-0
/
+1
2009-04-05
bisect--helper: implement "git bisect--helper"
Christian Couder
1
-0
/
+1
2009-04-04
add --html-path to get the location of installed HTML docs
Markus Heidelberg
1
-1
/
+4
2009-02-03
Merge branch 'jk/maint-cleanup-after-exec-failure'
Junio C Hamano
1
-6
/
+15
2009-01-28
git: use run_command() to execute dashed externals
Jeff King
1
-4
/
+13
2009-01-28
git: s/run_command/run_builtin/
Jeff King
1
-2
/
+2
2009-01-26
git_extract_argv0_path(): Move check for valid argv0 from caller to callee
Steffen Prohaska
1
-3
/
+2
2009-01-26
Refactor git_set_argv0_path() to git_extract_argv0_path()
Steve Haslam
1
-14
/
+5
2009-01-17
Merge branch 'as/autocorrect-alias'
Junio C Hamano
1
-20
/
+33
2009-01-05
remove trailing LF in die() messages
Alexander Potashev
1
-1
/
+1
2009-01-05
git.c: make autocorrected aliases work
Adeodato Simó
1
-20
/
+33
2009-01-02
git wrapper: Make while loop more reader-friendly
Johannes Schindelin
1
-3
/
+2
2008-12-04
Make chdir failures visible
Alex Riesen
1
-2
/
+2
2008-12-02
Add a built-in alias for 'stage' to the 'add' command
Scott Chacon
1
-0
/
+1
2008-10-12
Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer
Brandon Casey
1
-2
/
+1
2008-09-25
Merge branch 'jc/alternate-push'
Shawn O. Pearce
1
-0
/
+1
2008-09-25
Merge branch 'maint'
Shawn O. Pearce
1
-0
/
+2
2008-09-24
maint: check return of split_cmdline to avoid bad config strings
Deskin Miller
1
-0
/
+2
2008-09-09
Use xmalloc() and friends to catch allocation failures
Dotan Barak
1
-1
/
+1
2008-09-09
receive-pack: make it a builtin
Junio C Hamano
1
-0
/
+1
2008-09-07
Merge branch 'ar/autospell'
Junio C Hamano
1
-1
/
+3
2008-08-31
git wrapper: DWIM mistyped commands
Johannes Schindelin
1
-1
/
+3
2008-08-28
diff*: fix worktree setup
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2008-08-25
Revert "Build-in "git-shell""
Junio C Hamano
1
-1
/
+0
2008-08-20
Build-in "git-shell"
Junio C Hamano
1
-0
/
+1
2008-07-25
Record the command invocation path early
Johannes Sixt
1
-3
/
+2
2008-07-21
Revert "make git-status use a pager"
Junio C Hamano
1
-1
/
+1
2008-07-15
Merge branch 'mv/merge-in-c'
Junio C Hamano
1
-53
/
+1
2008-07-07
Build in merge
Miklos Vajna
1
-0
/
+1
2008-07-06
Allow per-command pager config
Jeff King
1
-4
/
+47
2008-07-02
Merge branch 'j6t/mingw'
Junio C Hamano
1
-3
/
+16
2008-06-30
Move split_cmdline() to alias.c
Miklos Vajna
1
-53
/
+0
2008-06-23
Prepare execv_git_cmd() for removal of builtins from the filesystem
Junio C Hamano
1
-1
/
+31
2008-06-23
Windows: Strip ".exe" from the program name.
Johannes Sixt
1
-3
/
+16
2008-06-09
Ignore .gitattributes in bare repositories
René Scharfe
1
-1
/
+1
2008-06-06
Print info about "git help COMMAND" on git's main usage pages
Teemu Likonen
1
-0
/
+4
2008-05-26
Merge branch 'jc/diff-no-no-index'
Junio C Hamano
1
-1
/
+1
2008-05-24
diff-files: do not play --no-index games
Junio C Hamano
1
-1
/
+1
2008-05-04
Build in clone
Daniel Barkalow
1
-0
/
+1
[prev]
[next]