aboutsummaryrefslogtreecommitdiffstats
path: root/git.c
AgeCommit message (Expand)AuthorFilesLines
2009-01-26git_extract_argv0_path(): Move check for valid argv0 from caller to calleeSteffen Prohaska1-3/+2
2009-01-26Refactor git_set_argv0_path() to git_extract_argv0_path()Steve Haslam1-14/+5
2009-01-17Merge branch 'as/autocorrect-alias'Junio C Hamano1-20/+33
2009-01-05remove trailing LF in die() messagesAlexander Potashev1-1/+1
2009-01-05git.c: make autocorrected aliases workAdeodato Simó1-20/+33
2009-01-02git wrapper: Make while loop more reader-friendlyJohannes Schindelin1-3/+2
2008-12-04Make chdir failures visibleAlex Riesen1-2/+2
2008-12-02Add a built-in alias for 'stage' to the 'add' commandScott Chacon1-0/+1
2008-10-12Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerBrandon Casey1-2/+1
2008-09-25Merge branch 'jc/alternate-push'Shawn O. Pearce1-0/+1
2008-09-25Merge branch 'maint'Shawn O. Pearce1-0/+2
2008-09-24maint: check return of split_cmdline to avoid bad config stringsDeskin Miller1-0/+2
2008-09-09Use xmalloc() and friends to catch allocation failuresDotan Barak1-1/+1
2008-09-09receive-pack: make it a builtinJunio C Hamano1-0/+1
2008-09-07Merge branch 'ar/autospell'Junio C Hamano1-1/+3
2008-08-31git wrapper: DWIM mistyped commandsJohannes Schindelin1-1/+3
2008-08-28diff*: fix worktree setupNguyễn Thái Ngọc Duy1-1/+1
2008-08-25Revert "Build-in "git-shell""Junio C Hamano1-1/+0
2008-08-20Build-in "git-shell"Junio C Hamano1-0/+1
2008-07-25Record the command invocation path earlyJohannes Sixt1-3/+2
2008-07-21Revert "make git-status use a pager"Junio C Hamano1-1/+1
2008-07-15Merge branch 'mv/merge-in-c'Junio C Hamano1-53/+1
2008-07-07Build in mergeMiklos Vajna1-0/+1
2008-07-06Allow per-command pager configJeff King1-4/+47
2008-07-02Merge branch 'j6t/mingw'Junio C Hamano1-3/+16
2008-06-30Move split_cmdline() to alias.cMiklos Vajna1-53/+0
2008-06-23Prepare execv_git_cmd() for removal of builtins from the filesystemJunio C Hamano1-1/+31
2008-06-23Windows: Strip ".exe" from the program name.Johannes Sixt1-3/+16
2008-06-09Ignore .gitattributes in bare repositoriesRené Scharfe1-1/+1
2008-06-06Print info about "git help COMMAND" on git's main usage pagesTeemu Likonen1-0/+4
2008-05-26Merge branch 'jc/diff-no-no-index'Junio C Hamano1-1/+1
2008-05-24diff-files: do not play --no-index gamesJunio C Hamano1-1/+1
2008-05-04Build in cloneDaniel Barkalow1-0/+1
2008-04-29make git-status use a pagerBart Trojanowski1-1/+1
2008-04-01Accept git aliases outside a git repositoryJunio C Hamano1-1/+2
2008-03-26Always set *nongit_ok in setup_git_directory_gently()SZEDER Gábor1-2/+2
2008-03-15shortlog: do not require to run from inside a git repositoryJonas Fonseca1-1/+1
2008-03-01Make git-remote a builtinJohannes Schindelin1-0/+1
2008-02-27Merge branch 'db/checkout'Junio C Hamano1-0/+3
2008-02-24make alias lookup a public, procedural functionJeff King1-14/+3
2008-02-23Add merge-subtree backJunio C Hamano1-0/+1
2008-02-16Build in checkoutDaniel Barkalow1-0/+1
2008-02-11git.c: guard config parser from value=NULLJunio C Hamano1-0/+2
2008-02-09Build-in merge-recursiveDaniel Barkalow1-0/+1
2007-12-04Merge branch 'kh/commit'Junio C Hamano1-1/+2
2007-12-03Trace and quote with argv: get rid of unneeded count argument.Christian Couder1-3/+3
2007-12-02Add 'git fast-export', the sister of 'git fast-import'Johannes Schindelin1-0/+1
2007-11-24Merge branch 'jk/send-pack'Junio C Hamano1-0/+3
2007-11-24Merge branch 'sb/clean'Junio C Hamano1-0/+1
2007-11-24Merge branch 'js/mingw-fallouts'Junio C Hamano1-1/+1
2007-11-22Port git commit to C.Kristian Høgsberg1-1/+2
2007-11-22git-merge-ours: make it a builtin.Thomas Harning1-0/+1
2007-11-18Make git-clean a builtinShawn Bohrer1-0/+1
2007-11-17Merge branch 'ph/parseopt-sh'Junio C Hamano1-1/+1
2007-11-14builtin run_command: do not exit with -1.Johannes Sixt1-1/+1
2007-11-14Merge branch 'db/remote-builtin' into jk/send-packJunio C Hamano1-0/+3
2007-11-06git-rev-parse --parseoptJunio C Hamano1-1/+1
2007-11-05Don't always require working tree for git-rmMike Hommey1-1/+1
2007-11-05Refactor working tree setupMike Hommey1-8/+3
2007-11-05Build in ls-remoteDaniel Barkalow1-1/+2
2007-11-02Build-in send-pack, with an API for other programs to call.Daniel Barkalow1-0/+1
2007-11-02Build-in peek-remote, using transport infrastructure.Daniel Barkalow1-0/+1
2007-10-29use only the $PATH for exec'ing git commandsScott R Parish1-36/+7
2007-10-29"current_exec_path" is a misleading name, use "argv_exec_path"Scott R Parish1-1/+1
2007-10-29"git" returns 1; "git help" and "git help -a" return 0Scott R Parish1-3/+4
2007-10-24Merge branch 'db/fetch-pack'Junio C Hamano1-0/+5
2007-10-20Deduce exec_path also from calls to git with a relative pathJohannes Schindelin1-2/+3
2007-10-16Merge branch 'master' into db/fetch-packShawn O. Pearce1-11/+5
2007-09-21sq_quote_argv and add_to_string rework with strbuf's.Pierre Habouzit1-11/+5
2007-09-19Make fetch a builtinDaniel Barkalow1-0/+1
2007-09-19Make fetch-pack a builtin with an internal APIDaniel Barkalow1-0/+1
2007-09-19Modularize commit-walkerDaniel Barkalow1-0/+3
2007-09-12Make "git reset" a builtin.Carlos Rica1-0/+1
2007-08-27git --bare cmd: do not unconditionally nuke GIT_DIRJunio C Hamano1-1/+1
2007-08-27Fix initialization of a bare repositoryJunio C Hamano1-0/+1
2007-08-19Add and document a global --no-pager option for git.Matthieu Moy1-1/+5
2007-08-13diff: don't run pager if user asked for a diff style exit codeRené Scharfe1-1/+1
2007-08-10Merge branch 'cr/tag'Junio C Hamano1-0/+2
2007-08-04checkout-index needs a working treeJohannes Schindelin1-1/+2
2007-08-01Clean up work-tree handlingJohannes Schindelin1-3/+8
2007-07-31git.c: execution pathJunio C Hamano1-5/+5
2007-07-26Make verify-tag a builtin.Carlos Rica1-0/+1
2007-07-20Make git tag a builtin.Carlos Rica1-0/+1
2007-07-04Remove USE_PAGER from git-pickaxe and git-annotateAndrew Ruder1-2/+2
2007-07-02Make '!' aliases more usefulJohannes Schindelin1-0/+15
2007-07-01Merge branch 'ml/worktree'Junio C Hamano1-4/+18
2007-07-01Merge branch 'ei/worktree+filter'Junio C Hamano1-13/+22
2007-06-30git: Try a bit harder not to lose errno in stdioLinus Torvalds1-4/+5
2007-06-24Check for IO errors after running a commandLinus Torvalds1-1/+20
2007-06-24Clean up internal command handlingLinus Torvalds1-22/+30
2007-06-12make git barf when an alias changes environment variablesMatthias Lederhofer1-4/+18
2007-06-06Use new semantics of is_bare/inside_git_dir/inside_work_treeMatthias Lederhofer1-10/+10
2007-06-06introduce GIT_WORK_TREE to specify the work treeMatthias Lederhofer1-1/+11
2007-05-20Merge branch 'maint-1.5.1' into maintJunio C Hamano1-1/+1
2007-05-20annotate: make it work from subdirectories.Junio C Hamano1-1/+1
2007-04-14Add basic infrastructure to assign attributes to pathsJunio C Hamano1-0/+1
2007-04-12handle_options in git wrapper miscounts the options it handled.Matthias Lederhofer1-0/+1
2007-04-05Revert "builtin-archive: use RUN_SETUP"René Scharfe1-1/+1
2007-03-25use xmalloc in git.c and help.cJames Bowes1-1/+1
2007-03-17Make gc a builtin.James Bowes1-0/+1
2007-03-14Merge branch 'jc/fetch'Junio C Hamano1-0/+1
2007-03-03Make git-revert & git-cherry-pick a builtinJohannes Schindelin1-0/+2
2007-03-03Merge branch 'maint'Junio C Hamano1-1/+1
2007-03-03builtin-archive: use RUN_SETUPJohannes Schindelin1-1/+1
2007-02-28Merge branch 'js/bundle'Junio C Hamano1-0/+1
2007-02-27Merge branch 'np/types' into jc/fetchJunio C Hamano1-7/+7
2007-02-26Merge branch 'master' into js/diff-niJunio C Hamano1-6/+6
2007-02-22Add git-bundle: move objects and references by archiveJohannes Schindelin1-0/+1
2007-02-22Teach git-diff-files the new option `--no-index`Johannes Schindelin1-2/+2
2007-02-20git grep: use pagerJohannes Schindelin1-1/+1
2007-02-20Mechanical conversion to use prefixcmp()Junio C Hamano1-5/+5
2007-02-13git-fetch--tool: start rewriting parts of git-fetch in C.Junio C Hamano1-0/+1
2007-02-13Merge branch 'jc/merge-base' (early part)Junio C Hamano1-0/+1
2007-02-12Remove git-diff-stages.Junio C Hamano1-1/+0
2007-02-10Allow aliases to expand to shell commandsTheodore Ts'o1-0/+10
2007-02-10Print a sane error message if an alias expands to an invalid git commandTheodore Ts'o1-1/+8
2007-02-05Commands requiring a work tree must not run in GIT_DIRJohannes Schindelin1-2/+3
2007-01-29Make fsck and fsck-objects be builtins.Mark Wooding1-0/+2
2007-01-28[PATCH] Rename git-repo-config to git-config.Tom Prince1-1/+2
2007-01-28git-blame --incremental: don't use pagerRen,Ai(B Scharfe1-1/+1
2007-01-24annotate: use pagerJohannes Schindelin1-1/+1
2007-01-11Merge branch 'jc/bare'Junio C Hamano1-4/+11
2007-01-10Disallow working directory commands in a bare repository.Shawn O. Pearce1-4/+11
2007-01-10Make git-describe a builtin.Shawn O. Pearce1-0/+1
2007-01-09Make merge-base a built-in.Junio C Hamano1-0/+1
2007-01-07"init-db" can really be just "init"Nicolas Pitre1-0/+1
2006-12-30Replace "GIT_DIR" with GIT_DIR_ENVIRONMENT.Shawn O. Pearce1-3/+3
2006-12-30Use PATH_MAX constant for --bare.Shawn O. Pearce1-2/+2
2006-12-26Merge branch 'jc/fsck-reflog'Junio C Hamano1-0/+1
2006-12-24Merge branch 'js/rerere'Junio C Hamano1-0/+1
2006-12-22Keep "git --git-dir" from causing a bus error.Brian Gernhardt1-2/+4
2006-12-21Make git-rerere a builtinJohannes Schindelin1-0/+1
2006-12-20git reflog expireJunio C Hamano1-0/+1
2006-12-20simplify inclusion of system header files.Junio C Hamano1-13/+1
2006-12-06Add builtin merge-file, a minimal replacement for RCS mergeJohannes Schindelin1-0/+1
2006-11-27shortlog: use pagerJohannes Schindelin1-1/+1
2006-11-19Build in shortlogJohannes Schindelin1-0/+1
2006-11-08git-pickaxe: retire pickaxeJunio C Hamano1-1/+2
2006-11-07Merge branch 'jc/pickaxe'Junio C Hamano1-0/+1
2006-11-01branch: work in subdirectories.Junio C Hamano1-1/+1
2006-11-01Merge branch 'rs/cherry'Junio C Hamano1-0/+1
2006-11-01Merge branch 'lj/refs'Junio C Hamano1-0/+3
2006-10-25Merge for-each-ref to sync gitweb fully with 'next'Junio C Hamano1-0/+1
2006-10-25Merge branch 'jc/web-blame'Junio C Hamano1-0/+1
2006-10-23Make git-branch a builtinLars Hjemli1-0/+1
2006-10-23Built-in cherryRene Scharfe1-0/+1
2006-10-20git-pickaxe: pagenate output by default.Junio C Hamano1-1/+1
2006-10-19git-pickaxe: blame rewritten.Junio C Hamano1-0/+1
2006-10-10paginate git-diff by defaultMartin Waitz1-1/+1
2006-10-09Remove git-annotate.perl and create a builtin-alias for git-blameRyan Anderson1-0/+1
2006-10-08git-tar-tree: don't RUN_SETUPRene Scharfe1-1/+1
2006-10-03Fix usage string to match that given in the man pageAlan Chandler1-1/+1
2006-09-27Merge branch 'master' into lj/refsJunio C Hamano1-2/+0
2006-09-27Merge branch 'jc/lt-ref2-with-lt-refs' into jc/ref-lockingJunio C Hamano1-0/+1
2006-09-24Remove upload-tar and make git-tar-tree a thin wrapper to git-archiveJunio C Hamano1-1/+0
2006-09-23Remove git-zip-treeRene Scharfe1-1/+0
2006-09-21Merge branch 'lt/refs' into jc/lt-ref2-with-lt-refsJunio C Hamano1-0/+4
2006-09-21Merge branch 'lt/refs' into jc/for-each-ref-with-lt-refsJunio C Hamano1-0/+4
2006-09-17Start handling references internally as a sorted in-memory listLinus Torvalds1-0/+1
2006-09-17Merge branch 'jk/diff'Junio C Hamano1-0/+1
2006-09-17Merge branch 'jc/archive'Junio C Hamano1-0/+2
2006-09-16Add git-for-each-ref: helper for language bindingsJunio C Hamano1-0/+1
2006-09-16Add "git show-ref" builtin commandLinus Torvalds1-0/+1
2006-09-14Handle invalid argc gentlyDmitry V. Levin1-1/+1
2006-09-13Make count-objects, describe and merge-tree work in subdirectoryDmitry V. Levin1-1/+1
2006-09-09Add git-upload-archiveFranck Bui-Huu1-0/+1
2006-09-09Add git-archiveFranck Bui-Huu1-0/+1
2006-09-08git-commit.sh: convert run_status to a C builtinJeff King1-0/+1
2006-09-05Fix memory leak in prepend_to_path (git.c).Christian Couder1-0/+2
2006-09-02Trace into a file or an open fd and refactor tracing code.Christian Couder1-21/+4
2006-09-02Replace uses of strdup with xstrdup.Shawn Pearce1-1/+1
2006-08-31Use xmalloc instead of mallocJonas Fonseca1-1/+1
2006-08-26Add git-zip-treeRene Scharfe1-0/+1
2006-08-26Use xrealloc instead of reallocJonas Fonseca1-3/+3
2006-08-23remove ugly shadowing of loop indexes in subloops.Pierre Habouzit1-3/+3
2006-08-15remove unnecessary initializationsDavid Rientjes1-1/+1
2006-08-10git-verify-pack: make builtinRene Scharfe1-0/+1
2006-08-08Merge branch 'master' into mk/renameJunio C Hamano1-1/+1
2006-08-08git-push: allow pushing from subdirectoriesJeff King1-1/+1
2006-08-04git.c: Rename NEEDS_PREFIX to RUN_SETUPJunio C Hamano1-36/+36
2006-08-04builtins: Makefile clean-upJunio C Hamano1-34/+34
2006-08-04Make git-checkout-index a builtinJunio C Hamano1-0/+1
2006-08-03Make git-symbolic-ref a builtinMatthias Kestenholz1-0/+1
2006-08-03Make git-unpack-objects a builtinMatthias Kestenholz1-0/+1
2006-08-03Make git-pack-objects a builtinMatthias Kestenholz1-0/+1
2006-08-03Make git-name-rev a builtinMatthias Kestenholz1-0/+1
2006-08-02Make git-repo-config a builtinMatthias Kestenholz1-0/+1
2006-08-02Make git-prune-packed a builtinMatthias Kestenholz1-0/+1
2006-08-02Remove cmd_usage() routine and re-organize the help/usage code.Ramsay Allan Jones1-2/+5
2006-07-31Builtins: control the use of pager from the command table.Junio C Hamano1-5/+8
2006-07-30git.c: allow alias expansion without a git directoryMatthias Lederhofer1-40/+36
2006-07-29Merge branch 'lt/setup' into __/setup-n-mvJunio C Hamano1-73/+105
2006-07-29Call setup_git_directory() much earlierLinus Torvalds1-28/+35
2006-07-26Make git-mv a builtinJohannes Schindelin1-0/+1
2006-07-25git wrapper: add --git-dir=<path> and --bare optionsJohannes Schindelin1-45/+46
2006-07-25Allow an alias to start with "-p"Johannes Schindelin1-6/+30
2006-07-14argv created by handle_alias should be NULL terminatedMatthias Lederhofer1-6/+5
2006-07-12Merge branch 'ml/trace'Junio C Hamano1-0/+25
2006-07-12Merge branch 'lt/prune'Junio C Hamano1-1/+2
2006-07-09"git -p cmd" to page anywhereJunio C Hamano1-0/+5