index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
git.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
build-in git-mktree
Junio C Hamano
2009-05-10
1
-0
/
+1
*
Fix a bunch of pointer declarations (codestyle)
Felipe Contreras
2009-05-02
1
-4
/
+4
*
Fix typos / spelling in comments
Mike Ralphson
2009-04-23
1
-1
/
+1
*
Merge branch 'cc/bisect-filter'
Junio C Hamano
2009-04-13
1
-0
/
+1
|
\
|
*
bisect--helper: implement "git bisect--helper"
Christian Couder
2009-04-05
1
-0
/
+1
*
|
add --html-path to get the location of installed HTML docs
Markus Heidelberg
2009-04-05
1
-1
/
+4
|
/
*
Merge branch 'jk/maint-cleanup-after-exec-failure'
Junio C Hamano
2009-02-03
1
-6
/
+15
|
\
|
*
git: use run_command() to execute dashed externals
Jeff King
2009-01-28
1
-4
/
+13
|
*
git: s/run_command/run_builtin/
Jeff King
2009-01-28
1
-2
/
+2
*
|
git_extract_argv0_path(): Move check for valid argv0 from caller to callee
Steffen Prohaska
2009-01-26
1
-3
/
+2
*
|
Refactor git_set_argv0_path() to git_extract_argv0_path()
Steve Haslam
2009-01-26
1
-14
/
+5
*
|
Merge branch 'as/autocorrect-alias'
Junio C Hamano
2009-01-18
1
-20
/
+33
|
\
\
|
*
|
git.c: make autocorrected aliases work
Adeodato Simó
2009-01-05
1
-20
/
+33
*
|
|
remove trailing LF in die() messages
Alexander Potashev
2009-01-05
1
-1
/
+1
|
/
/
*
/
git wrapper: Make while loop more reader-friendly
Johannes Schindelin
2009-01-02
1
-3
/
+2
|
/
*
Make chdir failures visible
Alex Riesen
2008-12-05
1
-2
/
+2
*
Add a built-in alias for 'stage' to the 'add' command
Scott Chacon
2008-12-03
1
-0
/
+1
*
Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer
Brandon Casey
2008-10-12
1
-2
/
+1
*
Merge branch 'jc/alternate-push'
Shawn O. Pearce
2008-09-25
1
-0
/
+1
|
\
|
*
receive-pack: make it a builtin
Junio C Hamano
2008-09-09
1
-0
/
+1
*
|
Merge branch 'maint'
Shawn O. Pearce
2008-09-25
1
-0
/
+2
|
\
\
|
*
|
maint: check return of split_cmdline to avoid bad config strings
Deskin Miller
2008-09-24
1
-0
/
+2
*
|
|
Use xmalloc() and friends to catch allocation failures
Dotan Barak
2008-09-10
1
-1
/
+1
|
|
/
|
/
|
*
|
Merge branch 'ar/autospell'
Junio C Hamano
2008-09-08
1
-1
/
+3
|
\
\
|
|
/
|
/
|
|
*
git wrapper: DWIM mistyped commands
Johannes Schindelin
2008-08-31
1
-1
/
+3
|
*
Revert "Build-in "git-shell""
Junio C Hamano
2008-08-26
1
-1
/
+0
|
*
Build-in "git-shell"
Junio C Hamano
2008-08-20
1
-0
/
+1
*
|
diff*: fix worktree setup
Nguyễn Thái Ngọc Duy
2008-08-29
1
-1
/
+1
|
/
*
Record the command invocation path early
Johannes Sixt
2008-07-26
1
-3
/
+2
*
Revert "make git-status use a pager"
Junio C Hamano
2008-07-22
1
-1
/
+1
*
Merge branch 'mv/merge-in-c'
Junio C Hamano
2008-07-16
1
-53
/
+1
|
\
|
*
Build in merge
Miklos Vajna
2008-07-08
1
-0
/
+1
|
*
Move split_cmdline() to alias.c
Miklos Vajna
2008-07-01
1
-53
/
+0
*
|
Allow per-command pager config
Jeff King
2008-07-06
1
-4
/
+47
*
|
Merge branch 'j6t/mingw'
Junio C Hamano
2008-07-03
1
-3
/
+16
|
\
\
|
*
|
Windows: Strip ".exe" from the program name.
Johannes Sixt
2008-06-23
1
-3
/
+16
|
|
/
*
/
Prepare execv_git_cmd() for removal of builtins from the filesystem
Junio C Hamano
2008-06-24
1
-1
/
+31
|
/
*
Ignore .gitattributes in bare repositories
René Scharfe
2008-06-10
1
-1
/
+1
*
Print info about "git help COMMAND" on git's main usage pages
Teemu Likonen
2008-06-06
1
-0
/
+4
*
Merge branch 'jc/diff-no-no-index'
Junio C Hamano
2008-05-27
1
-1
/
+1
|
\
|
*
diff-files: do not play --no-index games
Junio C Hamano
2008-05-24
1
-1
/
+1
*
|
Build in clone
Daniel Barkalow
2008-05-05
1
-0
/
+1
|
/
*
make git-status use a pager
Bart Trojanowski
2008-04-30
1
-1
/
+1
*
Accept git aliases outside a git repository
Junio C Hamano
2008-04-02
1
-1
/
+2
*
Always set *nongit_ok in setup_git_directory_gently()
SZEDER Gábor
2008-03-26
1
-2
/
+2
*
shortlog: do not require to run from inside a git repository
Jonas Fonseca
2008-03-15
1
-1
/
+1
*
Make git-remote a builtin
Johannes Schindelin
2008-03-01
1
-0
/
+1
*
Merge branch 'db/checkout'
Junio C Hamano
2008-02-27
1
-0
/
+3
|
\
|
*
Add merge-subtree back
Junio C Hamano
2008-02-23
1
-0
/
+1
|
*
Build in checkout
Daniel Barkalow
2008-02-17
1
-0
/
+1
[next]