aboutsummaryrefslogtreecommitdiffstats
path: root/git.c
AgeCommit message (Expand)AuthorFilesLines
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
2006-07-09GIT_TRACE: show which built-in/external commands are executedMatthias Lederhofer1-0/+25
2006-07-09builtin "git prune"Linus Torvalds1-1/+2
2006-07-03Make git-fmt-merge-msg a builtinJohannes Schindelin1-1/+2
2006-06-28Save errno in handle_alias()Johannes Schindelin1-1/+3
2006-06-28Make some strings constTimo Hirvonen1-1/+2
2006-06-28git wrapper: fix command name in an error message.Andreas Ericsson1-2/+1
2006-06-18Make git-update-ref a builtinLukas Sandström1-1/+2
2006-06-18Make git-update-index a builtinLukas Sandström1-1/+2
2006-06-18Make git-stripspace a builtinLukas Sandström1-1/+2
2006-06-18Make git-mailinfo a builtinLukas Sandström1-1/+2
2006-06-18Make git-mailsplit a builtinLukas Sandström1-1/+2
2006-06-18Make git-write-tree a builtinLukas Sandström1-1/+2
2006-06-16fix git aliasJunio C Hamano1-3/+3
2006-06-10Built-in git-get-tar-commit-idRene Scharfe1-1/+1
2006-06-05git alias: try alias last.Junio C Hamano1-6/+14
2006-06-05If you have a config containing something like this:Johannes Schindelin1-0/+111
2006-06-03Builtin git-rev-parse.Christian Couder1-1/+2
2006-05-24Builtin git-cat-fileTimo Hirvonen1-1/+2
2006-05-24Merge branch 'js/fmt-patch'Junio C Hamano1-0/+1
2006-05-24Merge branch 'jc/builtin-n-tar-tree'Junio C Hamano1-1/+14
2006-05-24Merge branch 'lt/dirwalk'Junio C Hamano1-0/+2
2006-05-23Merge branch 'jc/tartree' into jc/builtin-n-tar-treeJunio C Hamano1-0/+2
2006-05-23Builtin git-diff-files, git-diff-index, git-diff-stages, and git-diff-tree.Peter Eriksen1-1/+5
2006-05-23Builtin git-show-branch.Peter Eriksen1-1/+2
2006-05-23Builtin git-apply.Peter Eriksen1-1/+2
2006-05-23Builtin git-commit-tree.Peter Eriksen1-1/+2
2006-05-23Builtin git-read-tree.Peter Eriksen1-1/+2
2006-05-23Builtin git-tar-tree.Peter Eriksen1-1/+2
2006-05-23Builtin git-ls-tree.Peter Eriksen1-1/+2
2006-05-23Builtin git-ls-files.Peter Eriksen1-1/+2
2006-05-21git-format-patch: now built-in.Junio C Hamano1-1/+1
2006-05-21Merge branch 'master' into js/fmt-patchJunio C Hamano1-0/+4
2006-05-19built-in tar-tree and remote tar-treeJunio C Hamano1-1/+3
2006-05-19Add builtin "git rm" commandLinus Torvalds1-0/+1
2006-05-19Builtin git-init-dbTimo Hirvonen1-0/+1
2006-05-18Make git-check-format-ref a builtin.Lukas Sandström1-0/+1
2006-05-18Make "git rev-list" be a builtinLinus Torvalds1-0/+1
2006-05-17Do "git add" as a builtinLinus Torvalds1-0/+1
2006-05-15Merge branch 'jc/grep'Junio C Hamano1-0/+1
2006-05-06Merge branch 'master' into js/fmt-patchJunio C Hamano1-1/+3
2006-05-03Merge branch 'jc/diff'Junio C Hamano1-0/+1
2006-05-03Merge branch 'jc/count'Junio C Hamano1-0/+1
2006-05-01builtin-diff: call it "git-diff", really.Junio C Hamano1-1/+1
2006-05-01built-in "git grep"Junio C Hamano1-0/+1
2006-04-30git builtin "push"Linus Torvalds1-0/+1
2006-04-28built-in diff.Junio C Hamano1-0/+1
2006-04-27built-in count-objects.Junio C Hamano1-0/+1
2006-04-27Fix "git help -a" terminal autosizingLinus Torvalds1-1/+0
2006-04-21Merge branch 'master' into jc/fmt-patchJunio C Hamano1-341/+3
2006-04-21Split up builtin commands into separate files from git.cLinus Torvalds1-302/+3
2006-04-20rename internal format-patch wipJunio C Hamano1-1/+1
2006-04-19git log: don't do merge diffs by defaultLinus Torvalds1-2/+0
2006-04-18Tentative built-in format-patch.Junio C Hamano1-0/+38
2006-04-17git.c: LOGSIZE is unused after log printing cleanup.Junio C Hamano1-2/+0
2006-04-17Log message printout cleanupsLinus Torvalds1-55/+2
2006-04-16Fixes for option parsingLinus Torvalds1-0/+1
2006-04-16log/whatchanged/show - log formatting cleanup.Junio C Hamano1-15/+26
2006-04-16Simplify common default options setup for built-in log family.Junio C Hamano1-13/+7
2006-04-16Merge branch 'master' into lt/logoptJunio C Hamano1-1/+9
2006-04-16Tentative built-in "git show"Linus Torvalds1-0/+18
2006-04-16Built-in git-whatchanged.Junio C Hamano1-19/+43
2006-04-15Split init_revisions() out of setup_revisions()Junio C Hamano1-0/+1
2006-04-15Support "git cmd --help" syntaxLinus Torvalds1-0/+6
2006-04-15diff --stat: do not do its own three-dashes.Junio C Hamano1-1/+3
2006-04-14Fix up default abbrev in setup_revisions() argument parser.Junio C Hamano1-0/+1
2006-04-14Common option parsing for "git log --diff" and friendsLinus Torvalds1-70/+13
2006-04-13Use less memory in "git log"Linus Torvalds1-0/+2
2006-04-13git-log: do not output excess blank line between commitsJunio C Hamano1-1/+1
2006-04-10blame and friends: adjust to multiple pathspec change.Junio C Hamano1-1/+1
2006-04-10git log --full-diffJunio C Hamano1-1/+12
2006-04-09git log [diff-tree options]...Junio C Hamano1-1/+31
2006-04-08git-log: match rev-list --abbrev and --abbrev-commitJunio C Hamano1-2/+13
2006-04-02Fix sparse warnings about non-ANSI function prototypesRene Scharfe1-1/+1
2006-03-31Move "--parent" parsing into generic revision.c library codeLinus Torvalds1-5/+1
2006-03-09Nicer output from 'git'Fredrik Kuivinen1-11/+36
2006-03-09Use #define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0]))Junio C Hamano1-2/+0
2006-03-05Const tightening.Junio C Hamano1-16/+16
2006-03-02setup_revisions(): handle -n<n> and -<n> internally.Junio C Hamano1-14/+1
2006-03-01git-log (internal): more options.Junio C Hamano1-1/+69
2006-02-28Tie it all together: "git log"Linus Torvalds1-0/+24
2006-02-26Teach the "git" command to handle some commands internallyLinus Torvalds1-37/+116
2006-01-13Exec git programs without using PATH.Michal Ostrowski1-39/+11
2006-01-05git: grok 'help' to mean '--help'.Andreas Ericsson1-0/+5
2005-12-21\n usage in stderr outputAlex Riesen1-1/+1
2005-12-18Make "git help" sort git commands in columnsLinus Torvalds1-9/+12
2005-12-18Make "git help" react to window size correctlyLinus Torvalds1-0/+11
2005-12-05Clean up compatibility definitions.Junio C Hamano1-9/+6
2005-12-04git.c: remove excess output for debugging when command is too long.Junio C Hamano1-1/+1
2005-12-04git.c: two fixes, gitsetenv type and off-by-one error.Junio C Hamano1-2/+1
2005-12-03Add compat/setenv.c, use in git.c.Jason Riedy1-0/+4
2005-12-01git wrapper: more careful argument stuffingAlex Riesen1-7/+12
2005-11-25Fix a warning about unused value.YOSHIFUJI Hideaki / 吉藤英明1-1/+1
2005-11-18Do not show .exe in git command list.Junio C Hamano1-1/+4