summaryrefslogtreecommitdiff
path: root/git.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'db/fetch-pack'Junio C Hamano2007-10-241-0/+5
|\
| * Merge branch 'master' into db/fetch-packShawn O. Pearce2007-10-161-11/+5
| |\
| * | Make fetch a builtinDaniel Barkalow2007-09-191-0/+1
| * | Make fetch-pack a builtin with an internal APIDaniel Barkalow2007-09-191-0/+1
| * | Modularize commit-walkerDaniel Barkalow2007-09-191-0/+3
* | | Deduce exec_path also from calls to git with a relative pathJohannes Schindelin2007-10-201-2/+3
| |/ |/|
* | sq_quote_argv and add_to_string rework with strbuf's.Pierre Habouzit2007-09-211-11/+5
|/
* Make "git reset" a builtin.Carlos Rica2007-09-121-0/+1
* git --bare cmd: do not unconditionally nuke GIT_DIRJunio C Hamano2007-08-271-1/+1
* Fix initialization of a bare repositoryJunio C Hamano2007-08-271-0/+1
* Add and document a global --no-pager option for git.Matthieu Moy2007-08-191-1/+5
* diff: don't run pager if user asked for a diff style exit codeRené Scharfe2007-08-131-1/+1
* Merge branch 'cr/tag'Junio C Hamano2007-08-101-0/+2
|\
| * Make verify-tag a builtin.Carlos Rica2007-07-261-0/+1
| * Make git tag a builtin.Carlos Rica2007-07-201-0/+1
* | checkout-index needs a working treeJohannes Schindelin2007-08-041-1/+2
* | Clean up work-tree handlingJohannes Schindelin2007-08-011-3/+8
* | git.c: execution pathJunio C Hamano2007-07-311-5/+5
|/
* Remove USE_PAGER from git-pickaxe and git-annotateAndrew Ruder2007-07-041-2/+2
* Make '!' aliases more usefulJohannes Schindelin2007-07-021-0/+15
* Merge branch 'ml/worktree'Junio C Hamano2007-07-011-4/+18
|\
| * make git barf when an alias changes environment variablesMatthias Lederhofer2007-06-121-4/+18
* | Merge branch 'ei/worktree+filter'Junio C Hamano2007-07-011-13/+22
|\ \ | |/
| * Use new semantics of is_bare/inside_git_dir/inside_work_treeMatthias Lederhofer2007-06-061-10/+10
| * introduce GIT_WORK_TREE to specify the work treeMatthias Lederhofer2007-06-061-1/+11
* | git: Try a bit harder not to lose errno in stdioLinus Torvalds2007-06-301-4/+5
* | Check for IO errors after running a commandLinus Torvalds2007-06-241-1/+20
* | Clean up internal command handlingLinus Torvalds2007-06-241-22/+30
|/
* Merge branch 'maint-1.5.1' into maintJunio C Hamano2007-05-201-1/+1
|\
| * annotate: make it work from subdirectories.Junio C Hamano2007-05-201-1/+1
* | Add basic infrastructure to assign attributes to pathsJunio C Hamano2007-04-141-0/+1
|/
* handle_options in git wrapper miscounts the options it handled.Matthias Lederhofer2007-04-121-0/+1
* Revert "builtin-archive: use RUN_SETUP"René Scharfe2007-04-051-1/+1
* use xmalloc in git.c and help.cJames Bowes2007-03-251-1/+1
* Make gc a builtin.James Bowes2007-03-171-0/+1
* Merge branch 'jc/fetch'Junio C Hamano2007-03-141-0/+1
|\
| * Merge branch 'np/types' into jc/fetchJunio C Hamano2007-02-271-7/+7
| |\
| * | git-fetch--tool: start rewriting parts of git-fetch in C.Junio C Hamano2007-02-131-0/+1
* | | Make git-revert & git-cherry-pick a builtinJohannes Schindelin2007-03-031-0/+2
* | | Merge branch 'maint'Junio C Hamano2007-03-031-1/+1
|\ \ \
| * | | builtin-archive: use RUN_SETUPJohannes Schindelin2007-03-031-1/+1
| |/ /
* | | Merge branch 'js/bundle'Junio C Hamano2007-02-281-0/+1
|\ \ \
| * | | Add git-bundle: move objects and references by archiveJohannes Schindelin2007-02-221-0/+1
| |/ /
* | | Merge branch 'master' into js/diff-niJunio C Hamano2007-02-261-6/+6
|\ \ \ | | |/ | |/|
| * | git grep: use pagerJohannes Schindelin2007-02-201-1/+1
| * | Mechanical conversion to use prefixcmp()Junio C Hamano2007-02-201-5/+5
* | | Teach git-diff-files the new option `--no-index`Johannes Schindelin2007-02-221-2/+2
|/ /
* | Merge branch 'jc/merge-base' (early part)Junio C Hamano2007-02-131-0/+1
|\ \
| * | Make merge-base a built-in.Junio C Hamano2007-01-091-0/+1
* | | Remove git-diff-stages.Junio C Hamano2007-02-121-1/+0
| |/ |/|