aboutsummaryrefslogtreecommitdiffstats
path: root/git.c
AgeCommit message (Expand)AuthorFilesLines
2006-10-10paginate git-diff by defaultMartin Waitz1-1/+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-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-17Merge branch 'jk/diff'Junio C Hamano1-0/+1
2006-09-17Merge branch 'jc/archive'Junio C Hamano1-0/+2
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
2005-11-15git wrapper: basic fixes.Junio C Hamano1-56/+98
2005-11-15git --help COMMAND brings up the git-COMMAND man-page.Andreas Ericsson1-2/+26
2005-11-15C implementation of the 'git' program, take two.Andreas Ericsson1-0/+229