Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow a relative builtin template directory. | Johannes Sixt | 2007-11-14 | 1 | -3/+13 |
* | Close files opened by lock_file() before unlinking. | Johannes Schindelin | 2007-11-14 | 2 | -7/+11 |
* | builtin run_command: do not exit with -1. | Johannes Sixt | 2007-11-14 | 1 | -1/+1 |
* | Move #include <sys/select.h> and <sys/ioctl.h> to git-compat-util.h. | Johannes Sixt | 2007-11-14 | 3 | -3/+2 |
* | Use is_absolute_path() in sha1_file.c. | Johannes Sixt | 2007-11-14 | 1 | -4/+4 |
* | Skip t3902-quoted.sh if the file system does not support funny names. | Johannes Sixt | 2007-11-14 | 1 | -0/+7 |
* | t5302-pack-index: Skip tests of 64-bit offsets if necessary. | Johannes Sixt | 2007-11-14 | 1 | -2/+23 |
* | t7501-commit.sh: Not all seds understand option -i | Johannes Sixt | 2007-11-14 | 1 | -2/+4 |
* | t5300-pack-object.sh: Split the big verify-pack test into smaller parts. | Johannes Sixt | 2007-11-14 | 1 | -16/+18 |
* | core.excludesfile clean-up | Junio C Hamano | 2007-11-14 | 7 | -34/+25 |
* | Merge branch 'sp/fetch-fix' | Junio C Hamano | 2007-11-14 | 6 | -9/+137 |
|\ | |||||
| * | git-fetch: avoid local fetching from alternate (again) | Shawn O. Pearce | 2007-11-11 | 2 | -2/+100 |
| * | rev-list: Introduce --quiet to avoid /dev/null redirects | Shawn O. Pearce | 2007-11-11 | 2 | -4/+31 |
| * | run-command: Support sending stderr to /dev/null | Shawn O. Pearce | 2007-11-11 | 2 | -2/+5 |
| * | git-fetch: Always fetch tags if the object they reference exists | Shawn O. Pearce | 2007-11-11 | 1 | -1/+1 |
| * | Merge branch 'sp/maint-plug-traverse-commit-list-leak' into sp/fetch-fix | Junio C Hamano | 2007-11-11 | 1 | -0/+7 |
| |\ | |||||
* | \ | Merge branch 'bs/maint-commit-options' | Junio C Hamano | 2007-11-14 | 2 | -2/+12 |
|\ \ \ | |||||
| * | | | git-commit: Add tests for invalid usage of -a/--interactive with paths | Björn Steinbrink | 2007-11-12 | 1 | -0/+10 |
| * | | | git-commit.sh: Fix usage checks regarding paths given when they do not make s... | Björn Steinbrink | 2007-11-05 | 1 | -2/+2 |
* | | | | Merge branch 'rv/maint-index-commit' | Junio C Hamano | 2007-11-14 | 2 | -1/+33 |
|\ \ \ \ | |||||
| * | | | | Make GIT_INDEX_FILE apply to git-commit | Rémi Vanicat | 2007-11-11 | 2 | -1/+33 |
* | | | | | Merge branch 'bs/maint-t7005' | Junio C Hamano | 2007-11-14 | 1 | -3/+2 |
|\ \ \ \ \ | |||||
| * | | | | | t7005-editor.sh: Don't invoke real vi when it is in GIT_EXEC_PATH | Björn Steinbrink | 2007-11-11 | 1 | -3/+2 |
| |/ / / / | |||||
* | | | | | Merge branch 'jc/maint-add-sync-stat' | Junio C Hamano | 2007-11-14 | 10 | -38/+92 |
|\ \ \ \ \ | |||||
| * | | | | | t2200: test more cases of "add -u" | Junio C Hamano | 2007-11-11 | 1 | -2/+28 |
| * | | | | | git-add: make the entry stat-clean after re-adding the same contents | Junio C Hamano | 2007-11-10 | 4 | -3/+8 |
| * | | | | | ce_match_stat, run_diff_files: use symbolic constants for readability | Junio C Hamano | 2007-11-10 | 8 | -34/+57 |
* | | | | | | Merge branch 'mh/retag' | Junio C Hamano | 2007-11-14 | 2 | -3/+51 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Add tests for git tag | Mike Hommey | 2007-11-05 | 1 | -0/+16 |
| * | | | | | | Reuse previous annotation when overwriting a tag | Mike Hommey | 2007-11-05 | 1 | -3/+35 |
* | | | | | | | Merge branch 'jc/stash-create' | Junio C Hamano | 2007-11-14 | 2 | -14/+31 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | git-stash: Fix listing stashes | Emil Medve | 2007-11-07 | 1 | -1/+5 |
| * | | | | | | | git-merge: no reason to use cpio anymore | Junio C Hamano | 2007-11-01 | 1 | -6/+5 |
| * | | | | | | | Revert "rebase: allow starting from a dirty tree." | Junio C Hamano | 2007-11-01 | 1 | -58/+14 |
| * | | | | | | | rebase: allow starting from a dirty tree. | Junio C Hamano | 2007-09-14 | 1 | -14/+58 |
| * | | | | | | | stash: implement "stash create" | Junio C Hamano | 2007-09-14 | 1 | -7/+21 |
* | | | | | | | | Merge branch 'bg/format-patch-N' | Junio C Hamano | 2007-11-14 | 4 | -5/+139 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Rearrange git-format-patch synopsis to improve clarity. | David Symonds | 2007-11-05 | 1 | -1/+2 |
| * | | | | | | | | format-patch: Test --[no-]numbered and format.numbered | Brian Gernhardt | 2007-11-04 | 1 | -0/+106 |
| * | | | | | | | | format-patch: Add configuration and off switch for --numbered | Brian Gernhardt | 2007-11-04 | 3 | -5/+32 |
* | | | | | | | | | Merge branch 'np/progress' | Junio C Hamano | 2007-11-14 | 7 | -93/+134 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | nicer display of thin pack completion | Nicolas Pitre | 2007-11-08 | 3 | -11/+19 |
| * | | | | | | | | | make display of total transferred fully accurate | Nicolas Pitre | 2007-11-07 | 1 | -25/+39 |
| * | | | | | | | | | remove dead code from the csum-file interface | Nicolas Pitre | 2007-11-05 | 2 | -15/+5 |
| * | | | | | | | | | git-fetch: be even quieter. | Pierre Habouzit | 2007-11-05 | 1 | -14/+19 |
| * | | | | | | | | | make display of total transferred more accurate | Nicolas Pitre | 2007-11-05 | 5 | -28/+29 |
| * | | | | | | | | | sideband.c: ESC is spelled '\033' not '\e' for portability. | Nicolas Pitre | 2007-11-05 | 1 | -1/+1 |
| * | | | | | | | | | fix display overlap between remote and local progress | Nicolas Pitre | 2007-11-04 | 1 | -14/+37 |
| |/ / / / / / / / | |||||
* | | | | | | | | | Merge branch 'js/rebase-detached' | Junio C Hamano | 2007-11-14 | 3 | -7/+79 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | rebase: fix "rebase --continue" breakage | Johannes Schindelin | 2007-11-12 | 2 | -1/+22 |