summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-11-06Document git-pack-refs and link it to git(7).Junio C Hamano
2006-11-05Remove more sed invocations from within bash completion.Shawn O. Pearce
2006-11-05Support bash completion on symmetric difference operator.Shawn O. Pearce
2006-11-05Take --git-dir into consideration during bash completion.Shawn O. Pearce
2006-11-05Bash completion support for remotes in .git/config.Shawn O. Pearce
2006-11-05Only load .exe suffix'd completions on Cygwin.Shawn O. Pearce
2006-11-05Added missing completions for show-branch and merge-base.Shawn O. Pearce
2006-11-05cherry is built-in, do not ship git-cherry.shJunio C Hamano
2006-11-05Merge branch 'maint'Junio C Hamano
2006-11-05Remove unsupported C99 style struct initializers in git-archive.v1.4.3.4Shawn O. Pearce
2006-11-05Remove SIMPLE_PROGRAMS and make git-daemon a normal program.Shawn O. Pearce
2006-11-05Use ULONG_MAX rather than implicit cast of -1.Shawn O. Pearce
2006-11-05git-svn: don't die on rebuild when --upgrade is specifiedEric Wong
2006-11-05git-svn: avoid printing filenames of files we're not trackingEric Wong
2006-11-05Merge branch 'np/verbose-push'Junio C Hamano
2006-11-05Merge branch 'lt/push-config'Junio C Hamano
2006-11-05Added bash completion support for git-reset.Shawn O. Pearce
2006-11-05Added completion support for git-branch.exe.Shawn O. Pearce
2006-11-05Merge branch 'pb/web'Junio C Hamano
2006-11-04Merge branch 'maint'Junio C Hamano
2006-11-04apply: handle "traditional" creation/deletion diff correctly.Junio C Hamano
2006-11-04gitweb: Remove extra "/" in path names for git_get_project_listAneesh Kumar K.V
2006-11-04git.el: Include MERGE_MSG in the log-edit buffer even when not committing a m...Alexandre Julliard
2006-11-04git.el: Move point after the log message header when entering log-edit mode.Alexandre Julliard
2006-11-04git.el: Added a function to open the current file in another window.Alexandre Julliard
2006-11-04git.el: Added functions for moving to the next/prev unmerged file.Alexandre Julliard
2006-11-03gitweb: Better support for non-CSS aware web browsersJakub Narebski
2006-11-03gitweb: Output also empty patches in "commitdiff" viewJakub Narebski
2006-11-03Merge branch 'maint'Junio C Hamano
2006-11-03gitweb: Use git-for-each-ref to generate list of heads and/or tagsJakub Narebski
2006-11-03for-each-ref: "creator" and "creatordate" fieldsJunio C Hamano
2006-11-03Add --global option to git-repo-config.Sean
2006-11-03pack-refs: Store the full name of the ref even when packing only tags.Alexandre Julliard
2006-11-03git-clone documentation didn't mention --origin as equivalent of -oAndy Parkins
2006-11-03Minor grammar fixes for git-diff-index.txtAndy Parkins
2006-11-03link_temp_to_file: call adjust_shared_perm() only when we created the directoryJohannes Schindelin
2006-11-03Remove uneccessarily similar printf() from print_ref_list() in builtin-branchAndy Parkins
2006-11-01make git-push a bit more verboseNicolas Pitre
2006-11-01Merge branch 'maint'Junio C Hamano
2006-11-01pack-objects doesn't create random pack namesNicolas Pitre
2006-11-01branch: work in subdirectories.Junio C Hamano
2006-11-01gitweb: Use 's' regexp modifier to secure against filenames with LFJakub Narebski
2006-11-01gitweb: Secure against commit-ish/tree-ish with the same name as pathJakub Narebski
2006-11-01gitweb: esc_html() author in blameLuben Tuikov
2006-11-01Merge branch 'rs/cherry'Junio C Hamano
2006-11-01Merge branch 'jc/refs-and-fetch'Junio C Hamano
2006-11-01Merge branch 'lj/refs'Junio C Hamano
2006-11-01git-svnimport: support for partial importsSasha Khapyorsky
2006-10-31link_temp_to_file: don't leave the path truncated on adjust_shared_perm failureJunio C Hamano
2006-10-31git push: add verbose flag and allow overriding of default target repositoryLinus Torvalds