Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove USE_PAGER from git-pickaxe and git-annotate | Andrew Ruder | 2007-07-04 | 1 | -2/+2 |
* | Make '!' aliases more useful | Johannes Schindelin | 2007-07-02 | 1 | -0/+15 |
* | Merge branch 'ml/worktree' | Junio C Hamano | 2007-07-01 | 1 | -4/+18 |
|\ | |||||
| * | make git barf when an alias changes environment variables | Matthias Lederhofer | 2007-06-12 | 1 | -4/+18 |
* | | Merge branch 'ei/worktree+filter' | Junio C Hamano | 2007-07-01 | 1 | -13/+22 |
|\ \ | |/ | |||||
| * | Use new semantics of is_bare/inside_git_dir/inside_work_tree | Matthias Lederhofer | 2007-06-06 | 1 | -10/+10 |
| * | introduce GIT_WORK_TREE to specify the work tree | Matthias Lederhofer | 2007-06-06 | 1 | -1/+11 |
* | | git: Try a bit harder not to lose errno in stdio | Linus Torvalds | 2007-06-30 | 1 | -4/+5 |
* | | Check for IO errors after running a command | Linus Torvalds | 2007-06-24 | 1 | -1/+20 |
* | | Clean up internal command handling | Linus Torvalds | 2007-06-24 | 1 | -22/+30 |
|/ | |||||
* | Merge branch 'maint-1.5.1' into maint | Junio C Hamano | 2007-05-20 | 1 | -1/+1 |
|\ | |||||
| * | annotate: make it work from subdirectories. | Junio C Hamano | 2007-05-20 | 1 | -1/+1 |
* | | Add basic infrastructure to assign attributes to paths | Junio C Hamano | 2007-04-14 | 1 | -0/+1 |
|/ | |||||
* | handle_options in git wrapper miscounts the options it handled. | Matthias Lederhofer | 2007-04-12 | 1 | -0/+1 |
* | Revert "builtin-archive: use RUN_SETUP" | René Scharfe | 2007-04-05 | 1 | -1/+1 |
* | use xmalloc in git.c and help.c | James Bowes | 2007-03-25 | 1 | -1/+1 |
* | Make gc a builtin. | James Bowes | 2007-03-17 | 1 | -0/+1 |
* | Merge branch 'jc/fetch' | Junio C Hamano | 2007-03-14 | 1 | -0/+1 |
|\ | |||||
| * | Merge branch 'np/types' into jc/fetch | Junio C Hamano | 2007-02-27 | 1 | -7/+7 |
| |\ | |||||
| * | | git-fetch--tool: start rewriting parts of git-fetch in C. | Junio C Hamano | 2007-02-13 | 1 | -0/+1 |
* | | | Make git-revert & git-cherry-pick a builtin | Johannes Schindelin | 2007-03-03 | 1 | -0/+2 |
* | | | Merge branch 'maint' | Junio C Hamano | 2007-03-03 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | builtin-archive: use RUN_SETUP | Johannes Schindelin | 2007-03-03 | 1 | -1/+1 |
| |/ / | |||||
* | | | Merge branch 'js/bundle' | Junio C Hamano | 2007-02-28 | 1 | -0/+1 |
|\ \ \ | |||||
| * | | | Add git-bundle: move objects and references by archive | Johannes Schindelin | 2007-02-22 | 1 | -0/+1 |
| |/ / | |||||
* | | | Merge branch 'master' into js/diff-ni | Junio C Hamano | 2007-02-26 | 1 | -6/+6 |
|\ \ \ | | |/ | |/| | |||||
| * | | git grep: use pager | Johannes Schindelin | 2007-02-20 | 1 | -1/+1 |
| * | | Mechanical conversion to use prefixcmp() | Junio C Hamano | 2007-02-20 | 1 | -5/+5 |
* | | | Teach git-diff-files the new option `--no-index` | Johannes Schindelin | 2007-02-22 | 1 | -2/+2 |
|/ / | |||||
* | | Merge branch 'jc/merge-base' (early part) | Junio C Hamano | 2007-02-13 | 1 | -0/+1 |
|\ \ | |||||
| * | | Make merge-base a built-in. | Junio C Hamano | 2007-01-09 | 1 | -0/+1 |
* | | | Remove git-diff-stages. | Junio C Hamano | 2007-02-12 | 1 | -1/+0 |
| |/ |/| | |||||
* | | Allow aliases to expand to shell commands | Theodore Ts'o | 2007-02-10 | 1 | -0/+10 |
* | | Print a sane error message if an alias expands to an invalid git command | Theodore Ts'o | 2007-02-10 | 1 | -1/+8 |
* | | Commands requiring a work tree must not run in GIT_DIR | Johannes Schindelin | 2007-02-05 | 1 | -2/+3 |
* | | Make fsck and fsck-objects be builtins. | Mark Wooding | 2007-01-29 | 1 | -0/+2 |
* | | [PATCH] Rename git-repo-config to git-config. | Tom Prince | 2007-01-28 | 1 | -1/+2 |
* | | git-blame --incremental: don't use pager | Ren,Ai(B Scharfe | 2007-01-28 | 1 | -1/+1 |
* | | annotate: use pager | Johannes Schindelin | 2007-01-24 | 1 | -1/+1 |
* | | Merge branch 'jc/bare' | Junio C Hamano | 2007-01-11 | 1 | -4/+11 |
|\ \ | |||||
| * | | Disallow working directory commands in a bare repository. | Shawn O. Pearce | 2007-01-10 | 1 | -4/+11 |
| |/ | |||||
* | | Make git-describe a builtin. | Shawn O. Pearce | 2007-01-10 | 1 | -0/+1 |
|/ | |||||
* | "init-db" can really be just "init" | Nicolas Pitre | 2007-01-07 | 1 | -0/+1 |
* | Replace "GIT_DIR" with GIT_DIR_ENVIRONMENT. | Shawn O. Pearce | 2006-12-30 | 1 | -3/+3 |
* | Use PATH_MAX constant for --bare. | Shawn O. Pearce | 2006-12-30 | 1 | -2/+2 |
* | Merge branch 'jc/fsck-reflog' | Junio C Hamano | 2006-12-26 | 1 | -0/+1 |
|\ | |||||
| * | git reflog expire | Junio C Hamano | 2006-12-20 | 1 | -0/+1 |
* | | Merge branch 'js/rerere' | Junio C Hamano | 2006-12-24 | 1 | -0/+1 |
|\ \ | |||||
| * | | Make git-rerere a builtin | Johannes Schindelin | 2006-12-21 | 1 | -0/+1 |
| |/ | |||||
* | | Keep "git --git-dir" from causing a bus error. | Brian Gernhardt | 2006-12-22 | 1 | -2/+4 |
|/ |