| Commit message (Expand) | Author | Age | Files | Lines |
* | Unify whitespace checking | Wincent Colaiuta | 2007-12-13 | 1 | -0/+4 |
* | Support GIT_PAGER_IN_USE environment variable | Jeff King | 2007-12-11 | 1 | -1/+1 |
* | Merge branch 'jc/spht' | Junio C Hamano | 2007-12-09 | 1 | -0/+12 |
|\ |
|
| * | Use gitattributes to define per-path whitespace rule | Junio C Hamano | 2007-12-06 | 1 | -1/+3 |
| * | git-diff: complain about >=8 consecutive spaces in initial indent | Junio C Hamano | 2007-11-02 | 1 | -0/+1 |
| * | War on whitespace: first, a bit of retreat. | Junio C Hamano | 2007-11-02 | 1 | -0/+9 |
* | | Re-fix "builtin-commit: fix --signoff" | Junio C Hamano | 2007-12-09 | 1 | -0/+3 |
* | | Merge branch 'kh/commit' | Junio C Hamano | 2007-12-04 | 1 | -0/+9 |
|\ \ |
|
| * | | Fix --signoff in builtin-commit differently. | Junio C Hamano | 2007-12-02 | 1 | -0/+1 |
| * | | Fix add_files_to_cache() to take pathspec, not user specified list of files | Junio C Hamano | 2007-11-22 | 1 | -1/+3 |
| * | | Export three helper functions from ls-files | Junio C Hamano | 2007-11-22 | 1 | -0/+6 |
* | | | Merge branch 'sp/refspec-match' | Junio C Hamano | 2007-12-04 | 1 | -0/+4 |
|\ \ \ |
|
| * | | | refactor fetch's ref matching to use refname_match() | Steffen Prohaska | 2007-11-18 | 1 | -0/+1 |
| * | | | add refname_match() | Steffen Prohaska | 2007-11-18 | 1 | -0/+3 |
| |/ / |
|
* | | | Trace and quote with argv: get rid of unneeded count argument. | Christian Couder | 2007-12-03 | 1 | -1/+1 |
* | | | rename: Break filepairs with different types. | Junio C Hamano | 2007-12-02 | 1 | -0/+7 |
* | | | Merge branch 'jk/send-pack' | Junio C Hamano | 2007-11-24 | 1 | -3/+17 |
|\ \ \ |
|
| * | | | send-pack: tighten remote error reporting | Jeff King | 2007-11-18 | 1 | -1/+2 |
| * | | | make "find_ref_by_name" a public function | Jeff King | 2007-11-18 | 1 | -0/+2 |
| * | | | Fix warning about bitfield in struct ref | Shawn O. Pearce | 2007-11-18 | 1 | -4/+4 |
| * | | | send-pack: assign remote errors to each ref | Jeff King | 2007-11-17 | 1 | -0/+2 |
| * | | | send-pack: track errors for each ref | Jeff King | 2007-11-17 | 1 | -2/+11 |
| * | | | Merge branch 'db/remote-builtin' into jk/send-pack | Junio C Hamano | 2007-11-14 | 1 | -1/+1 |
| |\ \ \ |
|
| | * | | | Miscellaneous const changes and utilities | Daniel Barkalow | 2007-11-02 | 1 | -1/+1 |
| | | |/
| | |/| |
|
* | | | | Introduce git_etc_gitconfig() that encapsulates access of ETC_GITCONFIG. | Johannes Sixt | 2007-11-14 | 1 | -0/+1 |
* | | | | Close files opened by lock_file() before unlinking. | Johannes Schindelin | 2007-11-14 | 1 | -0/+1 |
| |_|/
|/| | |
|
* | | | core.excludesfile clean-up | Junio C Hamano | 2007-11-14 | 1 | -0/+1 |
* | | | Merge branch 'jc/maint-add-sync-stat' | Junio C Hamano | 2007-11-14 | 1 | -4/+10 |
|\ \ \
| |/ /
|/| | |
|
| * | | ce_match_stat, run_diff_files: use symbolic constants for readability | Junio C Hamano | 2007-11-10 | 1 | -4/+10 |
* | | | Merge branch 'ds/maint-deflatebound' | Junio C Hamano | 2007-11-07 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Improve accuracy of check for presence of deflateBound. | David Symonds | 2007-11-07 | 1 | -1/+1 |
| |/ / |
|
| * | | Move make_cache_entry() from merge-recursive.c into read-cache.c | Carlos Rica | 2007-09-26 | 1 | -0/+1 |
* | | | Refactor working tree setup | Mike Hommey | 2007-11-05 | 1 | -0/+1 |
| |/
|/| |
|
* | | Change git_connect() to return a struct child_process instead of a pid_t. | Johannes Sixt | 2007-10-21 | 1 | -2/+2 |
* | | Merge branch 'master' into db/fetch-pack | Shawn O. Pearce | 2007-10-16 | 1 | -5/+6 |
|\ \ |
|
| * \ | Merge branch 'ph/strbuf' | Junio C Hamano | 2007-10-03 | 1 | -5/+4 |
| |\ \ |
|
| | * | | nfv?asprintf are broken without va_copy, workaround them. | Pierre Habouzit | 2007-09-20 | 1 | -2/+0 |
| | * | | Merge branch 'master' into ph/strbuf | Junio C Hamano | 2007-09-18 | 1 | -0/+1 |
| | |\ \ |
|
| | * | | | Rewrite convert_to_{git,working_tree} to use strbuf's. | Pierre Habouzit | 2007-09-16 | 1 | -2/+4 |
| | * | | | Replace all read_fd use with strbuf_read, and get rid of it. | Pierre Habouzit | 2007-09-10 | 1 | -1/+0 |
| * | | | | Merge branch 'jc/autogc' | Junio C Hamano | 2007-10-03 | 1 | -0/+1 |
| |\ \ \ \ |
|
| | * | | | | Export matches_pack_name() and fix its return value | Junio C Hamano | 2007-09-17 | 1 | -0/+1 |
| | | |_|/
| | |/| | |
|
| * | | | | parse_date_format(): convert a format name to an enum date_mode | Andy Parkins | 2007-09-29 | 1 | -0/+1 |
| | |_|/
| |/| | |
|
* | | | | Make fetch a builtin | Daniel Barkalow | 2007-09-19 | 1 | -0/+1 |
|/ / / |
|
* | | | Move make_cache_entry() from merge-recursive.c into read-cache.c | Carlos Rica | 2007-09-12 | 1 | -0/+1 |
| |/
|/| |
|
* | | Remove unused function convert_sha1_file() | René Scharfe | 2007-09-03 | 1 | -1/+0 |
|/ |
|
* | git-diff: resurrect the traditional empty "diff --git" behaviour | Junio C Hamano | 2007-08-31 | 1 | -0/+3 |
* | git-add: Add support for --refresh option. | Alexandre Julliard | 2007-08-13 | 1 | -2/+2 |
* | Merge branch 'cr/tag' | Junio C Hamano | 2007-08-10 | 1 | -0/+2 |
|\ |
|
| * | launch_editor(): Heed GIT_EDITOR and core.editor settings | Johannes Schindelin | 2007-07-21 | 1 | -0/+2 |